body{
	position: relative;
background-color: black;
}
.duizh{
          width:100%;
          height:auto;
margin-top:60px;
        }
/**灰色导航**/
.navrouter{
	position: fixed;
	top:0px;
	left:0;
	width:100%;
	height:60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #000000;
	z-index: 9;
}
.fklogo{
    width: 132px;
    height: 39px;
}
.navrouter-con{
	width:1050px;
	height:60px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.gameicon{
	width:88px;
	height:88px;
	position: absolute;
	left:0;
	top:26px;
	z-index: 99;
}
.navgater{
	width:720px;
	height:60px;
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.navgater div{
	font-size:16px;
	color:#FFFFFF;
	height:40px;
	line-height: 40px;
}
.navgater div.active{
    font-size:18px;
	color:#008FE2;
	border-bottom: 1px solid #008FE2;
}

/* 大背景面板 */
.mainback{
	width:100%;
	height:1645px;
	background:#F4F4F4 url(/boxing2025/pc/images/newtopbg.png) no-repeat;
	background-size:100% 1098px;
	margin-top:60px;
	position: relative;
        background-color: black;
}
/*播放按钮*/
.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:300px;
	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:340px;
	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:216px;
	height:200px;
}
.iosimgyy,.andimgyy{
	width:216px;
	height:50px;
	marign-top:10px;
	margin-top:10px;
}
.advernew{
	height:495px;
	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;
}
.newlistcont-right-lcont .navgert{
	width:100%;
	height:46px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background:#E8E8E8;
}
.newlistcont-right-lcont .navgert .navtap{
	width:120px;
	height:46px;
	text-align: center;
	line-height: 42px;
	font-size:18px;
	color:#666666;
}
.newlistcont-right-lcont .navgert .navtap.active{
	background:#21232F;
	color:#FFFFFF;
}
.newlistcontentbox{
	width:100%;
	min-height:300px;
	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;
}

.linkwlwangan{
	width:100%;
	height:72px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top:35px;
	padding: 10px 10px;
	box-sizing: border-box;
	
}
.wanganList {
    background: #FFFFFF;
    width: 100%;
    border: #e5e5e5 1px solid;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
}


/*脚部信息*/

.footer{
	width:100%;
	background:#191D28;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.newfootimg{
    width: 1332px;
    height: 60px;
margin-top:25px;
}
.companycon{
       width: 100%;
    font-size: 14px;
    display: flex;
    color: #676F74;
    align-items: center;
    /* line-height: 15px; */
    flex-direction: column;
line-height: 25px;
}
.footercon{
	    width: 1332px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 37px;
    box-sizing: border-box;
}
.tercon{
font-family: MicrosoftYaHei;
font-size: 14px;
color: #676F74;
line-height: 25px;
text-align: center;
}
.footercon .ofot{
	width:50%;
	display:flex;
	flex-direction: column;
}
.footercon .ofot span{
	width:100%;
	font-size:13px;
	color: #676F74;
}
@media screen and (min-width:1600px ) and (max-width:1900px){
	.newlistcont {
	    width: 1202px;
	    height: 300px;
	    position: absolute;
	    left: 50%;
	    margin-left: -601px;
	    top: 527px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}
	/* 大背景面板 */
	.mainback{
		width:100%;
		height:894px;
		background:#F4F4F4 url(/boxing2025/pc/images/newtopbg.png) no-repeat;
		background-size:100% 895px;
		margin-top:60px;
		position: relative;
                background-color: black;
	}
	/*播放按钮*/
	.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:0px;
	left:0;
	width:100%;
	height:60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #000000;
	z-index: 9;
}
.fklogo{
    width: 132px;
    height: 39px;
}
.navrouter-con{
	width:1050px;
	height:60px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.gameicon{
	width:88px;
	height:88px;
	position: absolute;
	left:0;
	top:26px;
	z-index: 99;
}
.navgater{
	width:720px;
	height:60px;
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.navgater div{
	font-size:16px;
	color:#FFFFFF;
	height:40px;
	line-height: 40px;
}
.navgater div.active{
    font-size:18px;
	color:#008FE2;
	border-bottom: 1px solid #008FE2;
}

	/* 大背景面板 */
	.mainback{
		width:100%;
		height:700px;
		background:#F4F4F4 url(/boxing2025/pc/images/newtopbg.png) no-repeat;
		background-size:100% 700px;
		margin-top:50px;
		position: relative;
                background-color: black;
	}
	/*播放按钮*/
	.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:300px;
		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;
	}
	.linkwlwangan{
		width:100%;
		height:55px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top:27px;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	.wanganList {
	    width: 100%;
	    border: #e5e5e5 1px solid;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-around;
	    margin: 0 auto;
	    position: relative;
background: #FFFFFF;
	}
/*脚部信息*/

.footer{
	width:100%;
	background:#191D28;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.newfootimg{
    width: 1332px;
    height: 60px;
margin-top:25px;
}
.companycon{
       width: 100%;
    font-size: 14px;
    display: flex;
    color: #676F74;
    align-items: center;
    /* line-height: 15px; */
    flex-direction: column;
line-height: 25px;
}
.footercon{
	    width: 1332px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 37px;
    box-sizing: border-box;
}
.tercon{
font-family: MicrosoftYaHei;
font-size: 14px;
color: #676F74;
line-height: 25px;
text-align: center;
}
.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;
}

/*补充视频弹窗*/
#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;
}
