.news_banner{
    width: 100%;
    height: 300px;
    background: url('../images/banner4.png') no-repeat;
    background-size: 100% 100%;
}
.news_banner .banner_bg{
    height: 100%;
    /* background:rgba(0,0,0,0.5); */
    position: relative
}
.banner_bg .banner-cont{
    position: absolute;
    left: 235px;
    top: 95px;
}
.banner-cont h3{
    font-size:44px;
    font-weight:300;
    color: #fff;
    letter-spacing: 5px;
}
.banner-cont span{
    display:block;
    width: 208px;
    height: 1px;
    background: #fff;
    margin: 11px 0;
}
.banner-cont p{
    font-size:34px;
    color: #fff;
    font-weight:300;
    letter-spacing: 3px;
}

/* 列表 */
.news_list{
    width: 82%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list_li{
    overflow: hidden;
    border-bottom: 1px solid #E2E9EE;
    padding: 30px 56px 30px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.list_left{
   width: 280px;
   height: 200px;
}
.list_left img{
    width: 100%;
    height: 92%;
}
.list_right{
    margin-left: 50px;
    font-size: 14px;
    width: 66%;
}
.list_right h3{
    text-indent: 22px;
    color: #0072A6;
    font-weight: 400;
    font-size: 18px;
    margin: 18px 0;
}
.list_right p{
    color: #888;
    line-height: 25px;
}
.list_right a{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #76BFEA;
    color: #76BFEA;
    position: absolute;
    right: 56px;
    bottom: 46px;
    
}
.list_right a:hover{
    background: #76BFEA;
    color: #fff;
}

.news_btn{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0072a6;
    color: #fff;
    border-radius: 3px;
    margin: 60px auto 102px;
    font-size: 14px;
}
.news_btn:hover{
    background: #00417e;
}


@media screen and (min-width: 1920px){
    .news_banner{
        height: 422px;
        background: url('../images/banner_1920.png') no-repeat;
        background-size: 100% 100%;
    }
    .banner_bg .banner-cont{
        top: 155px;
        left: 270px;
    }
    .banner-cont h3{
        font-size: 62px;
    }
    .banner-cont span{
        width: 255px;
    }
    .banner-cont p{
        font-size: 50px;
    }
}

@media screen and (min-width: 2560px){
    .news_banner{
        height: 563px;
        background: url('../images/banner_2560.png') no-repeat;
        background-size: 100% 100%;
    }
    .banner_bg .banner-cont{
        top: 195px;
        left: 355px;
    }
    .banner-cont h3{
        font-size: 85px;
    }
    .banner-cont span{
        width: 345px;
    }
    .banner-cont p{
        font-size: 66px;
    }
    .news_list{
        width: 71%;
    }
}
.mobile_block{
    display: none;
}