.banner{
    width: 100%;
    height: 380px;
    background: url(/assets/index/images/new_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.banner .w-1200{
    position: relative;
}
.banner .banner-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-head .banner-le{
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #f4f4f4;
}
.banner-le img{
    width: 10px;
    height: 10px;
    margin: 25px;
}
.banner-head .banner-ri{
    width: 1140px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.banner-ri a{
    color: #333333;
}
.banner-ri span{
    color: #0065c0;
}
.banner-ri .banner-box{
    width: auto;
    height: 50px;
    display: flex;
    overflow: hidden;
    margin-top: 10px;
}
.banner-box .banner-li{
    width: auto;
    min-width: 60px;
    height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    cursor:pointer;
    box-sizing: border-box;
}
.banner-li.active{
    border-bottom: 2px solid #0078ba;
    color: #0078ba;
    font-weight: bold;
}

.new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .w-1200{
    overflow: hidden;
}
.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;

}
.new-box .new-item{
    width: 376px;
    height: 430px;
    overflow: hidden;
    float: left;
    margin-right: 36px;
    margin-top: 40px;
    border-radius: 5px;
    cursor:pointer;
}
.new-item:nth-of-type(3n){
    margin-right: 0;
}

.new-item .new-img{
    width: 376px;
    height: 250px;
}
.new-item .new-con{
    width: 100%;
    height: 150px;
    background: #f8f8f8;
    padding: 0 13px;
    box-sizing: border-box;
    overflow: hidden;
}
.new-con .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-item:hover .new-name{
    color: #0078ba;
}
.new-con .new-time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 2px;
}
.new-item .iconfont{
    margin-right: 10px;
    font-size: 16px!important;
}
.new-item:hover .iconfont{
    color: #0078ba;
}
.new-con .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    /*margin-top: 10px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-con .new-last{
    width: 100%;
    height: 30px;
    display: flex;
    /*margin-top: 14px;*/
}
.new-last .new-line{
    width: 20px;
    height: 3px;
    background: #0078ba;
    margin-top: 13px;
}
.new-con .new-btn{
    width: auto;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    margin-left: 10px;
}
.new-item:hover .new-btn{
    color: #0078ba;
}


.page{
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
