@charset "utf-8";
body{background: #fafbfd;}
.mobile-wrap{
	overflow: hidden;
	background: url(../img/bg.png) no-repeat center top;
}
#banner{
	width: 100%;
	min-width: 1000px;
	height: 320px;
	position: relative;
	z-index: 0;
}

#main{
	padding: 50px 0;
	position: relative;
}




#newsList{
	margin-left: 255px;
	width: auto;
	background: #fff;
	padding: 40px 1px;
	box-shadow:0px 0px 20px rgba(3,50,154,0.1); 
}
#newsList .title{
	border-bottom: 1px solid #e1e1e1;
	margin: 0 40px;
	margin-bottom: 10px;
}
#newsList .title h2{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	margin-left: -13px;
	font-weight: normal;
	margin-bottom: 10px;
	border-left: 3px solid #065FBB;
}
#newsList .newsBox{
	overflow: hidden;
}

#newsList .newsCon{
	overflow: hidden;
}

#newsList .block{
	position: relative;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	padding: 30px 40px;
}
#newsList .block a{
	display: block;
	overflow: hidden;
	
}
#newsList .block:hover{
	background: #fafbfd;
}
#newsList .block .pic{
	width: 200px;
	float: right;
	background-position: center;
	background-size: cover;
	margin-left: 15px;
	line-height: 0;
}
#newsList .block .pic img{
	width: 100%;
}
#newsList .block h1{
	font-size: 20px;
}
#newsList .block .info{
	color: #888;
	font-size: 12px;
	padding: 6px 0;
}
#newsList .block .info span{
	width: 20px;
	display: inline-block;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 5px;
	background: url(../img/icon.png) no-repeat 0 -349px;
}
#newsList .block .info span.icon_name{
	background-position-x: -196px;
}
#newsList .block .info span.icon_time{
	background-position-x: 2px;
}
#newsList .block .info span.icon_read{
	background-position-x: -100px;
}
#newsList .block .con{
	color: #666;
	line-height: 24px;
}




#newsList .picList{
	position: relative;
	padding: 30px 20px;
}
#newsList .picList ul{
	overflow: hidden;
}
#newsList .picList ul li{
	display: block;
	width: 33.3%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;	
}
#newsList .picList .pic{
	width: 100%;
	background-position: center;
	background-size: cover;
	margin-bottom: 5px;
}
#newsList .picList .pic img{
	width: 100%;
}
#newsList .picList b{
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


#newsList .cutpage{
   text-align: center;
   overflow: hidden;
   padding-bottom: 30px;
   width: 100%;
}
#newsList .cutpage a{
   position: relative;
   top: 23px;
   overflow: hidden;
   font-size: 12px;
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   margin: 5px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #dfdfdf;
}
#newsList .cutpage a.current{
   background: #065FBB;
   color: #fff;
   border: 0;
}
#newsList .cutpage a.start, #newsList .cutpage a.top, #newsList .cutpage a.end{
   line-height: 30px;
   width: 60px;
}



#newsDetail{
	margin-left: 255px;
	width: auto;
	background: #fff;
	padding: 30px 0;
	box-shadow:0px 0px 20px rgba(3,50,154,0.1); 
}

#newsDetail .block{
	display: block;
	background: #fff;
	padding: 10px 40px 30px 40px;
	margin: 0 1px;
}
#newsDetail .block .introduction{
	padding: 8px;
	border:0px dashed #fff;
	background:#fff;
	margin-bottom:0px;
	line-height: 22px;
	text-align: center;
}
#newsDetail .block .title{
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 15px;
}

#newsDetail .block .title h1{
	font-size: 22px;
	text-align: center;
	line-height: 28px;
}
#newsDetail .block .title h2{
	font-size: 16px;
	text-align: right;
	font-weight: normal;
	padding-top: 15px;
	color: #666;
}

#newsDetail .block .info{
	color: #888;
	font-size: 12px;
	padding: 6px 0;
	position: relative;
}
#newsDetail .block .info span{
	width: 20px;
	display: inline-block;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 5px;
	background: url(../img/icon.png) no-repeat 0 -349px;
}
#newsDetail .block .info .fontSize{
	position: absolute;
	right: 0;
	top: 5px;
}
#newsDetail .block .info .fontSize b{
	font-weight: normal;
	cursor: pointer;
}

