.banner{
    width: 100%;
    height: 450px;
    background: url(/assets/index/images/new_banner.jpg) no-repeat center;
    margin-top: 70px;
}
.new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .new-head{
    width: 823px;
    height: 92px;
    margin: 40px auto 0;
    font-size: 42px;
    color: #ba7e52;
    text-align: center;
    line-height: 122px;
    background: url(/assets/index/images/index29.png) no-repeat center center / 100% 100%;
}
.new .new-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #d8d8d8;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}
.new .new-top{
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}
.new-top .new-ul{
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-around;
    overflow: hidden;

}
.new-ul .new-li{
    width: 160px;
    height: 54px;
    font-size: 20px;
    color: #8d8d8d;
    text-align: center;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.new-li .new-span{
    width: 100%;
    height: 54px;
}
.new-li .new-line{
    width: 60px;
    height: 5px;
    background: #a8826b;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50px;
    display: none;
}
.new-li.active{
    color: #8e572f;
}
.new-li.active .new-line{
    display: block;
}

.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new-box .new-item{
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.new-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.new-item .new-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #8e572f;
    line-height: 30px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.new-on .new-time{
    font-size: 17px;
    color: #666666;
}
.new-item .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #ababab;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
}

.page{
    width: 100%;
    height: 50px;
    margin-top: 30px;
}