.l-bg-img{width: 100%;position: relative;}
.l-bg-img img{width: 100%;position: relative;}
.l-bg-img .l-word{position: absolute;bottom: 0;left:0;right:0;top:0;background-color: rgba(255, 255, 255, 0.5);}
.l-bg-img .l-word .l-zh,.l-bg-img .l-word .l-en{display:block;font-weight: bold;color:#5C5C66;}
.l-bg-img .l-word .l-zh{position:absolute;bottom:150px;left:10%;font-size: 25px;}
.l-bg-img .l-word .l-en{position:absolute;bottom:110px;left:10%;font-size: 16px;}
.l-bg-img .l-word .l-en span{color:#2e4e9a;}

.l-detail .l-detail-head{display:flex;align-items: center;border-bottom: 1px solid #F1F5F9;}
.l-detail .l-detail-head .l-index{width: 40px;height:40px;text-align: center;line-height: 40px;background-color: #edf2f7;}
.l-detail .l-detail-head .l-index img{width: 40%;height: 40%;}
.l-detail .l-detail-head .l-tabs{margin-left: 10px;color: #7A7A7A;font-size: 14px;}
.l-detail .l-detail-head .l-tabs span{margin-left: 10px;}

.l-detail .l-detail-info{}
.l-detail .l-detail-info .l-title{font-size: 20px;font-weight: bold;text-align: center;margin: 30px 0;}
.l-detail .l-detail-info .l-look{text-align: right;}
.l-detail .l-detail-info .l-auther{background-color: #edf2f7;display:flex;justify-content: space-between;padding: 10px 5%;}
.l-detail .l-detail-info .l-info{margin-top: 30px;line-height: 35px;text-align: justify;overflow: auto;}
.l-detail .l-detail-info .l-info img{max-width: 100%;height: auto!important;}
/*.l-detail .l-detail-info .l-info p{text-indent: 2em;}*/
.l-detail .l-detail-info .l-info table{margin:0 auto;width: 716px;}
.l-detail .l-detail-info .l-info table p{text-indent: 0em!important;}
.l-detail .l-detail-info .l-link{background-color: #edf2f7;padding: 20px 5%;margin: 20px 0;}
.l-detail .l-detail-info .l-link a{display:block;text-decoration: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.l-detail .l-detail-info .l-link a span{font-weight: bold;}


.l-news{margin-top: -80px;}
.l-news .l-news-head{width:100%;height: 120px;background-color: #edf2f7;position: relative;margin-bottom: 20px;}
.l-news .l-news-head:before{content: 'N';position: absolute;top: -48px;left: -11px;font-size: 150px;color: #d2dbea;font-weight: bold;}
.l-news .l-news-head.l-G:before{content: 'G';}
.l-news .l-news-head:after{content: '';position: absolute;bottom: 8px;left: 1px;display: block;width: 0;height:0;border: 10px solid #edf2f7;border-top-color: transparent;border-left-color: transparent;}
.l-news .l-news-head.l-G: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{}
.l-news .l-news-nav .l-item{background-color: #edf2f7;height: 80px;line-height: 80px;text-align: center;color: #1c4091;font-weight: bold;font-size:18px;}
.l-news .l-news-nav .l-item img{margin-right: 5px;}
.l-news .l-news-nav .l-item .l-img1{display:none;}
.l-news .l-news-nav .l-item:first-child{position: relative;}
.l-news .l-news-nav .l-item:first-child:before{content: ' ';display:block;position: absolute;top: 0;right:0;width:50px;height: 50px;border-left: 2px solid #e3e8ed;border-bottom: 2px solid #e3e8ed;}
.l-news .l-news-nav .l-item:first-child:after{content: ' ';display:block;position: absolute;top: 0;right:0;width:0px;height: 0px;border: 25px solid #fff;border-bottom-color: transparent;border-left-color: transparent;}

.l-news .l-news-nav .l-item:hover{background-color: #193d90;color: #fff;cursor: pointer;}
.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-item:first-child:hover:before{border-color:#153173;}

.l-news .l-news-nav .l-active{background-color: #193d90;color: #fff;cursor: pointer;}
.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-nav .l-active:first-child:before{border-color:#153173;}


@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: 140px;
        line-height: 140px;
        font-size: 24px;
    }
    .l-detail .l-detail-info .l-title {
        font-size: 38px;
    }
}


@media (max-width: 767px){
    .l-bg-img{margin-top: 68px;}
	.l-news{margin-top: 0px;}
	.l-news .l-news-nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.l-news .l-news-nav .l-item{width:32%;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;}
	.l-detail .l-detail-info .l-info{overflow: auto;}
	.l-detail .l-detail-info .l-info table{margin:0 auto;width: 500px;}
	.l-detail .l-detail-info .l-auther{font-size: 14px;}
}

<!--ºÄÊ±1754479637.9196Ãë-->