@import url('js/slick.css');
@import url('js/slick-theme.css');
@import url('js/animate.css');
@import url('css/font-awesome.min.css');
@import url('css/bootstrap.min.css');
html{
   font-size:5.2083333333333vw;
   /*如果是1920的设计稿 ，则为 100/1920*100=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:.18rem;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #393433; overflow-x: hidden;		
}

a{
	color:#393433;
	text-decoration: none;
}
a:hover{
	color: #d30909;
	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:93%;padding-left: 0;padding-right: 0;}
#header{
	background: url('images/headbg.jpg') center bottom no-repeat;	 
	width:100%;  
	height: 2.1rem;
	background-size:cover;
}
#header .fr >a{color:#fff;font-size:.16rem; margin-right: 10px;}
#header .fr{margin-top:.55rem;text-align: right;}
#header .logo{float:left;width:40%;margin:.55rem 0 0;}
/*banner*/
#banner{
	 z-index:3;
	display: block; margin-bottom: 20px;  
}
#banner .slick-slide{height:5rem;}
#banner .slick-slide a{display: flex;align-items:center; width:100%;height:100%;}
#banner .slick-slide img{height:100%; width:100%; object-fit: cover;}
#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.3);  z-index:9;
	width:24px; height: 34px; border-radius: 0;
	color: #fff; opacity: .6;
}
#banner .slick-prev{left: 1%;}
#banner .slick-next{right: 1%;}
#banner .slick-prev:hover,.banner .slick-next:hover{
	opacity: 1;
}

.title{
	display: block; padding:20px 0;
	text-transform: uppercase; position: relative;
}
.title h5{display: inline-block;font-size:.2rem;color:#978687;}
.title h4{font-size:.34rem; font-weight: bold;display: inline-block;
	padding:0 8px 0 12px; position: relative;z-index: 4;
}
.title h4 span{color:#d30909;}
.title h4::after{
	content:''; position: absolute;left:0;top:-10px;z-index: -1;
	width:.4rem;height:.4rem;
	background:url('images/quan.png') center no-repeat;
	background-size:cover;
}

.homePiclist{
    display: flex; margin-top: .3rem;
    flex-flow:row wrap;
    justify-content: space-between;
}
.homePiclist li{
	display: inline-block; width:23%;
}
.homePiclist li .img{
	width:100%;   overflow: hidden;
}
.img:hover img{
	transform: scale(1.04);
}
.homePiclist li p{
	display: block;
	white-space: nowrap;
	overflow:hidden; 
	text-overflow: ellipsis;
	padding:15px 0; text-align: center;
}

/*学院新闻*/
.moreB{
	float: right;
	color: #8d474c; 
	font-size: 14px;  margin-top: 3px;
	padding:3px 10px; border-radius:20px;
	transition: all 0.4s ease 0s;
	background-color: #f1eadc; text-transform: uppercase;
}
.moreB:hover{
	background-color: #8d474c;color:#fff;
}
 

#newspic{
	width:58%; 
}
#newspic .slick-slide{position: relative; height: 5.6rem;}
#newspic .slick-slide p{
	position: absolute; left:0;bottom:0;
	width:100%; padding:15px 10px;
	background-color:rgba(0,0,0,0.5);color:#fff;
	text-align: center;
}
#newspic .slick-slide p a{color:#fff;}
#newspic .slick-slide img{
	width:100%; height:100%; transition: all 0.8s ease 0s; object-fit: cover;
}
.slick-prev,.slick-next{
	z-index:9; border-radius: 0;
	font-size:16px; width:24px;  height:36px;
	color:#fff;
	background-color:rgba(0,0,0,0.5); overflow: hidden;
}
.slick-prev:before,
.slick-next:before{
	color:#fff; opacity: 1;
	 line-height:34px;
	display: block; text-align: center;
	margin-bottom: .4rem;
}
#newspic .slick-prev{
   left:1%;
}
#newspic .slick-next{
   right:1%;
}
.w72per{
	width:71.11%;vertical-align: top;	
}
.dt-box{width:100%;display:inline-block;margin-bottom:30px;}
.tz-box{width:26.38%;}
.newslist{width:40%;}
.newslist li{
    border-bottom:1px dashed #ccbeba;
    padding:.2rem 0 .14rem;
    display: block;  
}
.newslist li a{ 
	display: inline-block;width:88%;
	white-space: nowrap;overflow: hidden;
	text-overflow: ellipsis; line-height:1;
}
.newslist li span{
	color:#aaa;
	margin-top:5px; 
}

