/*右侧内容区*/
/*行业新闻*/
.hotNews{
	display: block;
	overflow: hidden;
	padding: 14px 28px 0 22px;
	margin-bottom: 14px;
}
.hotNews em{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font: 16px/20px "微软雅黑";
	float: left;
	margin-right: 20px;
	background: #00afda;
	color: #fff;
}
.hotNews span{
	display: block;
	width: 280px;
	font: 16px/20px "微软雅黑";
	color: #333;
	float: left;
	margin-right: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hotNews i{
	display: block;
	float: left;
	width: 60px;
	height: 5px;
	position: relative;
	margin-top: 5px;
}
.hotNews i::after{
	content: ' ';
	background: #7fd7ec;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.hotNewsCont .hotNews:nth-child(1) i::after{
	width: 100%;
}
.hotNewsCont .hotNews:nth-child(2) i::after{
	width: 90%;
}
.hotNewsCont .hotNews:nth-child(3) i::after{
	width: 80%;
}
.hotNewsCont .hotNews:nth-child(4) i::after{
	width:70%;
}
.hotNewsCont .hotNews:nth-child(5) i::after{
	width: 60%;
}
.hotNewsCont .hotNews:nth-child(6) i::after{
	width: 50%;
}
.hotNewsCont .hotNews:nth-child(7) i::after{
	width: 40%;
}
.hotNewsCont .hotNews:nth-child(8) i::after{
	width: 30%;
}
.hotNewsCont .hotNews:nth-child(9) i::after{
	width: 20%;
}
.hotNewsCont .hotNews:nth-child(10) i::after{
	width: 10%;
}
/*企业新闻--合作伙伴*/
.comNewsCont{
	overflow: hidden;
}
.comNewsCont span{
	display: block;
	width: 207px;
	height: 115px;
	border: 1px solid #f3f3f3;
	float: left;
	margin: 0 8px 8px 0;
}
.comNewsCont span:nth-child(odd){
	margin-left: 15px;
}
.comNewsCont span img{
	display: block;
	width: 100%;
	height: 100%;
}
/*企业新闻内页*/
.companyNewsDetail{
	width: 710px;
	float: left;
}
.companyNewsDetail h3{
	font: 18px/30px "微软雅黑";
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.companyNewsDetail h4{
	font: 14px/20px "微软雅黑";
	color: #333;
	text-align: right;
	margin-bottom: 15px;
}
.companyNewsDetail h4 i{
	margin-right: 5px;
}
.companyNewsDetail img{
	display: block;
	max-width: 100%;
}
.pageRurn{
	background: #eee;
	padding: 5px 20px;
	margin-top: 30px;
}
.pageRurn p{
	font: 16px/32px "微软雅黑";
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pageRurn p a{
	color: #333;
}
.pageRurn p a:hover{
	color: #1f90c0;
}
