@media screen and (min-width:1260px) {
	.a_new_detail_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.a_new_content{
		width: 1260px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.a_new_content{
		/*text-align: center;*/
	}
	.a_new_content h2{
		margin: 60px 0 40px 0;
		color: #212121;
	}
	.a_new_content>span{
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		color: #212121;
	}
	.time_icon{
		width: 20px!important;
		height: 20px!important;
		margin-right: 15px;
	}
	.next frist{
		text-align: left;
		/*margin: 40px 0;*/
		color: #333;
		
		width: 62px;
    height: 62px;
    line-height: 58px;
    font-size: 30px;
    text-align: center!important;
    border-radius: 50%;
    background-color: #0777CD;
    color: #FFFFFF;
		
		
	}
		.a_new_content p a{
		color: #333;
	}
	
			.a_new_content p a:hover{
		color: #0777CD;
	}
	
	.a_new_content img{
		width: 100%;
		height: 630px;
	}
	.next_list{
		width: 1260px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 60px 0;
	}
	
	.next_list p
	{    margin: 0;}
	.next_list>li{
		display: flex;
		align-items: center;
	}
	.next,.frist{
		width: 62px;
		height: 62px;
		line-height: 58px;
		font-size: 30px;
		text-align: center!important;
		border-radius: 50%;
		background-color: #0777CD;
		color: #FFFFFF;
	}
	
	.next{
		margin: 0 0 0 20px!important;
	}
	.frist{
		margin: 0 20px 0 0px!important;
	}
}
@media screen and (max-width: 860px){
    
 
    
    
    
	.a_new_detail_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.time_icon{
		width: 20px;
		
	}
	.a_new_content{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.a_new_content{
		text-align: center;
	}
	.a_new_content h2{
		margin: 4vw 0 3vw 0;
		font-size: 4vw;width: 90vw;font-weight: bold;
	}
	.a_new_content span img{width: 3vw;}
	.a_new_content span{    margin-bottom: 2vw;    font-size: 3vw;}
	.a_new_content>span>span{
		color: #0777CD;
		margin-left: 2.666vw;
	}
	.a_new_content p{
		text-align: left;
		margin:0;
		width: 90vw;    font-size: 3vw;
	}
	.a_new_content img{
		width: 90%;
		/* height: 630px; */
	}
	.next_list{
		width: 90vw;
		margin: 8vw 0;
	}
	.next_list>li{
		display: flex;
		align-items: center;margin: 2vw 0;
	}
	.next_list>li p{
		width: 80vw;
		font-size: 3vw;
	}
	.next,.frist{
		width: 8vw!important;
		height: 8vw!important;
		line-height: 7.5vw;
		font-size: 5vw;
		text-align: center!important;
		border-radius: 50%;
		background-color: #0777CD;
		color: #FFFFFF;
	}
	.next_list a{color: #333;font-size: 3vw;}
	
	.next{
		/*margin: 0 0 0 20px!important;*/
	}
	.frist,.next{
		margin: 0 10px 0 0px!important;
	}
}