.banner{
    width: 100%;
    height: 420px;
    background: url(../images/new_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.content .top{
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.top .top-li{
    width: 180px;
    height: 70px;
    float: left;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 70px;
    cursor:pointer;
}

.top-li.active{
    color: #ffffff;
    /*font-weight: bold;*/
    background: #b47437;
}
.content .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-item{
    width: 100%;
    height: 270px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.list-item:last-child{
    margin-bottom: 40px;
}
.list-item a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.list-item .list-img{
    width: 240px;
    height: 220px;
    margin-top: 25px;
}
.list-item .list-ri{
    width: 945px;
    height: 240px;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}
.list-ri .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-item:hover .list-name{
    color: #b47437;
}
.list-ri .list-line{
    width: 145px;
    height: 2px;
    background: #333333;
    margin-top: 23px;
}
.list-item:hover .list-line{
    width: 230px;
    background: #b47437;
}
.list-ri .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-ri .list-time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 25px;
    left: 0;
    line-height: 20px;
}
.list-time .iconfont{
    font-size: 20px!important;
    margin-right: 10px;
}


.page{
    width: 100%;
    height: 50px;
}
