body{
	height: 100%;
	background: url('../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;
}
.gktit_innerbox{
	height: 60px;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	background: #e2b179 url('../images/glob/linebg.png') no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.newsicon3{
	width: 18px;
	height: 20px;
	margin-right: 10px;
}


.newsdongtai_bigbox{
	padding-bottom: 39px;
}
.newsdongtai_listbox{
	padding: 0 30px;
	padding-top: 8px;
}
.newsdongtai_inner{
	border-bottom: 1px solid #eaeaea;
    display: flex;
    cursor: pointer;
    padding-bottom: 25px;
}
.timebigbox{
	width: 86px;
	height: 86px;
	background:#fff4e8;
	margin-top: 24px;
}
.date{
	font-size: 32px;
	color: #e2b179;
	margin-left: 16px;
	font-weight: 600;
	margin-top: 13px;
}
.month{
	font-size: 16px;
	color: #b3a79a;
	margin-left: 16px;
}
.newsrightbox{
	flex:1;
	margin-left: 24px;
}
.newsrighttit{
	width: 100%;
	font-size: 21px;
	color: #474545;
	overflow: hidden;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
	padding-top: 20px;
}
.newsrightcon{
	width: 100%;
	font-size: 14px;
	color: #746969;
	line-height: 21px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-top: 20px;
}