/*首页通知公告*/
.tz-box ul{margin:.14rem 0;width:100%;}
.tz-box li{
	display: flex; flex-flow:row nowrap; margin-bottom:.15rem; 
	align-items: center;
}
.tz-box li a{ 
	display: inline-block;min-height: .5rem;
}
.date{
	display: inline-block; flex-shrink: 0;margin-right:10px;
	width:.8rem;border-radius:5px;
	border:1px solid #e0d6ce;font-size:.2rem;
	color:#512e2e; text-align: center;
	overflow: hidden;line-height: 1.6;font-weight: bold;
}
.date p{
	width:100%;background-color:#cf9f8c;color:#fff;font-size:.12rem;
	padding:0 3px; font-weight: normal; white-space:nowrap;
}
.bg{background:url('images/bg.jpg') center bottom no-repeat;background-size:100% 100%;margin-bottom: 20px;}
.linkbox{
	background-color:rgba(240,163,116,0.1);
	border:1px solid #ecdcda; border-radius:10px;
	padding:.3rem .3rem .15rem;
	display: flex; 
	flex-flow:row wrap; justify-content:space-between;
	margin:25px 0 30px;
}
.linkbox li{width:18.66%; margin-bottom: 15px;
	background-color:#fff; border-radius: 10px;
	padding:20px 0 20px .6rem;
	font-size:.22rem; transition: all 0.5s ease 0s;
}
.linkbox li img{width:.36rem;height:.36rem; margin-right:12px;}
.linkbox li a{color:#623030;}
.linkbox li:hover{box-shadow:3px 5px 14px rgba(172,20,20,.3);}

.w50per{
	width:48.5%;
} 
.w50per ul{
	display: block; min-height:200px;
	background:linear-gradient(to bottom,#ffefef,#fff);
	border-radius:10px 10px 0 0;
	padding: 15px;
}
.w50per li{
	display: block; 
	padding:8px 4px; position: relative;
}
.w50per li a{display:block;width:87%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.w50per li span{
	position: absolute;right:0;top:0;padding:9px 4px;color:#aaa;
}
.media{
	background:linear-gradient(to bottom,#ffefec,#fff); 
	padding:22px 0; display: block;margin-top: 40px;
}
.center.title{text-align:center; position: relative;}
.center.title h4::after{display: none;}
.center.title p{font-size:16px; color:#e7dfd4;margin-top: -24px;
	position: relative; z-index: 1; letter-spacing:8px;
}
.center.title .moreB{position: absolute;right:0;top:20px;z-index:88;}
.img{width:100%;height:2.9rem;overflow: hidden;}
.img img{object-fit: cover;min-width:100%;height:100%;transition: all 0.5s ease 0s;}
#mt,.videolist{
	width:100%; margin-bottom: 20px;  
} 
#mt .slick-slide p,.videolist .slick-slide p{padding:12px;display: block;text-align: center;}
#mt .img,.videolist .img{padding:0 12px;}
 
#mt .slick-next,.videolist .slick-next{right: -25px;}
#mt .slick-prev,.videolist .slick-prev{left: -25px;}


.foot,.m-foot{
	padding:40px 0 30px; 
	color:#fff;  
	background-color:#ac1414;
	line-height: 2;
}
.foot .container{
	display: flex; flex-flow:row nowrap;
	justify-content: space-between;
	align-items: center;
}
.foot .container::before,.foot .container::after{display: none;}
.foot .wx p{text-align:center;}
.foot .wx img{
	height:1.37rem;
}


.banner{
	height:2.8rem; background: url('images/ny-b.jpg') center bottom no-repeat;	
	background-size:cover;
    display: block; position: relative;
	text-align: center;
	font-size:40px; color:#fff; padding-top: 1.9rem;
	letter-spacing:1px; font-weight: bold;
	text-shadow: 1px 2px 12px rgba(12,104,87,0.9);
}
.posBox{
	background-color: #fff;
	border-bottom:1px solid #dae9e6;
	display: block; color:#928988;
	padding:18px 0;
}
.posBox a{color:#928988;}
.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,#145848);
	background-color:#145848;  
	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%; 
	margin: 20px 0 20px;
}
.left{width:25%;}
.right{width:73%;}
.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:#623030;
	font-size:.3rem; letter-spacing:3px;
}
.list-tit::after{
	content:''; background:url('images/line.png') center no-repeat;
	display: block; width:50px; height:22px; 
	margin:2px auto 0;
}
.wp_entry img{max-width:100%;}
/*青年之声*/
.qingnian{
	float:right; width:75%;
}
.three{
	background:linear-gradient(to bottom,#fff0ec,#fff);
	border-radius: 20px 20px 0 0;
	padding:.24rem;
	margin-top:.24rem;display:block;
}
.three .news-li{ display: inline-block;
	width:47%; margin:10px 1%;
	background-color:#fff; border:0;
	border-radius: 10px;padding:20px;
	box-shadow: 2px 5px 15px rgba(172,22,22,0.1);
}
.wechat{	
	float:left; width:22%;
	height: 100%;
	border-radius: 25px;
	border:4px solid #dbc5b2;
	padding:.2rem .3rem .36rem; margin:.4rem 0 .6rem;
	background:url('images/bg.jpg') bottom center no-repeat;
	background-size:auto 60vh;
	box-shadow: 4px 8px 18px rgba(172,22,22,0.2);
}
.wechat img{width:90%;display:block; margin:0 auto;}
.wechat h3{font-size:24px; font-weight: bold; color:#7e2021; 
	margin:20px 0 10px;
}

/*默认主导航样式*/
 #nav{
	 position:relative;
	 width:100%;display: block; 
	 background-color:#fff;
 }
 .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:93%; margin:0 auto; text-align: center;
}
.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:.8rem;
	text-align: center; font-size:.26rem;  
	color: #67360a; padding: 0 .3rem; border-radius:10px 10px 10px 0;
}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{background-color:#f7e7dc; 
 	text-decoration: none; color: #531104;}
.sub-menu {
	display: none; text-align:left;
	position: absolute;
	top:.8rem;left: 0; z-index:99;
	width:200px; padding:10px;
	background-color: rgba(255,255,255,0.9); border-radius: 0 10px 10px 10px;
	box-shadow: 0 5px 15px rgba(5,80,67,0.2);
	border-top: 2px solid #d30909;
}
.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:#532904; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}

/*搜索框*/
.searchbox{ 
	display: block; margin-top: 12px;
	background-color:#fffaee; border-radius: 10px;
	padding:0 6px; 
}
.searchbox table{width:100%;}
.wp_search .keyword{
	border: 0px solid #eee;
	border-radius: 0;
	height: 55px;
	width: 95%!important;
	line-height: 40px;  
    vertical-align: middle; outline:none;
    padding:8px 0;  background-color:transparent;
}
.wp_search .search {
    background: url('images/btnbg.png') center no-repeat;  background-size:cover;    
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 25px;
    border: 0; overflow:hidden; vertical-align:middle;
    cursor: pointer;  
    margin-right: 8px;
}

 
/*左侧栏目*/
.leftside{
	width:22%;		
	margin:-40px 0 30px; 
}
.leftside h3{
	letter-spacing: 1px;
	display: block; padding:25px 15px 25px 40px; color:#fff; 
	border-bottom:1px solid #f14640;
	font-size:.3rem; line-height:1.2; overflow: hidden;
	background:linear-gradient(135deg,#d30909,#f14640,#ff775f,#ffbcb0);
	position: relative; border-radius: 15px;
}
.leftside h3 span{position: relative; z-index: 2;}

.rightside{
	width:75%;margin-top:10px; background-color:#fff;
}
/*栏目列表*/
.col_list{display: block; 
	background:linear-gradient(to bottom,#f9ebe1,#fff);
	background-size:100% auto;
	border-radius: 15px;
	padding:20px 30px 2rem;
	border-top:1px solid #e9c7af;
}
.col_list .wp_listcolumn {  
	margin:0; width:100%;border:0;
}

.col_list .wp_listcolumn .wp_column a { background:none;
	display: block; color:#4e5c59; font-size:.18rem;
	font-weight:normal; 
	margin-bottom: 0px; border-radius:10px;
	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:9px 0px 9px 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:linear-gradient(to right,#f4d3c8,#fff); 
	font-weight: bold;  color:#c21313;
} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{
	 
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { 
	 background:none;  
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{
	font-weight:bold; color:#393433;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list{
	padding:12px 10px;
	background-color: #eee5df; border-radius:0px 10px 10px 10px;	 
	margin-left:5px;
}
.col_list .wp_listcolumn .wp_column .sub_list a {
	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:#c21313;  } 
/*三级子栏目**/
.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:#c21313;} 
 

.r-title{
	border-bottom: 1px solid #e1e6f0;
	padding:18px 0 18px 20px; font-size:17px;
	display: block; color:#928988;
}
.r-title a{color:#928988; }

/*简单的新闻列表*/
.flex{display: flex;flex-flow: row wrap;
	justify-content: space-between;
}
.list-box{
	margin:0 0 40px; width:100%;
	background-color:rgba(255,255,255,0.92);
	padding:0 20px 35px;
}
.list-li{
	display:inline-block;width:100%;
	padding:20px 4px;
	border-bottom:1px dashed #dae2eb;
}
.list-li span{
	float:right; color:#aaa;
}

/*带图片和简介的列表*/
.news-li{ 
	margin-bottom: 5px; 
	width:48.8%; flex-wrap: nowrap;
	font-size:18px; 
	padding:20px; border:1px dashed #ccbeba;
	transition: all 0.5s ease 0s;
	margin-bottom:24px;
}
.list-box .date p{color:#fff;margin:0; } 
.news-li a{color:#222;margin:0 0 5px 0;display: block;font-size:.22rem;}

.news-li .date{float:left;margin-right: 20px;width:auto;}
.news-li p{
    display:block; 
    font-size:14px; color:#aaa; 
} 
.news-li p a{color:#999; word-break:break-all;}
.news-li:hover{background-color:#fff;border-radius: 10px;
	box-shadow:2px 4px 15px rgba(140,22,22,0.2);
}
.wp_paging{margin:25px auto 40px; font-size:16px;}


/*简单图片列表*/
.piclist-box{
	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;}

.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:30px; 
	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(132,20,20,0.9); 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;
   width:100%; text-align: center;
   /*box-shadow: 0 5px 12px rgba(172,22,22,0.2);*/
   border-bottom: 1px solid #f1eadc;
   background-color:#f6f0e5;  
   margin:0;  padding:14px 8px 12px; color:#444;
}
.m-foot{padding:30px 5%; display: none;text-align: center;}
@media (max-width:1440px) { 
	body{font-size:17px;}
	#header{height:210px;}
	#header .fr >a{font-size:15px;}
	.title h4{font-size:24px;}
	.title h5{font-size:14px;}
	.dt-box{width:73%;}
	.tz-box{width:25%;}
	.tz-box li{margin-bottom:20px;}
	.date{width:auto;font-size:20px;}
	.date p{white-space: nowrap;font-size:12px;}
	#newspic{width:59%;}
	.newslist{width:38%;}
	.linkbox li{font-size:22px;}
	.linkbox li img{height:36px;width:36px;}
	.wp-menu{width:97%;}
	.wp-menu .menu-item a.menu-link{font-size:22px;line-height: 70px;} 
   
	
	.newslist li, .foot h4{font-size:18px;}	
	.foot .container div{font-size:14px;}
	.list-tit{font-size:28px;}
	.news-li a{font-size:20px;}
}


@media (max-width:1024px) {
	html{
	   font-size:13.33333333vw;
	   /*如果是750的设计稿 ，则为 100/750*100=13.33333333vw;*/
	}
	img{
		max-width: 100%!important;
	}     
    #header .logo{width:100%;margin: 0;}
    #header .fr{width:100%;}
    #header .fr > a,#header .searchbox,.page_jump,.pages_count, .foot,.top{
    	display: none!important;
    }
    #header{ 
		padding:20px 0 15px;  height:auto;
    } 
    .closetb,.m-foot,.imgBox,.mob,#mNav{
	    display: block;
	}
	 
	#nav{
		display: none; background:#f1eadc; 
		/*height:100vh; 
		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{width:94%;}
	.wp-menu .menu-item a.menu-link{line-height: 50px;  }
    .wp-menu li.menu-item{width:48%;}
	/*.sub-menu{display:block; position: relative; top:0;
	   border-radius: 10px; background-color:rgba(0,0,0,0.1);
	   padding:5px 0; width:100%;
	   box-shadow: 0 0 0;
	}*/
	.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{  margin-bottom: 30px;}
	#newspic .slick-slide .img{height:auto;}
    .img{height:180px;}
    .newslist li a{width:100%;}

    #newspic .txtbox p,.tz-box li span,.newslist li span{font-size:14px;}
	#newspic .slick-slide .txtbox{padding:15px;}
	#newspic .slick-next{right:0;}
	#newspic .slick-prev{left:0;}
    .title h5{font-size:16px;} 
    .campus{margin:24px 3%;}
	.w50per{width:100%;}	
	.w50per li span{display: block;position: relative;padding:0;}

	.newslist{margin-bottom:24px;}
    .bg{background-size: auto 100%;} 
    .linkbox li,.media li{width:48%;}
	 
	
	.banner{
		height:200px;  background-size: auto 200px;display: none;
	}
	
	.detail{
		margin-top: 10px; 
	}
	.news-li{width:100%;padding:12px;}
	.news-li .date h4{font-size:30px;}
	.news-li .date span{font-size:14px;}
	.news-li a{margin:0;}
    .righttitle{margin-bottom:0;}

	
    
    .leftside,.rightside{margin-top:0px;}
    .article{padding:20px;}
    .leftside h3{font-size:28px;font-weight: bold;}
     
    .list-box{padding:0;}     
     
    .list-li span{float:none;display:block;}

	.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; } 
	.list-t p{font-size:13px;}
	.col_list .wp_listcolumn .wp_column a{font-size:18px;}	
	.wechat,.qingnian{width:100%;}
	.three .news-li,.videolist li{width:100%;}

}
@media (max-width: 414px) {	
	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;}
	.linkbox li,.media li{width:100%;}


}
 