
.news-list h1{
	font-size: 30px;
	font-weight: 500;
	color: rgba(0,0,0,8);
	text-align: center;
	}
.news-list h5{
	font-size: 14px;
	color: rgba(0,0,0,.4);
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.news-list div{
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,.2);
	margin: 20px 0;
}
.news-list p{
	font-size: 14px;
	color: rgba(0,0,0,.6);
	line-height: 25px;
	text-indent: 2em;
}
.news-list img{
	margin-top: 10px;
}
.news-list a{
	display: inline-block;
	width: 50px;
	text-align: center;
	background:  #e5290a;
	color: #fff;
	display: block;
	border: none;
	border-radius: 3px;
	padding: 5px 20px;
	margin: 20px 0px 100px 560px;
}
