.el-menu-demo a:nth-child(5){
	padding: 5px 0;
}
.el-menu-demo a:nth-child(5) span{
	font-size: 17px !important;
	color: #2e2e2e;
	font-weight: bold;
	position: relative;
}
.el-menu-demo a:nth-child(5) span::after{
	content: '';
	width: 80%;
	height: 3px;
	top: 3px;
	left: 0%;
	display: block;
	background-color: #ee6d46;
	position: relative;
	border-radius: 2px;
	margin: 0 auto;
}
/* 新闻顶部轮播图 */
.imgSilde{
	width: 100%;
	background-color: #FFFFFF;
	z-index: 10;
}
.swiper-slide {
   width:100% !important;
}
.swiper-slide img{
	width:100%;
	height: 170px;
	object-fit: cover;
}
.image_title{
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 79%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 0 20% 0 1%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.custom_pagination{
	width: 97% !important;
	height: 40px;
	position: absolute !important;
	bottom: 0px !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}
.custom_pagination .swiper-pagination-bullet{
	width: 9px !important;
	height: 9px !important;
	margin-right: 7px;
	border-radius: 50% !important;
	color: #fff;
	background-color: #FFFFFF;
	opacity: 0.49 !important;
}
.custom_pagination .swiper-pagination-bullet-active{
	opacity:1 !important;
	background: #FFFFFF !important;
}
.main{
	width: 92%;
	margin: 0 auto;
}
/* 热门新闻 */
.hot_newsList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hot_newsBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}
.hot_newsBox a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot_newsTitle{
	width: 42px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ff6638;
	border-radius: 4px;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ff6638;
	text-align: center;
	margin-right: 5px;
}
.hot_newsContent{
	width: 90%;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
/* 背景线 */
.bg_line{
	width: 100%;
	height: 5px;
	background: #b5b2b2;
	/*background: #e4e4e4;*/
	margin-top: 10px;
	opacity: 0.3;
}
/* 新闻资讯切换 */
.news_infoList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
}
.news_listTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_listTitle ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.listSwitch{
	width: 22%;
	height: 22px;
	background: #e8f2f2;
	border-radius: 11px;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #555555;
	display: flex;
	align-items: center;
	justify-content: center;
}
.active{
	background: rgba(255,102,52,0.12);
	border: 1px solid #ff6638;
	border-radius: 2px;
	/* opacity: 0.12; */
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ff6638;
}
.game_info{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.info-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.info-content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.info-content a{
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.info-content:last-child{
    border-bottom: none;
}
.info_cover{
	width: 108px;
	height: 70px;
	border-radius: 5px;
	margin-right: 5px;
	object-fit: cover;
}
.info_mainContent{
	width: 68%;
	/* width: 70%;
	height: 65px;
	margin-left: 5px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.info_title{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
	opacity: 0.97;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.info_bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info_type{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #9c9c9c;
}
.info_time{
	display: flex;
	align-items: center;
}
.info_time img{
	width: 12px;
	height: 12px;
}
.info_time span{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #9c9c9c;
	margin-left: 3px;
}
/* 猜你喜欢 */
.hotGame_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
}
.hotGame_listBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}
.recommed_header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.recommed_headerTitle{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #2d2d2d;
	position: relative;
	padding-left: 10px;
}
.recommed_headerTitle::before{
	content: '';
	width: 3px;
	height: 90%;
	background: #ee6d46;
	position: absolute;
	left: 0;
}
.right_more{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.right_more span{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #2e2e2e;
}
.right_more img{
	width: 12px;
	height: 12px;
	margin-left: 3px;
}
.hotGameContent_box{
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}
.hotGameContent_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hotGame_icon{
	width: 66px;
	height: 64px;
	border-radius: 8px;
}
.hotGame_name{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
	margin-top: 5px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.news_classSilde{
	width: 100%;
	padding: 10px 0;
}
.swiper-container2{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container2 .swiper-wrapper .swiper-slide{
	width: 73px !important;
	height: 25px;
	background-color: rgba(237,109,71,0.10);
	/* background: #ededed; */
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
	margin-right: 13px;
}
.swiper-container2 .swiper-wrapper .swiper-slideActive{
	border: 1px solid #ff6638 !important;
	background-color: #FFFFFF;
}
.swiper-container2 .swiper-wrapper .swiper-slideActive a span{
	color: #ff6638 !important;
}

