body{
	height: 100%;
	background: url('/static/home/images/glob/bigbg.png') no-repeat;
	background-size: cover;
}
.gaikuangbigbox{
	height: 100%;
}
.gaikuangbox{
	float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
    width: 63%;
}
.gaikuang_innerbigbox{
	width: 100%;
    height: 600px;
    overflow-y: scroll;
    background: #fff;
}
.gktitbox{
	height: 60px;
	background: #e2b179;
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
	margin-bottom: 8px;
}
.gktit_innerbox{
	height: 60px;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	background: #e2b179 url('/static/home/images/glob/linebg.png') no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.newsicon3{
	width: 18px;
	height: 20px;
	margin-right: 10px;
}


.newsdetail_bigbox{
	height: 620px;
	padding: 0 30px;
}
.newsdetail_titbox{
	border-bottom: 1px solid #eaeaea;
}
.newsdetail_tit{
	font-size: 24px;
	color: #444444;
	font-weight: 600;
	margin-top: 20px;
    margin-bottom: 16px;
	text-align: center;
}
.newsdetail_authorbox{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #746969;
	font-size: 14px;
	padding-bottom: 20px;
}
.newsdetail_authorbox p{
	margin: 0 15px;
}
.newsdetail_contentbox img{
	max-width: 60%;
	text-align: center;
}
.newsdetail_contentbox{
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	margin-top: 16px;
}