@charset "utf-8";
/*Technical Support SudyTech*/
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: 13px;font-family: "PingFang","Microsoft Yahei";color:#333;    font-family: 'shr';}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#095ab5;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 15.82rem;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
.header {        z-index: 2; background: linear-gradient(180deg, #35619D, transparent);
   position: absolute;border-bottom:none; height:auto;line-height:inherit; }
.header .inner{position:relative;}
.header .sitelogo{float:left;margin-top: 25px;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{ color:transparent; margin:0;}
.header .sitelogo h1{font-size:inherit; font-weight:normal; background:none; padding-left:0px;}
.header .sitelogo .sitetitle {    display: inline-block;font-family: 'ssb';
   margin-top: 0.1rem;
   margin-left: 0.22rem;
   font-size: 0.44rem;
   font-weight: bold;
   color: #fff;} /**站点名称**/

.header .head-left{float:left;display:inline-block;margin-left: -0.5rem;}

.header .head-right{float:right;margin-right: -1rem;}

/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
.site-lang ul li.links a{line-height: 35px;margin:0px 5px;font-size: 13px;color: #cad3d4;}
.site-lang ul li.links a:hover{color:#fff;}
/*默认主导航样式*/
#nav{}
#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}
.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:inline-block; 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 {display: inline-block;padding: 0 32px;line-height: 42px;color: #FFFFFF;font-size: 16px;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{ text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 50%;top: 100%;min-width: 100%;z-index: 100;background:#fff;    transform: translateX(-50%);}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {    display: block;
   color: #000;
   height: 0.42rem;
   line-height: 0.42rem;
   padding: 0 0.1rem;
   font-size: 0.16rem;
   background: none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1D4A87; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;transform: none;}
/**主页banner开始**/


/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}








/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:0 0.19rem;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 

.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.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: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #0f429b;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:0.4rem 0px 0.74rem 0px; margin:0 0px;}
.col_news_list { margin-top:0;}
.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:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.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); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;min-height:5.5rem;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #182880;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.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 {background: #18267d;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
/*自定义输入框*/
.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;overflow:hidden;}
.wp-search {position:relative;background:rgb(255 255 255 / 20%);}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size:0.14rem;border:0;outline:0;font-family:'shr';}
.wp-search .search-btn {width:0.44rem;height:0.44rem;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 right 0.03rem / 0.2rem;cursor:pointer;}
.header .searchbox:hover {width:2rem;border-radius:0em;}
.header .searchbox {transition:all 0.4s ease-in-out;}

/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 0.52rem; line-height: 0.52rem; padding: 0 0.43rem 0 0.3rem; color:#195093; background: url(images/arrow.svg) no-repeat center right 0.24rem / 0.18rem;    font-size: 0.18rem;
    font-family: 'shm';}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; }
.botlinks .links-wrap .link-items {    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: auto;
    min-width: 100%;
    height: auto;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/
/*列表页*/

/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.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;
}

