/*通用全局样式*/
*{margin: 0;padding: 0;}
body {font-family: "微软雅黑";}
/*清除浮动*/
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}
/*清除样式*/
li {list-style-type: none;}
a{text-decoration: none; color: #333333;}


@media only screen and (min-width: 100px) and (max-width: 767px){
	/*当前位置*/
	.dqwz{width: 100%; padding: 2rem 0;}
	.dqwz>div{width: 95%;padding-top: 0.5rem;margin: 0 auto;}
	.fz{font-size: 2rem;}
	.zt td a{font-size: 2rem;}
	.zt td {
    display: contents;
    line-height: 3rem;
}
	.zt tbody>tr>td>table>tbody>tr>td:first-child span {
    display: none;
  }
	/*左侧隐藏*/
	.cont_left{display: none;}
	/*右侧内容*/
	.cont_right{
		margin-bottom: 2rem;
	}

	.cont_right_top1_a{
        display: none;
    }

	.cont_right_top1{
		display: none;
	}

	.ztbanner{
		width: 100vw;
		height: 36vw;
		background-image: url(/cms_files/jcms1/web3096/site/picture/0/2208011849357511658.jpg);
		background-repeat: no-repeat;
		background-size: 142%;
		background-position: 49% 30%;
		margin-top: 0vw;
	}

	.cont_right_top{
		/* height: 4rem; */
		line-height: 4rem;
		border-bottom: 1px solid #e7e7e7;
		padding: 0 1rem;
	}
	.cont_right_top a{
		font-size: 2rem;
		/* color: #1492ff; */
		margin-right: 1rem;
		font-weight: bold;
		display: inline-block;
	}

	.cont_right_top a.hover{
		color: #1492ff;
	}

	.cont_right_top a:hover{
		color: #1492ff;
	}

	.cont_right ul{
		width: 95%;
		margin: 0 auto;
	}
	.cont_right li{
		line-height: 3rem;
		font-size: 2rem;
		color: #000000;
		/* padding-right: 2rem; */
		border-bottom: 0.1rem solid #e7e7e7;
		/* background: url(_.png) no-repeat right; */
		background-size: 1rem;
		padding:2rem 0;
	}
	.fz{
		display: none !important;
	}
	.fz {
		background: none !important;
		padding-left: 0rem !important;
	}
	.cont_right li a{
		display: block;
	}
	
	.cont_right li span{
		float: right;
		padding-right: 1rem;
	}
	/*分页*/
	.default_pgToolbar .default_pgPerPage{
		display: none;
	}
	.default_pgToolbar .default_pgSearchInfo{
		display: none;
	}
}