* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	font: 14px/1.6  Microsoft YaHei, Helvetica, sans-serif;
	color: #4C4C4C;
	background: #fbfcff;
}

.wrapper {
	width: 80%;
	max-width: 540px;
position: absolute;
top: 20%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.content-box {
	padding: 20px;
	border: 1px solid #dce3e8;
	background: white;
}

.content-text {
	line-height: 1.6;
}

.content-link {
	margin-top: 40px;
	overflow:hidden;
}

.content-link a {
	display: block;
float:right;
	padding:0 20px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #fe7300;
	text-decoration: none;border-radius: 2px;
}
.articlebanview_title {
	font-size: 20px;
font-weight: 500;
color: #40485b;
line-height: 28px;
margin-bottom: 12px;
}
.articlebanview_text {
font-size: 16px;
font-weight: 400;
color: #40485b;
line-height: 22px
}
