/*例：在iphone5设备上的显示样式*/
@media only screen and (min-width:0px ) and (max-width:350px) {
	.news_detail_note h2{
		font-size:10px!important;
	}
	.news_detail_note h3{
		font-size:10px!important;
	}
	.news_detail_note h4{
		font-size:10px!important;
	}
	.news_detail_note i{
		margin-right:4%!important;
	}
	.inquire_note strong{
		font-size:10px!important;
		width:56px!important;
		margin-left:-28px!important;
		line-height:16px!important;
		top:1px!important;
		height:16px!important;
	}
	.inquire_note span{
		font-size:10px!important;
	}
	.station_name h1{
		font-size:18px!important;
	}
	.station_name h2 span{
		font-size:10px!important;
		height:16px!important;
		line-height:16px!important;
		margin-top:5px!important;
	}
	.station_line_time i{
		font-size:10px!important;
		height:14px!important;
		line-height:14px!important;
		margin-top:-8px!important;
		width:20%!important;
	}
	.people_title li .people_head_box{
		width:130px!important;
		height:130px!important;
		border-radius:130px!important;
	}
	.people_title li .people_head_box .pic_head{
		width:120px!important;
		height:120px!important;
		border-radius:120px!important;
	}
	.people_title li{
		height:132px!important
	}
	.people_title li .people_name span{
		font-size:12px!important;
	}
}




/*例：在iphone6plus设备上的显示样式*/
@media only screen and (min-width:410px ){
	.notice_new .notice_new_content{
		top:23%!important;
	}
	
	
	
	
}