.wtnr-panel{
    width: 100%;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wtnr-content-panel {
	width: 1000px;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #ffffff;
    border-radius: 4px;
}

.wtnr-content-panel .content-title {
	height: 45px;
	line-height: 45px;
	padding-left: 26px;
	border-bottom: #c1d8f2 solid 1px;
	color: #245e9e;
	font-size: 18px;
}

.wtnr-title{
    font-size: 20px;
    text-align: center;
    height: 70px;
    line-height: 100px;
    border-bottom: #086db9 solid 2px;
    margin: 0 100px;
}

.wtnr-answer{
    margin: 20px 130px 100px;
    line-height: 40px;
}

#scrollUpBox {
	overflow: hidden;
}

#content h3 {
	font-size: 18px;
	line-height: 35px;
	color: #245e9e;

}

#content p {
	font-size: 17px;
	line-height: 30px;
	color: #6d6d6d;
	text-indent: 28px;
}