@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:'shr', "PingFang","Microsoft Yahei";color:#333;}
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: 14rem;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
.header { border-bottom:none; height:auto;line-height:inherit; }
.header .inner{height: auto;position:relative;}
.header .sitelogo{float:left;margin-top: 0.29rem;}
.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;margin-top: 28px;margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/

.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;}
.header .head-right{float:right;    display: flex;
    align-items: center;
    margin-top: 0;}


/*默认主导航样式*/
#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; display:none}
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 0.12rem;line-height: 1.2rem;color: #FFFFFF;font-size: 0.2rem;    position: relative;}
.nav .wp-menu .menu-item a.menu-link::after{content:'';display:block;width:0;margin:auto;height:1px;background:#fff;left:0.12rem;right:0.12rem;bottom:-1px;    transition: .5s;    position: absolute;}
.nav .wp-menu .menu-item:hover a.menu-link::after{width:calc(100% - 0.24rem)}

.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: 0;
    top: 100%;
    min-width: 100%;
    z-index: 100;
    background: #fff;
    text-align: center;}
.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.4rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    font-size: 0.15rem;
    background: none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#113B9C; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 2; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 1345px;text-align: center;position:relative;}
/**主体模块样式**/
#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:25px 10px;}
/**主体文章页开始**/
#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: #113B9C;}/**位置栏目背景**/
.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:#113B9C; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #113B9C;}
.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:#113B9C;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;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:#113B9C;} 
/*三级子栏目**/
.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:#113B9C;} 
/**栏目新闻**/
.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: #113B9C;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;}
.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;}
.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;}
#footer .inner {position:relative;}
#footer .inner .mod{}


/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
/* 搜索*/
.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;cursor:pointer;vertical-align:top;}
.searchbox .tt {color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0;}
.searchbox {text-align:right;width:0.4rem;border-radius:0;overflow:hidden;}
.wp-search {position:relative;}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.1rem;margin-right:0.3rem;}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-size: 0.16rem;border-bottom:1px solid #fff;
    font-family: 'shr';}
.wp-search .search-btn {width:0.3rem;height:0.44rem;position:absolute;right:0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height:100%;border:0;outline:0;cursor:pointer;background:url(images/sous.svg) no-repeat center / 0.24rem}
.header .searchbox:hover {width:1.5rem;border-radius:0;}
.header .searchbox {transition:all 0.4s ease-in-out;}

