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: 16px;
	font-family: "微软雅黑";
	color: #3e4551; overflow-x: hidden;	
	background-color: #fff;
}

a{
	color:#3e4551;
	text-decoration: none;
}
a:hover{
	color: #203165;
	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;
}
.imgBox{display: inline-block; width: 100%; margin-bottom: 10px;}
.container{width:1200px; padding:0;}
.top{background-color: #203165; font-size: 12px; line-height: 40px; height: 40px;}
.top .container{display:none;}
.top a{color: #fff; margin-right: 10px;}
.top a:hover{text-decoration: underline;}
.top li{display: inline-block; color: #fff;margin-left: 10px;}
.top li i{margin-right: 5px;}
#header{
	display: block;
	height: 110px;padding:12px 0;
	box-shadow: 2px 8px 15px rgba(15,32,82,0.2);
}
.menu{
	float: right; margin-top:18px;
	text-align: right;
}
/*首页轮播图*/
#mybanner{ 
	width: 100%; 
	background: url('images/bannerbg.png') center no-repeat;
	background-size: cover; padding: 45px 0;
}
#mybanner .swiper-container{width: 1200px; margin: auto; 
	box-shadow: 0 8px 15px rgba(0,0,100,0.2);
	border: 1px solid #fff;
}
#mybanner .swiper-slide img{
	width:100%; height:470px;	
	transition: all 0.4s ease 0s;
}
#mybanner .swiper-slide:hover img{transform: scale(1.03);}
#mybanner .swiper-slide{position: relative;
	overflow: hidden;
}
#mybanner .swiper-slide div{
	position: absolute; left: 8%; bottom:55px; color: #fff;
	font-size: 18px;
	text-shadow: 2px 2px 2px rgba(0, 0, 100,0.2);
}
#mybanner .swiper-slide div a{color:#fff;}
#mybanner .swiper-slide h4{font-size: 36px; margin-bottom: 5px;}
.swiper-button-prev,.swiper-button-next{
	position: absolute; top: 45%;z-index: 8; color: #555;
	font-size: 36px; width: 45px; height: 68px;
	background-color: rgba(255,255,255,0.6);
	text-align: center; background-size:16px;
}
.swiper-button-prev{left: 0;}
.swiper-button-next{right: 0;}
#mybanner .swiper-pagination{text-align: right; padding-right: 3%;bottom: 20px;}
#mybanner .swiper-pagination-bullet{width: 14px;height: 14px;}

