@charset "utf-8";


.article_section {
	width: 100%;
	height: auto;
	margin-bottom: 100px;

}
.article_title {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.article_title dl {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-bottom: 1px dashed #628300;
	text-align: left;
}
.article_title dt {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 10px;
}
.article_title dt span.news_category{
	box-sizing: border-box;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #628300;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 5px;
	margin-top: 5px;
	margin-left: 20px;
}

.article_title dd {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 30px;
}
.article_title dd p {
	display: block;
	width: 95%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.article_content {
	width: 80%;
	padding: 50px 0;
	margin: 0 auto;
}
.article_content .content {
	text-align: center;
	font-weight: normal;
}

.btn_link {
	width: 100%;
	margin: 0 auto;
}
.btn_link a {
	display: block;
	width: 6em;
	height: 2em;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background: #7e992e;
	margin: 50px auto;
	padding: 5px 15px;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.btn_link a:hover {
	background: #8fc03a;
}
.btn_link a:visited {
	color: #fff;
}

/*============================*/

@media screen and (max-width: 730px){

	.article_title {
		width: 95%;
	}
	.article_content {
		width: 95%;
	}

}
