.main {
    margin: 10px auto 60px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 70px;
    width: auto;
}

.main-search-wrap {
    position: relative;
}

.main-search-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #F3BF4A;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.banner-container {
    background-image: url(/images/banner_news.jpg?v=20250429165117);
}

.sort {
    font-size: 14px;
    line-height: 34px;
    color: #737373;
    border: 1px solid #F3BF4A;
    border-radius: 30px;
    padding: 0 35px 0 15px;
    margin-top: 11px;
    position: relative;
    background: #fff;
    z-index: 1;
    cursor: pointer;
}

.sort .common-sort {
    margin-right: 7px;
    padding-right: 7px;
}

.sort .common-sort:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 1px;
    height: 13px;
    right: 0;
    background: #737373;
}

.sort-icon {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 13px;
    color: #F3BF4A;
}

.asc.sort-icon {
    transform: rotateZ(-180deg);
}

.main-search-wrap .ipt-wrap {
    display: inline-block;
    width: 408px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 60px;
    border: 1px solid #F3BF4A;
    position: relative;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.main-search-wrap .ipt-wrap .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    text-align: center;
    color: #F3BF4A;
    line-height: 56px;
    font-size: 20px;
}

.main-search-wrap .ipt-wrap .btn-search {
    width: 68px;
    height: 60px;
    background: none;
    border-radius: 6px;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
}

.main-search-wrap .ipt-wrap input[type='text'] {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0 100px 0 50px;
    box-sizing: border-box;
}

.main-list-wrap {
    margin-top: 30px;
}

.main-list-wrap li {
    width: 1140px;
    height: 177px;
    margin: 20px auto;
    border: 1px solid #EEEFF1;
}

.list {
    margin-top: 60px;
}

.list li {
    margin-bottom: 30px;
    background: #F8F8F8;
    border-radius: 25px;
    overflow: hidden;
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    height: 376px;
    float: left;
}

.list li:nth-child(3n) {
    margin-right: 0;
}

.list li .img-wrap {
    width: 100%;
    height: 223px;
    overflow: hidden;
}

.list li .img-wrap img {
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.list li .desc-wrap {
    padding: 20px 30px;
}

.list li .desc-wrap .time {
    font-size: 14px;
    line-height: 24px;
    color: #F3BF4A;
}

.list li .desc-wrap .title {
    font-weight: 600;
    font-size: 20px;
    color: #060879;
    margin-top: 5px;
    line-height: 1.3em;
    height: 2.6em;
    word-wrap: break-word;
    overflow: hidden;
}

.list li .desc-wrap .desc {
    font-weight: 400;
    line-height: 22px;
    color: #737373;
}

@media screen and (min-width: 1300px) {
    .list li {
        height: 436px;
    }

    .list li .img-wrap {
        height: 283px;
    }
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    .main {
        margin: 0 auto;
        padding: 40px 3vw 30px;
    }

    .banner-wrap {
        position: relative;
    }

    .main-search-wrap .ipt-wrap {
        width: 45%;
        height: 32px;
    }

    .main-search-wrap .ipt-wrap input[type='text'] {
        padding: 0 0 0 3vw;
        font-size: 12px;
    }

    .main-search-wrap .ipt-wrap .btn-search {
        width: 36px;
        height: 30px;
    }

    .main-search-wrap .ipt-wrap .iconfont {
        height: 32px;
        font-size: 13px;
        line-height: 32px;
        width: 36px;
    }

    #sort {
        margin-top: 0;
        height: 32px;
        line-height: 32px;
        font-size: 3vw;
        padding: 0 28px 0 10px;
    }

    .sort .common-sort:after {
        top: 2px;
    }

    .list {
        margin-top: 30px;
    }

    .list li {
        width: 48.5%;
        box-shadow: 0px 10px 30px 0px #00000014;
        border-radius: 15px;
        height: 235px;
        margin-bottom: 3vw;
        margin-right: 3%;
    }

    .list li:nth-child(3n) {
        margin-right: 3%;
    }

    .list li:nth-child(2n) {
        margin-right: 0;
    }

    .list li .img-wrap {
        height: 96px;
    }

    .list li .desc-wrap {
        padding: 3vw;
    }

    .list li .desc-wrap .title {
        font-size: 4vw;
        max-height: 3.4em;
        line-height: 1.2em;
        height: auto;
    }

    .list li .desc-wrap .time {
        font-size: 3vw;
    }

    .list li .desc-wrap .desc {
        font-size: 3vw;
    }
}