@import url('js/slick.css');
@import url('js/slick-theme.css');
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:.16rem;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #333935; overflow-x: hidden;	 
}

a{
	color:#303030;
	text-decoration: none;
}
a:hover{
	color: #454e4c;
	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: linear-gradient(to bottom,#0a3275,rgba(10,50,117,0));
	position: fixed;left:0;top:0; z-index:99;
	width:100%;
}
#header.one{
	background:none;
	background-color:rgba(2,63,152,0.8);
}
#header .container{
	width:15rem; 
}
#header .fr >a{color:#fff; margin-right: 15px;}
#header .fr{width:66%;  margin-top:.15rem;text-align: right;}
#header .logo{float:left;width:29%;margin:24px 0;}
/*banner*/
#banner{
	width: 100%;
	display: block; margin:0;
}
#banner .slick-slide img{height:8rem; width:100%;}
#banner .slick-dots{
	bottom: 0; z-index: 8;
}
#banner .slick-dots li{ }
#banner .slick-dots li button{width: 20px; height: 7px;
	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.5);  z-index: 99;
	width: 34px; height: 34px;
	border-radius: 50%; border: 1px solid #fff;
	color: #fff; opacity: .6;
}
#banner .slick-prev{left: 10%;}
#banner .slick-next{right: 10%;}
#banner .slick-prev:hover,.banner .slick-next:hover{
	opacity: 1;
}
.keyan{
   background:url('images/ky-bg.jpg') center no-repeat;
   background-size:100% auto;
   padding:.55rem 0;
   margin-bottom: .45rem;
}
.title{
	display: block;
	font-size:.3rem;
	color:#023f98; font-weight: bold;
	padding-top:.32rem;text-align: center;
	margin-bottom:26px;
} 
.title.ky{
	background:url('images/keyan-t.png') center top no-repeat;
	background-size: .64rem;
}
.title.jy{
	background:url('images/jiaoyu-t.png') center top no-repeat;
	background-size: .64rem;
}
.title.zs{
	background:url('images/zhaosheng-t.png') center top no-repeat;
	background-size: .64rem;
}
.homePiclist{
    display: flex; margin-top: .3rem;
    flex-flow:row wrap; margin-bottom: 24px;
    justify-content: space-between;
}
.homePiclist li{
	display: inline-block; width:32%;
}
.homePiclist li a{font-size:.18rem; margin:12px 0; display: block;}
.homePiclist li .img{
	width:100%; height:3.13rem; overflow: hidden;
	border:1px solid #f5f5f5;
}
.homePiclist li .img a{margin:0;}

 
.homePiclist li p{
	display: inline-block; padding:2px 15px;
	background-color:#023f98; border-radius: 30px;
	color:#fff;
}
/*学院新闻*/
.moreB{
	display: block;
	width:2rem; line-height:.54rem;
	margin:0 auto; font-size:.16rem;
	background-color:#023f98;
	color:#fff; text-align: center; 
}
.moreB i{
	width:28px; height:6px; margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	background:url('images/arr.png') center no-repeat;
}
.moreB:hover{
	background-color: #063271; color:#fff;
}
 

#newspic{
	width:58%; margin-top: .15rem; 
}
#newspic .slick-slide{position: relative; padding-bottom: 20px;}
#newspic .slick-slide .txtbox{
	position: relative; z-index:8;
	width: 90%; min-height: 110px;
	background-color: #fff;
	border-radius:10px; margin:-80px 5% 0;
	box-shadow:1px .05rem .15rem rgba(57,122,111,0.2);
	padding:20px 75px; text-align: center;
}
#newspic .txtbox h4 a{font-size:.18rem;}
#newspic .txtbox p{font-size:.13rem;margin-top: .08rem; color:#aaa;}
 
#newspic .slick-slide .img{height:4.6rem; width:100%; overflow: hidden;}

.img{height:2.5rem;}
.img a{display: block;height:100%;}
.img img{display: block;
	width:100%; height:100%; transition: all 0.8s ease 0s;
}
.img:hover img{
	transform: scale(1.04);
}

