
.main{
	width: 100%;
	background-color: #f5f7f8;
	padding: 20px 0;
}
.news_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/*background-color: #f5f7f8;*/
	position: relative;
	z-index: 10;
	border-radius: 8px;
}
.news_topClass{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #55aaff;
	margin-bottom: 15px;
	/* margin: 10px 0; */
	position: relative;
	border-radius: 5px;
}
.news_classBox{
	padding: 20px 17.3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_classBox:hover{
	background-color: #0078FF;
}
.news_topClass a:first-child .news_classBox:hover{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.news_classBox span{
	font-size: 16px;
	color: #FFFFFF;
}
.hide_classBox{
	width: 9.6%;
	position: absolute;
	right: 0px;
	top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #55aaff;
	display: none;
	z-index: 10;
}
.news_classBox_hide{
	padding: 20px 15px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more_class{
	cursor: pointer;
}
.more_class img{
	width: 10px;
	height: 6px;
	/* position: absolute; */
	margin-left: 5px;
}
.news_contentBox{
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.news_leftBox{
	width: 64%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	padding: 0 1%;
	border-radius: 10px;
}
/* 资讯列表 */
.newsInfo_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.newsInfo_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.newsInfo_title p{
	width: auto;
	height: 50px;
	display: inline-block;
	line-height: 55px;
	/*border-bottom: 2px solid #ED6D47;*/
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -2px;
	position: relative;
	cursor: pointer;
}
.swiper-slideActive span:before{
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ED6D47;
}
.newsInfo_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 25px;
	top: 30%;
	left: 0;
	background-color: #ED6D47;
}
.newsInfo_title .active{
    border-bottom: 2px solid #ED6D47;
}
.newsInfo_title .swiper_box{
    width: 650px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.newsInfo_title .swiper-slide{
    width: auto;
    margin-right: 25px;
}
.newsInfo_title .swiper-slide span{
    font-style: oblique;
    font-size: 16px;
    font-weight: bold;
}
.newsInfo_infoContent{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-top: 20px; */
}
.newsInfo_row{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: 20px; */
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.newsInfo_row a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_infoLeft{
	width: 38%;
	height: 150px;
}
.news_infoLeft img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
.news_infoRight{
	width: 60%;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* border-bottom: 1px solid #ccc; */
	/* padding-bottom: 10px; */
}
.news_infoRight p:nth-child(1),.news_infoRight .news_infoRight_title{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
	margin: 0;
}
.news_infoRight p:nth-child(2),.news_infoRight .news_infoRight_info{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323235;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 24px;
	margin: 0;
}
.infoRight_bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.infoRight_bottom  span:nth-child(1){
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #A4A4A4;
}
/* .infoRight_bottom  span:nth-child(2){
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #6798FC;
} */
.info_type{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #6798FC;
	bottom: 11%;
	right: 0;
	padding: 0 15px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info_type a{
	width: 100%;
	color: #6798FC;
}
.news_rightBox{
	width: 33%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
/* 开服列表 */
.open_serviceBox{
	width: 96%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	padding: 0 2%;
	border-radius: 8px;
}
.open_serviceList {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.service_content {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6.2px 0;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.service_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service_content:hover .home_qrcodeBox{
	display: flex;
}
.home_qrcodeBox{
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px;
	height: 150px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.home_qrcodeBox img{
	width: 100%;
	height: 100%;
}
.service_gameIcon {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin-right: 10px;
}
.service_gameBox {
	width: 65%;
	height: 50px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.service_gameBox::before,.service_gameBox::after{
	content: '';
	display: block;
}
.service_gameName {
	font-size: 14px;
	color: #2B2B2B;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.service_gameIntroduce {
	width: 90%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.service_contentLeft {
	width: 50%;
	display: flex;
	align-items: center;
}
.service_contentLeft a {
	width: 100%;
	display: flex;
	align-items: center;
}
.service_contentRight {
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.service_area {
	width: 80%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service_time {
	width: 90%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 火爆推荐 */
.hot_recommend{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	border-radius: 10px;
	margin-top: 15px;
}
.hot_recommendTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.hot_recommendTitle p{
	width: auto;
	height: 50px;
	display: inline-block;
	border-bottom: 2px solid #ED6D47;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -2px;
	position: relative;
	line-height: 55px;
}
.hot_recommendTitle p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 25px;
	top: 30%;
	left: 0;
	background-color: #ED6D47;
}
.more_box{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 20px;
}
.more_box a{
	display: flex;
}
.more_box span {
	font-size: 14px;
	margin-right: 10px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(34,34,34,0.8);
}
.more_icon{
	position:relative;
	right:3px;
	width:20px;
	height:20px;
	margin:auto;
	background-color: #e74c11;
}
.more_icon::before{
	content:"";
	position:absolute;
	left:90%;
	top:41%;
	width:14px;
	height:10%;
	margin-left:-15px;
	background-color:#fff;
}
.more_icon::after{
	content:"";
	position:absolute;
	left:45%;
	top:88%;
	width:10%;
	height:13px;
	margin-top:-15px;
	background-color:#fff;
}
.hot_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.content_box{
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.content_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.news_hotCover{
	width: 100%;
	height: 120px;
	border-radius: 5px;
}
.news_hotTitle{
	width: 100%;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,0.82);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_hotTitle:hover{
	color: #ED6D47;
}
/* 综合热点 */
.news_hot{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	margin-top: 15px;
	border-radius: 10px;
}
.news_hotContentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_hotContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.news_hotContentBox .news_hotContent:last-child{
	border-bottom: none;
}
.news_hotContent a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_hotContent img{
	width: 30%;
	height: 80px;
	border-radius: 5px;
	object-fit: cover;
}
.hotContent_main{
	width: 68%;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_title{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,0.82);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_title:hover{
	color: #ED6D47;
}
.news_time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.recommed_cover{
	width: 100%;
	height: 200px;
	margin-top: 15px;
}
.recommed_cover img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
/* 分页 */
#pageList{
	margin-top: 20px;
}
.parting_line{
	height: 18px !important;
}