@charset "utf-8";
/******************************************************************************************************
*******************************************************************************************************
CSS Document
*******************************************************************************************************
******************************************************************************************************/
.news_right_list {
	width:100%;
	float:left;
	margin-bottom:30px;
	border-bottom:1px dashed #dadada;
	padding-bottom:30px;
}
.news_right_list a {
	display:block;
	width:25%;
	float:left;
}
.news_right_list img {
	width:100%;
}
.news_right_list div {
	width:70%;
	float:right;
}
.news_right_list div span {
	color:#999999;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.news_right_list div h3 {
	width:100%;
	float:left;
}
.news_right_list div h3 a {
	width:100%;
	float:left;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}
.news_right_list div p {
	width:100%;
	line-height:24px;
	float:left;
	margin:20px 0;
}
/******************************************************************************************************
*******************************************************************************************************
CSS Document
*******************************************************************************************************
******************************************************************************************************/
@media only screen and (max-width: 767px) {
 .news_right_list a {
 width:100%;
 margin-bottom:10px;
}
 .news_right_list div {
 width:100%;
 float:right;
}
}