#newspic .slick-prev,#newspic .slick-next{
	top:inherit;bottom:20px; z-index:9;
	font-size:16px; width:43px; height:43px; 
	border-radius: 50%; color:#fff;
	background-color:#3565ad; overflow: hidden;
}
#newspic .slick-prev:before,
#newspic .slick-next:before{
	color:#fff; opacity: 1;
	width:100%; line-height:40px;
	display: block; text-align: center;
	margin-bottom: .4rem;
}
#newspic .slick-prev{
   left:7%;
}
#newspic .slick-next{
   right:7%;
}
 
.newslist{width:40%;}
.newslist li{
    border-bottom:1px solid #d4dde3;
    padding:.17rem 0;
    display: block; font-size:.18rem;
}
.newslist li a{font-size:.18rem;}
.newslist li span{
	display: block; color:#023f98;
	margin-top:5px; font-size:.16rem;
}
.campus{ display: block;margin:24px 0; }
.campus .slick-slide .img{
	margin:.04rem; overflow: hidden;
}

/*首页通知公告*/ 
.notice{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.notice li{
	display: inline-block; width:24%; 
	border:1px solid #d9e1ec;
	padding:12px 12px 32px; margin-bottom: 40px;
	position: relative;
}
.notice li a{font-size:.18rem;}
.notice li span{
	position: absolute; left:18px;bottom:-15px;
	padding:5px 10px;
	color:#fff;  background-color:#023f98;
	border-radius: 10px 3px;
	font-size:.15rem; 
}
.grey{background-color:#f2f7ff; padding:50px 0;margin-bottom: 45px;} 

.title2{
	width:100%; position: relative;
	color:#0d8479; 
	margin-bottom: 30px; margin-top:30px; 
}
.title2 img{width:;}
.title2 h4{
	display:block; width:2.6rem;
	font-size:.3rem; color:#224ea8;
	font-weight: bold;
}

.title2 h4::before{
	float:right; 
	content:url('images/arr2.png');
	display: inline-block;
}
.title2 .moreB{
	position: absolute;right:0;bottom:0;
}

.xueshu{
	background:url('images/xueshu-bg.jpg') top center no-repeat;
	background-size:auto 3.33rem;
	margin-top: 55px; padding-top: 55px;
	width:100%; 
}
.xueshu .title2 h4{color:#fff;} 
.xueshu .title2 h4::before{filter:brightness(1000%); transform: scale(0.8);}
.xueshu ul{  
	display: flex; 
	flex-flow:row wrap;
	justify-content: space-between;
	width:100%;
	margin-top:24px;
}
#xueshu .img{
	height:2.5rem;
}
#xueshu .txt{
	position: relative; z-index: 8;
	background-color: #fff; margin:-40px 20px 0;
	box-shadow: 0 3px 10px rgba(0,0,150,.2);
	padding:10px 14px;
}
#xueshu .txt a{height:42px;display: block;}
.xueshu li{padding:0 10px 40px;}
.xueshu li .info{ 
	position: relative; z-index:2;
	background-color:#fff; 
	box-shadow: 0 5px 15px rgba(2,63,162,.2);
	margin:-30px 15px 0;
	display: block;
	padding:15px 20px;
} 
.xueshu li h4{
	display: block; font-size:.17rem; line-height: 1.4;
	text-align: justify; margin-bottom: 8px;
}
.xueshu li p{
	color:#10418a; font-size:.14rem;
	display: block; margin-top: 12px;
}
.w50per{
	width:48.7%; margin-bottom: 40px;
} 
.w50per .title{
	text-align: left;
	background-position: left top;
	position: relative;
}
.w50per .moreB{
	line-height: 40px; position: absolute;right:0;bottom:0;
	width:150px;
	font-weight: normal;
}
.w50per ul{
	display: block; min-height:260px;
	background-color:#e6edfb;
	border-radius: .4rem 0;
	padding:12px 18px; min-height: 300px;
}
.w50per li{
	display: block; position: relative; 
	padding:15px 0 15px 25px;
	border-bottom: 1px dashed #b9c4d8;
}
.w50per li a{display: inline-block;
	width:89%;overflow: hidden;
	text-overflow: ellipsis;white-space: nowrap;
}
.w50per li::before{
	content:'';
	position: absolute;left:-5px;top:13px;
	width:6px; height:6px;
	transform: rotate(45deg);
	background-color:#023f98;
	margin:10px;
}
.w50per li span{
	color:#aaa;float:right;
}

.foot,.m-foot{
	padding:54px 0 0; 
	color:#fff;  
	background:url('images/foot.jpg') center no-repeat #104189;
	line-height: 2;
}
.foot .container div{
	display: inline-block; vertical-align: top;
	position: relative; padding-left: 22px;
	width: 3.8rem; font-size:.14rem;
}
.foot .address{width:3rem;margin-left:10%;}
.foot div.logo{
	width:4.6rem; margin-top: .2rem;text-align: center;
}
.foot h4{
	font-size:.18rem; font-weight: bold;
	margin-bottom:.1rem;
}
.foot a{
	color:#fff; width:30%; display: inline-block;  
	white-space: nowrap;
	line-height: 1.5
}
.copyright{
	background-color:rgba(26,38,51,.35);
	color:#fff; text-align: center; padding:25px 0;
	margin-top: 40px;
}

.banner{
	height:3.8rem; 
	background: url('images/ny-b.jpg') center no-repeat;
	background-size:100% 100%;
    display: block; position: relative;
	font-size:40px; color:#fff; padding-top: 1.9rem;
	letter-spacing:1px; font-weight: bold;
	text-shadow: 1px 2px 12px rgba(2,63,152,0.7);
}
.posBox{
	background-color: #fff; 
	display: block; color:#888a92;
	padding:18px 2%;
}
.posBox a{color:#889290;}
.possplit{
	background: url('images/aa.gif') 0 center no-repeat;
	margin: 0 5px;
}

.page-title{ 
	display: block; 
	padding:15px 20px;
	font-size:.32rem;line-height:1.8;font-weight: bold;
	text-align: center; 
	color:#023f98;  
	margin: 0;
}
.page-title::after{
	content:'';
	display: block; width:60px;height:3px;
	background-color:#023f98;
	margin:6px auto;
}
 
.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%; 
	margin: 20px 0 20px;
}
.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:#3c504e;
	font-size:.28rem; letter-spacing:3px;
}
.list-tit::after{
	content:'';
	display: block; width:50px; height:3px;
	background-color: #3c504e;
	border-radius: 2px;
	margin:12px auto 0;
}
/*带简介的新闻列表-发布日期-突出day*/
.list-box{
	margin:0 18px 40px;  border:1px solid #e5eaf2;
	background-color:rgba(255,255,255,0.92);
	box-shadow: 0 5px 15px rgba(84,137,209,.1);
	padding:25px; border-radius:15px;
	min-height: 600px; 
}
.list-li{	
	padding:24px 14px;
	border-bottom:1px dashed #dae2eb;
}
.list-li .date{
	display: inline-block; 
	padding:0 32px; text-align: center;
	color:#9ca8a7;
}
.list-t{
	display: inline-block; width: 85%; 
	font-size:.18rem;
}
.list-t p{
	display: block; font-size:15px;
	color:#90a2a0; margin-top: 8px;
}
.img-t{
	display: block; width:100%;
}
.img-t img{width:100%;} 
/*只有标题的新闻列表*/
.news-line{	
	display: block;
	padding:20px 14px;
	border-bottom:1px dashed #dae2eb;
}
.news-line:last-child{
	border-bottom: 1px dashed #dae2eb;
}
.news-line span{
	display: inline-block; color:#023f98;
	padding-right: 18px;margin-right: 18px;
	border-right: 1px solid #dae2eb;
}
/*带图片和简介的列表*/
.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:#023f98;
}
.date h4{
	font-weight: bold; font-family: 'Times New Roman';
	font-size:36px; white-space: nowrap; color:#023f98;
}
.date span{display: block; font-size:13px; } 
.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:#023f98; font-weight:bold;
}
.news-li:hover .news-img{
	box-shadow: 0 2px 10px rgba(0,0,100,0.1);
}

