/*Technical Support SudyTech*/
@charset "utf-8";

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url(fonts/SourceHanSerifCN-Bold.ttf);
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url(fonts/SourceHanSansCN-Medium.ttf);
}
@font-face {
    font-family: Barlow-Bold;
    src: url(fonts/Barlow-Bold.ttf);
}
@font-face {
    font-family: UnBatang;
    src: url(fonts/UnBatang.ttf);
}


:root{--mainColor: #112A8B;--hoverColor: #112A8B;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth:14.4rem}
::-webkit-scrollbar {
	width:0.08rem;
	height:0.08rem;
	background-color:#CCCCCC;
	-webkit-border-radius:0.06rem;
}
::-webkit-scrollbar-thumb:horizontal {
	width:0.04rem;
	background-color:#CCCCCC;
	-webkit-border-radius:0.06rem;
}
::-webkit-scrollbar-track-piece {
	background-color:#fff;
}
::-webkit-scrollbar-thumb:vertical {
	height:0.7rem;
	background-color:#999;
	-webkit-border-radius:0.04rem;
	outline:0.01rem solid #fff;
	outline-offset:-0.01rem;
	border:1px solid #fff;
}
.line1{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 16px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;font-family: 'SourceHanSansCN-Medium';}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#033D82;}
.wp_paging{font-size: 15px;    margin-top: 10px;margin-bottom: 20px;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {    width: var(--innerWidth);margin: 0 auto;} /**页面全局宽度**/
/**头部**/
.fancyOpen{cursor:pointer}
.headfix{border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:absolute;z-index:999;background: #043D84;width:100%;top:0;transition:1s;background-size: 100% 100%;}
.fixed .header{}
.header .inner{position:relative;transition:all 0.6s ease-in-out}
.header .sitelogo{display:flex}
.header .sitelogo .logo img{width: 5.84rem;}
.header .sitelogo .logo{margin-right:0.29rem;display:inline-block}
.header .sitelogo h1{font-size:inherit;font-weight:normal;background:none;padding-left:0px}
.header .sitelogo .sitetitle{display:inline-block;margin-left: 0.27rem;color:#fff;font-size: 0.4rem;    font-family: 'SourceHanSansCN-Medium';}
.header .sitelogo a{align-items:center}
.header .sitelogo .tago img{width:3.82rem}
.header .head-main{float:left;margin-top:10px}
.header .mod{height: 1.22rem;display: flex;justify-content: space-between;align-items: center;}
.header .sitelogo a{align-items:center;display: flex;}
.header .sitelogo .sitetitle span{display:block}
.header .sitelogo img.logo{width:3.4rem;transition:all 0.6s ease-in-out}
.header .head-top{display:flex;align-items:center;gap:0.15rem}
.header .head-right{display:flex;align-items: center;}
.header .sitelogo .logo img.logo2 {
    display: none;
}


.headfix.fixopen {
    background: none;
}
.fixopen #nav {
    display: none;
}
.fixbox .wp-menu .sub-menu a svg {
    display: none;
}

.fixbox .wp-menu .sub-menu a {
    line-height: 0.4rem;
    opacity: 1;
    font-family: 'SourceHanSerifCN-Bold';
}
.fixopen .header {
    background: none;
}


.fixopen .sitelogo .logo img.logo2 {
    display: none;
}

.fixopen .sitelogo .logo img.logo1 {
    display: block;
}

.fixopen .site-lang ul li.links a {
    color: #fff;
    transition: 0s;
}
.fixopen .site-lang ul li:first-child:after {
    background: #fff;
}
.fixbox .wp-menu .sub-menu .sub-menu {
    display: none;
}
.fixopen .site-lang{border-color:#fff}
.fixopen  .wp-search{background:rgb(255 255 255 / 10%)}
.fixopen  .wp-search .search-input input.search-title{color:#fff}
.fixopen  .wp-search .search-btn input.search-submit{background-image: url(images/sous2.svg);}
.fixopen  a.menu-btn .xian{ background: #fff;}
.fixed .nav .sub-menu .sub-item.hover>a, .fixed  .nav .sub-menu .sub-item a:hover {
    color: #fff;
}
.fixed .nav .sub-menu .sub-item a:hover svg path {
    stroke: #fff;
}
/* 搜索 */
.wp_search{display:inline-block;position:relative;padding-left:4px;border:1px solid #d0d0d0}
.wp_search #keyword{width:160px !important;padding:4px 0;border:none;height:20px;line-height:20px;background:transparent;color:#fff}
.wp_search .search{width:32px;height:30px;border:0px;background:#FFFFFF url(images/sous.png) no-repeat center;cursor:pointer;vertical-align:top}
.searchbox .tt{color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem}
.searchbox{text-align:right;width: 0.44rem;border-radius:0.22rem;overflow:hidden;width:1.5rem}
.searchbox:hover{}
.wp-search{position:relative;background: rgb(255 255 255 / 10%);}
.wp-search form{display:block}
.wp-search .search-input{margin-left: 0.15rem;margin-right: 0.3rem;}
.wp-search .search-input input.search-title{width:100%;line-height:0.34rem;background:none;color:#FFFFFF;font-size: var(--smailSizex);border:0;outline:0;font-family: Arial;}
.wp-search .search-btn{width: 0.44rem;height: 100%;position:absolute;right:0;top:0%}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border:0;outline:0;background:url(images/sous2.svg) no-repeat center;cursor:pointer;background-size: 0.15rem;}
.header .searchbox{transition:all 0.6s ease-in-out;margin-right: 0.24rem;}
/**角色**/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left}
.site-rale ul li.links a{line-height:35px;padding:0 12px 0 12px;padding-left:19px;font-size:13px;color:#cad3d4;background:url(images/icon_role.png) no-repeat}
.site-rale ul li.links a:hover{color:#fff}
.site-lang ul{display:flex;gap: 0.3rem;}
.site-lang ul li.links a{color:#fff;font-size:var(--titleSize);line-height:1;display:inline-block;font-size: var(--smailSize);}
.site-lang ul li.links a:hover{color: #fff;}
.site-lang ul li:first-child a {
    pointer-events: none;
}
.header .site-lang ul li.links:first-child a{/* border-right:1px solid #fff; */}
.head_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.98rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.header .head-right .left {
    display: flex;display: none;
}

.site-lang {
    border-right: 1px solid #fff;
    padding: 0 0.16rem;
    margin-right: 0.22rem;
}
.site-lang ul li:first-child:after {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -0.21rem;
    top: 50%;
}

.site-lang ul li {
    position: relative;
}
.site-lang ul li:first-child:after {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -0.21rem;
    top: 50%;
}

.site-lang ul li {
    position: relative;
}
/*默认主导航样式*/
#nav{ background: #fff; }
.headfix.fixed #nav{ box-shadow: 1px 3px 4px #adadad;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu { margin: 0 auto; display: flex; justify-content: space-between;    margin-left: 1rem;}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {line-height: 0.5rem;font-size: var(--bigSize);display:block;color:#043D84;position: relative;font-family: SourceHanSerifCN-Bold;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{ text-decoration: none; }
.nav .sub-menu {
    position: absolute;
    left: -0.34rem;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    background: var(--mainColor);
    display: none;
    overflow: hidden;background: #f5f8ff;
}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;text-align: center;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 0.5rem;line-height: 0.5rem;padding: 0 17px;font-size: var(--smallSize);background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#356EB1; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.nav .wp-menu .menu-item a.menu-link:after {content: "";width: 100%;height: 1px;position: absolute;bottom: 0;background: #043d84;left: 0;transform: scale(0);transition: all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform: scale(1);}
/**主页banner开始**/

/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

.main1{}
.main1 .inner{padding:10px 0px 0px;}
.main1 .ml{float:left; width:360px;padding-top:8px;}
.main1 .mc{float:left; width:380px;margin-left:30px;}
.main1 .mr{float:right;width: 346px;}



/**标题栏新闻窗口**/
.mbox .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
}
.post1 .more_btn img { width: 0.14rem; margin-left: 0.11rem;}
.post1 .more_btn .more_text {vertical-align: middle; font-size: var(--titleSize); color: #CB3431; line-height: 0.21rem; display: flex;}
.post1 .tt .tit span { display: flex; position: relative; z-index: 1}
span.tt_en span { flex: 1; margin-right: 0.05rem;background: url(images/ttbg2.svg) no-repeat left center;}
.post1 .tt .tit:after { content: ""; width: 0.2rem; height: 0.2rem; display: block; position: absolute;
 background-size: 100%; top: -0.05rem;right: -0.2rem;}
.post1 .tt .tit { text-align: right; position: relative; color: var(--mainColor); background: url(images/ttbg2.png) no-repeat bottom left;}

.post1 .tt .title { font-size: 0.4rem;line-height: 1.5; font-family: 'SourceHanSerifCN-Bold';}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size: var(--titleSize);}/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C; font-size: var(--titleSize);}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}

/*图列表*/
.news_tu{}
.news_tu .con{}
.news_tu .news_list { margin:0px -20px;}
.news_tu .news_list li.news{float:left;width:25%;}
.news_tu .news_list li.news .news_box{margin:0px 20px; transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{}
.news_tu .news_list li.news .news_imgs{padding-top:58%;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;transition:all 0.6s ease-in-out;    min-height: 100%;}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{    margin: 0.15rem 0.2rem;} 
.news_tu .news_list li.news .news_title{line-height: 0.3rem; font-size: var(--titleSize);    font-family: 'SourceHanSansCN-Medium';margin-bottom:0.05rem;    text-align: center;} 
.news_tu .news_list li.news .news_title a{}
.news_tu .news_list li.news .news_box:hover img {
    transform: scale(1.1);
}
.news_tu .news_list li.news .news_box:hover {
    box-shadow: 1px 3px 10px #ccc;
}

.news_tu .news_list li.news .news_time {
    color: #666;
    font-size: var(--titleSize);
    color: #CB3431;
    font-family: Barlow-Bold;
}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/

/**文章页**/
.infobox {    padding: .6rem 0 1rem; margin:0 auto; width:auto;min-height: 300px;}
.article {padding-top:10px;}
.article h1.arti_title {color: #232222; line-height: 1.3; font-family: SourceHanSerifCN-Bold; font-size: 0.34rem;text-align: center; margin-bottom: .2rem;} /**文章标题**/
.article h2.arti_title{line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem} /**文章副标题**/
.article .arti_metas{text-align:center;line-height: 1.3;margin:0}
.article .arti_metas>span{margin:0 .16rem;font-size:var(--smailSize);color:#666}
.article .entry { margin:0 auto; overflow:hidden;    margin-top: .3rem;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}

/**底部**/
#footer{position:relative;    background: #043D84;}
.foot-top{display:flex;justify-content:space-between;margin-bottom:0.857rem}
ul.foot-menu{display:flex;gap:0.79rem}
#footer .inner.in1{padding:0.57rem 0 0.32rem;position:relative}
#footer .inner .mod{
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}
#footer .inner .foot-left{
    display: flex;
    flex-direction: column;
}
#footer .inner .foot-center{width: 5.46rem;}
#footer .inner .foot-left img:nth-child(1) {
    width: 2.55rem;
}
#footer .inner .foot-left img:nth-child(2) {
    width: 3.68rem;
    margin-top:0.23rem
}

#footer .tt .title {
    font-size: var(--titleSize);color: #fff;
}

#footer .tt {
    margin-bottom: 0.23rem;
}

.links .news_title {
    font-size: var(--smailSize);
    float: left;
    width: 50%;
    line-height: 2;color: #fff;    opacity: 0.7;
}

.links .news_title a {
    color: #fff;
}

#footer .inner {
    padding: 0.46rem 0;
}
.foot-right p {
    color: #fff;
      font-size: var(--smailSize);
     line-height: 2;    opacity: 0.7;
}
#footer .inner.in2 {
    padding: 0.22rem 0;
    border-top: 1px solid  #D8D8D8;
    width: 100%;
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--innerWidth);
    margin: 0 auto;
}
.foot-bottom .left a{ color: #FFFFFF;}
.foot-bottom .left {
    color: #FFFFFF;opacity: 0.6;
    font-size: var(--smailSize);
    line-height: 2;
}

.foot-bottom .top {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    gap: 0.08rem;
    cursor: pointer;
}
/* 锚点定位导航 */
nav.Quick-navigation{position:fixed;left: 0;z-index: 1;top:50%;transform:translate(-200px,-50%);display:flex;background:var(--mainColor);color:#fff;width: 0.5rem;height: 2.63rem;padding: 0.4rem 0 0.18rem;box-sizing: border-box;transition: all 0.4s ease-in-out;opacity: 0;}
nav.Quick-navigation a{color:#fff;font-size: 0.18rem;font-family: 'SourceHanSerifCN-Bold';text-align: center;line-height: 1.5;}
nav.Quick-navigation a.current{opacity: 1;border-bottom: 1px solid #fff;}
.Scroll-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1;
    background: #fff;
    bottom: 11%;
    border-radius: 50%;
    right: 1%;
    background: #1776be7a;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#playvideo {position: fixed;width: 100%;height: 100%;z-index: 10000;top: 0;left: 0;display: none;}
#playvideo .video_bg {position: absolute;z-index: 0;background: #000;opacity: 0.5;width: 100%;height: 100%;top: 0;left: 0;}
.wp_audio_player{text-align:center;}
#playvideo .playbox {position: absolute;width: 56%;top: 15%;height: 65%;margin: 0 auto;display: block;z-index: 100;left: 22%;}
#playvideo video {display: block;object-fit: cover;width: 100%;height: 100%;}
#playvideo .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
ul.quick-list {
    display: flex;
    flex-direction: column;
    gap: .36rem;
    padding: 0 0.22rem;
    width: 1.16rem;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    /* transition-delay: 0.1s; */
    box-sizing: border-box;
}

nav.Quick-navigation .wel {
    writing-mode: vertical-lr;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0.16rem;
    font-family: 'SourceHanSerifCN-Bold';
    letter-spacing: 0.05rem;
    position: absolute;
    gap: 0.05rem;
     transition: all 0.4s ease-in-out;
}

nav.Quick-navigation  .tlogo {
    width: 100%;
    padding: 0.05rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1rem;
}

nav.Quick-navigation .tlogo img {width: 100%;}

nav.Quick-navigation .wel img {
    width: 0.21rem;
}

nav.Quick-navigation:hover {
    height: 5.21rem;
    padding:0.63rem 0 0.4rem;
    width: auto;
}

nav.Quick-navigation:hover .quick-list {transform: none;opacity: 1;}

nav.Quick-navigation:hover .wel {
    z-index: -1;
    opacity: 0;
}
button.btn.keyvisual__sound-btn {
    background: none;
    position: absolute;
    z-index: 1;
    bottom: 14%;
    border: none;
    right: 2%;
}

button.btn.keyvisual__sound-btn.sound-off .ico--sound-on {
    display: none;
}

button.btn.keyvisual__sound-btn.sound-off .ico--sound-off {
    display: block;
}
button.btn.keyvisual__sound-btn.sound-on .ico--sound-on {
    display: block;
}

button.btn.keyvisual__sound-btn.sound-on .ico--sound-off {
    display: none;
}
button.btn.keyvisual__sound-btn .ico img {
    width: 0.4rem;
}

.col_list ul li a#zxj {
    transition: none;
}



/**列表页**/
/**列表页**/
.l-banner{height: 4.8rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;margin-top:1.72rem}
.l-banner:after{content:"";display:block;width:100%;position:absolute;height:60%;background:url(images/list_banner_bg.png) no-repeat;background-size:100% 100%;bottom:0}
.l-banner img{/*display:none;*/ height:100%;vertical-align:top}
#l-container{position:relative;background: #F2F3F9;}
#l-container .inner {

    position: relative;
    background: #fff;

    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
}
#l-container .inner .mod{    padding: .3rem .4rem;}
#d-container .inner{background:#fff}
.wp-wrapper .wp-inner {
    position: relative;
}
/**栏目列表**/
.col_menu_head{position:absolute;bottom: 0;/* z-index:1; */width: var(--innerWidth);left: calc(50% - var(--innerWidth)/2);}
.col_name span{font-size: .4rem;color:#fff;line-height: 1.35;}
.col_name{margin-bottom: 0.24rem;}
.col_path a,.col_path span{font-size: var(--smailSizex);line-height:1.3;    color: #fff;}
.col_path{display:inline-block;/* padding-left:.26rem; *//* background:url(images/home.svg) no-repeat left; */margin-bottom: 0.35rem;}
.possplit::after{content:"/";font-size:.15rem}
.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_tt{
    border: none;
    font-size: 0.4rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #033D82;
    line-height: 1.2;
    margin-bottom: 0.43rem;
}
.col_list{width:100%;position:relative;box-sizing:border-box;display:flex;align-items:center}
.col_list::before{content:"";display:block;width: 100vw;height: 100%;position:absolute;top:0;left: 50%;margin-left: -50vw;/* background: url(images/col_bg.png)no-repeat; */backdrop-filter: blur(9px);/* opacity: 0.69; */background: linear-gradient(206.44deg, rgb(203, 52, 49,0.5) -104.252%,rgb(3, 61, 130,0.5) 45.149%,rgb(37, 146, 62,0.5) 256.801%);}
.column-switch{display:none}
.col_list ul{position:relative;width:100%}
.col_list ul.sub_list {
    display: none;
}
.col_list ul li{float:left}
.col_list .col_column .col_item_link.selected{background: #033D82 url(images/col_selected.svg) no-repeat center bottom 0.06rem;background-size: 0.81rem;opacity: 1;}
.col_list .col_column a{color:#fff;padding: 0 0.46rem;font-size: 0.2rem;display:inline-block;display:block;text-align:center;line-height: 0.75rem;font-family: 'SourceHanSerifCN-Bold';opacity: 0.8;}
.col_list .slick-next,.col_list .slick-prev{width:auto;height:auto;background:0 0;border-radius:0}
.col_list .slick-prev{left:-.4rem;display:none!important}
.col_list .slick-next{right:-.5rem;width:.3rem;text-align:center}
.col_list .slick-next:hover,.col_list .slick-prev:hover{opacity:1;color:#fff;background:0 0}
.col_list ul li[title='科学研究处'] {
    display: none;
}
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;     font-size: 0.24rem;font-family:"Microsoft yahei";font-weight: normal;color: #033D82;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;min-height: 300px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p {    line-height: 0.32rem; font-size: 0.16rem !important; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry p span{ line-height: 0.32rem; font-size: 0.16rem !important;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width);height:auto; } /**列表页文章图片大小限制**/
.possplit::after{content:"/";font-size:.15rem}
.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_tt{
    border: none;
    font-size: 0.4rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #033D82;
    line-height: 1.2;
    margin-bottom: 0.43rem;
}
.nav2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
    background: #033D82;
}

/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
div#container-nav {
    width: var(--innerWidth);    margin: 0;
}
/**大图**/
div#banner {
    position: relative;background: #f1f1f1;
margin-top:1.72rem
}
#banner .inner{width:100%;text-align:center}
.mbanner .news_imgs a{display:block;padding-top: 31%;width:100%}
.mbanner .slick-prev,.mbanner .slick-next{z-index:1;top:auto;bottom:calc((100% - 2.2rem)/2 - 0.23rem);opacity:0.8}
.mbanner .slick-prev{left:0.55rem}
.mbanner .slick-next{right:0.55rem}
.mbanner .news .news_wz{position:absolute;top:3.05rem;left:50%;margin-left:-7.95rem;text-align:left;width:10.6rem}
.mbanner .news .news_wz a{color:#17607A}
.mbanner .news .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.21rem;
    font-size: 0.28rem;
    line-height: 1.5;
    z-index: 1;
    font-family: "微软雅黑";
    font-weight: bold;
    left: 50%;
    margin-left: calc(var(--innerWidth) / -2);
    max-width: var(--innerWidth);
}

.mbanner .news .news_title a {
    color: #fff;
}
.mbanner .news .news_title a{color:#fff;display:block;white-space:nowrap;width: 100%;overflow:hidden;text-overflow:ellipsis}
.mbanner .slick-dots{width:auto;bottom: 0.3rem;right: 50%;margin-right: calc(var(--innerWidth) / -2);display:flex;align-items: center;}
.mbanner .news .news_video{padding-top: 30%;}
.mbanner .news .news_video video{position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%)}
.mbanner .news_imgs a:before,.mbanner .news .news_video:before{content:"";display:block;width:100%;position:absolute;height:1.07rem;background:url(images/bannerbg.png) no-repeat;background-size:100% 100%;bottom: 0;}
.mbanner .news_list .news {
    opacity: 0;
}
.mbanner .news_list .news.slick-slide {
    opacity: 1;
}
.mbanner .slick-slide.slick-active {
    opacity: 1;
}

.main1{background:url(images/main1.png) no-repeat top center;    background-size: cover;}
.main1 .inner { padding: 0.6rem 0 0.9rem;}
.main1 .ml{    width: 49.5%; float: left;}
.main1 .mr{    width: 50.5%;float: right;    margin-top: -0.6rem;}
.post-11 .news_list li.news .news_wz{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}
.post-11 .news_list li.news p { font-size: var(--titleSize); text-align: justify;    text-indent: 2em;}
.post-11.mbox .tt { background: #043d84;}
.post1.post-11 .tt .tit span{color: #fff;    line-height: 0.88rem; padding-left: 0.23rem;}
.post1.post-11 .more_btn .more_text{color: #fff;margin-right: 0.35rem;}
.post-11.mbox {  background: #fff url(images/ml.png) no-repeat bottom center;     min-height: 4.7rem;    box-shadow: 1px 10px 12px #e8ecef;    position: relative;}
.post1.post-11 .news_shu{font-size: 0.4rem;color: #124098;font-weight: bold;}
.post1.post-11 .news_shu span{font-size: var(--smailSize);font-weight: normal;}
.post1.post-11 .news_list li.news .news_title{ font-size: var(--titleSize);      }
.post1.post-11 .news_list {
    /* margin: 0 -0.15rem; */
    display: flex
;
    justify-content: flex-start;

    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.post1.post-11 .news_list li {
    width: 33.3%;    margin-bottom: 0.4rem;
}
.post1.post-11 .news_list li.n1{  width: 41%;   }
.post1.post-11 .news_list li.n4{  width: 41%;   }
.post1.post-11 .news_list li.n3{  width: 20%;   }
.post1.post-11 .news_list li.n6{  width: 20%;   }
.post1.post-11 .con { padding: 0.3rem 0.1rem 0.5rem 0.5rem;}

.post-12.mbox {  background: #fff url(images/mr.png) no-repeat bottom right; min-height: 5.38rem;}
.post-12.mbox .news_wz { padding: 0.5rem 0.5rem 0.8rem 0.5rem;}
.post-12.mbox .news_wz p{font-size: var(--titleSize);   font-family: SourceHanSansCN-Regular;    text-align: justify;
    margin-bottom: 0.2rem;
    text-indent: 2em; }

.post-13 .con { margin: 0.7rem 0.2rem 0.2rem 0.9rem;text-align: center;}
.post-13 .news_list li.news .news_icon img{width: 0.45rem;height: 0.45rem;}
.post-13 .news_list li.news .news_title{ font-size: var(--titleSize);   color: #fff;  }
.post-13 .news_list li.news .news_title a{ color: #fff; }
.post-13 .slick-dots{bottom: -0.6rem;}

.main2{background: #fff;}
.main2 .inner { padding: 0.4rem 0 0.6rem;}
.main2 .ml{    width: 60%; float: left;}
.main2 .mr{    width: 37%;float: right;}
.post-21 .focus .focus-title {height: 2rem;line-height: 3rem;padding: 0 0.4rem;     font-size: var(--bigSize);font-weight: bold;}
.post-21 .focus .focus-title-bar {height: 2rem; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-21 .focus .focus-title-bg {background:url(images/blue.png) repeat-x top;}

.post-21 .focus .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post-21 .focus .focus-page {width: 20px;height: 20px; line-height: 20px; font-size:12px; border-radius: 0px; background-color: #fff; color: #000;}
.post-21 .focus .focus-page span {display:block;}
.post-21 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-21 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-21 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-21 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-21 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.post-21 .news_imgs img {
    width: 100%;
    height: 5.37rem;
}
.post-21 .news_con{    position: relative;}
.post-21 .news_con .news_title{position:absolute;background:url(images/blue.png) repeat-x bottom;bottom:0;width:100%;height: 2rem;line-height: 3rem;    text-align: center;   font-size: var(--bigSize);}
.post-21 .news_con .news_title a{color:#fff;}
.post-21 .slick-dots{    bottom: 0.8rem;}
.post-21 .slick-dots li.slick-active  button{ font-size: 0.34rem;}
.post-21 .slick-dots li{background: none;width: 0.3rem;height: 0.3rem;}
.post-21 .slick-dots li.slick-active {opacity:1;width: 0.3rem;height: 0.3rem;background: none;background-size: 100% 100%;}
.post-21 .slick-dots li button {
    font-size: 0.24rem;
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
    line-height: inherit;    font-family: Barlow-Bold;
}
.post-21 .slick-next{right:0.2rem;    top: 90%;z-index:99;background:url(images/right.png) no-repeat center;    opacity: 1;}
.post-21 .slick-prev{left:0.2rem;    top: 90%;z-index:99;background:url(images/left.png) no-repeat center;     opacity: 1;}

.post-22 .news_list{border-top:1px solid #D5D5D5}
.post-22 .news_list li.news .news_title{ font-size: var(--titleSize);      }
.post-22 .news_list li.news .news_time{font-size: var(--smailSize);color: #CB3431;font-family: Barlow-Bold; line-height: 0.3rem;}
.post-22 .news_list li.news {border-bottom:1px solid #D5D5D5;    line-height: 0.42rem;transition: all 0.3s ease-in-out;}
.post-22 .news_list li.news .news_con {  padding: 0.15rem 0.1rem 0.19rem 0.1rem;}
.post-22 .news_list li.news:hover{background: #F7F7F7;    border-bottom: 1px solid #043D84;}
.post-22 .news_list li.news:hover a{    color: #033D82;}

.main3{background: #fff;    background-size: cover;}
.main3 .inner { padding: 0.4rem 0 0.9rem;}
.main3 .ml{    width: 43.5%; float: left;}
.main3 .mc{    width: 0%; float: left;margin-left: 3%;display:none;}
.main3 .mr{    width: 52%;float: right;}
.main3 .post-31 .con{ background:#fff;   box-shadow: 1px 4px 10px #ccc;}
.main3 .post-31 .con{ border-top: 4px solid #033D82;}
.main3 .post-31 .con .news_list{    padding: 0.1rem 0.3rem 0.3rem 0.3rem;   }
.main3 .post-31 .news_list li.news{  border-bottom: 1px solid #d5d5d5;   transition: all 0.3s ease-in-out;}


.main3 .news_list li.news .news_title{}
.main3 .post-31 .news_list li.news .news_time{    font-size: var(--titleSize);font-weight: bold;color: #CB3431;    font-family: Barlow-Bold;}
.main3 .post-31 .news_list li.news .news_title{ font-size: var(--titleSize);     padding-left: 1%;     }
.main3 .post-31 .news_list li.news:hover .news_title a{    color: #043d84;}
.main3 .post-31 .news_list li.news .news_title{float: left;width: 80%;}
.main3 .post-31 .news_list li.news .news_time{float: right;    padding-right: 2%;}
.main3 .post-31 .news_list li.news{  line-height: 0.68rem; }
.main3 .post-31 .news_list li.news:hover{background:#f7f7f7; border-bottom: 1px solid #1c395b;}

.post-32.mbox {margin-bottom: 0.3rem;}
.post-32 .news_list li.news{background:#fff;box-shadow: 1px 4px 10px #ccc; border-top: 4px solid #033D82; transition: all 0.3s ease-in-out;}
.post-32 .news_list li.news:hover {
    background: #043d84;
}
.post-32 .news_list li.news:hover .news_title{color:#fff;}
.post-32 .news_list li.news:hover .news_title a{color:#fff;}
.post-32 .news_list li.news:hover .news_title1{color:#fff;}
.post-32 .news_imgs { float: left;  width: 52%;    background: #f1f1f1;    height: 2.22rem;
    overflow: hidden;}
.post-32 .news_imgs img{width:100%;}
.post-32 .news_wz { float: right; width: 45%;}
.post-32 .news_title{font-size: var(--titleSize); margin-top: 0.15rem; margin-bottom: 0.15rem;    line-height: 0.3rem;}
.post-32 .news_title a{ transition: all 0s ease-in-out;}
.post-32 .news_title1{font-size: var(--smailSize);color: #666;line-height: 0.28rem;    font-family: SourceHanSansCN-Regular;}
.post-32 .news_con{  padding: 0.2rem 0.1rem 0.25rem 0.1rem;  }

.post-33 .news_list li.news{float: left;  width: 48%; background:#fff;  box-shadow: 1px 4px 10px #ccc;position: relative;}
.post-33 .news_list li.news .news_con{ padding: 0.45rem 0.2rem 0.35rem 0.2rem; }
.post-33 .news_list li.news .news_box:before { content: '';position: absolute; width: 0; height: 3px; background: #CB3431; top: 0px; left: 0px; z-index: 1;
 transition: all 0.4s ease-in-out;}
.post-33 .news_list li.news .news_box:after { content: ''; position: absolute; width: calc(100% + 2px);height: 3px; background: #043D84;top: 0px;left: 0px;    visibility: visible;}
.post-33 .news_list li.news .news_box:hover:before { width:calc(100% + 2px);transition: all 0.4s ease-in-out;}
.post-33 .news_list li.news.n2{float: right;  width: 48%; }
.post-33 .news_title{font-size: var(--titleSize); margin-top: 0.2rem; margin-bottom: 0.1rem;}
.post-33 .news_title1{font-size: var(--smailSize);color: #666;line-height: 0.28rem;    font-family: SourceHanSansCN-Regular;}
.post-33.news_con{  padding: 0.2rem 0.1rem 0.25rem 0.1rem;  }
.post-33 .news_title1.sj{display: inline-block;background: #043D84;color: #fff;   padding: 0rem 0.1rem 0rem 0.1rem; 
    transition: all 0.4s ease-in-out;  position: absolute; top: 0; left: 0;line-height: 0.45rem;}
.post-33 .news_list li.news .news_box:hover .news_title1.sj{}


.main4{background: #F6F8FF;}
.main4 .inner{ padding: 0.4rem 0 0.4rem;}

.main5{background: #fff url(images/main5.png) no-repeat top right;}
.main5 .inner{ padding: 0.4rem 0 0.9rem;}
.main5 .ml{    width: 50%; float: left;}
.main5 .mr{    width: 45%;float: right;   }
.post-51 .news_list { }
.post-51 .news_list li.news{background: #043D84;}
.post-51 .news_list li.news .news_box {}

.post-51 .news_list li.news .news_title { color: #fff;font-size: var(--titleSize); font-weight: bold;margin-bottom: 0.2rem;}
.post-51 .news_list li.news .news_text{color: #fff;line-height: 0.26rem;text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;    opacity: 0.6;}
.post-51 .news_list li.news a{ color: #fff;display: block;}
.post-51 .news_list li.news:hover .news_box{}
.post-51 .news_list li.news:hover .news_title {}
.post-51 .news_imgs { float: left;  width: 52%;    background: #f1f1f1;    height: 4.58rem; overflow: hidden;}
.post-51 .news_imgs img{    min-height: 4.58rem;height:auto;width:100%}
.post-51 .news_wz { float: right; width: 48%;}
.post-51 .news_wz .news_con {  padding: 0.5rem 0.35rem;}
.post-51 .slick-dots{text-align: right;bottom: 0.6rem;right: 0.6rem;  width: auto;}
.post-51 .slick-dots li {margin: 0 0.1rem;padding: 0px; background: none; opacity: 1;border: 1px solid #fff;width: 0.2rem;height: 0.2rem;}
.post-51 .slick-dots li.slick-active {opacity:1;width: 0.2rem;height: 0.2rem;background: #fff;background-size: 100% 100%;}

.post-51 .slick-next{right:0.2rem;    top: 86%;z-index:99;background:url(images/right.png) no-repeat center;    opacity: 1;}
.post-51 .slick-prev{right:1rem;   top: 86%;z-index:99;background:url(images/left.png) no-repeat center;     opacity: 1;}

.post-52 .news_list li.news {border-bottom: 1px solid #D8D8D8; transition: all 0.4s ease-in-out;}
.post-52 .news_list li.news .news_title {font-size: var(--titleSize);    line-height: 0.37rem; }
.post-52 .news_list li.news .news_time{font-size: var(--smailSize);color: #CB3431;    font-family: Barlow-Bold;line-height: 0.26rem;}
.post-52 .news_list li.news .news_con {  padding: 0.2rem;}
.post-52 .news_list li.news:hover{background:#fff;border-bottom: 1px solid #043D84;}
.post-52 .news_list li.news:hover  .news_title a{color: #033D82;}

.logo_b { position: absolute;bottom: 0.5rem; width: var(--innerWidth); left: calc(50% - var(--innerWidth) / 2);}
.logo_b .sitelogo {    line-height: 1.35;}
.logo_b .sitelogo span{ font-size: .8rem;font-weight: bold;  color: #fff;}
.logo_b .enlogo{ color: #fff;  font-size: .5rem;line-height: 1.35;}
.news_list.list2 li.news {  line-height: 0.45rem;}
.news_list.list2 li.news .news_title{    overflow: hidden;width:70%;
    text-overflow: ellipsis;
    white-space: nowrap;}

.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 0.2rem;padding-bottom: 0.2rem;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news.n1{margin-top: 0.2rem;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news .news_date{float: left;width: 0.7rem;margin-right:-70px;background:#00707a;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{font-size: .3rem;
    line-height: .4rem;color:#fff; background-color:#043D84; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{   line-height: .4rem;font-size: 0.14rem; color:#6b6b6b; background-color:#e3e4e6;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:1rem; padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{width:100%;    font-size: var(--titleSize);   line-height: 0.37rem;}
.rili2 .news_list li.news .news_text{    line-height: 0.26rem;   font-size: var(--smailSize);    color: #999;    width: 100%;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;    margin-top: 0.05rem;} 
.rili2 .news_list li.news .news_text a{color:#666;}
.rili2 .news_list li.news:hover .news_date .news_year{background-color:#043D84;transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news:hover .news_date .news_days{background-color:#e3e4e6;}

/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news:hover {
    box-shadow: 2px 2px 19px #33333359;
}
.mrlist .col_news_list .news_list .news{margin-bottom: 0.28rem;/* border-bottom: 1px solid #ccc; */padding: 0.2rem;box-shadow: 2px 2px 14px #33333330;background: #fff;border-left: 0.04rem solid #033D82;height: 2.07rem;box-sizing: border-box;/* transition: all 0.4s ease-in-out; */display: flex;}
.mrlist .col_news_list .news_list .news .news_imgs{width: 2.5rem;flex:none;margin-right:.3rem;background:0 0;display:flex;align-items:center}
.mrlist .col_news_list .news_list .news .news_imgs a{padding-top: 74.9%;width:100%}
.mrlist .col_news_list .news_list .news .news_wz{flex:1;width: 0;}
.mrlist .col_news_list .news_list .news .news_meta{color: var(--mainColor);font-size: var(--smailSize);font-weight: bold;}
.mrlist .col_news_list .news_list .news .news_meta span{display:block;color:#666}
.mrlist .col_news_list .news_list .news .news_year{font-size:.14rem}
.mrlist .col_news_list .news_list .news .news_day{font-size:.36rem;line-height:1.4}
.mrlist .col_news_list .news_list .news .news_title{font-size:var(--titleSize);line-height:1.7;font-weight:700;margin-bottom:.17rem;    display: block;}
.mrlist .col_news_list .news_list .news .news_text{font-size:var(--smailSizex);line-height:2; }
.mrlist .col_news_list .news_list .news .news_text a{color:#666}
.mrlist .col_news_list .news_list .news.noimg .news_imgs{display:none}
.mrlist .col_news_list .news_list .news .news_title2 {
    display: none;
}
.mrlist.teacher .col_news_list .news_list .news{height: 2.67rem;}
.mrlist.teacher .col_news_list .news_list .news .news_imgs a {
    padding-top: 92%;
    width: 100%;
}