/*学院新闻*/
.grey{
	background-color: #fafafa;
	padding: 46px 0;
}
.grey ul{
	display: flex; justify-content: space-between;
	text-align: justify;
}
.grey li{
	display: inline-block; width: 18%;
	background-color: #f68c7d;
	color: #fff; text-align: center;
	padding: 13px 0;
}
.grey li img{width: 56px;}
.grey li a{color: #fff; font-size: 24px;}
.grey li:nth-of-type(2){background-color: #70b9e2;}
.grey li:nth-of-type(3){background-color: #e3aa41;}
.grey li:nth-of-type(4){background-color: #87cbbc;}
.grey li:last-child{background-color: #d8b68b;}
.newsbox{margin-top: 45px; width: 685px; }
.title{width: 100%; display: inline-block;}
.title h4{
	display: inline-block;
	font-size: 24px; color: #333; 
	border-bottom: 3px solid #203165;
    padding: 10px 0;
}
.title h4 span{color: #2a6fbd;}
.more{
	float: right;
	font-size: 14px; font-weight: normal;
	line-height:1.5; color: #fff;
	background-color: #2a6fbd;
	border-radius: 50px; margin-top: 10px;
	padding:8px 15px 6px;
}
.more:hover{
	background-color: #1f61ab;color: #fff; font-weight: bold;
}
.dt-news{  margin-top: 24px; margin-bottom:32px;}
.dt-news li{display: block;
	padding:8px; 
}
.dt-news li span{float: right;color:#a9aeb1;font-size:14px;}
.dt-news li a{
	display: inline-block; width: 82%;
	overflow: hidden;
	white-space: nowrap; text-overflow: ellipsis;
}
.fuwu{width: 490px; margin-top: 45px;}
.fuwu ul{
	display: flex; justify-content: space-between; 
	flex-wrap: wrap;margin-top: 24px;
}
.fuwu li{
	display: inline-block; width: 31%;
	background-color: #2a6fbd; margin-bottom: 16px;
}
.fuwu li a{color: #fff; font-size: 14px;
	display: block;padding:20px 0 20px; text-align: center;
}
.fuwu li img{display: block; margin: 0 auto}
.fuwu li:hover{background-color: #124d91;}


/*友情链接*/
.blackbg{
	display: inline-block; width: 100%;
	background-color: #333; padding: 32px 0;
}
.weblink{width: 50%;}
.weblink h4{color: #fff; font-size: 24px;
	display: inline-block; padding: 4px 0 10px;
	border-bottom: 3px solid #fff;
}
.weblink ul{display: inline-block; margin-left:60px;}
.weblink li{
	display: inline-block; margin-right: 15px;
}
.weblink a{color: #fff;}
.weblink a:hover{text-decoration: underline;}
.foot,.m-foot{  
	text-align: right; 
	line-height:1.8;	 
	font-size: 14px;
}
.foot{width: 50%;color: #fff;}

.m-foot{padding:30px 5%; display: none;text-align: center;
	background-color: #333; padding: 32px 0; color:#fff;
}

.pos{ display: block;padding: 15px 10px; color: #6f767d;
	border-bottom: 0px solid #e5e5e5;
}
.pos i{
	display: inline-block; font-size:20px;
	color:#344f41;
	margin-right: 8px;
}
.pos a,.weizhi a{color:#333;}
.clear{
	clear:both;
	float:none;
	content:'.';
}
.banner{
	height: 140px;position: relative;
	overflow: hidden;
	background-color: rgba(32,49,101,0.5);
	text-shadow: 0 2px 10px rgba(0, 0, 150,0.2);
	margin-bottom: 0px; color: #fff;
	display: flex; align-items: center;
	justify-content: center; flex-direction: column;
}
.banner h4{font-size: 32px; text-align: center; display: block; margin-bottom:15px; }
.bannerbg{
	background: url(images/ny-b.jpg) center no-repeat;
	/*filter: blur(2px);*/ 
	position: absolute; top: 0;right: 0;left: 0;bottom:0;
	width: 100%; height: 100%; z-index: -1;
}
.banner .weizhi{display: block; text-align: center; }
.possplit{
	background: url('images/aa.gif') 0 center no-repeat;
	margin: 0 5px;
}
.page-title{ 
	display: block;
	color:#203165;
	font-size:24px; line-height:2.5;
	border-bottom: 1px solid #eee;
}
.page-title::after{
	content: ''; display: block; height: 3px;
	background-color: #203165;
	margin-bottom: -1px;
	width: 100px;
}
.page-title i{margin-right:6px;}
.grey.bb{
	border-bottom: 5px solid #203165;
}
.leftside{
	float:right;width:23%; 
	position: relative; z-index: 2; 
	margin-bottom: 20px;
}
.sideNav{
	display: block;margin:0 0 24px;
	background:#fafafa;
}
.fw-list{margin-top: 20px;display: inline-block; width: 100%;}
.fw-list li{
   display: inline-block; background-color: #d5dfeb;
   margin-bottom:14px; line-height: 36px;
   width: 48%; text-align: center;
   border-radius: 5px;
   font-size: 14px;
}
.fw-list li:nth-of-type(2n+1){float: right;}
.fw-list li a{color: #184476;font-weight: bold;}
.fw-list li:hover{background-color: #184476;}
.fw-list li:hover a{color: #fff;}
.rightside{float:left;width:74%; margin:16px 0;}
.rightTitle h4{
	font:bold 24px "Microsoft Yahei";
	color:#203165; 
	padding:0px 15px 10px;  
}


.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;
}

.displayTitle{
	position: absolute;
	top: 47px;
	right: 100px;
	border-bottom: 7px solid #4cbb43;
	width: 370px;
	background-color: rgba(15,101,54,0.65);
	color: #fff;
	height: 180px;
	text-align: center;
	padding: 40px 0;
}
.displayTitle a{
	color: #fff;
}
.displayTitle h4{
	font-size: 30px;
}
.displayTitle h4::after{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	content: '';
	margin: 20px auto;
}
 
.detail{
	float: left;
	width:100%;
	
	margin: 20px 0 20px;
}

.list-box{
	margin:10px 0; 
}
.list-li{
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}
.list-t{
	display: inline-block; width: 88%;
}
.list-t::before{
	content: '';display: inline-block;
	width: 6px; height: 6px;
	background-color: #2a6fbd;
	margin: 0 5px;
}
.list-li span{color: #aaa}

.xl{
	display: block; text-align: center;
	padding: 15px 0;
}
.xl .prev,.xl .next{
	color: #aaa;
}


/*修改原来的样式*/ 
/*轮播图片*/
.focus-box{
	margin-bottom: 0!important;
}
.focus-pagination{
	top: auto!important;
	bottom: 10px!important;
	padding-right: 10px!important;
}
.focus-title-bar{
	background-color: rgba(0,0,0,0.6);
	padding: 20px 0;
}
.focus-title{
	line-height: 50px;
	height: 50px;
}
.focus-page{
	border: 0!important;
}


 /*导航部分*/
 
.wp_nav { display:block; margin: 0; padding: 0;display: block; *zoom:1; text-align:right;}
.wp_nav * {margin: 0; padding: 0}
.wp_nav:after {clear: both;content: ".";display: block;height: 0; }
.wp_nav .nav-item { display:inline-block;  float:none; position:relative; vertical-align:bottom; }
.wp_nav .on { z-index:10;}
.wp_nav .nav-item .mark {display:block; background-color: transparent; width:100%; height:95%; position:absolute; left:0;top:0%; z-index:99;}
.wp_nav .nav-item a{ font-family:"Microsoft Yahei";  display:block;text-align:center;position:relative; z-index:100;}
/*.wp_nav .nav-item.parent{background-color: #203165; color:#fff;}*/


.wp_nav .nav-item:hover{background-color: #203165; }
.wp_nav .nav-item:hover a span.item-name{color:#fff;}
.wp_nav .nav-item.parent > a span.item-name{  }


.wp_nav .nav-item a.parent {/*color:#000;*/}
.wp_nav .nav-item a span.item-name { display:block; padding: 0 20px;font-size: 16px; line-height:42px;border-radius:50px;cursor:pointer;color:#333}
.wp_nav .sub-nav {display:block; width:190px!important; height: auto!important; position:absolute; z-index:200; visibility:hidden; border:1px solid #e5e5e5;border-top:none;box-shadow:2px 4px 12px rgba(12,112,255,0.2);}
.wp_nav .sub-nav .nav-item {  background:rgba(255,255,255,0.9); white-space:inherit; }
.wp_nav .sub-nav .nav-item .mark {background-color: transparent }
.wp_nav .sub-nav .nav-item a {font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal; color:#303030;text-align:center;border-top:1px solid #e5e5e5;min-width: 80px;}
.wp_nav .sub-nav .nav-item a.parent:hover{background-color:#ad1417;color:#fff;}
.wp_nav .sub-nav .nav-item a.parent { background-color:#ad1417;color:#fff;}
.wp_nav .sub-nav .nav-item a span.item-name { padding:15px 10px;font-size: 16px;  line-height:1.2;color:#303030;}
.wp_nav .sub-nav .nav-item.selected{background-color: #ad1417; }
.wp_nav .sub-nav .nav-item.selected a span.item-name{color:#fff;}

.wp_nav .nav-item a.parent:hover span.item-name{}
.wp_nav .nav-item a.parent span.item-name{}
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name{color:#fff }
.wp_nav .sub-nav .nav-item a.parent span.item-name{color:#fff}

/*搜索框*/
.wp_search .keyword{
	border: 1px solid #eee;
	border-radius: 3px;
	height: 28px;
	width: 180px!important;
	line-height: 28px;
    vertical-align: top; outline:none;
    padding: 0 10px;
}
.wp_search .search {
    background: url('images/btnbg.png') center no-repeat;     
    color: #fff;
    width: 70px;
    height: 28px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;  
    margin-left: 8px;
}
/*栏目列表样式*/
.wp_listcolumn { display:block; width:100%; border-top:0px; border-bottom:0px;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom; border-bottom:1px dashed #e2e2e2;  }
.wp_listcolumn .wp_column a { display:block; width:100%; color:#666; font-size:18px; font-weight:500; word-wrap:break-word; background:#f2f2f2 none; border-bottom:0;border-top:0px ; text-align: left;}
.wp_listcolumn .wp_column a:hover { color:#ad1417; background-color:#fff5d8; background-image:none;}
.wp_listcolumn .wp_column.selected{border-color:#dccfb5}
.wp_listcolumn .wp_column a.selected { color:#ad1417;font-weight:bold;   background:url(images/arr.png) 94% center no-repeat #fff5d8;}
.wp_listcolumn .wp_column a .column-name { display:inline-block;  padding:18px 40px 18px 20px; cursor:pointer;}

.wp_listcolumn .wp_subcolumn{background-color:#eee;}
.wp_listcolumn .wp_subcolumn .wp_column a{
	border-bottom: 0; background:none; font-size:16px;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover{
	color: #ad1417;background:none #fff5d8;
}
.wp_listcolumn .wp_subcolumn{
	border-top: 0;
	padding: 0; 
	background-color: #f8f8f8;
}
.wp_subcolumn li.wp_column{
	line-height: 40px; font-size:15px; border-bottom:1px dashed #e2e2e2;
}
.wp_listcolumn .wp_subcolumn .wp_column a{
	background: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:before{
   content:'\00BB';float:left; margin:0 0 0 40px; color:#543b3b; font-size:22px;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected{
	color: #ad1417;background:none #fff5d8;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected:before{color:#ad1417;}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name{ padding:14px;}
 
/*列表页*/
.textpos{padding:25px 0 0;}
.picPage{ 
	width: 100%; display:inline-block;
	min-height: 500px; margin:30px 0;
}
.news-li{ margin-bottom: 5px;
	display:block;
	width:100%;
	font-size:18px; 
	padding:24px 2%; position: relative;	
	
	display: flex; flex-direction: row;
	align-items: center; 
	border-bottom: 1px dashed #ddd;  
}
.news-li .date{
	display: inline-block;
	text-align: right; margin-right: 20px;
	border-right:1px dashed #b8acad;
	padding-right: 20px; color:#9a0b0e;

}
.date h4{font-weight: bold;
	font-size:28px; white-space: nowrap;
}
.date span{display: block; font-size:16px; color: #a48e8e} 
.news-li a{color:#222;}
.news-li:hover a{
	color:#ad1417; font-weight:bold;
}


.news-t{ display:inline-block; width:90%;}
.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;}
.wp_paging{margin-top:15px;margin-bottom:20px;font-size:16px;}

.picPage{margin-right: -2%;}
.picPage .picbox{
	float:left;
	width:31%; margin-right: 2%;
	margin-bottom: 32px;
}
.picPage .picbox img{
	height: 220px; width:100%; border-radius:5px;margin-bottom:10px;
	transition: all 0.4s ease 0s;
}
.picPage .picbox p a{ display:block;text-align:center;margin:8px 0;}
.picbox:hover img{
   transform: scale(1.02);
   box-shadow: 2px 4px 8px rgba(0,0,100,0.1);
}
/*两列*/
.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);}



/*详情页*/
.pagingJump:hover{
	color:#fff;
}
.biaoti3{
	font-size:30px; 
	padding: 30px 0 18px; font-weight: bold;
	display: block;
	text-align: center; color: #4d0f11;
}
.article{	
	line-height: 2; 
	display:block;
	width:98%;
	margin:8px 1% ; 
	border-top: 1px solid #eee;
}
.wp_articlecontent{
	margin-top: 20px;
}
.article p{
	line-height: 2;
}
.border2{
	color: #bbb;
	text-align: center;
	display: block;
}
.border2 span{
	color: #777;
	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: 20px; bottom: 5%;z-index: 99;
	width: 75px; height: 75px;text-align: center; 
	font-size: 18px;line-height: 36px; border-radius: 50%;
	background-color: rgba(32,49,101,0.56); color: #fff;
}
.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;
}


/*手机菜单按钮*/
.closetb{  
	font-size: 30px;
	padding: 1rem 2rem; 
	border-bottom: 0;
	line-height: 2rem;
	color: #fff; 
	text-align: center;
	display: none;
}
.m-menubtn{  
  display: block;width: 100%;
  padding:0.8rem 1.5rem; 
  text-align: center;
  color: #fff;
  background-color:#981c21;
  display: none; font-size:16px; margin-top: .9rem;
}
.m-menubtn i{  font-size:20px; vertical-align: middle;}
.m-menubtn:hover{ color:#fff;}
.m{display: none;}


@media (max-width: 768px) {
	img{
		max-width: 100%!important;
	}
	body{background-size:auto 15rem; overflow-x: hidden;font-size:16px;}
    .container{
    	width: 100%;
    	padding: 0 3%;
    }
    .top,.pc,
    .page_jump,
    .pages_count,.fixed-img,.blackbg{
    	display: none!important;
    }
    #header{
    	height: auto;
    	padding:14px 0 0;  	
    }
    #header .container{padding: 0}
    #header img{margin:20px 3%;width: 94%;}
    .xyxw, .xyfc,.tzgg,.imgBox,.sp,.w33per,.leftside,.page-title,
    .jiaowu{
    	width: 100%;
    }
    #newspic .swiper-slide, #newspic .swiper-slide img{height:45rem;}
    #show .swiper-slide img{height:auto;}
    .imgBox img{width: 100%;}
    .w33per.mx{margin-left: 0; margin-right: 0;}
    .w33per{margin-bottom: 25px;}
    .xyxw, .xyfc{margin-top: 0;margin-bottom: 10px;}
   .m-foot,.imgBox,.m{
	    display: block;
	}
	.menu{
		 height: auto;  width:100%;
		background-color: #203165; box-shadow:0 0 0;
	}
	.grey{padding:25px 0;}
    .newsbox,.fuwu{width:100%; margin:20px 0 0;}
    .imgBox{margin:20px 0 ;}
   
	.dt-news li a{width: 89%} 
	 
	#mybanner{padding:25px 0;}
.grey ul{flex-direction: column;}
.grey li{width:100%; margin-bottom:10px;}
	

	.weblink{display: block; margin-bottom: 0;}
	.weblink div.cy,.weblink div.yq{display: inline-block; width:80%;margin-bottom: 30px;
		vertical-align: top;
	}
	.weblink div.yq a,.weblink div.cy a{width: 32%}
	
	.rightside,.dt,.w50per,.xw-box,.tz-box,#newspic,#mybanner .swiper-slide img{
		width: 100%; height:auto;
	}
#mybanner .swiper-container{width:95%;}

	.leftside{margin-top: 1px;}
	.sideNav{background: none;padding-bottom: 0;}
	.weixin li{width:32%; }
        .weixin li img{width:100%;}
	.detail{
		margin-top: 10px;min-height: 300px;
	}
	.news-li{display: block;}
	.news-li .date{border-right:0; margin-bottom:10px;}
	.news-li h4{display: inline-block;font-size: 16px;  color: #8ea499;}
	.news-li span{display: inline-block;}
	.news-li h4:after{content:'-';margin:0 1px;}
	.news-t{width:100%;}
    .righttitle{margin-bottom:0;}

	.list-t{width:100%; margin-bottom: 9px;}
    
    .wp_listcolumn .wp_column{
    	width:100%;float:left;background-color:#fff;text-align:center;
    }
   
	.div_piccontenttitle_li{
		width: 49%;
		display:inline-block;vertical-align:top;float:none;
	}
     
       /*导航部分*/
.wp_nav .nav-item{width:32%;}
.wp_nav .nav-item a span.item-name{color:#fff;}
#mybanner .swiper-slide div{left:45px; bottom:20px}
	
     

	.newslist .wp_article_list_table{
		display: table;
	}
    .wp_nav .nav-item:hover a.parent,
    .wp_nav .nav-item.parent, .wp_nav .nav-item.selected{background:none;}
	.newslist .wp_article_list_table tr{
		display: table-row;
	}
	.div_piccontenttitle_li .c_pt_12 .c_pic img{
	    height:10rem!important;
    }
	.wp_nav .sub-nav .nav-item a span.item-name{
		font-size:14px;padding: 10px ;white-space:nowrap;overflow:hidden;color:#fff;
	}

	.jwplayer{height:17rem!important;}

	.xl .prev, .xl .next{display:block; padding:0!important; margin-top:15px;}


}
@media (max-width: 414px) {	
	body{background-size:auto 11rem; overflow-x: hidden;}
    #newspic .swiper-slide, #newspic .swiper-slide img{height:auto;}
    .weblink h4 img{display: inline-block;}
	.weblink div.cy, .weblink div.yq{width: 75%}
	.weblink div.yq a, .weblink div.cy a{width: 49%;}
	.picList li{width: 100%;}
	.picList li img{height:auto;}
	.dt-news li span{display: none;}
	.dt-news li a{width: 94%}
	.picPage .picbox img{height: auto; }
    .picPage .picbox{margin-bottom:10px;}

	.sp{ display:block; margin-top: 20px;}
	.sp img,.picPage .picbox{width: 100%;}

}