/*默认主导航样式*/
 #nav{
	 position:relative;
	 width:100%;display: block; margin-top: 10px;
 }
 .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 ;
	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:.2rem; font-weight:bold;
	color: #fff; padding: 0 .1rem; border-radius:0;
	border-left: 2px solid transparent;
 } 
 .wp-menu .menu-item.hover a.menu-link,
 .wp-menu .menu-item a.hover{
 	background-color:#fff; text-decoration: none; color: #023f98;
 	border-left: 2px solid #023f98;
 } 
 .sub-menu {
	display: none; text-align: left;
	position: absolute;
	top:.45rem;left: 0; z-index:99;
	width:180px; padding:10px;
	background-color: #fff; border-radius: 0 10px 10px 0;
	box-shadow: 0 5px 15px rgba(5,80,67,0.2);
	border-left: 2px solid #023f98;
 }
 .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:#023f98; display: block; }
 .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}

/*搜索框*/
.searchbox{ display: inline-block;
	background-color:#fff; border-radius: 30px;
	padding:0 6px;  vertical-align: top;
}
.wp_search .keyword{
	border: 0px solid #eee;
	border-radius: 0;
	height: 30px;
	width: 140px!important;
	line-height: 30px; font-size:16px;
    vertical-align: middle; outline:none;
    padding: 0 8px; background-color: transparent;
}
.wp_search .search {
    background: url('images/btnbg.png') center no-repeat;     
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: 0; overflow:hidden; vertical-align:middle;
    cursor: pointer;  
    margin-right: 8px;
}

