@charset "utf-8";
/* CSS Document */

.news_r2{
	width:100%;
	height:auto;
	padding:1%;
}
.news_r2 ul li{
	line-height:35px;
	border-bottom:1px dashed #B4B6B9;
}
.news_r2 ul li span{
	float:right;
	color:#878B8F;
}
.news_r2 ul li a{
	color:#56595B;
	cursor:pointer;
}
.news_r2 ul li a:hover{
	color:#E01D20;
	text-decoration:none;
}
.news_r2 ul li a:hover span{
	color:#E01D20;
}

@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 680px) {


}

