.l-bg-img{width: 100%;position: relative;}
.l-bg-img img{width: 100%;}
/* .l-bg-img .l-notice{width: 100%;position: absolute;top: 80px;left: 0;padding:8px 0;width: 50px;height: 55px;background-color: #005BAC;font-size: 18px;color: #fff;font-weight: bold;text-align: center;border-radius: 0 10px 10px 0;line-height: 20px;} */

.l-news{margin-top: -80px;min-height: 800px;}
.l-news .l-news-head{width:100%;height: 120px;background-color: #edf2f7;position: relative;margin-bottom: 20px;}
.l-news .l-news-head:before{content: 'I';position: absolute;top: -48px;left: -6px;font-size: 150px;color: #d2dbea;font-weight: bold;}
.l-news .l-news-head.l-P:before{content: 'P';}
.l-news .l-news-head.l-C:before{content: 'C';}
.l-news .l-news-head:after{content: '';position: absolute;bottom: 8px;left: 6px;display: block;width: 0;height:0;border: 10px solid #edf2f7;border-top-color: transparent;border-left-color: transparent;}
.l-news .l-news-head.l-P:after{left: 7px;}
.l-news .l-news-head.l-C:after{display:none}
.l-news .l-news-head .l-img{position: absolute;bottom: 0;right: 0;width: 50%;height:150px;}
.l-news .l-news-head .l-img img{width: 100%;height:100%;}
.l-news .l-news-head .l-word{position: absolute;bottom: 5px;left: 0;font-weight:bold;padding-left: 6%;z-index:1000;color: #5c5c66;}
.l-news .l-news-head .l-word .l-zh{font-size: 25px;}
.l-news .l-news-head .l-word .l-en{font-size: 20px;margin-left: 10px;}
.l-news .l-news-head .l-word .l-en span:first-child{color: #2e4e9a;}

.l-news .l-news-nav{display: flex;justify-content: space-between;}
.l-news .l-news-nav .l-item{position:relative;background-color: #edf2f7;height: 60px;line-height: 60px;width:500px;;margin:0 5px;text-align: center;color: #1c4091;font-weight: bold;font-size:17px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;}
.l-news .l-news-nav .l-item img{margin-right: 5px;width: 20px;height:20px;}
.l-news .l-news-nav .l-item .l-img1{display:none;}

.l-news .l-news-nav .l-item:hover{background-color: #193d90;color: #fff;cursor: pointer;}
.l-news .l-news-nav .l-item:hover:after{content: ' ';position: absolute;bottom:-15px;left:50%;display: block;width: 0; height: 0;margin-left: -4px;border:8px solid #193d90;border-bottom-color: transparent;border-left-color: transparent;border-right-color: transparent;}
.l-news .l-news-nav .l-item:hover .l-img0{display: none;}
.l-news .l-news-nav .l-item:hover .l-img1{display: inline;}

.l-news .l-news-nav .l-active{background-color: #193d90;color: #fff;cursor: pointer;}
.l-news .l-news-nav .l-active:after{content: ' ';position: absolute;bottom:-15px;left:50%;display: block;width: 0; height: 0;margin-left: -4px;border:8px solid #193d90;border-bottom-color: transparent;border-left-color: transparent;border-right-color: transparent;}
.l-news .l-news-nav .l-active .l-img0{display: none;}
.l-news .l-news-nav .l-active .l-img1{display: inline;}

.l-news .l-news-list{margin-top: 50px;}
.l-news .l-news-list .l-item{width:100%;height: 50px;line-height: 50px;display: flex;border-bottom: 1px solid #edf2f7;text-decoration: none;}
.l-news .l-news-list .l-item>div{flex:1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.l-news .l-news-list .l-item:hover{color: #005BAC;background: linear-gradient(to right, transparent, #edf2f7, transparent);cursor: pointer;}


@media (min-width: 2400px) {
    .l-news {
        margin-top: -130px;
    }
    .l-news .l-news-head {
        height: 180px;
        margin-bottom: 20px;
    }
    .l-news .l-news-head:before {
        top: -63px;
        font-size: 220px;
    }
    .l-news .l-news-head:after {
        border: 20px solid #edf2f7;
        border-top-color: transparent;
        border-left-color: transparent;
    }
    .l-news .l-news-head .l-img{
        height: 180px;
    }
    .l-news .l-news-head .l-word .l-zh {
        font-size: 40px;
    }
    .l-news .l-news-head .l-word .l-en {
        font-size: 25px;
    }
    .l-news .l-news-nav .l-item {
        height: 100px;
        line-height: 100px;
        font-size: 24px;
    }
}

@media (max-width: 1199px){

}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
    .l-bg-img{margin-top: 68px;}
	.l-news{margin-top: 0px;min-height: 550px;}
	.l-news .l-news-nav {flex-wrap: wrap;}
	.l-news .l-news-nav .l-item{width:auto;padding-left: 5px;padding-right: 5px;font-size: 16px;height:50px;line-height:50px;margin-bottom: 10px;}
	.l-news .l-news-list{margin-top: 0px;}
	.l-news .l-news-nav .l-item:hover:after{display:none;}
	.l-news .l-news-nav .l-active:after{display: none;}
	
	.l-news .l-news-nav .l-item{width:22%;height:50px;line-height: 50px;margin-bottom: 10px;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.l-news .l-news-nav .l-item:first-child:before{display: none;}
	.l-news .l-news-nav .l-item:first-child::after{display: none;}
	.l-news .l-news-list .l-item span{font-size: 12px;}
	.l-news .l-news-head .l-img{display:none}
	.l-news .l-news-head{height: 50px;background:none;}
	.l-news .l-news-head:before{display:none}
	.l-news .l-news-head .l-word .l-zh{font-size: 18px}
	.l-news .l-news-head .l-word .l-en{font-size: 18px}
	.l-news .l-news-nav .l-item img{display:none!important}
	.l-news .l-news-head .l-word{padding: 0;}
}
<!--ºÄÊ±1751461019.8357Ãë-->