/*内容*/
.gc-newsCon{
	padding: 40px 0px;
}
/*热门新闻*/
.gc-news-isHot{
	width: 100%;
	padding: 22px;
	height: 248px;
	background-color: #f9f9f9;
	display: block;
}
.gc-news-isHot a{
	display: block;
}
.gc-news-isHot>a>i{
	width: 270px;
	height: 202px;
	display: block;
	overflow: hidden;
}
.gc-news-isHot>a>i img{
	width: 100%;
	height: 100%;
}
.gc-news-isHot .text{
	width: calc(100% - 270px);
	padding:20px 0 ;
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	height: 100%;
}
.gc-news-isHot .text h3{
	font-size: 16px;
	color: #484848;
}
.gc-news-isHot .text p{
	color: #797979;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 38px;
}
.gc-news-isHot .text time{
	color: #acacac;
}
.ic-go{
	display: block;
	width:29px;
	height:30px;
	background-image:url('images/ic-goW.png');
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.gc-news-isHot:hover{
	background-color: #e5f4ff;
}
.gc-news-isHot:hover h3{
	color: #0368B6;
}
.gc-news-isHot:hover .ic-go{
	background-image:url('images/ic-goB.png');
}
/*普通文章列表*/
.news-list{
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.news-list li{
	width: 100%;
	background-color: #f9f9f9;
	position: relative;
	padding: 21px;
	height: 140px;
	margin-bottom: 20px;
}
.news-list li:last-of-type(2){
	margin-bottom: 0px;
}
.news-list li a{
	display: block;
}
.news-list li time{
	width: 87px;
}
.news-list li time em{
	width: 100%;
	line-height: 49px;
	text-align: center;
	display: block;
}
.news-list li time em:first-child{
	font-size:30px;
	background-color: #0368B6;
	color: #f0f0f0;
}
.news-list li time em:last-child{
	font-size:14px;
	background-color: #FFFFFF;
	color: #919191;
}
.news-list .news-txt{
	width: calc(100% - 87px);
	padding: 10px 0px;
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	height: 100%;
}
.news-list .news-txt h3{
	font-size: 16px;
	color: #484848;
}
.news-list .news-txt p{
	color: #797979;
	line-height: 1.5;
	margin-top: 22px;
}
.news-list li:hover{
	background-color: #e5f4ff;
}
.news-list li:hover h3{
	color: #0368B6;
}
.news-list li:hover .ic-go{
	background-image:url('images/ic-goB.png');
}