@charset "utf-8";
/* CSS Document */
.white-bg {
	padding-bottom: 120px;
	background-color: white;
}

.white-bg .data-show {
    margin-top: 60px;
    padding-top: 30px;
	text-align: center;
}

.blog-title {
	font-size: 24px;
    line-height: 2;
    color: #333;
    margin: .5rem 0;
	font-weight: 700;
}

.blog-txt {
	font-size: 14px;
    line-height: 1;
    color: #999;
    margin: .5rem 0 2rem;
}

.blog-txt span {
	margin: 0 1rem;
}

.cont {
	max-width: 1000px;
    margin: 0 auto;
	text-align: left;
}

.cont p {
	text-align: justify;
    white-space: inherit;
	padding: 0;
	margin-top: 0;
    margin-bottom: 1rem;
	font-size: 14px;
	line-height: 1.6;
}

.cont p.describe {
	margin-bottom: 0;
}

.cont .pic {
	text-align: center;
}

.cont .txt {
	color: #999;
	text-align: center;
}

.return {
	padding-left: 30px;
	margin-top: 20px;
	float: right;
	display: block;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	background: url(../images/return.png) no-repeat;
}

.return:hover {
	color: #1861f2;
	cursor: pointer;
	background: url(../images/return_hover.png) no-repeat;
}

@media screen and (max-width: 1366px)  {
.white-bg {
	padding-bottom: 1rem;
	background-color: white;
}

.blog-title {
	font-size: .44rem;
	font-weight: 700;
    line-height: 2;
    color: #333;
    margin: .8rem 0 0;
}

.blog-txt {
	font-size: .22rem;
    line-height: 1;
    color: #999;
    margin: 0 0 .5rem;
	text-align: center;
}

.blog-txt span {
	margin: 0 .3rem;
}

.cont {
	max-width: 1200px;
    margin: 0 auto;
	text-align: left;
}

.cont p {
	text-align: justify;
    white-space: inherit;
	padding: 0;
	margin: 0 .3rem .5rem;
    margin-bottom: .5rem;
	font-size: .3rem;
	line-height: 1.6;
}

.cont p.describe {
	margin-bottom: 0;
}

.cont p img {
	width: 100%;
	height: auto;
	}

.return {
	padding: 0 .3rem 0 .5rem;
	margin: 0;
	float: right;
	display: block;
	line-height: .4rem;
	font-size: .32rem;
	color: #666;
	background: url(../images/mobile/return.png) no-repeat;
}

.return:hover {
	color: #1861f2;
	cursor: pointer;
	background: url(../images/mobile/return_hover.png) no-repeat;
}
}
