/*body,html{
	background-color: #0C2332;
}*/
.all_nul{
	display: none;
}
.con_title{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}
.copyright {
    width: 100%;
}
.nvgt{
	margin-left: 18%;
	font-size: 14px;
	color: #6F767F;
}
.news_content{
	width: 52%;
	margin:0 auto;
	margin-bottom: 20px;
}
.match_title{
	text-align: center;
	font-size: 16px;
	
	padding: 10px 0px 5px 0px;
	color: #ffffff;
}
.match_time{
	text-align: center;
	padding: 5px 0px;
}
.match_img{
	margin:10px auto;
	display: block;
	width: 100%;
}
.news_content{
	color: #ffffff;
	/*text-align:justify;*/
}
.p_mag{
	margin-top: 10px;
}
.privacy_title{
	
	font-size: 22px;
	font-weight: 700;
    color: #444;
    padding-top: 20px;
}
.privacy_t{
	font-size: 20px;
	/* text-indent: 0.4rem; */
    font-weight: bold;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #444;

}
.privacy_con{
	    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1.6;
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
    color: #444;
}
.privacy_l_t{
	font-weight: bold;
	color: #110016;
}
.privacy_c{
	font-size: 14px;
    color: #110016;
    line-height: 28px;
    font-weight: bold;
    /* text-indent: 0.4rem; */
}
@media screen and (max-width: 767px){
	
	.article{
		
	}
	.all_nul{
		height: 44px;
		display: block;
	}
	.copyright{
		/*position: absolute;*/
		/*bottom: 0px;*/
		color: #232A34;
	}
	.phone_item{
		position: relative;
		z-index: 9999;
	}
	#nav{
		z-index: 5;
	}
	.news_content img{
		width: 7.44rem;
	}
	.news_content{
		width: 92%;
		margin: 0 auto;
	}
	.article{
		display: none;
	}
	.first_match_img{
		margin-top:20px;
	}
	.news_content {
	    display: block;
	}
}
.back_link{
	position: fixed;
	right: 10%;
	top: 7%;
	font-size: 16px;
	color: red;
}
@media screen and (min-width: 767px)and (max-width:1199px){

	.news_content{
		min-width: 100%;
	}

}
@media screen and (min-width: 1200px){
	.match_title{
		font-size: 32px;
		margin-top:40px;
	}
	.news_content{
		font-size: 18px;
		min-width: 100%;
	}
	.match_img{
		margin: 30px auto;
	}
}
