
.content{
	width: 100%;
	background: #fff;
	padding-bottom: 40px;
	word-break: break-all;
}
.constentBox{
	width: 1180px;
	margin: auto;
	overflow: hidden;
	position: relative;
	min-height: 350px;
}
.newsCenterLine{
	position: absolute;
	top: 57px;
	bottom: 0;
	width: 1px;
	bottom: 0;
	background: #E5E5E5;
	right: 295px;
}
.newsLeft{
	float: left;
	width: 885px;
}
.newsType{
	position: relative;
	padding-left: 80px;
	border-bottom: 1px solid #DBDBDB;
	padding-top: 18px;
}
.newsType .classification{
	position: absolute;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	height: 38px;
	display: inline-block;
	left: 0;
	top: 18px;
}
.newsType ul{
	width: 100%;
	height: 38px;
}
.newsType ul li{
	font-size: 16px;
	color: #333;
	line-height: 38px;
	height: 38px;
	float: left;
	padding: 0 16px;
	cursor: pointer;
}
.newsType ul .typeActive{
	border-bottom: 2px solid #6888ff;
	color: #6888ff;
	height: 36px;
}
.firstNewBox {
	padding-left: 298px;
	position: relative;
	height: 160px;
	padding-right: 20px;
}
.firstNewBox .firstNewPic{
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 160px;
	overflow: hidden;
}
.firstNewBox .firstNewPic img{
	width: 100%;
	height: 100%;
}
.firstNewTitle{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.firstNewTime{
	font-size: 12px;
	color: #999;
	height: 32px;
	line-height: 32px;
}
.firstNewTxt{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	text-indent: 20px;
}
/*列表*/
.newsList ul li{
	border-top: 1px solid #E5E5E5;
	padding-left: 80px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 25px;
}
.constentBox .newsTime{
	position: absolute;
	left: 0;
	top: 30px;
	text-align: center;
	width: 64px;
	height: 64px;
	border: 1px solid #6888ff;
} 
.constentBox .newsTime .newsDay{
	font-size: 24px;
	color: #6888ff;
	position: relative;
	height: 44px;
	line-height: 44px;
}
.constentBox .newsTime .newsDay .newsDayLine{
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #6888ff;
	bottom: 0;
	margin-left: -10px;
}
.constentBox .newsTime .newsYear{
	font-size: 12px;
	color: #54595f;
	height: 20px;
	line-height: 20px;
}
.newsList ul li .newsTitle{
	font-size: 16px;
	color: #333;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
}
.newsList ul li:hover .newsTitle, .firstNewTitle:hover{
	color: #6888ff;
}
.newsList ul li p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}

/*热门新闻*/
.hotNewTitle{
	padding-top: 18px;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	height: 38px;
	text-indent: 12px;
	border-bottom: 1px solid #E5E5E5;
}
.hotNewslist, .hotNewslist ul{
	width: 100%;
}
.hotNewslist ul li{
	padding-left: 44px;
	position: relative;
	margin-top: 20px;
	cursor: pointer;
}
.hotNewslist ul li .hotNewsNum{
	position: absolute;
	left: 12px;
	top: 3px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #A4B8FF;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.hotNewslist ul li .hotNewsName{
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
/*热门新闻--end*/

/*新闻详情*/
.newsDetailsLeft{
	position: relative;
	width: 850px;
	padding-right: 36px;
}
.newsDetailsTitle{
	line-height: 30px;
	font-size: 20px;
	color: #333;
	text-align: left;
}
.timeAndShare{
	font-size: 12px;
	color: #999;
	margin-top: 18px;
}
.social-share .social-share-icon {
	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
}
.newsDetailContent p, .newsDetailContent, .newsDetailContent span,  .newsDetailContent a{
	font-size: 14px !important;
	color: #333 !important;
	line-height: 24px !important;
	font-family: "Microsoft Yahei" !important;
}
.newsDetailContent img{
	width: 100%;
	margin: 18px 0;
}
.newsDetailFiles{
	font-size: 12px;
	color: #333;
}
.newsDetailFiles a{
	color: #6888ff;
}
.newsDetailFiles a:hover{
	text-decoration: underline;
}
