html{font-size:5.2083333333333vw;}
img{
	max-width: 100%;
	border: 0;
}
body,ul,li,p,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
ul,li{list-style: none;}
body{	
	font-size:.17rem; 
	font-family: "微软雅黑","Microsoft Yahei";
	color: #45494e; overflow-x: hidden;	
}

a{
	color:#45494e;
	text-decoration: none;
}
a:hover{
	color: #1b4b8d;
	text-decoration: none;
}
.clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fixedBox{
	position: fixed; top: 40%; left: 50%; margin-left: 615px;
	z-index: 99;
	width: 220px; min-height: 100px;
}
.fixedBox img{width: 100%;}
.closeIcon{
	position: absolute; top: -21px;left: 0;
	color: #fff; width: 20px; height: 20px; border-radius: 50%;
	line-height: 18px; text-align: center;
	font-size: 18px; background-color: #000;
        cursor: pointer;
}

.container{width:14rem; padding:0;}
#header{
	background-color:rgba(5,64,145,0.95);
	position: fixed;left:0;top:0; z-index:99;
	width:100%;  padding:0 .64rem;
	display: flex;flex-flow:row nowrap; align-items: center;
	justify-content: space-between;
}
#header.one{
	background:none;
	background-color:rgba(5,64,145,0.95); backdrop-filter: blur(4px)
}
#header .container{
	width:15rem; 
}
 
#search{text-align: right; position: relative; 
	background-color:transparent; color:#fff; 
	border:0;font-size:24px; padding:12px 0;
}
.layer{ display: none;
	position:fixed; left:0;top:0;bottom:0;right:0; z-index:100; 
	background-color:rgba(0,0,0,0.6); width:100vw;height:100vh; 
	 align-items: center; justify-content: center;
}
.layer.on{
	animation: fadeIn 0.6s; display: flex;
}
.layer .fa-close{
	position: absolute; right:5%; top:10%; color:#fff;font-size:.4rem;
}
#header .logo{float:left;width:34%;margin:.14rem 0;}
/*banner*/
#banner{
	width: 100%; z-index:3;
	display: block; margin:0;  
}
#banner .slick-slide img{height:5.7rem; width:100%;}
#banner .slick-dots{
	bottom: 0; z-index: 8;
}
#banner .slick-dots li{ }
#banner .slick-dots li button{width: 20px; height: 3px;
	padding: 0;
    background-color: #000; opacity: 0.5;
}
#banner .slick-dots li.slick-active button{
  background-color: #fff; opacity: 1;
}
#banner .slick-dots li button:before{display: none;}
#banner .slick-prev,#banner .slick-next{
	background-color: rgba(0,0,0,0);  z-index: 99;
	width: 34px; height: 34px;
	border-radius:0;  
}
#banner .slick-prev{left:1%;}
#banner .slick-next{right:1%;}
#banner .slick-prev:before,#banner .slick-next:before{
	opacity: 1; color: #fff; font-size:50px;
}
 
