@media only screen and (max-width: 768px){
	/* 通用部分 */
	#main{
		width: 96%;
		padding: 0 2%;
	}
	#q{
		width: 100%;
	}
	.left{
		width: 100%;
	}
	.left img{
		display: none;
	}
	.left .l-tit{
		width: 100%;
		border:none;
		margin: 0.1rem 0;
	}
	.left .l-tit div{
		width: 47%;
		border: 1px solid #dadada;
		text-align: center;
		float: left;
		margin-bottom: 0.2rem;
		padding-left: 0;
	}
	.left .l-tit div:nth-child(1){
		margin-left: 0;
		float: left;
	}
	.left .l-tit div:nth-child(2){
		margin-left: 0;
		float: right;
	}
	.left .l-tit div:nth-child(3){
		margin-left: 0;
		float: left;
	}
	.left .l-tit div:nth-child(4){
		margin-left: 0;
		float: right;
	}
	.left>.l-tit:nth-child(2){
		display:none;
	}
	.left>.l-tit:nth-child(6) {
	    display: none;
	}
	.zmhd{
		display: none;
	}
	.ewm{
		display: none;
	}
	img.tu{
	    width: 100%;
	    padding: 0!important;
		margin-bottom: 0.2rem;
	}
	.center{
		width: 100%;
		padding-left: 0;
	}
	.right{
		width: 100%;
       padding-left: 0;	
	}
	.right .gkzl{
	    margin-bottom: 0.3rem;
	}
	.bu li{
		font-size: 0.32rem;
		line-height: 0.64rem;
    	height: auto;
	}
	.ul_list li{
		font-size: 0.32rem;
		line-height: 0.64rem;
    	height: auto;
	}
	.ul_list li a{
		font-size: 0.32rem;
	}
	.topS{
		font-size: 0.36rem;
	}
	.topS .more a{
		font-size: 0.3rem;
	}
	.left .l-tit div a{
		font-size: 0.32rem;
	}
}