@font-face{
   font-family: 'ssb'; 
   src:url('fonts/SourceHanSerifCN-Bold.ttf') format('truetype');
}
@font-face{
   font-family: 'shm'; 
   src:url('fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face{
   font-family: 'shb'; 
   src:url('fonts/SourceHanSansCN-Bold.ttf') format('truetype');
}
@font-face{
   font-family: 'shr'; 
   src:url('fonts/SourceHanSansCN-Regular.ttf') format('truetype');
}
.line1{overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	.line2{overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.line2{overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.line3{overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;}
body{overflow: hidden;}
.news_img{position: relative;padding-top:66.7%;overflow: hidden;}
.news_img img{position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 100%;transition: .5s;}
li:hover .news_img img{transform: scale(1.1);}
.mbanner .news_imgs{position: relative;padding-top:25.5%;overflow: hidden;}
.mbanner .news_imgs img{position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 100%;}

.sitelogo img{    width: 3.6rem;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{display: none;}
.nav .wp-menu .menu-item a.menu-link{padding: 0 0;  padding-bottom: 0.2rem;  font-size: 0.22rem;
   line-height: 1.2;
   font-family: 'shm';}
.header .sitelogo{margin-top: 0.31rem;}
.head-top{    display: flex;   justify-content: end;}
.head-top .topbox{ position: relative;      padding: 0.12rem 0;  display: flex;}
.head-top .topbox::after{content:'';display:block;width: auto;top:0;bottom:0;left:0;right:calc(8.41rem - 50vw);    position: absolute;
   background: #1D4A87;    border-radius: 0 0 0 0.32rem;
   z-index: -1;}
.site-lang ul li.links a{ line-height: 0.4rem;padding: 0 0.22rem;
   margin: 0;
   font-size: 0.2rem;
   color: #fff;position: relative;
   font-family: 'shr';}
.site-lang ul li.links a::after{content:'';display:block;width: 1px;height:0.16rem;position: absolute;right:0;top:50%;transform: translateY(-50%);background: rgba(255,255,255,.8);}
.site-lang ul{    padding-left: 0.29rem;}
.wp-search .search-btn{height:0.4rem;width: 0.3rem;}
.wp-search .search-input input.search-title{line-height: 0.4rem;border-bottom: 1px solid #fff;}
.wp-search{background:none}
.wp-search .search-input{margin-right:0.3rem}
.nav .wp-menu{display: flex;gap: 0.44rem;}
.nav {margin-top:0.3rem}
.mbanner{position: relative;}

.mbanner::after{content:'';display: block;position: absolute;bottom: 0;left: 0;right: 0;height: 1.33rem;background: url(images/banenrbg.png) no-repeat center bottom / 100% 100%;}

.mbanner .modbottom{z-index: 1; position: absolute;bottom:-0.53rem;width: 17.89rem;left: 0;right: 0;margin: auto;background: url(images/p11bg.png) no-repeat center / 100% 100%;}
.post-11{display: flex;    padding: 0.5rem 0 0.3rem;padding-left: 0.51rem;}
.post-11 .con{    margin-left: 0.36rem;    flex: 1;
    margin-right: 0.4rem;}
.post-11 .news_list{display: flex;justify-content: space-between;
    width: 100%;}
.post-11 .news_list li.news{position: relative;}
.post-11 .news_list li.news::after{content:'';display: block;width: 1px;height: 0.2rem;background: #fff;position: absolute;top: 50%;transform: translateY(-50%);right: -0.28rem;}
.post-11 .news_list li.news:last-child::after{display:none}
.post-11 .news_list li.news .link_con{line-height: 0.56rem;    font-size: 0.22rem;
   font-family: 'shm';
   color: #fff;}
.post-11 .title{color: #fff;font-family: 'ssb';padding-bottom: 0.14rem;background: url(images/p11ttbg.png) no-repeat center bottom / 100% 0.04rem;font-size: 0.4rem;display: inline-block;}
.main1{padding-top: 1.28rem;}
.main1 .ml{width: 29.7%;float:left;margin-right:0.4rem}
.main1 .mc{width: 32.6%;float:left;}
.main1 .mr{width: 32.4%;float:right;}
.post-tt .tt{    display: flex;margin-bottom: 0.41rem;
   justify-content: space-between;
   align-items: center;}
.post-tt .tt .title{font-size: 0.4rem;font-family: 'ssb';line-height: 0.68rem;padding-right: 0.9rem;display: inline-block;}
.post-tt .tt .more_btn a{    font-size: 0.2rem;    display: inline-block;background: url(images/moreico.svg) no-repeat center right / 0.55rem;
   color: #1754A7;
   font-family: 'shm';
   padding-right: 0.78rem;}
.post-13 .tt .title{background: url(images/p13tt.svg) no-repeat center right / 0.85rem;}
.post-14 .tt .title{background: url(images/p14tt.svg) no-repeat center right / 0.85rem;}
.post-15 .tt .title{background: url(images/p15tt.svg) no-repeat center right / 0.85rem;}
.post-21 .tt .title{background: url(images/p21tt.svg) no-repeat center right / 0.85rem;}
.post-31 .tt .title{background: url(images/p31tt.svg) no-repeat center right / 0.85rem;}
.post-41 .tt .title{background: url(images/p41tt.svg) no-repeat center right / 0.85rem;}
.post-13 .imgnews{box-shadow: 0 4px 0.15rem rgba(1,63,136,.16);}
.post-13 .imgnews .news_img{padding-top: 63.4%;}
.post-13 .imgnews .news_wz{background:#fff;      padding: 0.48rem 0.24rem 0.28rem; position: relative;}
.post-13 .imgnews .news_time{     width: 0.88rem;
   height: 0.88rem;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;     left: 0.24rem;top: -0.6rem;  background: #1D4A87;color: #fff;position: absolute;}
.post-13 .imgnews .news_time span{display: block;text-align: center;}
.post-13 .imgnews .news_time span.month{font-size:0.16rem}
.post-13 .imgnews .news_time span.day{    font-size: 0.44rem;
   font-family: 'shb';}
.post-13 .news_list li.news .news_title{    font-size: 0.2rem;
    line-height: 0.32rem;}
.post-13 .news_list li.news.wznews  .news_time{    color: #0643A1;
    font-size: 0.16rem;
    margin-top: 0.16rem;}
.post-13 .news_list li.news.wznews {    padding: 0 0.24rem;   
    border-bottom: 1px solid #1754A7;
    padding-bottom: 0.14rem;}
.post-13 .news_list li.news.wznews {margin-top:0.25rem}
.post-time .news_list li.news .news_time{    width: 0.88rem;    box-sizing: border-box;
    height: 0.88rem;
    border: 1px solid #195093;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.post-time .news_list{margin-top:-0.2rem;}
.post-time .news_list li.news .news_title {    font-size: 0.2rem;width:calc(100% - 0.88rem);padding-left:0.2rem;  box-sizing: border-box;    padding-right: 0.1rem;
    line-height: 0.32rem;}
.post-time .news_list li.news a{    display: flex;
    align-items: center;
    padding-bottom: 0.12rem;
    padding-top: 0.17rem;
    border-bottom: 1px solid #1754A7;}
.post-time .news_list li.news{    position: relative;}
.post-time .news_list li.news .news_tip{    position: absolute;right:0;    font-size: 0.16rem;
    bottom: 0.14rem}
.post-time .news_list li.news .news_time .day{    font-size: 0.44rem;
    font-family: 'shb';
    color: #195093;}

.post-time .news_list li.news .news_time .month{    font-size: 0.16rem;
    color: #195093;
    font-weight: 600;}
.post-time .news_list li.news:hover {background:#1D4A87}
.post-time .news_list li.news:hover .news_title{color:#fff}
.post-time .news_list li.news:hover .news_time .day{color:#fff}
.post-time .news_list li.news:hover .news_time .month{color:#fff}
.post-time .news_list li.news:hover .news_tip{color:#fff}
.post-time .news_list li.news.notip .news_tip{display:none}
.main1{background:url(images/m1bg.png) no-repeat left bottom / 14.34rem;padding-bottom:3.25rem;}
.mainbox{    padding-top: 1.75rem;
    margin-top: -1.75rem;background:url(images/mainbg.png) no-repeat center top / 100% 100%;    padding-bottom: 3.93rem;}
.post-21 .news_list li.news{padding:0 0.1rem}
.post-21 .news_list{margin:0 -0.1rem;    padding-bottom: 0.93rem;}
.post-21 .news_list li.news a{display:block;background:#fff url(images/p21line.png) no-repeat center bottom / 100% 1px;padding:0.43rem 0.35rem 0.24rem 0.21rem;text-align:right;    position: relative;    box-shadow: 0 4px 0.1rem rgb(0 41 111 / 15%);}
.post-21 .news_list li.news .news_title {    font-size: 0.2rem;text-align:left;
    line-height: 0.34rem;background:url(images/p21ico.svg) no-repeat center left / 0.26rem;
    font-family: 'shm';
    padding-left: 0.44rem;}
.post-21 .news_list li.news .news_more{ margin-top:0.38rem;   border: 1px solid #00399B;background:url(images/p21moreico.png) no-repeat right 0.2rem center / 0.17rem;
    display: inline-block;
    line-height: 0.32rem;
    font-size: 0.14rem;
    color: #00399B;
    padding: 0 0.51rem 0 0.22rem;}

.post-21 .news_list li.news:hover .news_title{color:#fff;background-image:url(images/p21icoa.svg);}
.post-21 .news_list li.news:hover .news_more{border-color:#fff;color:#fff;background-image:url(images/p21moreicoa.png)}


.post-21 .slick-prev, .post-21 .slick-next{opacity: 1;    top: auto;border-radius: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    font-size: 0;width:0.36rem;height:0.11rem;bottom:0;}
.post-21 .slick-prev{background:url(images/p21prev.svg) no-repeat center / contain;left:calc(50% - 1.08rem)}
.post-21 .slick-next{background:url(images/p21next.svg) no-repeat center / contain;;right:calc(50% - 1.08rem)}
.post-21 .con{    position: relative;}
.post-21 .con .dotnum{position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.1rem;    color: #1840A7;
    font-family: 'shb';
    font-size: 0.24rem;}
.post-21 .con .dotnum .numtot{ color: rgba(24,64,167,.48);}
.post-21 .news_list li.news:hover a{background-color:#1D4A87}
.post-21 .news_list li.news a::after{content:'';display:block;width:1.64rem;height:1.64rem;background:url(images/p21abgico.svg) no-repeat center / contain;    opacity: 0;    position: absolute;right:0;top:0}
.post-21 .news_list li.news:hover a::after{ opacity: 1;}

.post-31 .tt .title,.post-31 .tt .more_btn a{color:#fff}
.post-31 .tt .more_btn a{background-image:url(images/p31moreico.svg)}
.main3{    margin-top: 1.74rem;}
.post-31 .news_list li.news{    width: 31.7%; float: left;margin-right:2.45%;margin-bottom:0.44rem;}
.post-31 .news_list li.news:nth-child(3n){margin-right:0;}
.post-31 .news_list li.n1,.post-31 .news_list li.n3,.post-31 .news_list li.n4,.post-31 .news_list li.n6{transform: translateY(0.62rem);}
.post-31 .news_list li.news .news_title {font-size: 0.2rem;    padding-left: 0.3rem;    box-sizing: border-box;
    width: calc(100% - 1.25rem);
    padding-right: 0.16rem;
    line-height: 0.32rem;
    color: #fff;
    font-family: 'shm';}
.post-31 .news_list li.news a{        align-items: center;   background: rgba(255,255,255,.2) url(images/p31bgico.png) no-repeat bottom right 0.16rem / 2.24rem; display: flex;    border-radius: 0.16rem 0 0.16rem 0;}
.post-31 .news_list li.news .news_svgbox{    width: 1.25rem;background:url(images/p31leftbg.png) no-repeat center / 100% 100%;
    height: 1.25rem;
    border-radius: 0.16rem 0 0.16rem 0;}
.post-31 .news_list li.news:hover a{background-color:#fff;background-image:url(images/p31bgico_a.png);}
.post-31 .news_list li.news:hover .news_title{color:#000}

.post-41 .tt{    justify-content: center;margin-bottom:0.62rem;}

.post-41 .news_list li.news a{    display: flex;    align-items: center;}
.post-41 .news_list li.news .news_svg{    width: 1.03rem;
    height: 1.03rem;}
.post-41 .news_list li.n1 .news_svg{background:url(images/p41ico1.svg) no-repeat center / contain}
.post-41 .news_list li.n2 .news_svg{background:url(images/p41ico2.svg) no-repeat center / contain}
.post-41 .news_list li.n3 .news_svg{background:url(images/p41ico3.svg) no-repeat center / contain}
.post-41 .news_list li.n4 .news_svg{background:url(images/p41ico4.svg) no-repeat center / contain}
.post-41 .news_list li.n5 .news_svg{background:url(images/p41ico5.svg) no-repeat center / contain}
.post-41 .news_list li.news .news_wz {padding-left:0.29rem;    width: calc(100% - 1.03rem);
    box-sizing: border-box;}
.post-41 .news_list li.news .news_wz .news_stt{    color: #1754A7;
    font-family: 'shb';
    font-size: 0.44rem;}
.post-41 .news_list li.news .news_wz .news_title{    font-size: 0.2rem;
    line-height: 0.32rem;
    font-family: 'shm';}
.post-41 .news_list{    display: flex;
    justify-content: space-between;}
.post-41 .news_list li.n1{    margin-top: 0.9rem;}
.post-41 .news_list li.n3{    margin-top: 0.07rem;}
.post-41 .news_list li.n4{    margin-top: 1rem;}
.post-41 .news_list li.n5{    margin-left: -1rem;}
.main4{background:url(images/m4bg.png) no-repeat center bottom / 100% 100%;padding-top:1.05rem;margin-top:-2.27rem;padding-bottom:1.6rem}
#footer{background:url(images/footbg.png) no-repeat center / cover;}
.footer .mod{padding-top: 0.54rem;}
.footer .sitelogo img{width:3.6rem;}
.footer .sitelogo .sitetitle{color:#fff;font-size:0.44rem;color:#fff;   margin-left:0.22rem;margin-top:0.12rem; font-family: 'ssb';    display: inline-block;}
.foot-left,.foot-center{float:left;}
.foot-center{margin-left:1.04rem;    margin-top: 0.12rem;}
.foot-right{float:right;    width: 5rem;}
.botlinks .links-wrap{    margin: 0;    line-height: 0.52rem;
    width: 3.4rem;}
.foot-right .tt{font-size: 0.24rem;background:url(images/frline.png) repeat-x center bottom ;    margin-bottom: 0.29rem;
    font-family: 'ssb';
    color: #fff;
    padding-bottom: 0.15rem;}
.foot-right .con p{line-height: 0.24rem;}
.foot-right .con p span{  display:inline-block;  font-size: 0.16rem;padding-left:0.28rem;
    color: #fff;
    font-family: 'shm'; }
.foot-right .con p:nth-child(1) span{background:url(images/fraddico.svg) no-repeat center left / 0.17rem;}
.foot-right .con p:nth-child(1){margin-bottom:0.23rem;}
.foot-right .con p:nth-child(2) span{background:url(images/fremailico.svg) no-repeat center left / 0.21rem;}
.footer .mod_b{    text-align: center;    margin-top: 0.53rem;
    border-top: 1px solid rgba(255,255,255,.5);}
.footer .mod_b p{    font-family: 'shm';padding:0.24rem 0;
    color: #fff;
    font-size: 0.16rem;}
.l-banner{    height: 5.08rem;background-size:cover;}
#l-container{background:url(images/listbg.png) no-repeat bottom left / 14.34rem;}
.col_menu{    margin-top: -1.5rem;    width: 4.2rem;
    margin-right: -4.2rem;}
.col_menu .col_menu_con{border:none}
.col_list {    background: #1D4A87;    width: auto;
    padding-top: 0.26rem;
    padding-left: 0.2rem;
    padding-bottom: 0.1rem;}
.col_list .wp_listcolumn{width:auto;background:#F1F7FF}
.col_list .wp_listcolumn .wp_column a{border:none}
.col_menu .col_menu_head{background:url(images/listttbg.png) no-repeat center / 100% 100%;}
.col_menu .col_menu_head h3.col_name .col_name_text{    line-height: 0.57rem;    font-size: 0.4rem;
    font-family: 'ssb';
    padding: 0;
    text-align: center;}
.col_menu .col_menu_head h3.col_name {    padding-top: 0.75rem;
    padding-bottom: 0.18rem;}
.col_news .col_news_box{margin-left:4.78rem;}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected{background:none}
.col_list .wp_listcolumn .wp_column a{        position: relative; text-align: center;   font-size: 0.24rem;color:#1754A7;    font-family: 'shb';}
.col_list .wp_listcolumn .wp_column a .column-name{line-height:0.98rem;    padding: 0;}
.col_list .wp_listcolumn .wp_column.selected a::after,.col_list .wp_listcolumn .wp_column.parent a.col_item_link::after{content:'';display:block;width:0.08rem;height:0.34rem;background:#6B95EA;    position: absolute;right:0;top:50%;    transform: translateY(-50%);}
.col_list .wp_listcolumn .wp_column .sub_list a.sub-item-link{font-size:.18rem;}
.col_list .wp_listcolumn .wp_column .sub_list a.sub-item-link span.column-name{line-height:0.6rem;}
.col_news_head{    border-bottom: 2px solid #E4E4E4;}
.col_metas .col_title h2{font-size: 0.3rem;    margin-top: -0.02rem;
    font-family: 'shb';
    font-weight: normal;
    color: #1754A7;
    border-bottom: 0.06rem solid #1754A7;}
.col_metas .col_title{    height: 0.8rem;
    line-height: 0.8rem;}
.col_metas .col_path{    height: 0.8rem;    color: #000;    font-size: 0.18rem;    padding-left: 0.4rem;background:url(images/pathico.svg) no-repeat center left / 0.27rem;
    font-family: 'shm';
    line-height: 0.8rem;}
.col_metas .col_path a{color:#000}
.col_metas .col_path a:last-child{color:#013F88}
.col_metas .col_path .possplit{font-size:0;width:auto;background:none;    text-indent: 0;margin:0 0.1rem;}
.col_metas .col_path .possplit::after{content:'>';font-size:0.18rem;    font-family: 'shm';}
.mrlist .col_news_con .listcon .news_list li.news a{display:flex;    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #6B95EA;}
.mrlist .col_news_con .listcon .news_list li.news .imgbox{    width: 3rem;}
.mrlist .col_news_con .listcon .news_list li.news .news_wz{    width: calc(100% - 3rem);    padding-left: 0.28rem;
    box-sizing: border-box;}

.mrlist .col_news_con .listcon .news_list li.news.noimg .imgbox{display:none}
.mrlist .col_news_con .listcon .news_list li.news.noimg .news_wz{    width: auto;padding-left:0}

.mrlist .col_news_con .listcon .news_list li.news .news_title {    font-size: 0.2rem;
    line-height: 0.32rem;}
.mrlist .col_news_con .listcon .news_list li.news .news_time{    font-size: 0.16rem;
    margin-top: 0.19rem;
    color: #0643A1;
    font-family: 'shm';}
.mrlist .col_news_con .listcon .news_list li.news .news_con {    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #868686;
    margin-top: 0.35rem;}
.header{    position: fixed;}
/*动效*/
.header{transition: 0.8s;    opacity: 0;  transform: translateY(-50%);}
.mbanner .modbottom{transition: .8s;    opacity: 0;
    transform: translateY(50%);}
.header.showdiv,.mbanner .modbottom.showdiv{  opacity: 1;
    transform: translateY(0);}

.main1.showdiv .ml,
.main1.showdiv .mc,
.main1.showdiv .mr,
.main2.showdiv .post-21,
.main4.showdiv .post-41{
  transform: none;
  opacity: 1;
}

.main3.showdiv .post-31 .news_list li.news {  opacity: 1;}

.main1 .ml {
  transform: translate(-30%, 0);
  transition: all .8s ease-out 0s;
  opacity: 0;
}
.main1 .mc,.main2 .post-21,.main4 .post-41 {
  transform: translate(0, 20%);
  transition: all .8s ease-out 0s;
  opacity: 0;
}
.main1 .mr {
  transform: translate(30%, 0);
  transition: all .8s ease-out 0s;
  opacity: 0;
}
.main3 .post-31 .news_list li.n1,.main3 .post-31 .news_list li.n4{transition: all .3s ease-out 0s;opacity: 0;}
.main3 .post-31 .news_list li.n2,.main3 .post-31 .news_list li.n5{ transition: all .3s ease-out .2s;opacity: 0;}
.main3 .post-31 .news_list li.n3,.main3 .post-31 .news_list li.n6{transition: all .3s ease-out .4s;opacity: 0;}