.dt{
   background:url('images/index-bg1.png') top left no-repeat;
}
.dt li{
	background-color:#fff; padding:.2rem 20px .2rem 1.1rem; margin-bottom:.2rem;
	box-shadow: 0 1px 15px rgba(32,49,127,.15); position: relative;
}
.dt .date{position: absolute; left:.2rem;
	display:inline-block;font-size:.3rem; color:#485881;text-align: center;
	font-weight: bold; line-height: 1.1;
}
.dt .date span{display: block;font-weight: normal;font-size:.16rem; opacity: 0.5;}
.dt li h4{font-size:.2rem;line-height: 1.2;}
.dt li p { display: block; }
.dt li p a{color:#aaa;}
.dt li a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.centerTitle{
	display: block; text-align: center;position: relative;
	margin:.6rem 0 .3rem;
}
.centerTitle h4::before,.centerTitle h4::after{
	content:''; display: inline-block;
	background:url('images/line.png') center no-repeat;
	width:2rem; height:.12rem;
	background-size:auto 100%; margin-bottom:5px;
}
.centerTitle h4::before{
    transform: rotate(180deg);
}
.centerTitle .moreB{
	position: absolute; right:0;top:20px;
}

.title{
	display: block; position: relative;
	margin-top:.5rem;
	text-transform: uppercase;
}
.title h4,.centerTitle h4,.zhaopin h4,.tabNav h4{
	font-size:.32rem; color:#3c504e;
	display: inline-block;
	background: linear-gradient(to right, #1d429b,#3b60ba, #2d66f1);
	background-clip:text;
    -webkit-background-clip: text;
    -ms-background-clip: text;
    color: transparent;
    transition: all 0.6s;
}
.title h4::after{content:'';
	display: inline-block; width:3.4rem;height: .15rem;
	background:url('images/line1.png') no-repeat;
	background-size: auto 100%; margin-left: 15px;
}
.title span,.centerTitle span,.tabNav span{display: block; color:#ccdef1;
 font-size:.16rem; text-transform: uppercase; letter-spacing: 2px;}
.moreB{
	float: right; 
	font-size: 15px;line-height: 32px; 
	padding: 0 15px; border-radius: 0 .14rem ;color:#fff;
	transition: all 0.4s ease 0s;
	background-color:#4692d9;
}
.moreB:hover{
	background-color: #2e80cc; color:#fff;
}

.yiqi{
	background:url('images/index-yq-bg.png') center no-repeat;
	background-size:auto 100%; padding:1px 0 .32rem;
	margin-top: .4rem;
}
.yiqi ul{display:flex;flex-flow:row wrap; justify-content: space-between;}
.yiqi li{width:18%;display: inline-block;}
.yiqi li p{
	text-align: center; margin:0;padding:.1rem 0;
}
.yiqi li .img{height:2.9rem; object-fit: cover;overflow: hidden;}
.yiqi li .img img{height: 100%;max-width: auto; transition: all 0.6s;}
.yiqi li:hover img{transform: scale(1.02);}

.homePiclist{
    
    margin:0 4%;
}
.homePiclist li{
	display: inline-block;  
	margin:0 8px;
}
.homePiclist li img{
	width:100%;   overflow: hidden; transform: all 0.4s ease 0s;
}

.homePiclist li:hover img{
	transform: scale(1.04);
}
.homePiclist li p{
	display: block;
	white-space: nowrap;
	overflow:hidden; 
	text-overflow: ellipsis;
	padding:10px 10px; text-align: center;
	background-color:#fff;
	margin-top:10px;
}
.homePiclist .slick-prev,.homePiclist .slick-next{
	background-color:#0b4594; top:40%;width:48px;height:48px;
	border-radius: 50%;
}
.homePiclist .slick-next{right:-24px;}
.homePiclist .slick-prev{left:-24px;}
.homePiclist .slick-prev:before,.homePiclist .slick-next:before{color:#fff;font-size:.32rem;}


 
/*图片新闻*/
#newspic .slick-slide{position: relative;}
#newspic .slick-slide p{
	position: absolute; left:0;bottom:0;margin:0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);  
	padding:15px 65px; text-align: center;
}
#newspic .slick-slide p a{color:#fff;}
#newspic .slick-slide .img{height:4.2rem; width:100%; overflow: hidden;}
.img{height:2.5rem;}
.img img{
	width:100%; height:100%; transition: all 0.8s ease 0s;object-fit:cover;
}
#newspic .slick-prev,#newspic .slick-next{
	z-index:9;
	font-size:18px; width:25px;height:36px;
	border-radius: 0; color:#fff;
	background-color:rgba(0,0,0,0.6); overflow: hidden;
}
#newspic .slick-prev:before,
#newspic .slick-next:before{
	color:#fff; opacity: 1;
	width:30px; line-height:34px;
	display: block; text-align: center;
	margin-bottom: .4rem;
}
#newspic .slick-prev{
   left:1%;
}
#newspic .slick-next{
   right:1%;
}

