﻿p{margin-bottom:10px;}


/*新闻*/
.news-wrap{padding:50px 0;}
.news-list ul li{padding:15px 0;border-bottom:1px dashed #ddd;}
.news-pic{float:left; width:20%;}
.news-pic img{ width:100%; height:auto;}
.news-text{width:75%;float:left;margin-left:3%;}
.news-text span{display:block;font:18px/26px 'Arial';color:#696666;}
.news-text span.new{background:url('../images/new.png') no-repeat;background-size:20px;background-position:95px 1px;}
.news-text a{color:#000;font:18px/26px 'Noto Sans SC';display:block; padding:5px 0px 10px;}
.news-text a:hover{color:#d6000f;}
.news-text em{display:block;font-style:normal;font:14px/24px 'Noto Sans SC';color:#898989;  }

/*新闻详情*/
.x-cnt-l{float:left;padding:20px 30px;}
.x-cnt-l img{width:400px;}
.x-cnt-r{float:left;width:900px;margin-top:20px;background:#f2f2f2;padding:30px;}
.x-cnt-r h3{font:bold 16px/32px 'Noto Sans SC';color:#000;margin:0;}
.x-cnt-r span{color:#929292;font:12px/24px 'Arial';}
.x-cnt-r p{color:#666;}
.x-cnt-r img{max-width:100%;}

.prevnext{font:14px/32px 'Noto Sans SC';color:#666;margin-top:50px;}
.prevnext a{color:#666;}
.prevnext a:hover{color:#df0006;}
.prevnext span{ width:50%; float:left; display:block;}
.prevnext span.r{ float:right; text-align:right;}
/*企业新闻*/
@media only screen and (max-width: 640px){
	.news-title{font:18px/20px 'Noto Sans SC';margin-top:20px;}
	.vsubmenu ul li{width:140px;height:40px;font:14px/40px 'Noto Sans SC';}
	
	.news-wrap{padding:30px 12px;}
	.news-list ul li{padding:10px 0;}
	.news-text span{ font-size:14px/24px 'Arial';}
	.news-text a{ font:16px/24px; padding:5px 0px;}
	.news-text em{ display:none;}
	
	.prevnext span{ width:100%;}
	.prevnext span.r{ text-align:left;}
	
	.x-cnt-l{width:100%;padding:0;}
	.x-cnt-l img{width:100%;height:auto;}
	.x-cnt-r{width:100%;padding:10px;}
	.x-cnt-r img{max-width:100%;height:auto;}
}