.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.8%;
	margin:0 auto;
	margin-bottom: 20px;
}
.match_title{
	text-align: center;
	font-size: 16px;
	
	padding: 10px 0px 5px 0px;
	color: #232A34;
}
.match_time{
	text-align: center;
	padding: 5px 0px;
}
.match_img{
	margin:10px auto;
	display: block;
	width: 100%;
}
.news_content{
	color: #565C66;
	text-align:justify;
}
.p_mag{
	margin-top: 10px;
}
.marg_top10{
	margin-top: 30px;
}
.first_match_img{
	margin-top: 20px;
}
@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;
	}
	.marg_top10{
		margin-top: 10px;
	}
}
@media screen and (min-width: 767px)and (max-width:1199px){
	.img_describe{
		margin-top: 0px;
		text-align: center;
		font-size: 14px;
	}


}
@media screen and (min-width: 1200px){
	.match_title{
		font-size: 32px;
		margin-top:40px;
	}
	.news_content{
		font-size: 18px;
	}
	.match_img{
		margin: 30px auto;
	}
}
