.news_bg{
	padding: 30px 0;
	background-color: #FFFFFF;
	background: url(../images/news_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.d_flex{
	width: 100%;
	display: flex;
}
.d_flex .left_content{
	width: 31%;
	display: flex;
	flex-direction: column;
	padding: 0 1%;
}
.xl_brief{
	background: url(../images/xl_bg.png);
	background-repeat: no-repeat;
	/* background-size: cover; */
}
.xl_brief img{
	width: 42%;
	margin: 0;
}
.xl_brief .dlpt{
	width: 100%;
	font-size: 21px;
	font-weight: 500;
	color: #58585E;
	margin: 12px 0;
}
.xl_brief .dlpt_english{
	width: 100%;
	font-size: 21px;
	font-weight: 500;
	color: #58585E;
}
.xl_brief .rectangle{
	margin-top: 15px;
	display: flex;
}
.xl_brief .rectangle span{
	width: 35px;
	height: 7px;
	background: #F3E9D7;
	margin-right: 6px;
}
.d_flex .right_content{
	width: 69%;
	height: 230px;
	background: rgba(245,237,221,0.35);
	display: flex;
}
.d_flex .right_content a{
	width: 100%;
	height: 100%;
	display: flex;
}
.news_cover{
	width: 45%;
	height: 214px;
	background: #737373;
}
.d_flex .right_content .news_infoBox{
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 20px 12px;
}
.d_flex .right_content .news_infoBox .news_time{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #D1AD6F;
}
.d_flex .right_content .news_infoBox .news_title{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #737373;
	line-height: 24px;
	margin: 20px 0;
}
.d_flex .right_content .news_infoBox .news_detail{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	line-height: 24px;
}
.game_box{
	width: 100%;
	display: flex;
	align-items: center;
}
.game_box .logo{
	width: 60px;
	height: 60px;
	margin-right: 8px;
}
.game_box .main{
	flex: 1;
	height: 76px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.game_box .main span{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #58585E;
}
.game_boxQrcode{
	width: 150px;
	height: 150px;
	margin-top: 15px;
}
.news_content{
	width: 69%;
}
.news_infoBoxBottom{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(232,231,228,0.3);
}
.news_infoBoxBottom:hover .right_info p{
	color: #D1AD6F;
	/* background-color: #F8F8F8; */
}
.news_infoBoxBottom a{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 18px 2%;
}
.news_content .left_info{
	width: 15%;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid rgba(219,219,219,1);
	padding: 0 2%;
}
.news_content .left_info span:first-child{
	font-size: 22px;
	font-weight: 500;
	color: #D1AD6F;
	text-align: right;
}
.news_content .left_info span:last-child{
	font-size: 16px;
	font-weight: 500;
	color: #858585;
}
.news_content .right_info{
	width: 85%;
	padding: 0 2.5%;
	display: flex;
	flex-direction: column;
}
.news_content .right_info p{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #58585E;
	margin-bottom: 15px;
}
.news_content .right_info span{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	line-height: 20px;
}
.pagination-wrapper{
	width: 100%;
	display: flex;
	justify-content: center;
}