@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; }
ul,ol {
       list-style-type: none;

  }
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{  }
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:"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;}

@font-face {
    font-family: "syh";
    src: url(fonts/SourceHanSansCN.ttf);
}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1640px;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
.header {    background: url(images/head.png) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.3s ease-out 0s;}
.header .inner{padding:20px 0;}
.header .head-left{float:left;display:inline-block;}
.header .head-right{float:right;margin-top: 6px;}

/*默认主导航样式*/
#nav{}#nav {
    margin-right: -19px;
}
#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;}
.nav .wp-menu .menu-item {/* display: inline-block; *//* float: left; */position: relative;}
.nav .wp-menu .menu-item a.menu-link {/* display: inline-block; *//* margin: 0 34px; */    line-height: 68px;
    color: #fff;
    font-size: 20px;
    border-bottom: 0px solid #f5f7f9;
    font-family: "syh";
    font-weight: bold;
    padding: 16px 19px;    transition: all 0.2s ease-in-out;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{border-bottom: 0px solid #fff;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 68px;z-index: 100;background:#fff;text-align: center;min-width: 80px;}
.nav .menu-item.i11 .sub-menu{right: 0px;left: auto;}
.nav .menu-item.i11 .sub-item.i11-1 .sub-menu{right: 100%;left: auto;}
.nav .sub-menu .sub-item {position: relative;white-space: nowrap;vertical-align: top;padding: 0 20px;_zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #313131;line-height: 40px;font-size: 16px;border:2px solid #fff;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #1E5FB9; display: block;border-bottom: 2px solid #1E5FB9; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df; position:relative;}
#banner .inner {width:auto;max-width: 100%;text-align: center;position:relative;}
#banner:before{position:absolute;content:"";background:url(images/bbg.png) no-repeat bottom;left:0;bottom: -5px;z-index: 1;height: 20%;width:100%;}
.header.on {
    background: #1E5FB9;
}
.mbanner .focus-title {
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #fff;
    font-size: 28px;
    padding: 0;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 50;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "syh";
}

.mbanner .focus-title a,.focus-text a {
    color: #fff;
    text-decoration: none;
}

.mbanner .focus-title a:hover,.focus-text a:hover {
    color: #e5e5e5;
    text-decoration: none;
}


/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}
.main1{background:#f5f7f9;}
.main1 .inner{padding: 56px 0px 79px;}

.main2 {background: url(images/main2.png) no-repeat center top;}
.main2 .inner{padding: 92px 0 360px;}
.main2 .ml{ float: left; width: 15%;}
.main2 .mr{ float: right; width: 85%;}
.main2 .post1 .tt .tit .title{ color: #fff;}
.main2 .post .more_btn .more_text,.main2 .post .more_btn a{color:#fff;}

.main3 .ml{ width: 59.2%; float: left;}
.main3 .mr{width: 37.2%; float: right;}
.main3{background: url(images/main3.png) no-repeat center;padding: 310px 0 115px 0;position: relative;background-size: cover;}
.main3 .inner{margin-top: -620px;background: url(images/inner3.png) no-repeat center;border-radius: 400px 0 0 400px;width: 100%;position: absolute;background-size: contain;}
/**标题栏新闻窗口**/
.post {  }
.post .tt {display: flex;width:100%;justify-content: space-between;} /**标题栏**/
.post .tt .tit .title {display:block;line-height: 64px;color: #1E5FB9;position: relative;font-size: 48px;font-weight:bold;}
.post-21 .tt .tit .title {color:#fff}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {margin:0 auto;margin-top: 30px;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;line-height: 64px;}
.post .more_btn .more_text,.post .more_btn a {font-size:18px;cursor:pointer;color: #1E5FB9;font-family: "syh";} 
.post .more_btn a{color:#5D5D5D;} 
.post .more_btn a:hover{color:#666;} 

/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 30px;padding-left:0px;} /**标题图标**/
.news_list li.news .news_title{font-size:20px;
							  text-overflow:ellipsis;  
  -webkit-line-clamp: 1;  
  -webkit-box-orient: vertical;
  display: -webkit-box;}
.news_list li.news .news_title a{color:#313131}
.news_list li.news .news_title a:hover{color:#063C88}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.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:#707070;font-size:16px}/*默认简介*/
.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_list li.news .news_title{
	 overflow: hidden;
	 text-overflow:ellipsis;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
	 display: -webkit-box;
	 font-size: 20px;
	 line-height: 28px;
	 font-family:"syh"
	}
 .news_list li.news .news_text{ 
	overflow: hidden;  
	text-overflow:ellipsis;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
	display: -webkit-box;
	 font-family:"syh"
	}
/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{margin-bottom:10px;}
.tu_text .news_list li.news .news_imgs{float: left;width: 160px; margin-right:-175px;}
.tu_text .news_list li.news .news_imgs a{height: 120px; display:table-cell; vertical-align:middle; background-color:#efefef;}
.tu_text .news_list li.news .news_imgs img{width:100%; height:auto; }
.tu_text .news_list li.news .news_wz{width:100%;} 
.tu_text .news_list li.news .news_wz .news_con{margin-left:175px; padding: 0px 0px; position:relative;} 
.tu_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.tu_text .news_list li.news .news_text{line-height:22px; font-size:12px;}
.tu_text .news_list li.news .news_time{line-height: 26px; font-size:12px;}

/*lang样式*/
.site-lang{float: right;}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;position:relative}
.site-lang ul li.links:after{position:absolute;width:2px;height: 15px;content:" ";background:#fff;top: 1px;right: 32px;}
.site-lang ul li.links.i2 {}
.site-lang ul li.links.i2 a{background: url(images/sy.png) no-repeat left center;padding-right: 75px;} 
.site-lang ul li.links a{line-height: 15px;font-size: 16px;color: #fff;padding-right: 75px;}
.site-lang ul li.links a:hover{color:#fff;}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 21.6rem;;background-position:top center;background-repeat:no-repeat;text-align:center;background-size: cover;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 0px;}
/**主体文章页开始**/
#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: #104B97;text-align: center;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 26px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height:50px;padding: 9px 10px;}/**栏目名称图标**/
.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: 22px;font-weight:normal;background:none;position: relative;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a:before{content:'';position:absolute;width: 8px;height: 13px;background: url(images/angle.svg)no-repeat;right: 21px;top: 50%;transform: translateY(-50%);}
.col_list .wp_listcolumn .wp_column a.selected:before{background: url(images/angle_b.svg)no-repeat;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 19px 50px 19px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color: #104B97;background: #F6F7F8;} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #104B97;}
.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;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 50px;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: #104B97;} 
/*三级子栏目**/
.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: 26px;font-family:"Microsoft yahei";font-weight: bold;color: #2D2D2D;border-bottom: 0;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666666;font-size: 16px;opacity: 0.8;} /**当前位置**/
.col_metas .col_path a{color: #666666;}
.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 20px; margin:0 auto; width:auto; min-height:550px;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #333;} /**文章标题**/
.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: url(images/fbg.png) no-repeat center;background-size: cover;}
#footer .inner {padding: 19px 0px 43px;position:relative;}
#footer .inner .mod{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    }
#footer .bottom .inner .mod{display:block}
#footer .inner .foot-left{float:left;margin-top: 72px;}
#footer .inner .foot-left img{width:100%;max-width: 497px;}
#footer .inner p{font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);}
div#lj li.link-item {
    font-size: 14px;
    line-height: 32px;
     color: rgba(255, 255, 255, 0.8);
}
div#lj li.link-item  a{

      color: rgba(255, 255, 255, 0.8);
}div#ljt li.link-item {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}div#ljt li.link-item a {
    color: #fff;
}
div#ljt li.link-item img {
    vertical-align: middle;
    padding-right: 3px;
}.foot-center1 img {
    width: 127px;
}.ewm .news_list li.news .news_title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
.foot-center{float: left;margin-left: 0;margin-top: 38px;}
.foot-center h3.tit{font-size: 18px;font-weight: bold;color: #fff;margin-bottom: 30px;}
.foot-center1{float: right;padding-top: 50px;}
.foot-right{float: right;padding-top: 10px;}
#bottom{/* background: #144F9B; */}
#bottom .inner{border-top:1px solid rgb(255,255,255,0.21);padding: 21px 0;}
#bottom .inner p{ font-size: 16px; color:rgba(255,255,255,0.61); text-align: center;font-family: 思源黑体;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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{text-align:right;margin-top:5px;}
.wp-search {position: relative;border: 1px solid #d0d0d0;/* background: #fdfdfd; */}
.wp-search form {display: block;}
.wp-search .search-input {/* margin-left:4px; */margin-right: 55px;}
.wp-search .search-input input.search-title {width: 100%;height: 55px;line-height: 55px;background: #fdfdfd;color: #333;font-size: 18px;border:0;outline: 0;}
.wp-search .search-btn {width: 55px;height: 55px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width: 55px;height: 55px;border:0;outline: 0;background: #2967bd url(images/sous1.png) no-repeat center;cursor: pointer;background-size: cover;}

/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block;/* margin:4px 10px; */width: 231px;line-height: 32px;background: rgba(255,255,255,0.21);}
.botlinks .links-wrap a.links-arrow {display: block; height: 44px; line-height: 44px; padding: 0 25px 0 24px; color:#fff; background: url(images/arrow.png) no-repeat right 15px top;font-size: 16px; font-family: 思源黑体 CN;

}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {/* color: #333; */background-position: right 15px bottom;cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 44px; width: auto; min-width:100%; height:auto; max-height: 300px; 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 20px;white-space:nowrap;font-size: 16px;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #1a63c1; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {bottom: 0px;left: 7.3%;margin-left: 0;width: 50%;height: 67px;}
.mbanner .focus .focus-title-bg {background: none;opacity: 1;}

.mbanner .focus .focus-pagination {position:absolute;right: 7.3%;/* background: pink; */bottom: 4.5%;margin-right: 30px;z-index:60;transform: translateX(7.3%);height:13px;}
.mbanner .focus .focus-page {display:inline-block;width: 10px;height: 10px;margin-right:15.5px;background: #ADADAD;border-radius:25px;}
.mbanner .focus .focus-page-active {width: 46.5px;opacity:1;filter:Alpha(opacity=100);background:url(images/active.png) no-repeat;}
.mbanner .focus .focus-navigation {width: 15px;height: 20px;text-indent:-999em;position: absolute;line-height: 20px;margin-top: 0;top: 93.5%;opacity: 1;}
.mbanner .focus .focus-navigation:hover { filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {filter:alpha(opacity=100);}
.mbanner .focus .focus-prev {background: url(images/pre.png) no-repeat;/* background: blue; */left: 83.5%;}
.mbanner .focus .focus-next {background: url(images/next.png) no-repeat;right: 7.5%;}
.nav .wp-menu .menu-item a.menu-link:hover:after {
    transform: scale(1);
}
.nav .wp-menu .menu-item a.menu-link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
/*************************************************************
 * 特殊页面
 */
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}


div#aaa {cursor: pointer;float: right;}

.layer {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;/* bottom:0; *//* right:0; */background: rgb(20,79,155,0.7);z-index: 100;}
.layer .layer-inner{position:relative;width: 100%;height: 100%;}
.layer .layer-inner .layer-mod{text-align: center;position:absolute;top: 5%;width:100%;}
.layer .layer-inner .layer-mod .shutdown{margin-right: 50px;text-align:right;/* margin-top: -120px; */}
.layer .close{width: 48px;cursor: pointer;color:#fff;height: 48px;}
.layer .searchbox{width: 55%;margin: 0 auto;margin-top: 300px;}
.layer-mod h3 {line-height: 100px;font-size: 50px;color: #fff;}


.yw{font-size: 24px;font-family: PangMenZhengDao;font-weight: bold;color: #1E5FB9;opacity: .3;position: absolute;left: 0;top: 35px;}
/**.main2 .post1.post-20 .tt .tit .title{writing-mode: vertical-rl;}**/
.post1.post-20 .tt{writing-mode: vertical-lr;  position: relative; height: 345px;}
.post1.post-20 .tt:before{position: absolute;content: 'RESEARCH';width: 2px;height: 230px;background:#fff;left: 27.6%; top:75px;color: #fff;font-size: 24px;line-height: 37px;display: flex;justify-content: center;}
.post.post-20 .more_btn{ height: auto;}

.post-11{float: left;width: 47.9%;}
.post-11 .con{width: 100%;}
.post-11 .con .news_list{width: 100%;}
.post-12{float: right;display: block;width: 48.78%;}
.post-12 .con{display: block;}
.post-12 .con .news{border:1px solid #DDDDDD;background: #fff9;}
.post-12 .con .news:hover{background:#fff9 url(images/bg12.png) no-repeat right center}
.post-12 .con .news:hover .news_box .news_title{color:#063C88}

.post-12 .con .news .news_box{padding: 22px 0;}
.post-12 .con .news .news_box .news_title{padding: 16px 32px 5px 43px;line-height: 30px;}
.post-11 .news_box {position:relative}
.post-11 .news_imgs{padding-top: 52.67%;position: relative;overflow: hidden;}
.post-11 .news_imgs:hover img{transform:scale(1.2);transition:all 0.8s ease-in-out}
.post-11 .news_imgs img{ width: 100%;height: 100%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;object-fit: cover;transition-duration: 0.5s;}
.post-11 .news_list li.news .news_title{margin-top:40px}
.post-11 .news_list li.news .news_title a{color:#4b4b4b;font-weight:bold}
.post-11 .news_list li.news .news_title a:hover{color:#063C88}
.post-11 .news_list li.news .news_text{
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	padding: 20px 20px 0 10px;
	}
.post-11 .slick-prev,.post-11 .slick-next {height: 12px;width: 6px;line-height: 0;font-size: 0;cursor: pointer;background: #fff;color: #fff;bottom: 148px;padding: 0;border: none;outline: none;}
.post-11 .slick-prev {background: url(images/pre1.png) no-repeat center;left: 82%;}
.post-11 .slick-next {background: url(images/next1.png) no-repeat -1px 0px;right: 5%;}
.post-11 .slick-dots {position: absolute;bottom: 150px;list-style: none;display: block;text-align: center;width: auto;right: 48px;}
.post-11 .slick-dots li {height: 6px;width: 6px;margin: 0px 4.5px;background: #adadad;}
.post-11 .slick-dots li.slick-active {background: url(images/active1.png) no-repeat 0px 0px;width: 28px;height: 6px;border-radius: 0;}
.post-11 .slick-dots li button {height: 6px;width: 6px;}
.post-11 .slick-dots li button:focus {outline: none;}
.post-11.post1 .news_meta{position: absolute;bottom: 0;}
.post1 .news_meta{color: #fff;font-size: 14px;line-height: 40px;height: 40px;background:#1E5FB9;width:158px;border-radius:0 5px 5px 0;font-weight: bold;text-align: center;font-family: "syh";}


.post-21 .yw{ color:#fff;}
.post-21 .con{margin-top: 55px;}
.post-21 .news_list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.post-21 .news_list .news{width: 31.7%;}
.post-21 .news_list li.news:hover .news_title a:hover{color:#063C88}
.post-21 .news_title{ font-size: 18px;line-height: 31px; heigh: 62px; width: 100%;      
	overflow: hidden;  
	text-overflow:ellipsis;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  display: -webkit-box;}

.post-21 .news_box{background: #fff;border-radius: 5px;padding: 45px 25px;display: flex;margin-bottom: 40px;justify-content: space-between;column-gap: 40px;}  
.post-21 .news_box .news_date{display: flex;flex-direction: column;padding: 0 5px;text-align: right;font-family: "syh";}  
.post-21 .news_box .news_date .news_year{font-size:13px;color:#7C7B7B;line-height: 20px;}  
.post-21 .news_box .news_date .news_days{color:#2D458F;font-size:24px;font-weight:bold;line-height: 32px;letter-spacing: 1px;}  
.post-21 .news_box .news_date .news_day{padding-bottom: 10px;border-bottom: 2px solid #2d458f;}  
.post-21 .news_list li.news .news_title{
	height: 60px;
	line-height: 30px;
	-webkit-line-clamp: 2;
	}  

.post-31{display:flex;flex-direction:row;justify-content: space-between;column-gap: 120px;position: relative;}
.post-31 .tt .tit .title {color:#1E5FB9;width: 60px;}
.post-31 .tt .tit .title img{position:absolute;left: 50px;top: 10px;}
.post-31 .tt{width:200px;margin: 180px 0 180px 130px;/* position: relative; */}
.post-31 .more_btn{position:absolute;top: 15%;width: 100px;left: 88%;}
.post-31 .con{margin: 180px 0 200px 0px;width: 1560px;}
.post-31 .news_list{display:flex;}
.post-31 .news_list:before{position:absolute;content: " ";width: 80%;height: 1px;background:url(images/line1.png) no-repeat;bottom: -55px;right: 20%;}
.post-31 .news_list:after{position:absolute;content: "/5";width: 20px;height:24px;line-height: 24px;font-size: 18px;color: #989898;bottom: -65px;right: 180px;font-family: auto;}
.post-31 .slick-list{padding-right:201px;width: 100%;}
.post-31 .news_list .slick-track{display:flex;flex-wrap: nowrap;}
.post-31 .news_list .news{padding: 5px;background: url(images/kx.png) no-repeat center;margin-right: 65px;background-size: 100% 100%;}
.post-31 .news_list .news:hover .news_box{background: url(images/bg31.png) no-repeat center;background-size: cover;}
.post-31 .news_list .news:hover .news_box .news_date .news_days{color:#fff}
.post-31 .news_list .news:hover .news_box .news_date .news_year{color:#fff}
.post-31 .news_list li.news:hover .news_title {color:#fff;overflow: hidden;
	 text-overflow:ellipsis;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 display: -webkit-box;
	 
	 }
.post-31 .news_list .news:hover .news_box .news_date .news_day{border-bottom: 2px solid #fff;}
.post-31 .news_list .news .news_box{background: #fff;border-radius: 5px;padding: 28px 40px;display: flex;flex-direction: column;row-gap: 40px;}  
.post-31 .news_box .news_date{display: flex;flex-direction: column;/* text-align: right; */width: 111px;font-family: "syh";}  
.post-31 .news_box .news_date .news_year{font-size:13px;color:#7C7B7B;line-height: 20px;margin-left: 35px;}  
.post-31 .news_box .news_date .news_days{color:#2D458F;font-size:24px;font-weight:bold;line-height: 32px;letter-spacing: 1px;}  
.post-31 .news_box .news_date .news_day{padding-bottom: 10px;border-bottom: 2px solid #2d458f;} 
.post-31 .news_list .news .news_box .news_title {-webkit-line-clamp: 2;line-height: 30px;}

.post-31 .slick-prev,.post-31 .slick-next {height: 24px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: #fff;color: #fff;bottom: -67px;padding: 0;border: none;outline: none;}
.post-31 .slick-prev {background: url(images/prev2.png) no-repeat center;right: 240px;}
.post-31 .slick-next {background: url(images/next2.png) no-repeat center;right: 140px;}
.post-31 .slick-dots {position: absolute;width: 40px;bottom: -65px;right: 180px;}
.post-31 .slick-dots li {display: none;}
.post-31 .slick-dots li.slick-active {width: 20px;height: 24px;background: none;display: block;margin: 0;padding: 0;}
.post-31 .slick-dots li button {display:block;height: 24px;width: 20px;font-size: 18px;color: #1E5FB9;text-align: center;padding: 0;font-family: auto;}

.list .news_list li.news span.news_title a{ font-size:16px;}
.list .news_list li.news span.news_meta{ font-size:16px; line-height:50px;}
.list .col_news_con .news_list li.news{ border-bottom:1px dashed #ccc; line-height:50px; positioN:relative;}
.list .news_list li.news span.news_title{ position:absolute;bottom:0;left:0; right:120px; line-height:50px}



.possplit{
    background: none;
    width: 20px;
    text-align: center;
    text-indent: initial;
}


.wp_listalbumn .albumn_info .Article_Title
{
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7em;
}


.wp_listalbumn .albumn_info a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Microsoft YaHei', Tahoma, Geneva, sans-serif;
}
div#banner .focus-box {
    min-height: 100vh !important;
}#banner .focus-container {
    min-height: 100vh !important;
}


/**teacher**/
.szdw .news_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 23px;
    row-gap: 29px;
}
.szdw .col_news_con .news_list li.news {
    width: calc((100% - 69px) / 4);
    box-shadow: 0 3px 15px rgb(0 0 0 / 8%);
    border-bottom: 0;
}
.szdw .col_news_con .news_list .news_imgs {
    width: 135px;
    height: 175px;
    overflow: hidden;
    position: relative;
    border-radius: 10%;
}
.szdw .col_news_con .news_list .news_imgs img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.szdw .col_news_con .news_list li.news span.news_title {
    position: static;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.428;
    margin-bottom: 8px;
}
.szdw .col_news_con .news_list .news_depart {
    display: block;
    color: #888888;
    font-size: 14px;
    line-height: 2.15;
    white-space: normal;
    word-wrap: break-word; 
    overflow: hidden;
}
.szdw .col_news_con .news_list .news_wz {
    width: calc(100% - 158px);
    display: flex;
    flex-direction: column;
    padding: 7px 0 0;
    min-height:230px;
}
.szdw .col_news_con .news_list li.news .news_box {
    padding: 19px 20px 18px 20px;
    display: flex;
    justify-content: space-between;
}
.szdw .col_news_con .news_list {
    min-height: 260px;
}

/**teacherinfo**/
.teacherinfo .article .artitop {
    display: flex;
}

.teacherinfo .article .news_imgs {
    position: relative;
    overflow: hidden;
    height: 342px;
    width: 254px;
}
.teacherinfo .article .news_imgs img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teacherinfo .article .news_wz {
    width: calc(100% - 249px);
    background: #DEEDF9;
    padding: 34px 11px 11px 22px;
}
.teacherinfo .article .news_title {
    font-size: 34px;
    font-weight: bold;
    color: #104B97;
    margin-bottom: 15px;
    line-height: 1;
}
.teacherinfo .article .news_info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.teacherinfo .article .news_wz .news_filed {
    font-size: 18px;
    line-height: 2;
    padding: 5px 0;
}
.teacherinfo .article .news_wz .news_filed div:first-child{color: #000;font-weight: bold;}
.teacherinfo .article .news_wz .news_filed div{float: left;}
.teacherinfo .article .news_wz .news_filed.f1 div:nth-child(2){width: calc(100% - 55px);}
.teacherinfo .article .news_wz .news_filed.f2 div:nth-child(2){width: calc(100% - 90px);}
.teacherinfo .article .news_filed {
    width: calc((100% - 15px) / 2);
}
.teacherinfo .artibot {
    padding: 75px 0 0;
}
.teacherinfo .artibot .articontent {
    margin-bottom: 39px;
}
.teacherinfo .artibot .tt {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #E4E4E4;
}
.teacherinfo .artibot .tt .title {
    border-bottom: 4px solid #104B97;
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: -2px;
}
.teacherinfo .artibot .news_content p {
    font-size: 18px;
    line-height: 2.22;
    color: #555555;
}
.teacherinfo .artibot .tt {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #E4E4E4;
}
.teacherinfo .artibot .news_content {
    padding: 33px 0 0;
}
.teacherinfo div#wp_paging_w7 {
    display: none;
}