@media screen and (max-width: 1200px) {
body {
    min-width: 100%;
		font-size: .22rem;
}	
.mshow{
	display: block;
}
.mhidden{
	display: none;
}
.containers {
  width: 100%;
}
.mclearfix::after {
		content: "";
		display: block;
		clear: both;
}
.left,.right{
	float: none;
}
.watch-more{
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	background: #f2f2f2;
	margin-top: .35rem;
	text-align: center;
}
.watch-more a{
	display: block;
	color: #666666;
	font-size: .22rem;
}
.mbg{
	background: #f2f2f2;
	padding: .2rem .3rem .3rem;
}	
.current-local{
	height: auto;
	line-height: .78rem;
	font-size: .22rem;
	padding-left: .3rem;
}	
		
.pub-list {
		margin-top: .4rem;
}
.pub-list li {
		height: auto;
		line-height: 2;
		font-size: .26rem;
		padding-left: 0.24rem;
		color: #333;
		margin-right: 0;
}
.pub-list li i {
		width: .05rem;
		height: .05rem;
		left: .04rem;
		background: #555555;
		margin-top: 0;
		top: 34%;
}
.pub-list li span {
	color: #999999;
	font-size: .22rem;
}		
.hei-11 {
display: none;
}	
}