.agent_banner{
	height: 566px;
	line-height: 566px;
	background: url(../images/service_banner.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
}
.xl_agent{
	width: 36.6%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 20px;
}
.xl_agent p:first-child{
	width: 270px;
	font-size: 60px;
	font-weight: bold;
	color: #E4D9BB;
	line-height: 1;
	word-wrap: break-word;
}
.xl_agent p:nth-child(2){
	font-size: 44px;
	font-weight: bold;
	color: #3E3E3E;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid #E6DABD;
	margin-top: 21px;
}
.sydl_brief{
	width: 510px;
	font-size: 14px;
	font-weight: 500;
	color: #737078;
	display: inline-block;
	word-wrap: break-word;
	line-height: 18px;
	margin-top: 15px;
}
.channel_bg{
	background: url(../images/best_servicebg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news_box{
	width: 100%;
	display: flex;
	align-items: center;
}
.news_box .left_content{
	width: 45%;
	display: block;
	margin-right: 3%;
}
.news_box .left_content a,.news_box .left_content img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
}
.news_box .right_content{
	width: 52%;
	display: flex;
	flex-direction: column;
}
.news_infoBox{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.news_infoBox:hover{
	background-color: #F8F8F8;
}
.news_infoBox:hover .right_info p{
	color: #FEB922;
}
.news_infoBox a{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 18px 2%;
}
.right_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%;
}
.right_content .left_info span:first-child{
	font-size: 22px;
	font-weight: 500;
	color: #666666;
	text-align: right;
}
.right_content .left_info span:last-child{
	font-size: 16px;
	font-weight: 500;
	color: #858585;
}
.right_content .right_info{
	width: 85%;
	padding: 0 2.5%;
	display: flex;
	flex-direction: column;
}
.right_content .right_info p{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
}
.right_content .right_info span{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	line-height: 20px;
}
.channel_box{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.channel_title{
	width: 100%;
	line-height: 1;
	font-size: 28px;
	font-weight: bold;
	color: #3E3E3E;
}
.d_grid{
	display: grid;
	/* grid-gap: 32px; */
	justify-content: space-around;
	/* grid-template-rows: 1fr; */
	grid-template-columns: repeat(auto-fill, 23%);
}
.channel_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.channel_content a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.game_cover{
	width: 100%;
	height: 165px;
	background: #666666;
}
.game_main{
	width: 100%;
	height: 109px;
	background: #FFFFFF;
}
.game_name{
	width: 100%;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FEB922;
	margin: 13px 0;
}
.game_detail{
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #9D9B98;
	line-height: 20px;
	overflow: hidden;
	display: block;
}