.w50{width:49%;} 
.newslist{width:100%;}
.newslist li{
    border-bottom:1px solid #d4e3e0;
    padding:13px; 0;
    display: block;  
}
.newslist li a{font-size:.18rem;}
.newslist li span{
	display: block; color:#0b4594;
	margin-top:5px; 
}

.zjArr{
	position: absolute; right:0;bottom:0;
}
.zjArr a{padding:2px 10px;color:#fff;background-color:#4692d9;font-size:28px;}
.zjArr a.fa-angle-left{background-color:#cfe7ff;}
.expert{width:calc(100% + 32px);margin-top: .25rem; margin-right: 0px;} 
.expert li{margin-right: 32px; padding-bottom: 20px; transition: all 0.5s;}
.expert li .img{height:3.3rem;}
.expert li h4{margin:-.2rem 8% 0; background-color:#fff;
	display: block; padding:8px 14px; text-align: center;
	box-shadow: 0 2px 15px rgba(0,125,255,0.15);
	position: relative; z-index: 4;
	font-size:.2rem;
}
.expert li p{color:#aaa;font-size:.15rem;margin-top: .1rem;}
.expert li:hover{
	transform: translateY(-5px);
}
.zhaopin{display:none!important;
	display: flex; margin:.3rem 0 0;
	flex-flow:row wrap; justify-content: space-between;
}
.zhaopin h4 span{display: block;}
.zhaopin ul{display: flex; width:94%; flex-flow:row nowrap; justify-content: space-between;}
.zhaopin li{
	border:1px solid #ccdef1; padding:12px 20px; display: inline-block;
	width:24%; transition: all 0.5s;
}
.zhaopin li:hover{box-shadow: 0 3px 10px rgba(0,125,255,0.25);}
}
 
/*首页通知公告*/
.tz-box ul{margin:.14rem 0;width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; 
	flex-flow:row wrap;
	justify-content: space-between;
}
.tz-box li{
	display: inline-block;
	width:49%;
	background-color:#e7f4f0;
	border-radius:10px 2px;
	padding:.15rem; margin-bottom: 5px; 
}
.tz-box li a{font-size:.18rem;}
.tz-box li span{display: block; color:#0b4594;  margin-top: 5px;}
.tz-box li span i{margin-right: 4px;}


.w50per{
	width:48.5%;
} 
.w50per ul{
	display: block; min-height: 330px; margin-top: 20px;
}
.w50per li{
	display: block;
	margin-bottom:10px;
	border-bottom: 1px dashed #bac8d5;
	padding:12px;
}
 
.w50per li span{
	color:#2660a6;
	font-weight: bold;
	padding-right: .3rem;  
	line-height: 1; 
}
.bluebg{
	background:url('images/index-bottom-bg.jpg') center no-repeat;
	background-size:100% 100%; margin-top: .4rem; padding:1px 0;
}
/*表格下载*/
.tabNav{
	display: block;width:100%;position: relative;
}
.tabNav li{display: inline-block; margin-right:30px;cursor:pointer;}
.tabNav li .moreB{position: absolute; right:0;bottom:0; z-index: 4;}
.tabNav li.nocur h4{color:#687186;}
.tabNav li.nocur span{opacity: 0; }
.tabNav li.nocur .moreB{z-index: -1;}
.tabCon{padding-bottom: 20px;}
.tabCon ul{
	width:100%; margin-top: 20px;
	display:flex;flex-flow: row wrap; justify-content: space-between;
}
.tabCon li{
	width:24%; border:1px solid #ccdef1; padding:20px; 
	background-color:#fff;margin-bottom: 20px; transition: all 0.5s;
}
.tabCon li:hover{
	box-shadow: 0 3px 10px rgba(0,125,255,0.25);
}

.foot{
	padding:.6rem 0 0; 
	color:#fff;  
	background:url('images/foot.jpg') center no-repeat #1b4b8d;
	background-size:100% auto; 
	display: block;  
}
.foot .container{
	display:flex;flex-flow:row wrap; justify-content: space-between;
	align-items: center; font-size:14px;
}
.foot .container::after,.foot .container::before{display: none;}
.foot h4{font-size:.2rem; font-weight: bold;margin-bottom: 10px;}
.foot .weblink{max-width:2.9rem;}
.weblink a{color:#fff; width:49%;display: inline-block;}
.copyright{
	display: block; text-align: center;
	background-color:rgba(26,38,51,0.35);padding:20px 0;
	margin-top: .7rem;
}

.banner{
	height:3.4rem; 
	background: url('images/ny-b.jpg') center no-repeat;
	background-size:100% auto;
    display: block; position: relative; 
	display: flex;	color:#fff;
	align-items: center; justify-content: center;
}
.banner h3{font-size:.42rem; margin-top:80px;}
.banner h3::before,.banner h3::after{
	content:''; display: inline-block;
	background:url('images/line.png') center no-repeat;
	width:2rem; height:.15rem;
	background-size:auto 100%; margin-bottom:5px;
}
.banner h3::before{
    transform: rotate(180deg);
}



.pos{	 
	display: block; color:#889290;
	padding:12px 0 18px;
}
.posBox a{color:#889290;}
.possplit{
	background: url('images/aa.gif') 0 center no-repeat;
	margin: 0 5px;
}

.page-title{ 
	display: inline-block; 
	color:#fff; padding:15px 20px;
	font-size:24px;font-weight: bold;
	text-align: center;
	background:radial-gradient(farthest-side at 0% 0%,#1241a1,#0b4595);
	background-color:#0b4595;  
	margin: 0;
}
 
.page-t{
	font-size: 30px; font-weight: bold;
	color: #4d0f11; letter-spacing: 3px;
	display: block; padding: 0 0 25px;
	text-align: center;
	background: url(images/line.png) bottom center no-repeat;
} 
 
.detail{
	float: left;
	width:100%;  line-height: 1.8;
	margin: 20px 0 20px;
}
.wp_articlecontent{font-size:18px;line-height: 1.8;}
.wp_articlecontent p,.wp_articlecontent span{font-family: "Microsoft Yahei"!important; line-height: 1.8!important;color:#45494e!important;}
.wp_articlecontent h3{font-size:26px!important;font-weight: bold; margin:15px 0 45px;}
.sharebox{
	text-align: center;
}
.sharebox .bshare-custom{display: inline-block;}
.list-tit{
	display: block; margin:40px 0 24px;
	text-align: center;
	font-weight: bold; color:#444;
	font-size:.32rem;  
}
.list-tit::after{
	content:'';
	display: block; width:50px; height:3px;
	background-color: #444;
	border-radius: 2px;
	margin:12px auto 0;
}
.wp_entry img{max-width:100%;}
/*简单的新闻列表*/
.list-box{
	margin:0 0 40px;  min-height: 400px; 
	background-color:rgba(255,255,255,0.92);
	padding:0 5px 35px;
	min-height: 600px;
}
.list-li{	
	padding:24px 4px;
	border-bottom:1px dashed #dae2eb;
}
.list-li .date{
	display: inline-block; width:15%;
	padding:0 10px; text-align: center;
	color:#485881; vertical-align: top;
}
.list-t{
	display: inline-block; width: 83%; 
	font-size:.18rem;
}
.list-t p{
	display: block;  font-size:.15rem;
	color:#aaa; margin-top: 15px;
}
.list-t p a{color:#aaa;}
.img-t{
	display: block; width:100%;
}
.img-t img{width:100%;} 


/*默认主导航样式*/
 #nav{
	 position:relative;
	 min-width:50%;display: block; 
 }
 .closeIt{position:absolute; bottom:20px; right:20px; color:#fff; display:none; text-align:center; font-size:14px;}
 .closeIt i{font-size:25px; display:block;}
 /*导航样式：后台绑定时也可以定义配置*/
.wp-menu{
	width:100%; margin:0 auto;
}
.wp-menu li.menu-item {
	display: inline-block;
	margin: 0 ; padding:15px 0;
	position: relative; z-index:99;
}
 .wp-menu .menu-item.i1 {background:none;}
 .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:#e00;vertical-align:middle; }
 .wp-menu .menu-item a.menu-link {
	display: block;line-height:.45rem;
	text-align: center; font-size:.18rem; font-weight:bold;
	color: #fff; padding: 0 .1rem; border-radius:10px 10px 20px 0;
 }
 .wp-menu .menu-item.hover a.menu-link,
 .wp-menu .menu-item a.hover{background-color:transparent; text-decoration: none; color: #e4f1ec;}
 .sub-menu {
	display: none; text-align:left;
	position: absolute;
	top:65px;left: 0; z-index:99;
	width:200px; padding:10px;
	background-color: #f5f5f5; border-radius: 0 10px 10px 10px;
	box-shadow: 0 5px 15px rgba(5,80,67,0.2);
	border-top: 2px solid #1355af;
 }
 .sub-menu .sub-item { 
 	position: relative; white-space: nowrap; vertical-align: top; _zoom:1;
 }
 .sub-menu .sub-item a {
	display: block;color: #000; line-height:40px;padding: 0 17px;
	background:none; border-radius: 8px;
}
 .sub-menu .sub-item.hover> a,
 .sub-menu .sub-item a:hover{ color: #fff; background-color:#0b4595; display: block; }
 .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}

/*搜索框*/
.searchbox{ display: inline-block; 
	  width:90%; max-width: 800px;
}
.wp_search .keyword{
	border: 0px solid #eee;
	border-radius: 0;
	height:60px; 
	width: 85%!important;  min-width:620px; border-radius: 15px;
	line-height:60px;  
    vertical-align: middle; outline:none;
    padding: 0 15px;  background-color:#fff;
}
.wp_search .search {
    background: url('images/btn.png') no-repeat center #214bae;     
    color: #fff;
    width:160px; 
    height:60px;
    border-radius: 15px;
    border: 0; overflow:hidden; vertical-align:middle;
    cursor: pointer;   
}

 
/*左侧栏目*/
.leftside{
	width:22.8%;
	background-color:#e6f0ff;  
	padding-bottom:.6rem;
	margin:40px 0 30px;border-radius: 10px; 
}
.leftside h3{
	letter-spacing: 1px;
	display: block; padding:0px 0 0px 50px; color:#fff; 
	font-size:.32rem; line-height:1rem; overflow: hidden;
	background-color:#2764bc;
	position: relative;
}
.leftside h3 span{position: relative; z-index: 2;}
.leftside h3::after{ content:'';
	position: absolute; left:0;top:0;  
	background: url('images/xiaohui.png') no-repeat; background-size:auto 100%;
	width:100%; overflow: hidden;
	height:90px;  opacity: 0.25;
}
.rightside{
	width:75%; background-color:rgba(255,255,255,0.9);
	margin-top: 40px;
}
.yqInfo .fl{width:32%; max-height: 400px; margin-right:2%; display: flex;align-items: center; overflow: hidden;}
.yqInfo .fl img{width:100%; object-fit: cover;}
.yqInfo .fr{width:65%; margin-top:35px;}
.yqInfo h2{font-size:.36rem;  }
.yqInfo h4{color:#666; margin:.24rem 0 .4rem; font-size:.24rem;}
.yqInfo p{color:#999;margin-bottom: 10px;}
.yqInfo-title{
	border-bottom: 1px solid #dbe0e7;
	display: block; margin-top: 20px;
}
.yqInfo-title h4{
	display: inline-block; margin-top: 15px;
	font-size:18px;font-weight: bold;color:#2764bc;
	padding:10px 7px 10px 0;
	margin-bottom: -1px; position: relative;
}
.yqInfo-title h4::after{
	content:'';width:100%;height:3px;
	background-color:#2764bc; display:inline-block;
	position: absolute;right:0;bottom:0;
	border-right:6px solid #fff;
}
/*栏目列表*/
.col_list{display: block; margin:18px 32px;}
.col_list .wp_listcolumn {  
	margin:0; width:100%;border:0;
}

.col_list .wp_listcolumn .wp_column a { background:none;
	display: block; color:#4e535c; font-size:.22rem;
	font-weight:normal; 
	margin-bottom: 0px; border-radius:0px;
	position: relative;
	/*background-color:#fff;*/
	transition: all 0.4s ease 0s; border:0;
}
.wp_listcolumn .wp_column{margin-bottom:10px;}
.col_list .wp_listcolumn .wp_column a i{
	width:30px;height:30px; position: absolute; right:10px;top:12px;
	background:url('images/arr.png') center no-repeat;
}
.col_list .wp_listcolumn .wp_column a .column-name{
	display: block;
	padding:10px 0px 10px 28px;
	line-height:36px; box-sizing: border-box;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { 
	background-color:#2764bc; color:#fff;
	font-weight: bold;  
} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{
	 color:#fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { 
	color:#454545; background:none;  
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{
	font-weight:bold; color:#333;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list{
	padding:12px 10px;
	background-color: rgba(0,0,50,0.1); 
	border-radius:0px;	 
}
.col_list .wp_listcolumn .wp_column .sub_list a {
	color:#333; margin-bottom:8px;
} 	
 
.col_list .wp_listcolumn .sub_list a .column-name {
	display:inline-block;line-height: 32px; font-size:17px;
	padding: 5px 10px 5px 22px;cursor:pointer;
}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#fff;  } 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected { color:#fff;} 
 

.r-title{ 
	padding:0;  margin-top: 15px;
	display: block; color:#fff;
}
.r-title a{color:#fff; }
/*带图片和简介的列表*/
.news-li{ margin-bottom: 5px;
	display:block;
	width:100%;
	font-size:18px; 
	padding:32px 0 0; position: relative;		
	display: flex; flex-direction: row;
	align-items: center;  
}
.news-li .date{
	display: inline-block; width:9%;
	text-align: center; margin-right: 20px;
	padding-right: 20px; color:#0b4595;
}
.rightside .date h4{
	font-weight: bold; font-family: 'Times New Roman';
	font-size:.36rem; white-space: nowrap; color:#485881;
}
.rightside .date span{display: block; font-size:.14rem; } 
.news-li a{color:#222;}
.news-box{
	display: inline-block; width:90%;
	border:1px solid #f1f4f9;padding:20px;
}
.news-t{ display:inline-block; width:76%; vertical-align: top; transition: all 0.4s;}
.news-img{display: inline-block; width:20%;
 vertical-align: top;  transition: all 0.4s;}
.news-img img{width:100%; height: auto;}
.news-t p{
    display:block;
    font-size:14px; color:#aaa;margin-top:10px;	
	margin-right: 4px;
} 
.news-t p a{color:#999; word-break:break-all;}
.news-li:hover .news-t{
	color:#0b4595; font-weight:bold;
}
.news-li:hover .news-img{
	box-shadow: 0 2px 10px rgba(0,0,100,0.1);
}
.wp_paging{margin:25px 0 40px; font-size:16px;}


/*两列*/
.twoCol .colBox {float:left;width:49%;background-color: #fff; 
	border-radius: 5px; padding:16px; margin-bottom:24px;
}
.twoCol  .colBox:nth-of-type(2n){float:right;}
.twoCol .colBox p a{color:#999; font-size:14px; display:block; margin:8px 0;}
.twoCol .colBox:hover{box-shadow:0 2px 10px rgba(0,0,150,0.2);}
/*简单图片列表*/
.piclist-box,.teacher{
	margin:10px 0; min-height: 400px;   padding:14px;
}
.pic-li{
	display: inline-block; width:31%;margin:0 0.8% 20px; vertical-align: top;
}
.pic-li p{
	display: block; text-align: center;
	padding:10px 0;
}
.pic-li img{width:100%; height:3.2rem;}
 
.page-more{
	display: block; margin:18px auto;
	background-color: #f2e8e8;
	padding:15px 0; width:200px;
	border-radius: 30px; color:#785c5e;
	text-align: center;font-size:16px;
}

/*详情页*/
.pagingJump:hover{
	color:#fff;
}
.biaoti3{
	font-size:36px; 
	padding: 30px 0 18px; font-weight: bold;
	display: block;
	text-align: center; 
}
.article{	
	line-height: 2;
	display:block;
	width:98%;
	margin:24px 1% 22px;
	background-color: #fff;
	padding:40px;min-height: 500px;
}
 
 
.border2{
	color: #6c7270;
	text-align: center;
	display: block;
}
.border2 span{
	color: #6c7270;
	margin-right: 10px;
}

.dtjt9_div_text .dtjt9_div_text_title a{
	font-size: 16px;
}
/*详情页表格*/
.wp_articlecontent table{width: 100%!important;}
.wp_articlecontent table{
   
    border: 1px solid #e7e7e7!important;
    margin-bottom: 40px;
    border-collapse: collapse;
    font-family: "Microsoft Yahei";
    font-size: 17px;
  }
  .wp_articlecontent table th{    
    font-size: 16px;
    line-height: 40px;
    padding: 5px;
    color: #11733a;
    text-align: center;
    border: 1px solid #e7e7e7!important;
    background-color: #dbe9da!important;
  }
  .wp_articlecontent table td{
    line-height: 1.5;
    padding:14px 10px!important;
    border: 1px solid #e7e7e7!important;
  }
  .wp_articlecontent table tr:nth-of-type(2n+1){
    background-color: #f9f9f9;
  }

.mapimg{
   width:1190px!important;
  max-width:1190px!important;
}
/*详情页 轮播图*/
.wp-display-wrapper .picSlideWrap{
    background: none;
    border: 0px solid #A9BFD6;
}
.wp-display-wrapper .imgnav{width:95%;}
.wp-display-wrapper .img{width:100%;}
.wp-display-wrapper .img img{height:auto;border:0px;}
.wp-display-wrapper .front a,.wp-display-wrapper .next a{display:block!important;}

.toTop{display: none;
	cursor: pointer;
	position: fixed; right: 10px; bottom: 10px;z-index: 99;
	width: 65px; height: 65px;text-align: center; 
	font-size: 16px;line-height: 30px; border-radius: 50%;
	background-color:rgba(12,104,87,0.8); color: #fff;
	transition: all 0.4s ease 0s;
}
.toTop:before{
	display: block; margin:10px auto 0;
	width: 0;height: 0; content: '';
	border-width: 9px; transform: scale(0.7,1);
	border-color: transparent transparent #fff transparent;
	border-style: solid dashed dashed dashed;
}
.toTop:active{
	transform: scale(1.1);
}


/*手机菜单按钮*/
.closetb{  
	font-size: 30px;
	padding: 1rem 2rem; 
	border-bottom: 0;
	line-height: 2rem;
	color: #fff; 
	text-align: center;
	display: none;
}
.mob{display: none;}
#mNav{ display:none;
   position: relative; float:right; z-index: 999;
   background-color:#fff; border-radius: 8px;
   margin:10px 5px;  padding:10px 12px 10px;
}
 
@media (max-width:1440px) {
  .container,#header .container{width:92%;margin:0 4%;}
  body{font-size:17px;   }
  .wp-menu .menu-item a.menu-link{font-size:18px;line-height: 45px;}
  .title h4, .centerTitle h4, .zhaopin h4, .tabNav h4{font-size:28px;}
  .title span, .centerTitle span, .tabNav span,.expert li p{font-size:14px;}  
 
#newspic .slick-slide .img{height:400px;}
.yiqi li .img{height:290px;}
.expert li .img{height:340px;}
  .dt li{padding:20px 20px 20px 80px;margin-bottom:20px;}
  .dt li h4,.expert li h4{font-size:18px;} 
  .dt .date span{font-size:14px;}
  .banner h3{font-size:24px;  font-weight: bold;}
  .list-t{width:100%; margin-bottom: 9px;font-size:18px;}
  .list-tit{font-size:24px;}
  .dt .date{font-size:24px;left:15px;}
  .col_list .wp_listcolumn .wp_column a {font-size:20px;}
  .leftside h3{font-size:28px; line-height:80px;}
.centerTitle{margin:40px 0 20px;}
.title{margin-top:30px;}
.title h4::after{height:15px;}
}


@media (max-width:960px) {	
	img{
		max-width: 100%!important;
	}
     
    #header .logo{width:75%;margin: 0;}
    #header .fr{width:100%;}
    #header .fr > a,#search,.page_jump,.pages_count,.foot .contact,.foot .weblink,.top{
    	display: none!important;
    }
    #header{ 
		padding:8px 2%;  
    } 
    #header img{ width:80%;} 
#banner{padding-top:50px;}
    .foot img{display: block;margin:0 auto;}
     
    .closetb,.m-foot,.imgBox,.mob,#mNav{
	    display: block;
	}
     
	#nav{
		display: none; height:100vh; background:#1b4b8d; 
		position:fixed; top:0;right:0;left:0;bottom:0; z-index:99; padding:15px;
		width:100%; box-shadow: 0 0 0; margin:0; 
		overflow-y:auto;
	}
	.wp-menu .menu-item a.menu-link{font-size:18px;line-height: 50px; color:#fff;}
    .wp-menu li.menu-item{width:100%;}
	.sub-menu{display:block!important; position: relative; top:0;
	   border-radius: 10px; background-color:rgba(0,0,0,0.1);
	   padding:5px 0; width:100%;
	}
	.sub-menu .sub-item{width:48%; padding:0 14px; display: inline-block;}
	.sub-menu .sub-item a{color:#fff; line-height:32px;}

.img{height:180px;} 
 
  
	.w50per,.w50,.yqInfo .fl,.yqInfo .fr{width:100%;}	
	.newslist{margin-bottom:24px;}
    #banner .slick-slide img{height:10rem;}
    #newspic{margin-bottom: 20px;}
	#newspic .slick-slide img{width:100%;}
	 
	.w50per li span{display: block; border-right:0;margin-bottom: 5px;}
	.yiqi li{width:48%;}
	.yiqi li .img{height:5rem;}
	.zhaopin h4{margin-bottom: 20px;}
	.zhaopin h4 span{display: inline;}
	.zhaopin ul{width:100%;flex-wrap:wrap;}
	.zhaopin ul li,.tabCon li{width:48.5%;margin-bottom:20px;}


	.banner{
		height:260px;  background-size: auto 260px; 
	}
	.banner::after{height:70px;}
	
	 
	
	.detail{
		margin-top: 10px; 
	}
	.news-li{display: block;}
	.news-li .date{display:none;} 
	.news-li .news-box{width:100%; padding:10px;} 
    .righttitle{margin-bottom:0;}

	
    .leftside,.rightside{margin-top: 20px;}
    .article{padding:20px;}
    
    
    .list-box,.piclist-box, .teacher{padding:0;}
    .list-li{display: flex;flex-flow: row nowrap;align-items: center;}
    .pic-li{width:47.7%;}
    .pic-li img{height:280px;}
    .list-li .date{padding:0 6px; white-space: nowrap;}
	.div_piccontenttitle_li{
		width: 49%;
		display:inline-block;vertical-align:top;float:none;
	}
	.menu{margin:0;}	
	.rightside,.leftside{width:100%;}

	.campus .slick-slide .img{height:260px;}
.date h4{ 
	font-size:30px;  
}
.date span{  font-size:14px; } 

	


}
@media (max-width: 540px) {	
	body{background-size:auto 11rem; overflow-x: hidden;}
    .title2 span{display: block;}
    .title img{height:30px;}
	#header .logo{width:83%;}
	.picPage .picbox img{height: auto; }
    .picPage .picbox{margin-bottom:10px;}
.xueshu li{width:100%; margin-bottom:15px;}
.title2 span{display:none;}
#header .logo{width:85%;}
.pic-li{width:100%;}
.pic-li img{height:auto;}

.tabNav li{margin-right:0;}


}
 