#newsDetail .block .info span.icon_name{
	
	background-position-x: -300px;
}
#newsDetail .block .info span.icon_time{
	background-position-x: 2px;
}
#newsDetail .block .info span.icon_read{
	background-position-x: -100px;
}
#newsDetail .block .info span.icon_source{
	background-position-x: -196px;

}
#newsDetail .picCon{
	border: 1px solid #E1E1E1;
	margin-top: 30px;
	position: relative;
}
#newsDetail .picCon .picBox{
	line-height: 0;
}
#newsDetail .picCon .picBox li{
	text-align: center;
}
#newsDetail .picCon .picBox li img{
	max-width: 100%;
}
#newsDetail .picCon .prev,
#newsDetail .picCon .next{
	position: absolute;
	width: 40px;
	height: 80px;
	z-index: 1;
	left: 0;
	top: 40%;
	background:rgba(0,0,0,0.5) url(../img/icon.png) no-repeat 0 -90px;
	opacity: 0.5;
	text-indent: -999em;
}
#newsDetail .picCon:hover .prev,
#newsDetail .picCon:hover .next{
	opacity: 0.8;
}
#newsDetail .picCon .next{
	left: auto;
	right: 0;
	background-position-x: -110px;
}
#newsDetail .picCon .prev:hover,
#newsDetail .picCon .next:hover{
	opacity: 1;
}
#newsDetail .picCon .picNum{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px 10px 0px 10px;
	background: rgba(255,255,255,0.8);
}
#newsDetail .picCon .picNum ul{
	display: inline-block;
}
#newsDetail .picCon .picNum li{
	display: none;
}
#newsDetail .picCon .picNum li.on{
	display: block;
	font-size: 30px;
}

#newsDetail .block .con{
	padding-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
#newsDetail .block .con img{
	max-width: 85%;
	display: block;
	margin:0 auto;
}


#newsDetail .share{
	margin: 20px 60px;
	overflow: hidden;
}
#newsDetail .share .bshare-custom{
	float: right;
}

#newsDetail .around{
	margin: 20px 60px 30px;
	color: #888;
	border-top: 1px solid #E1E1E1;
	padding-top: 10px;
}
#newsDetail .around a{
	padding-right: 50px;
	color: #888;
}
#newsDetail .around a:hover{
	color: #065FBB;
}

