.allnew{
	width: 100%;
	// height: 500px;
	margin-top: 10px;
	margin-left: 0;
	/*background-color: orange;*/
}
.new_area{
	width: 100%;
	// height: 220px;specil
	margin-top: 0;
	margin-left: 0;allnew
	/*background-color: pink;*/
}
.new_list1{
	width: 80%;
	height: 160px;
	padding-top: 30px;
	margin-left: 0;
	border-bottom: 1px dashed #999;
	/*background-color: yellow;*/
}
.new_list1>img{
	width: 140px;
	height: 140px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 50px;
	float: left;
}
.new_detal{
	width: 70%;
	height: 100%;
	float: left;
	/*background-color: green;*/
}
.new_detal_title{
	width: 100%;
	height: 50px;
	overflow: hidden;
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	font-weight: 700;
}
.new_desc{
	width: 100%;
	height: 90px;
	line-height: 30px;
	font-size: 14px;

}
.new_desc>a{
	color: red;
}