.w1288{margin:0 auto;width:92%;max-width: 1288px}
.navbar{background:rgba(15,42,74,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:6px 0;box-shadow:0 4px 24px rgba(0,0,0,.25)}

/* new */
.new{padding: 5vw 0 0;}
.new .w1288{display: flex;flex-wrap: wrap;justify-content: space-between;}
.new .cent{width: calc(68% - 5vw);padding: 2.5vw;background: #fff;box-shadow: 0 0 2px rgb(0 0 0 / 8%);}
.new .cent .title{font-size: 1.58vw;color: #0C2240;text-align: center;}
.new .cent i{background:#f8f8f8;height:1.58vw;width:100%;display:block;margin:.8vw 0}
.new .cent .date{border-top:1px solid #ddd;text-align:center;color:#666;font-size:.85vw;padding:1vw 0}
.new .cent .cont p{font-size:.85vw;line-height:2;color: #666;text-indent:2em;margin:.35vw 0;}
.new .cent .cont iframe{display: block;margin: 0 auto;max-width: 100%;}
.new .cent .cont img{text-align:center;margin:.5vw auto;display:flex;justify-content:center;text-indent:0}
.new .cent .cont table{border-spacing: 0;border-collapse: collapse;width: auto;margin: 10px 0;}
.new .cent .cont table td,.new .cent .cont table th{border-color:#cbcbcb !important;font-size:.85vw;line-height:1.68;font-weight:400;color:#4e5769;padding: .5vw;width: initial;text-align: center;border-style: solid !important;border-width: 1px !important;}
.new .cent .cont table td span,.new .cent .cont table td,.new .cent .cont table th span{font-family: initial !important;}
.new .cent ul li{margin-top: 1vw;font-size: .85vw;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.new .cent ul li:hover{color: #173150;}
.new .news .title{text-align: center;font-size: 2vw;margin-bottom: 2.58vw;}

@media screen and (max-width:1080px){
.new{padding: 60px 0 0;}
.new .cent{padding: 25px;width: calc(70% - 50px);}
.new .cent .title{font-size: 20px;}
.new .cent i{height: 20px;margin: 15px 0;}
.new .cent .date{font-size: 14px;padding: 15px 0;}
.new .cent .cont p{font-size: 14px;margin: 5px 0;}
.new .cent .cont table{width: max-content;}
.new .cent .cont table td,.new .cent .cont table th{padding: 4px;}
.new .cent ul{margin-top: 20px;}
.new .cent ul li{font-size: 15px;margin-top: 15px;}
.new .news .title{font-size: 30px;margin-bottom: 40px;}
}
@media screen and (max-width:768px){
.new .cent{width: auto;}
}
@media screen and (max-width:520px){
.new{padding: 50px 0 0;}
.new .cent{padding: 15px;}
.new .cent .title{font-size: 18px;}
.new .cent i{margin: 10px 0;}
.new .cent .date{font-size: 13px;}
.new .cent .cont p{line-height: 1.68;}
.new .cent .cont table td,.new .cent .cont table th{font-size: 12px;padding: 3px;text-align: center;}
.new .cent ul li{font-size: 14px;margin-top: 12px;}
.new .news .title{font-size: 24px;}
}


/* nright */
.nright{width: 28%;}
.nright .wrap{padding: 1.5vw;background: #fff;margin-bottom: 1vw;border-radius: 5px;}
.nright .wrap .tit{font-size: 1.2vw;margin-bottom: 1.2vw;position: relative;color: #173150;padding-left: 1vw;}
.nright .wrap .tit:after{position: absolute;content: ""; left: 0;top: 50%;transform: translate(0 , -50%);width: 5px;height: 5px;background: #173150;}
.nright .wrap ul li{margin-bottom: 1.2vw;padding-bottom: 1.2vw;border-bottom: 1px solid #eee;}
.nright .wrap ul li:nth-last-child(1){margin-bottom: 0;}
.nright .wrap ul li .t1{font-size: .9vw;line-height:1.58;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:all .35s;color: #333;}
.nright .wrap ul li .date{color: #666;font-size: .8vw;margin-top: .5vw;}
.nright .wrap ul li:hover .t1{color: #173150;}
.nright .wrap dl{display: flex;flex-wrap: wrap;}
.nright .wrap dl dd{padding:.2vw;margin:.2vw 0;font-size:.8vw;color: #000;margin-right: .2vw;background: #f7f7f7;}
.nright .wrap dl dd a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.nright .wrap dl dd:hover{background: #173150;color: #fff;}
@media screen and (max-width:1080px){
.nright{width: 25%;}
.nright .wrap{padding: 20px;}
.nright .wrap .tit{font-size: 18px;margin-bottom: 20px;padding-left: 10px;}
.nright .wrap ul li{margin-bottom: 15px;}
.nright .wrap ul li .t1{font-size: 15px;-webkit-line-clamp: 1;}
.nright .wrap ul li .date{font-size: 14px;margin-top: 8px;}
.nright .wrap dl dd{padding: 6px;margin: 6px;font-size: 14px;}
}
@media screen and (max-width:768px){
.nright{width: 100%;margin-top: 20px;}
}
@media screen and (max-width:520px){
.nright{margin-top: 15px;}
.nright .wrap{padding: 10px;}
.nright .wrap .tit{margin-bottom: 15px;}
.nright .wrap ul li{margin-bottom: 10px;}
.nright .wrap ul li .t1{font-size: 14px;}
.nright .wrap ul li .date{font-size: 13px;margin-top: 5px;}
.nright .wrap dl dd{padding: 5px;margin: 5px;}
}