hr {
	display: block;
	height: 1px;
	width: 100%;
	background: #ccc;
	margin: 8px 0;
}

table {
	border: solid 1px #000;
	border-right: none;
	box-sizing: border-box
}

table tr {
	border-bottom: solid 1px #000;
	box-sizing: border-box
}

table tr td {
	border-right: solid 1px #000;
	box-sizing: border-box
}

.wrapper {
	padding-top: 2%;
}

/*newsDetailItem*/

.newsDetailItem {
	margin: 0 5% 2%;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 0 #ccc;
	box-shadow: 1px 1px 0 #ccc;
}

.newsDetailItemTop {
	padding: 2% 0;
}

.newsDetailTopInfo {
	padding-bottom: 2%;
}

.newsDetailTopInfo:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.newsDetailItemTopInner {
	position: relative;
	width: 100%;
	padding: 0 2%;

}

.newsDetailItemBottom {
	padding: 2%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.newsDetailDate {
	float: right;
	color: #aaa;
	display: inline-block;
	text-align: left;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsDetailTitle {
	text-align: left;
	font-weight: bold;
	padding-bottom: 2%;
	border-bottom: 1px solid #ccc;
}

.newsDetailBanner {
	padding-bottom: 2%;
}

.newsDetailText img {
	max-width: 100%;
	height: 100% !important;
}

.newsDetailText ul,
.newsDetailText ol {
	list-style: none;
}
.btnBackBase {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 3% 0;
	border: solid 2px#2ee8ac;
	color: #2ee8ac;
background:#fff;
	font-weight: bold;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0 2px 2px #ccc
}