body{
	position: relative;
}
/**白色导航*/
.tophead{
	width:100%;
	height:40px;
	background:#FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 9;
}
.tophead-con{
	width:1050px;
	height:40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.tophead-con img{
	width:169px;
	height:31px;
}
.moregame{
	font-size: 16px;
	color:#333333;
	line-height: 40px;
}

/**灰色导航**/
.navrouter{
	position: fixed;
	top:40px;
	left:0;
	width:100%;
	height:70px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background:#21232F;
	z-index: 9;
}
.navrouter-con{
	width:1050px;
	height:70px;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.gameicon{
	width:88px;
	height:88px;
	position: absolute;
	left:0;
	top:26px;
	z-index: 99;
}
.navgater{
	width:720px;
	height:70px;
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.navgater div{
	font-size:18px;
	color:#FFFFFF;
	height:40px;
	line-height: 40px;
}
.navgater div.active{
	color:#008FE2;
	border-bottom: 1px solid #008FE2;
}
/* 大背景面板 */
.mainback{
	width:100%;
	height:1645px;
	background:black url(/boxing2025/pc/images/topback.png) no-repeat;
	background-size:100% 1098px;
	margin-top:110px;
	position: relative;
}
/*播放按钮*/
.playerbtn{
	width:140px;
	height:140px;
	position: absolute;
	background:url(/boxing2025/pc/images/play.png) no-repeat;
	background-size:100% 100%;
	top:260px;
	right:508px;
}


/*新闻列表*/
.newlistcont{
	width:1202px;
	height:1012px;
	position: absolute;
	left:50%;
	margin-left:-601px;
	top:633px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.newlistcont-left{
	width:280px;
	height:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.newlistcont-left-top{
	width:280px;
	height:920px;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.newlistcont-left-top .fkerwma{
	width:280px;
	height:400px;
	display:flex;
	flex-direction: column;
	align-items: center;
	padding:25px;
	box-sizing: border-box;
	margin-bottom:25px;
	background:rgba(29,31,39,0.8);
}
.fkewmimg{
	width:230px;
	height:230px;
}
.iosimgyy,.andimgyy{
	width:230px;
	height:50px;
	marign-top:10px;
	margin-top:10px;
}
.advernew{
	height:460px;
	width:280px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.advernew .adimgs{
	width:280px;
	height:105px;
}
.advernew .adimgs img{
	width:280px;
	height:105px;
}
.newlistcont-left-bot{
	width:280px;
	height:138px;
}
/*新闻列表右侧+分页*/
.newlistcont-right{
	width:893px;
	height:100%;
	display:flex;
	flex-direction: column;
}
.newlistcont-right-lcont{
	width:893px;
	height:920px;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	padding:20px;
	box-sizing: border-box;
}

.newlistcont-right-lcont .maintitle{
	width:100%;
	height:30px;
	font-size:25px;
	color:#333333;
	line-height: 30px;
}
.maintime{
	font-size:12px;
	color:#666666;
	width:100%;
	height:30px;
	line-height: 30px;
	margin-top:20px;
}
.maincontent{
	width:100%;
	height:721px;
	overflow: hidden;
	overflow-y: auto;
	font-size:14px;
	color:#333333;
}
.maincontent img{
    width: 549px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}


.newlistcontentbox{
	width:100%;
	height:874px;
	background: #FFFFFF;
	padding:16px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.newlistcontentbox .list-l{
	width:100%;
	height:45px;
	display:flex;
	flex-direction: row;
	align-items: center;
}
.list-l-t{
	width:40px;
	height:18px;
	background:#008FE2;
	border-radius: 12px;
	text-align: center;
	line-height: 18px;
	color:#FFFFFF;
	font-size:13px;
}
.list-l-c{
	width:685px;
	height:45px;
	line-height: 45px;
	color:#333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 0 10px;
}
.list-l-time{
	width:120px;
	height:45px;
	line-height: 45px;
	font-size:13px;
	color:#999999;
}


/*分页*/
.newlistcont-right-bots{
	width:893px;
	height:138px;
	display:flex;
	flex-direction: row;
	align-items: center;
}
.page_div {
    text-align: center;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #333333;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.page_div a {
    min-width: 38px;
    height: 38px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    line-height: 38px;
    color: #333333;
    background: #EEEEEE;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
}
#firstPage, #lastPage {
    width: 45px;
}
#prePage, #nextPage {
    width: 74px;
}
.page_div .current {
    background-color: #008FE2;
    color: #FFFFFF;
}




/*脚部信息*/
.footer{
	width:100%;
	height:179px;
	background:#191D28;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footercon{
	width:1050px;
	height:100%;
	display:flex;
	flex-direction: row;
	padding-top:37px;
	box-sizing: border-box;
}
.footercon .ofot{
	width:50%;
	display:flex;
	flex-direction: column;
}
.footercon .ofot span{
	width:100%;
	font-size:13px;
	color: #676F74;
}


.taskyy{
	width:100%;
	height:100%;
	position: fixed;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	z-index: 999;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.yybox{
	width:700px;
	height:400px;
	position: relative;
	background:#FFFFFF;
	padding-top:70px;
	box-sizing: border-box;
}
.yyclose{
	width:60px;
	height:60px;
	right:0;
	top:0;
	position: absolute;
	background:url(/boxing2025/pc/images/yyclose.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;
	transition: all 1s
}
.yyclose:hover {
	transform: rotate(360deg);
}
.iphoneinpbox{
	width:100%;
	height:45px;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top:35px;
}
.lbtphone{
	width:100px;
	text-align: center;
	line-height: 45px;
	font-size:20px;
	color:#333333;
	margin-right:25px;
}
.telphone,.telyzm{
	width:300px;
	height:45px;
	border:1px solid #000000;
	padding:11px;
	box-sizing: border-box;
	font-size:18px;
	color:#333333;
	margin-right:10px;
}
.telyzmb{
	width:110px;
	height:45px;
	text-align: center;
	line-height: 45px;
	font-size:16px;
	color:#FFFFFF;
	background:#008FE2;
	border-radius: 4px;
}
.telyzmbcopy{
	width:110px;
	height:45px;
}
.yybtnsbox{
	width:100%;
	height:55px;
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.yybtns{
	width:200px;
	height:55px;
	background:#008FE2;
	text-align: center;
	line-height: 55px;
	font-size:20px;
	color:#FFFFFF;
	margin-top:50px;
}

@media screen and (min-width:1600px ) and (max-width:1900px){
	.newlistcont {
	    width: 1202px;
	    height: 890px;
	    position: absolute;
	    left: 50%;
	    margin-left: -601px;
	    top: 527px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}
	/* 大背景面板 */
	.mainback{
		width:100%;
		height:1475px;
		background:black url(/boxing2025/pc/images/topback.png) no-repeat;
		background-size:100% 895px;
		margin-top:83px;
		position: relative;
	}
	/*播放按钮*/
	.playerbtn{
		width:107px;
		height:107px;
		position: absolute;
		background:url(/boxing2025/pc/images/play.png) no-repeat;
		background-size:100% 100%;
		top:300px;
		right:445px;
	}
}


@media screen and (min-width:1200px ) and (max-width:1600px){
	/**白色导航*/
	.tophead{
		width:100%;
		height:30px;
		background:#FFFFFF;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: fixed;
		top:0;
		left:0;
		z-index: 9;
	}
	.tophead-con{
		width:830px;
		height:30px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.tophead-con img{
		width:129px;
		height:23px;
	}
	.moregame{
		font-size: 12px;
		color:#333333;
		line-height: 30px;
	}
	
	/**灰色导航**/
	.navrouter{
		position: fixed;
		top:30px;
		left:0;
		width:100%;
		height:53px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background:#21232F;
		z-index: 9;
	}
	.navrouter-con{
		width:830px;
		height:53px;
		display:flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		position: relative;
	}
	.gameicon{
		width:67px;
		height:67px;
		position: absolute;
		left:0;
		top:20px;
		z-index: 99;
	}
	.navgater{
		width:570px;
		height:53px;
		display:flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.navgater div{
		font-size:12px;
		color:#FFFFFF;
		height:19px;
		line-height: 19px;
	}
	.navgater div.active{
		color:#008FE2;
		border-bottom: 1px solid #008FE2;
	}
	/* 大背景面板 */
	.mainback{
		width:100%;
		height:925px;
		background:black url(/boxing2025/pc/images/topback.png) no-repeat;
		background-size:100% 700px;
		margin-top:83px;
		position: relative;
	}
	/*播放按钮*/
	.playerbtn{
		width:107px;
		height:107px;
		position: absolute;
		background:url(/boxing2025/pc/images/play.png) no-repeat;
		background-size:100% 100%;
		top:173px;
		right:339px;
	}
	/*新闻列表*/
	.newlistcont{
		width:830px;
		height:600px;
		position: absolute;
		left:50%;
		margin-left:-415px;
		top:334px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.newlistcont-left{
		width:158px;
		height:100%;
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	.newlistcont-left-top{
		width:158px;
		height:525px;
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	.newlistcont-left-top .fkerwma{
		width:158px;
		height:225px;
		display:flex;
		flex-direction: column;
		align-items: center;
		padding:14px;
		box-sizing: border-box;
		margin-bottom:24px;
		background:rgba(29,31,39,0.8);
	}
	.fkewmimg{
		width:129px;
		height:129px;
	}
	.iosimgyy,.andimgyy{
		width:129px;
		height:28px;
		marign-top:6px;
		margin-top:6px;
	}
	.advernew{
		height:495px;
		width:282px;
		display:flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.advernew .adimgs{
		width:158px;
		height:60px;
	}
	.advernew .adimgs img{
		width:158px;
		height:60px;
	}
	.newlistcont-left-bot{
		width:158px;
		height:79px;
	}
	/*新闻列表右侧+分页*/
	.newlistcont-right{
		width:630px;
		height:100%;
		display:flex;
		flex-direction: column;
	}
	.newlistcont-right-lcont{
		width:630px;
		height:518px;
		display: flex;
		flex-direction: column;
	}
	.newlistcont-right-lcont .navgert{
		width:100%;
		height:26px;
		display: flex;
		flex-direction: row;
		align-items: center;
		background:#E8E8E8;
	}
	.newlistcont-right-lcont .navgert .navtap{
		width:90px;
		height:26px;
		text-align: center;
		line-height: 26px;
		font-size:10px;
		color:#666666;
	}
	.newlistcont-right-lcont .navgert .navtap.active{
		background:#21232F;
		color:#FFFFFF;
	}
	.newlistcontentbox{
		width:100%;
		height:492px;
		background: #FFFFFF;
		padding:10px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
	.newlistcontentbox .list-l{
		width:100%;
		height:30px;
		display:flex;
		flex-direction: row;
		align-items: center;
	}
	.list-l-t{
		width: 35px;
		height: 18px;
		background: #008FE2;
		border-radius: 8px;
		text-align: center;
		line-height: 18px;
		color: #FFFFFF;
		font-size: 12px;
	}
	.list-l-c{
		width:458px;
		height:30px;
		line-height: 30px;
		color:#333333;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		margin: 0 10px;
		font-size:12px;
	}
	.list-l-time{
		width:115px;
		height:30px;
		line-height: 30px;
		font-size:12px;
		color:#999999;
	}
	
	
	/*分页*/
	.newlistcont-right-bots{
		width:630px;
		height:138px;
		display:flex;
		flex-direction: row;
		align-items: center;
	}
	.page_div {
	    text-align: center;
	    font-size: 13px;
	    font-family: "microsoft yahei";
	    color: #333333;
	    margin-right: 10px;
	    padding-left: 20px;
	    box-sizing: border-box;
	}
	.page_div a {
	    min-width: 25px;
	    height: 25px;
	    text-align: center;
	    margin: 0 6px;
	    cursor: pointer;
	    line-height: 25px;
	    color: #333333;
	    background: #EEEEEE;
	    border-radius: 5px;
	    font-size: 12px;
	    display: inline-block;
	}
	#firstPage, #lastPage {
	    width: 42px;
	}
	#prePage, #nextPage {
	    width: 65px;
	}
	.page_div .current {
	    background-color: #008FE2;
	    color: #FFFFFF;
	}
	
	/*脚部信息*/
	.footer{
		width:100%;
		height:155px;
		background:#191D28;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.footercon{
		width:830px;
		height:100%;
		display:flex;
		flex-direction: row;
		padding-top:30px;
		box-sizing: border-box;
	}
	.footercon .ofot{
		width:50%;
		display:flex;
		flex-direction: column;
	}
	.footercon .ofot span{
		width:100%;
		font-size:9px;
		color: #676F74;
	}
	

}

/*补充添加视频弹窗*/

#player {
    display: none;
    position: relative;
    width: 800px;
    background: #000000;
    height: 457px;
}
#player .player {
	width: 100%;
	height: 100%;
}
#player .videoclose:hover{-webkit-transform:rotate(180deg); transform:rotate(180deg); }
#player .videoclose {
	background:url(/boxing2025/pc/images/yyclose.png) no-repeat;
	top: 0px;
	right: -35px;
	position: absolute;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background-size:100% 100%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.iphoneinpboxtishi{
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	font-size:13px;
	color:#E81C1A;
}
