.top-news{
	padding-bottom: 40px;
}
.news-time {
	font-size: 1.125em;
	color:#666;
	padding-bottom: 14px;
}
.news-title a{
	font-size: 1.5em;	
}
.news-title a,.bottom-news-title a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.news-title a:hover,
.bottom-news-title a:hover
{
	color: #E62129;
}
.news-txt{
	font-size: 1.125em;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}
.bottom-news-list{
	padding-top: 40px;
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}
.bottom-news-title a{
	font-size: 1.25em;
}

/*新闻详情界面*/
.news-img img{
	width: 100%;
}
.position-now{
	margin-top: 70px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
}
.news-detial-title{
	font-size: 1.875em;
	color: #333;
	margin-top: 30px;
	font-weight: bold;
}
.news-detial-txt{
	font-size: 1.25em;
	color: #666;
	min-height: 660px;
}
.news-detial-txt img{
	display: inline-block;
	max-width:100%;
}
/*底部推荐新闻开始*/
.fs-news{
	background-color: #716e6a;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fs-news-list{
	float: left;
	margin-top: 20px;
	width: 25%;
	margin-right: 12.5%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.fs-news-list:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}
.fs-news-list a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}
.fs-news-list a:hover{
	color:#831a1d;
}
.fs-news-list:last-child{
	margin-right: 0px;
}
@media (max-width:767px){
	.row{
		margin: 0px;
	}
	.fs-news-list{
	width: 28%;
	margin-right: 8%;
	}
}
@media (max-width:599px){
	.row{
		margin: 0px;
	}
	.fs-news-list{
	width: 100%;
	margin-right: 0;
	}
}

/*社会责任样式开始*/
.news-img{
	position: relative;
}
.type-tap{
	position: absolute;
	width: 130px;
	height: 42px;
	background: #E62129;
	color: #fff;
	right: 5px;
	top: 70px;
	text-align: center;
	line-height: 42px;
}
.tap-beautify{
	position: absolute;
	width:0px;
	border: 5px solid transparent;
	border-left-color: #c90810;
	border-bottom-color: #c90810;
	top: 60px;
	right: 5px;
}
.news-time p{
	font-size: 1.111em;
}
@media (max-width:991px){
	.news-time p{
		display: inline-block;
		margin-left: 20px;
	}	
}
