/* 新闻列表 */
.rg_head .title .news {
    background: url(../img/news/new_01.png) no-repeat left center;
}
.news_list{
	
}
.news_list .item{
	
}
.news_list .item dl dt{
	float: left;
	width: 240px;
}
.news_list .item dl dt img{
	display: block;
	width: 240px;
	height: 160px;
	box-shadow: 0 0 5px #c3c2c2;
}
.news_list .item dl dd{
	float: right;
	width: 580px;
}
.news_list .item dl dd h3{
	color: #3568be;
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(53, 104, 190, 1)), to(rgba(100, 169, 226, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	text-align: center;
}
.news_list .item dl dd span{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #999999;
	margin: 15px 0 15px;
}
.news_list .item dl dd p{
	font-size: 14px;
	color: #222222;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

/* 新闻详情 */
.news_detail{
	overflow: hidden;
}
.news_detail h3{
	font-size: 16px;
	color: #222222;
	text-align: center;
}
.news_detail .newstime{
	display: block;
	font-size: 14px;
	color: #a2a2a2;
	text-align: center;
	margin: 20px 0 0;
}
.news_detail p{
	font-size: 14px;
	color: #4d4d4d;
	text-indent: 2em;
	line-height: 30px;
}
.news_detail img{
	display: inline-block;
	max-width: 100%;
}

.next_news{
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	color: #999999;
}
.next_news a{
	font-size: 14px;
	color: #4d4d4d;
}


@media screen and (max-width: 1024px) {
	
	
	.news_list .item dl dt{
		float: left;
	}
	.news_list .item dl dd{
		width: 70%;
	}
	.news_list .item dl dd span{
		margin: 5px 0;
	}
	.news_detail p{
		text-indent: initial;
	}
	

}

@media screen and (max-width: 768px) {
	
	
	.news_list .item dl dt{
		float: left;
	}
	.news_list .item dl dd{
		width: 60%;
	}
	.news_list .item dl dd span{
		margin: 5px 0;
	}
	.news_detail p{
		text-indent: initial;
	}
	

}


@media screen and (max-width: 750px) {
	
	
	.news_list .item dl dt{
		float: initial;
		margin: 30px auto 30px;
	}
	.news_list .item dl dd{
		width: 100%;
	}
	.news_list .item dl dd span{
		margin: 5px 0;
	}
	.news_detail p{
		text-indent: initial;
	}
	

}