#newsDetail .relevant{
	margin: 10px 60px;
}
#newsDetail .relevant h3{
	color: #065FBB;
}
#newsDetail .relevant ul{
	padding-top: 7px;
}
#newsDetail .relevant ul li{
	line-height: 32px;
	height: 32px;
	display: block;
	position: relative;
}
#newsDetail .relevant ul li a{
	padding-right: 50px;
	display: block;
	color: #888;
	/*单行溢出显示省略号*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#newsDetail .relevant ul li a:hover{
	color: #065FBB;
}
#newsDetail .relevant ul li span.deta{
	position: absolute;
	right: 0;
	line-height: 32px;
	font-size: 12px;
	color: #999;
}






@media only screen and (max-width: 768px) {	

/* 
	#banner{
		display: none;
		width: 100%;
		min-width: 100%;
		height: 200px;
		position: relative;
		z-index: 0;
	}


	#main{
		padding: 50px 0 0 0;
		position: relative;
	}

	#side{
		display: none;	
	}


	#newsDetail{
		margin-left: 0;
		width: 100%;
		background: #fff;
		padding: 0 0 20px 0;
		-moz-box-shadow:0px 0px 0px #f3f4f4;       
		-webkit-box-shadow:0px 0px 0px #f3f4f4;       
		box-shadow:0px 0px 0px #f3f4f4; 	
	}

	#newsDetail .block{
		display: block;
		background: #fff;
		padding: 20px 10px 30px 10px;
		margin: 0 1px;
	}
	#newsDetail .block .introduction{
		padding: 8px;
		border:0px dashed #fff;
		background:#fff;
		margin-bottom:0px;
		line-height: 22px;
		text-align: center;
	}
	#newsDetail .block .title{
		border-bottom: 1px solid #E2E2E2;
		padding-bottom: 15px;
	}

	#newsDetail .block .title h1{
		font-size: 22px;
		text-align: center;
		line-height: 28px;
	}
	#newsDetail .block .title h2{
		font-size: 16px;
		text-align: right;
		font-weight: normal;
		padding-top: 15px;
		color: #666;
	}

	#newsDetail .block .info{
		color: #888;
		font-size: 10px;
		line-height: 20px;
		padding: 6px 0;
		position: relative;

	}
	#newsDetail .block .info span{
		width: 20px;
		display: inline-block;
		height: 16px;
		position: relative;
		top: 3px;
		margin-right: 0px;
		background: url(../img/icon.png) no-repeat 0 -349px;
		-moz-transform:scale(0.8,0.8);
		-webkit-transform:scale(0.8,0.8);
		transform:scale(0.8,0.8);
	}
	#newsDetail .block .info .fontSize{
		position: relative;
		float: right;

		top: 15px;
	}
	#newsDetail .block .info .fontSize b{
		font-weight: normal;
		cursor: pointer;
	}

	#newsDetail .block .info span.icon_name{
		
		background-position-x: -300px;
	}
	#newsDetail .block .info span.icon_time{
		background-position-x: 2px;
	}
	#newsDetail .block .info span.icon_read{
		background-position-x: -100px;
	}
	#newsDetail .block .info span.icon_source{
		background-position-x: -196px;

	}
	#newsDetail .picCon{
		border: 1px solid #E1E1E1;
		margin-top: 30px;
		position: relative;
	}
	#newsDetail .picCon .picBox{
		line-height: 0;
	}
	#newsDetail .picCon .picBox li{
		text-align: center;
	}
	#newsDetail .picCon .picBox li img{
		max-width: 100%;
	}
	#newsDetail .picCon .prev,
	#newsDetail .picCon .next{
		position: absolute;
		width: 40px;
		height: 80px;
		z-index: 1;
		left: 0;
		top: 40%;
		background:rgba(0,0,0,0.5) url(../img/icon.png) no-repeat 0 -90px;
		opacity: 0.5;
		text-indent: -999em;
	}
	#newsDetail .picCon:hover .prev,
	#newsDetail .picCon:hover .next{
		opacity: 0.8;
	}
	#newsDetail .picCon .next{
		left: auto;
		right: 0;
		background-position-x: -110px;
	}
	#newsDetail .picCon .prev:hover,
	#newsDetail .picCon .next:hover{
		opacity: 1;
	}
	#newsDetail .picCon .picNum{
		position: absolute;
		bottom: 0px;
		right: 0px;
		padding: 10px 10px 0px 10px;
		background: rgba(255,255,255,0.8);
	}
	#newsDetail .picCon .picNum ul{
		display: inline-block;
	}
	#newsDetail .picCon .picNum li{
		display: none;
	}
	#newsDetail .picCon .picNum li.on{
		display: block;
		font-size: 30px;
	}

	#newsDetail .block .con{
		padding-top: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	#newsDetail .block .con img{
		max-width: 100%;
		display: block;
		margin:0 auto;
	}


	#newsDetail .share{
		margin: 20px 10px;
		overflow: hidden;
	}
	#newsDetail .share .bshare-custom{
		float: right;
	}

	#newsDetail .around{
		margin: 20px 10px 30px;
		color: #888;
		border-top: 1px solid #E1E1E1;
		padding-top: 10px;
	}
	#newsDetail .around a{
		padding-right: 50px;
		color: #888;
	}
	#newsDetail .around a:hover{
		color: #065FBB;
	}

	#newsDetail .relevant{
		margin: 10px 10px;
	}
	#newsDetail .relevant h3{
		color: #065FBB;
	}
	#newsDetail .relevant ul{
		padding-top: 7px;
	}
	#newsDetail .relevant ul li{
		line-height: 32px;
		height: 32px;
		display: block;
		position: relative;
	}
	#newsDetail .relevant ul li a{
		padding-right: 10px;
		display: block;
		color: #888;
		/*单行溢出显示省略号*/
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	#newsDetail .relevant ul li a:hover{
		color: #065FBB;
	}
	#newsDetail .relevant ul li span.deta{
		position: absolute;
		right: 0;
		line-height: 32px;
		font-size: 12px;
		color: #999;
	}


 */

}