.banner{
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-top: 100px!important;
    background: url(/assets/index/images/banner2.jpg) no-repeat center;
}
.banner .w-1200{
    height: 100%;
    position: relative;
}
.banner .banner-box{
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.banner-box .banner-icon{
    width: 60px;
    height: 60px;
    background: #f4f4f4;
}
.banner-icon img{
    width: 10px;
    height: 10px;
    margin: 25px auto 0;
}
.banner-box .banner-con{
    width: 920px;
    height: 60px;
    display: flex;
    font-size: 14px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
}
.banner-con a{
    display: block;
    width: auto;
    height: 60px;
    color: #333333;
}
.banner-con .banner-img{
    width: 4px;
    height: 8px;
    margin-top: 26px;
    margin-left: 10px;
}
.banner-con span{
    display: block;
    width: auto;
    height: 60px;
    color: #0065c0;
    margin-left: 10px;
}

.banner-box .banner-ri{
    width: auto;
    height: 50px;
    margin-top: 10px;
    display: flex;
}
.banner-ri .banner-item{
    width: 60px;
    height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    cursor:pointer;
    margin-right: 10px;
}
.banner-item.active{
    color: #0065c0;
    font-weight: bold;
    border-bottom: 2px solid #0065c0;
}


.new{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new-box .new-item{
    width: 375px;
    height: 310px;
    float: left;
    margin-right: 35px;
    margin-top: 40px;
    cursor:pointer;
}
.new-item:nth-of-type(3n){
    margin-right: 0;
}
.new-item:last-child{
    margin-bottom: 40px;
}
.new-item .new-img{
    width: 375px;
    height: 250px;
}
.new-item .new-text{
    width: 100%;
    height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.new-item:hover .new-text{
    background: #0065c0;
    color: #ffffff;
}