.ny{
   background-color: #fff;
   margin-top: -50px;
   position: relative; z-index: 4;
}  

/*左侧栏目*/
.leftside{
	width:23%;
	background-size:100% auto;  
	padding-bottom:1.6rem;
	margin:0 0 30px;
}
.rightside{
	width:74%; 
}
/*栏目列表*/
.col_list{float:left; }
.col_list .wp_listcolumn {  
	margin:8px 8px 8px 18px;  border:0;
	display: inline-block;
}

.col_list .wp_listcolumn .wp_column a { 
	background:none;
	display: block; color:#023f98; font-size: 18px;
	font-weight:normal; 
	margin-bottom: 0px;
	position: relative;
	background-color:#fff; position: relative;
	transition: all 0.4s ease 0s; border:0;
}
.wp_listcolumn .wp_column{
	margin-bottom:10px; display: inline-block;
	width:auto;
}
.col_list .wp_listcolumn .wp_column a i{ display:none;
	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: inline-block; font-size:20px;
	padding:4px 15px;
	line-height:42px; box-sizing: border-box;
}
.col_list .wp_listcolumn .wp_column > a:hover,
.col_list .wp_listcolumn .wp_column > a.selected {  
	font-weight: bold;   
}
.col_list .wp_listcolumn .wp_column > a::before{
	position: absolute;left:50%;bottom:0;
	content:'';
	width:0; height:3px; background-color:#023f98; 
	transition: all 0.5s ease 0s;
}
.col_list .wp_listcolumn .wp_column > a:hover::before,
.col_list .wp_listcolumn .wp_column > a.selected::before{
	width:100%; margin-left: -50%;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name{
	color:#fff; background-color:#023f98;
	 
}
.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:#333935;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list{
	padding:12px 10px;
	background-color: #e5eaf2; 
	border-radius:0; 
}
.col_list .wp_listcolumn .wp_column .sub_list a {
	color:#444; margin-bottom:8px;
}
.col_list .wp_listcolumn .wp_column .sub_list a:hover{
	color:#143d79; font-weight: bold;
}
.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:#0f429b;} 
 

