@media (min-width: 768px){
.right_news{
	width: 964px;
    float: left;
    border-top: 1px solid #d8d8d8;
    margin-top: 18px;
    margin-bottom: 18px;
}
.oneNews{
	text-decoration: none;
	overflow: hidden;
	padding: 18px 0;
	display: block;
	border-bottom: 1px solid #d8d8d8;
}
.newsCon{
	width: 650px;
	padding-right: 14px;
	float: left;
}
.newsa2{
	font-size: 12px;
	color: #999999;
	font-family: "宋体";
	text-decoration: none;
}
.newsa1{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.newsa2:hover{
	font-size: 12px;
	color: #542c2c;
	font-family: "宋体";
	text-decoration: none;
}
.newsa1:hover{
	font-size: 16px;
	color: #542c2c;
	text-decoration: none;
}
.newsData{
	font-size: 14px;
	color: #999999;
}
.newsText{
	font-size: 14px;
	color: #999999;
}
.newsImg{
	width: 300px;
	height: 170px;
	float: left;
	overflow: hidden;
}

/*详情*/
.newConMore>h3{
	text-align: center;
	color: #282828;
	font-size: 24px;
}
.newConMoreData{
	text-align: center;
	font-size: 16px;
}
.neirong{
	padding: 0 20px;
}
.Con{
	margin-bottom: 50px;
}
}


@media (max-width: 767px){
.right_news{
	width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    margin-top: 18px;
    margin-bottom: 18px;
}
.oneNews{
	text-decoration: none;
	overflow: hidden;
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #d8d8d8;
}
.newsCon{
	width: 96%;
	padding:0 2%;
	float: left;
}
.newsa2{
	font-size: 12px;
	color: #999999;
	font-family: "宋体";
	text-decoration: none;
	display: none;
}
.newsa1{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.newsa2:hover{
	font-size: 12px;
	color: #542c2c;
	font-family: "宋体";
	text-decoration: none;
}
.newsa1:hover{
	font-size: 16px;
	color: #542c2c;
	text-decoration: none;
}
.newsData{
	font-size: 14px;
	color: #999999;
	display: none;
}
.newsText{
	font-size: 14px;
	color: #999999;
}
.newsImg{
	width: 300px;
	height: 170px;
	float: left;
	overflow: hidden;
	display: none;
}

/*详情*/
.newConMore>h3{
	text-align: center;
	color: #282828;
	font-size: 16px;
}
.newConMoreData{
	text-align: center;
	font-size: 14px;
}
.neirong{
	padding: 0 20px;
}
.Con{
	margin-bottom: 0;
}
}