/**友情链接**/
.botlinks .links-wrap {position: relative;display: inline-block; margin:0; width: 2.8rem; line-height: 0.44rem; border:1px solid #fff;}
.botlinks .links-wrap a.links-arrow {display: block; height: 0.44rem; line-height: 0.44rem; padding: 0 0.33rem 0 0.22rem; color:rgba(255,255,255,.7); font-size:0.16rem;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {  cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 100%; width: auto; min-width:100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #E2EAF7;}
.botlinks .links-wrap .link-items a { display: block; line-height: 0.3rem; padding: 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: #113B9C; 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: 'shr'; 
     src:url('fonts/SourceHanSansCN-Regular.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');
}
.line1{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-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;}
.line4{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}

.news_img{    position: relative;padding-top:40%;    overflow: hidden;}
.news_img img{  position: absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;    transition: .5s;}
li:hover .news_img img{    transform: scale(1.1);}

.header{    position: absolute;
    top: 0;
    left: 0;
    right: 0;z-index:1}

.header::before{content:'';display:block;width:100%;top:0;height:2.5rem;    position: absolute;left:0; background: linear-gradient(180deg, rgba(17,59,156,.7), transparent);    z-index: -1;}

.header .head-left .sitelogo img{    width: 2.7rem;}
.header .sitelogo .sitetitle{    margin-top: 0.08rem;
    margin-left: 0.14rem;
    font-size: 0.4rem;}
.mbanner li:hover .news_img img{      transform: none;}
.header .mod{height: 1.2rem;}
.header{border-bottom:1px solid rgba(255,255,255,.4)}
.mbanner li.news .news_title {    position: absolute;
    left: 0.69rem;
    background: rgba(17, 59, 156, .5);
    color: #fff;
    padding-left: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.8rem;    bottom: 0.3rem;    font-family: 'shm';
    padding-right: 0.6rem;}
.mbanner .slick-dots{width:auto;right:0.66rem;bottom:0.6rem;    display: flex !important;
    align-items: center;}
.mbanner .slick-dots li{    position: relative;
    display: inline-block;
    height: 0.13rem;
    width: 0.13rem;
    margin: 0 0.14rem;
    background: rgba(255, 255, 255, .6);}
.mbanner .slick-dots li.slick-active{width:0.21rem;height:0.21rem;}
.mbanner li .news_img::after{content:'';display:block;width:100%;    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);    position: absolute;left:0;bottom:0;    height: 1.9rem;}
.mbanner .slick-prev, .mbanner .slick-next{width: 0.61rem;height: 0.61rem;margin:0;transform: translateY(-50%);border-radius: 0;box-shadow: none;font-size: 0;opacity: 1;}
.mbanner .slick-prev{left:0.34rem;background:url(images/bannerprev.svg) no-repeat center / contain;}
.mbanner .slick-next{right:0.34rem;background:url(images/bannernext.svg) no-repeat center / contain;}

.main1{  background: #F2F5FA; 
    padding-top: 0.5rem;
    padding-bottom: 0.74rem;}
.post-tt .tt{    display: flex;margin-bottom:0.36rem;
    align-items: center;
    justify-content: space-between;}
.post-tt .tt .title{    font-size: 0.36rem;    
    font-family: '微软雅黑';}
.post-tt .tt {position: relative;}
.post-tt .tt::before{content:'';display:block;width:auto;left:1.64rem;right:0.66rem;height:1px;background:#D0D8E8;top:50%;    position: absolute;}

.post-tt .tt .more_btn a{font-size:0.16rem;color:#113B9C}
.post-12 .news_list li.news{       box-shadow: 0 5px 0.5rem rgba(140, 140, 140, .15); width: 30.7%;margin-right:3.95%;
    float: left;}
.post-12 .news_list li.news:nth-child(3n){margin-right:0}
.post-12 .news_list li.news .news_img{padding-top:66.5%}
.post-12 .news_list li.news .news_title {    font-size: 0.2rem;
    line-height: 0.34rem;height:0.68rem;
    font-family: '微软雅黑';
    background: #fff;
    padding: 0.28rem 0.21rem 0.32rem 0.3rem;}

.post-12 .tt{    justify-content: center;}
.post-12 .tt .more_btn{    position: absolute;
    right: 0;}
.post-12 .tt::before{display:none}
.post-12 .tt .tit{position: relative;}
.post-12 .tt .tit::before{content:'';display:block;height:1px;width:4.24rem;background:#D0D8E8;position: absolute;top:50%;margin:auto;    left: 50%;
    transform: translateX(-50%);}
.post-12 .tt .title{position: relative;padding:0 0.2rem;display:block;background: #F2F5FA;}

.post-21{float:left;    width: 48.75%;}
.post-22{float:right;    width: 48.75%;}
.main2 .post-tt .news_list li.news a{display: flex;justify-content: space-between;margin-bottom: 0.2rem;}
.main2 .post-tt .news_list li.news:last-child a{margin-bottom:0;}
.main2 .post-tt .news_list li.news a .news_title{
    width: calc(100% - 100px);
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-family: '微软雅黑';
    }
.main2 .post-tt .news_list li.news a .news_time{
    text-align: center;
    font-size: 0.18rem;
    font-family: '微软雅黑';
    color: #113B9C;
    line-height: 0.3rem;
    width: 80px;
    border: 1px solid #113B9C;
    border-radius: 0.05rem;
    }
.main2 .post-tt .news_list li.news {    position: relative;}
.main2 .post-tt .news_list li.news:hover .titlebox{ opacity: 1;  visibility: visible;}
.main2 .post-tt .news_list li.news .titlebox{background:#F0F1F4;    box-shadow: 0 3px 0.1rem rgba(0, 0, 0, .16);    position: absolute;     box-sizing: border-box;   font-size: 0.16rem;    width:4.8rem;padding:0.12rem 0.18rem;    opacity: 0;    transition: 0.5s;    z-index: 1;
    visibility: hidden;
    left: 1.26rem;
    line-height: 0.24rem;}
.main2{    padding: 0.5rem 0 0.57rem;}
.main3 {    background: #F2F5FA;
    padding: 0.6rem 0;}
.main3 .ml{    width: 48.75%;float:left;}
.main3 .mr{    width: 48.75%;float:right;}
.post-33 .tit{    display: flex;}
.post-33 .tt::before{left:3.6rem}
.post-33 .titlebox .ttbox {    height: 0.36rem;margin-left:0.18rem;cursor: pointer;
    line-height: 0.36rem;
    display: inline-block;
    border-radius: 0.06rem;
    padding: 0 0.24rem;
    border: 1px solid #113B9C;
    color: #113B9C;
    font-size: 0.16rem;}
.post-33 .titlebox .ttbox.selected{color:#fff;background:#113B9C}
.post-33 .more-link .moretext img{display:none}
.post-33 .more-link .moretext::after{content:'更多 +';}
.main3 .post-tt .news_list li.news a{    display: flex;    align-items: center; gap: 0.22rem;    padding: 0.22rem 0;background:url(images/m3line.png) repeat-x bottom / auto 1px;}
.main3 .post-tt .news_list li.news .news_time{    text-align: center;}
.main3 .post-tt .news_list li.news .news_time .day{    font-family: 'Arial';
    color: #113B9C;
    font-size: 0.36rem;
    font-weight: 600;}
.main3 .post-tt .news_list li.news .news_time .month{font-family: 'Arial';    margin-top: 0.1rem;
    color: #113B9C;
    font-size: 0.14rem;
    font-weight: 600;}
.main3 .post-tt .news_list li.news .news_title {    font-size: 0.18rem;line-height:2;
    font-family: '微软雅黑';
    width: calc(100% - 0.75rem);}

.main3 .post-tt .tt{margin-bottom:0.12rem}


.post-44 .tt::before{display:none}
.post-44 .tt{    justify-content: center;}
.post-tt .tt .title.t1{    margin-right: 0.44rem;}
.main4{    padding-top: 0.7rem;
    padding-bottom: 0.8rem;}
.post-44 .tt .title.selected{   color: rgba(51, 51, 51, 1); }
.post-44 .tt .title{position: relative;padding-bottom:0.24rem; color: rgba(51, 51, 51, .5);    display: inline-block;    cursor: pointer;}
.post-44 .tt .title.selected::after{content:'';display:block;width:0.6rem;height:0.06rem;background:#113B9C;    position: absolute;left:0;bottom:0;left:0;right:0;margin:auto;}
.post-44 .con{    position: relative;}
.post-44 .con .boxm{position: absolute;left:0;bottom:0;right:0;top:0;    visibility: hidden;}
.post-44 .con .boxm.active{    position: relative;    visibility: visible;}
.post-44 .boxm ul{margin:0 -0.08rem}
@keyframes shake{
0%{transform:rotate(0deg);}
33%{transform:rotate(-5deg);}
66%{transform:rotate(5deg);}
100%{transform:rotate(0deg);}
}

.post-44 .boxm li.links:hover .news_svg{animation:shake 0.2s 2}

.post-44 .boxm li.links{padding:0 0.08rem}
.post-44 .boxm li.links a{display:block;padding-top:0.4rem;padding-bottom:0.27rem;}
.post-44 .boxm li.links.i1 a,.post-44 .boxm li.links.i9 a{background:#E0B960}
.post-44 .boxm li.links.i2 a,.post-44 .boxm li.links.i10 a{background:#A1D050}
.post-44 .boxm li.links.i3 a,.post-44 .boxm li.links.i11 a{background:#44C173}
.post-44 .boxm li.links.i4 a,.post-44 .boxm li.links.i12 a{background:#369BBF}
.post-44 .boxm li.links.i5 a,.post-44 .boxm li.links.i13 a{background:#2F83C4}
.post-44 .boxm li.links.i6 a,.post-44 .boxm li.links.i14 a{background:#1D6EC0}
.post-44 .boxm li.links.i7 a,.post-44 .boxm li.links.i15 a{background:#0E96DE}
.post-44 .boxm li.links.i8 a,.post-44 .boxm li.links.i16 a{background:#418AED}

.post-44 .boxm li.links .news_title {    text-align: center; font-family: '微软雅黑';  font-size: 0.18rem;    color: #fff;}
.post-44 .boxm li.links .news_svg{width:0.5rem;height:0.5rem;margin:auto;margin-bottom:0.28rem;}
.post-44 .boxm .list1 li.i1 .news_svg{background:url(images/p44u1ico1.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i2 .news_svg{background:url(images/p44u1ico2.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i3 .news_svg{background:url(images/p44u1ico3.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i4 .news_svg{background:url(images/p44u1ico4.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i5 .news_svg{background:url(images/p44u1ico5.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i6 .news_svg{background:url(images/p44u1ico6.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i7 .news_svg{background:url(images/p44u1ico7.svg) no-repeat center / contain}
.post-44 .boxm .list1 li.i8 .news_svg{background:url(images/p44u1ico8.svg) no-repeat center / contain}



.post-44 .boxm .list2 li.links.i1 a{background:#E06096}
.post-44 .boxm .list2 li.links.i2 a{background:#875CCB}
.post-44 .boxm .list2 li.links.i3 a{background:#645CC9}
.post-44 .boxm .list2 li.links.i4 a{background:#4B73CC}
.post-44 .boxm .list2 li.links.i5 a{background:#2F9CC4}
.post-44 .boxm .list2 li.links.i6 a{background:#18B18D}
.post-44 .boxm .list2 li.links.i7 a{background:#95BC2D}
.post-44 .boxm .list2 li.links.i8 a{background:#E39921}
.post-44 .boxm .list2 li.links.i9 a{background:#C76149}
.post-44 .boxm .list2 li.links.i10 a{background:#297FD5}
.post-44 .boxm .list2 li.links.i11 a{background:#2E97D9}

/*本科教学工程icon*/
.post-44 .boxm .list2 li.i1 .news_svg{background:url(images/p44u2ico1.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i2 .news_svg{background:url(images/p44u2ico2.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i3 .news_svg{background:url(images/p44u2ico3.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i4 .news_svg{background:url(images/p44u2ico4.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i5 .news_svg{background:url(images/p44u2ico5.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i6 .news_svg{background:url(images/p44u2ico6.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i7 .news_svg{background:url(images/p44u2ico7.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i8 .news_svg{background:url(images/p44u2ico8.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i9 .news_svg{background:url(images/p44u2ico9.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i10 .news_svg{background:url(images/p44u2ico10.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i11 .news_svg{background:url(images/p44u2ico11.svg) no-repeat center / contain}
.post-44 .boxm .list2 li.i12 .news_svg{background:url(images/p44u2ico12.svg) no-repeat center / contain}
/*本科教学工程icon*/


.post-44 .slick-dots{bottom:-0.4rem;display:flex !important;      justify-content: center;  align-items: center;}
.post-44 .slick-dots li{    height: 0.12rem;background:#ccc;
    width: 0.12rem;
    margin: 0px 0.08rem;}
.post-44 .slick-dots li.slick-active{background:rgba(17,59,156,.8);width:0.15rem;height:0.15rem;}



.foot-top .list1 li.links{width:22.2%;margin-right:3.73%;float:left;margin-bottom:0.2rem;}
.foot-top .list1 li.links:nth-child(4n){margin-right:0}
.foot-top .links a{display: block; background: #E2EAF7;}
.foot-top .links .news_title{    text-align: center;}
.foot-top .links .news_title span{    display: inline-block;font-size:0.18rem;font-family:'shm';color:#0E4093;padding-left: 0.37rem;    transition: .5s;
    line-height: 0.58rem;}
.foot-top .list1 li.links:hover .news_title span{color:#333}
.foot-top .links.i1 .news_title span{background:url(images/footico1.svg) no-repeat center left / 0.24rem}
.foot-top .links.i2 .news_title span{background:url(images/footico2.svg) no-repeat center left / 0.24rem}
.foot-top .links.i3 .news_title span{background:url(images/footico3.svg) no-repeat center left / 0.24rem}
.foot-top .links.i4 .news_title span{background:url(images/footico4.svg) no-repeat center left / 0.24rem}
.foot-top .links.i5 .news_title span{background:url(images/footico5.svg) no-repeat center left / 0.24rem}
.foot-top .links.i6 .news_title span{background:url(images/footico6.svg) no-repeat center left / 0.24rem}
.foot-top .links.i7 .news_title span{background:url(images/footico7.svg) no-repeat center left / 0.24rem}
.foot-top .links.i8 .news_title span{background:url(images/footico8.svg) no-repeat center left / 0.24rem}
.foot-left{    font-size: 0.14rem;
    color: rgba(255, 255, 255, .7);}


#footer .mod_tops{padding-top:0.56rem;padding-bottom:0.28rem;}
#footer {background: #113B9C;}
.mod_bottom{border-top:1px solid rgba(255,255,255,.2);    padding: 0.27rem 0;}
.mod_bottom .inner{    display: flex;
    justify-content: space-between;
    align-items: center;}
.botlinks .links-wrap:first-child{margin-right:0.2rem;}
.botlinks .links-wrap a.links-arrow{background:url(images/linkarrow.svg) no-repeat center right 0.19rem / 0.14rem}
.l-banner{height:3.5rem;background-size:cover;}
.list .header::before{height:2rem;}
.col_menu .col_menu_head h3.col_name{font-size: 0.2rem;}
.col_menu .col_menu_head h3.col_name .col_name_text{    padding: 0 0.5rem 0 0.3rem;    line-height: 0.5rem;}
.col_list .wp_listcolumn .wp_column a{font-size: 0.16rem;}
.col_list .wp_listcolumn .wp_column a .column-name{    line-height: 0.4rem;}
.col_metas .col_title h2{    font-size: 0.18rem;}
.listcon .news_list .news a{display:flex}
.listcon .news_list .news_title {    font-size: 0.17rem;
    line-height: 0.42rem;
    width: calc(100% - 1rem);}
.listcon .news_list .news_meta{width:1rem;text-align:right;    line-height: 0.42rem;
    font-size: 0.15rem;}
.slick-dots li button{    height: 0;
    width: 0;padding: 0;}

.article{min-height: 5.5rem;}


.post-44 .slick-prev, .post-44 .slick-next{font-size:0;    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 30%);}
.post-44 .slick-prev{left:-0.5rem;background:url(images/p44prev.svg) no-repeat center / contain;}
.post-44 .slick-next{right:-0.5rem;background:url(images/p44next.svg) no-repeat center / contain;}