.new_article {
	margin-top: 52px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.tit_r {
	text-align: center;
	margin-top: -22px;
	background: none;
}
.tit_r span {
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 600;
	display: inline-block;
	padding: 0 22px;
	background: #fff;
}
.new_article ul li {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 10px;
	text-align: justify;
}
.new_article ul li:last-child {
	border-bottom: none;
}
.new_article ul li a {
	color: #1a1a1a;
}
.new_article ul li a:hover {
	color: #feb302;
}
.new_article .tit_r span {
	border-left: none;
}
.new_article .tit_r {
	border-bottom: none;
}