.searchInput {
    padding: 80px 0 0
}

    .searchInput .w1400 {
        width: 100%
    }

.pbtop {
    height: 100px;
    top: 50%;
}

.searchInput .w1400 .ititle h5 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    color: #666;
}

.searchInput .w1400 .input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
}

    .searchInput .w1400 .input input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        font-size: 18px;
        margin-right: 30px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .searchInput .w1400 .input a {
        width: 60px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #333;
        font-size: 30px;
        -webkit-transition: color .4s;
        transition: color .4s
    }

        .searchInput .w1400 .input a:hover {
            color: #F08519
        }

.searchInput .w1400 p {
    font-size: 16px;
    text-align: center;
    color: #999
}

    .searchInput .w1400 p span {
        color: #F08519
    }

.searchList {
    padding: 80px 0
}

    .searchList .w1200 {
        width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

        .searchList .w1200 .items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .searchList .w1200 .items .item {
                width: 49%;
                height: auto;
                background: #F9F9F9;
                margin-bottom: 20px;
                padding: 30px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                position: relative;
                z-index: 1
            }

                .searchList .w1200 .items .item:hover p {
                    color: #F08519
                }

                .searchList .w1200 .items .item:hover:after {
                    opacity: 1
                }

                .searchList .w1200 .items .item p {
                    margin-bottom: 10px;
                    font-size: 16px;
                    color: #333;
                    font-weight: 700;
                    line-height: 1.72;
                    height: calc(16px * 2 * 1.72);
                    -webkit-transition: color .4s;
                    transition: color .4s;
                    display: -webkit-box;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical
                }

                    .searchList .w1200 .items .item p .notice_word {
                        color: #F08519
                    }

                .searchList .w1200 .items .item .littles {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

                    .searchList .w1200 .items .item .littles span, .searchList .w1200 .items .item .littles time {
                        font-size: 14px;
                        color: #999;
                        -webkit-transition: color .4s;
                        transition: color .4s
                    }

@media screen and (max-width: 1280px) {
    .searchList .w1200 {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    .searchInput {
        padding-top: 5vw
    }

        .searchInput .w1400 .ititle h5 {
            font-size: 18px
        }

        .searchInput .w1400 .input {
            width: 80%;
            height: 40px
        }

            .searchInput .w1400 .input input {
                font-size: 16px;
                padding: 0 10px;
                margin-right: 15px
            }

            .searchInput .w1400 .input a {
                width: 40px;
                font-size: 20px
            }

    .searchList {
        padding: 5vw 0
    }

        .searchList .w1200 .items .item {
            width: 100%;
            padding: 15px
        }
}