.r-title{ 
	font-size:28px; font-weight: bold;
	padding-bottom: 24px;
	display: block; color:#143d79;
}
.r-title a{color:#889290; }

.wp_paging{margin-top:15px;margin-bottom:20px;font-size:16px;}

.r-title.page{margin:0 3%; padding-top: 24px;}
/*两列*/
.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);}
/*2栏新闻列表*/
.twoCol{
	margin:0px 0 0 2%;
	display: inline-block; width:96%;
}
.twoCol .col-line{
	display:inline-block;width:48%;
	margin-bottom: 32px; margin-right: 1.5%;
	background-color:#f2f7ff;
	border:1px solid #d0dae9;
	padding:20px 25px 10px;
	border-radius: 15px 5px;
	box-shadow: 0 5px 15px rgba(79,126,220,0.1);
}
 
.twoCol .col-line a{font-size:.17rem;}
.col-line p{
   display: block; color:#023f98;
   padding:8px 0; margin-top: 15px;
   border-top: 1px dashed #d0dae9;
}
.col-line p::after{
	content:"\f105";
	font:normal normal normal 17px/1.3 FontAwesome;
	float:right;
}

/*简单图片列表*/
.piclist-box,.teacher{
	margin:10px 0; min-height: 400px;   padding:14px;
}
.pic-li{
	display: inline-block; width:31%;margin:0 0.8% 20px;
}
.pic-li p{
	display: block; text-align: center;
	padding:10px 0;
}
.pic-li img{width:100%; height:210px;}
.teacher .pic-li{width:18%;}
.teacher .pic-li img{height:3rem;}
.teacher .pic-li h4{font-size:.17rem;display: block;text-align:center; margin:13px 0 0;}
.teacher .pic-li p{color:#aaa;}
.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:.3rem; 
	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;
}
.wp_articlecontent{
	margin-top: 20px;
}
.article p{
	line-height: 2;
}
.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:10px 6px;
    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(6,63,152,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;
}
 
#mNav{display: none;
   position: relative; float:right; z-index: 999;
   background-color:#fff; border-radius: 8px;
   margin:22px 0 0;  padding:14px 15px 12px;
}
.m-foot{padding:30px 5%; display: none;text-align: center;}

@media (max-width:1600px) {
	body{font-size:16px;}
	.container{width:90%;}
	.wp-menu .menu-item a.menu-link{
		line-height: 45px;
		font-size:18px;
	}
	.title{
		font-size:28px;
		padding-top: 30px;
	}
	.title.ky,.title.zs,.title.jy{background-size:64px;}
	.homePiclist li a,.newslist li a,.notice li a,#newspic .txtbox h4 a{font-size:18px;line-height: 1.2;}
	.newslist li span,.notice li span{font-size:16px;}
	#newspic .txtbox p,.tz-box li span,.newslist li span{font-size:16px;}
	#newspic .slick-prev, #newspic .slick-next{bottom:45%;}
	.moreB,.w50per .moreB{
		width:124px;line-height:36px;font-size:14px;
	}
	.title2 h4{
		width:200px; font-size:28px;
	}
	.title2 img{width:500px;}
	#newspic .slick-slide .img{height:460px;}
	#newspic .txtbox p{font-size:13px;}
	.xueshu{
		background-size:100% 330px;
		padding-top: 30px; margin-top: 30px;
	}
	#xueshu .img{height:250px;}
	.page-title{font-size:28px;}
	.twoCol .col-line a{font-size:17px;}
	.teacher .pic-li h4{font-size:17px;}
}
@media (max-width:1340px) {
	.container{width:94%;}
	#header .fr{width:71%;}
	.wp-menu .menu-item a.menu-link{font-size:16px;}
	.w50per li span{
		float:none; font-size:14px;line-height: 1.2;
	}
	#nav{margin-top:0;margin-bottom:5px;}
	.campus .slick-slide .img{height:4.2rem;}
	.xueshu li p{font-size:14px;}
	.teacher .pic-li h4{font-size:17px;}
}
@media (max-width:960px) {	
	img{
		max-width: 100%!important;
	}
    .container,#header .container{
    	width: 100%;
    	padding: 0 3%;
    }
    #header .logo{width:75%;margin:10px 0 0;}
    #header .fr{width:100%;}
    #header .fr > a,#header .searchbox,.page_jump,.pages_count, .foot,.top{
    	display: none!important;
    }
    #header{ 
		padding:15px 0;  
    } 
    #header img{ width:80%;} 
     
    .closetb,.m-foot,.imgBox,.mob,#mNav{
	    display: block;
	}
	#mNav{margin-top: 5px;padding:8px 9px 6px;}
	#nav{
		display: none; height:100vh; background:#023f98; 
		position:fixed; top:0;right:0;left:0;bottom:0; z-index:9999; padding:15px;
		width:100%; box-shadow: 0 0 0; margin:0; 
		overflow-y:auto;
	}
	.wp-menu .menu-item a.menu-link{line-height: 50px;font-size:18px; color:#fff;}
    .wp-menu li.menu-item{width:100%;}
	.sub-menu{display:block; position: relative; top:0;
	   border-radius: 10px; background-color:rgba(26,40,95,0.5);
	   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;}
	#newspic,.dt-box,.tz-box,.newslist{width:100%;}
	#newspic .slick-slide .img{height:auto;}
	.img{height:180px;}
	.newslist li{padding:10px 0;}
    .newslist li a{width:100%;} 
    
	#newspic .slick-slide .txtbox{padding:15px;margin-top: -20px;}
	#newspic .slick-next{right:0;}
	#newspic .slick-prev{left:0;}
	.title2{margin-top:10px; margin-bottom: 16px;}
    .title h5{font-size:16px;}
    .notice li{width:48%;}
    .campus{margin:24px 3%;}
	.w50per{width:100%;}
	.w50per ul{padding:8px 10px;}	
    #banner .slick-slide img{min-height:9rem;height:auto;}
	.xueshu li,.homePiclist li{width:48.5%;}
	.lightblue{padding:30px 0; margin-bottom: 30px;}
	.w50per li span{display: block;line-height: 1;}
    .title2 img{width:52%;}
	.banner{
		height:260px;  background-size: auto 260px; padding-top: 120px;
		font-size:30px;
	}
	.col_list .wp_listcolumn{margin:8px 0 0;}
    .col_list .wp_listcolumn .wp_column a .column-name{
    	padding:4px 8px;
    }
	.posBox{padding:14px 2% 8px;width:100%;}
	.list-box{margin:0 0 32px;padding:8px 0; }
	.detail{
		margin-top: 10px; 
	}
	.biaoti3{font-size:30px;}
	.news-li{display: block; padding:15px 8px;}
	.news-li .date{display:none;} 
	.news-li .news-box{width:100%; padding:10px;} 
    .righttitle{margin-bottom:0;}

	.list-t{width:100%; margin-bottom: 9px;font-size:18px;}
    
    .leftside,.rightside{margin-top: 20px;}
    .article{padding:20px;}
    .leftside h3{font-size:20px; line-height: 50px; font-weight: bold;}
    .list-tit{font-size:20px;} 
    .list-li{display: flex;flex-flow: row nowrap;align-items: center;}
    .teacher .pic-li{width:47.7%;}
    .teacher .pic-li img{height:150px;}
    .list-li .date{padding:0 16px; 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;}
    .twoCol .col-line{padding:14px 18px 10px;width:100%;margin-bottom:24px;}
	.homePiclist li .img{height:210px;}
	.grey{padding:30px 0;margin-bottom: 20px;}
	.newslist li span{font-size:14px;line-height: 1.2;}
}
@media (max-width: 414px) {	
	body{background-size:auto 11rem; overflow-x: hidden;}
    .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;}
	.twoCol .col-line,.homePiclist li{width:100%;}
	.title2 h4{font-size:22px;width:160px;}
	.title{font-size:22px;margin-bottom: 14px;}
	.w50per li a,.notice li{width:100%;}
	.homePiclist li{margin-bottom: 16px;}



}
 
 