.main_body{
	padding-top: 10px;
}
.zdly_img {
    margin-bottom: 20px;
}
.zdly_logo {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    background: url(zdly_logo.png) no-repeat 0 0;
    line-height: 110px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.zdly_dqlm {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.zdly_dqlm_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #1492ff;
    font-size: 19px;
    font-weight: 800;
    color: #1492ff;
    background-color: #f7f7f7;
    padding-left: 23px;
}
.zdly_nr {
    padding-top: 20px;
}
.zdly_nr .clearfix li {
    border: none;
    float: left;
    width: 164px;
    height: 108px;
    text-align: center;
    margin: 0 19px 18px 0;
    color: #333333;
    font-size: 14px;
    padding: 0;
}
.box_block {
    width: 160px;
    height: 108px;
}
.box_block img {
    display: block;
    margin: 0 auto;
    margin-bottom: 19px;
    height: 42px;
}
.zdly_nr li span {
    display: block;
    width: 100%;
    border-right: none;
    min-height: 24px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
/*通用全局样式*/
*{margin: 0;padding: 0;}
body {font-family: "微软雅黑";background-color: #eff8fe !important;}

/*清除浮动*/
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}

/*清除样式*/
li {list-style-type: none;}
a{text-decoration: none;}

/*适配pc端*/
@media only screen and (min-width: 1200px){
	/*背景*/
	.beijing{
		width: 100%;
		background-image:url('banner.png');/*背景图片*/
		background-repeat: no-repeat;/*设置不重复帖图*/
		background-color: #eff8fe;/*设置背景颜色与图片背景色一致*/ 
		background-position: bottom center;/*设置图片居中防止屏幕大小不同而跑偏*/
		padding: 30px 0;
	}
	
	.web_top{
		display: none;
	}
	
	/*内容部分*/
	.cont{
		width: 1200px;
		margin: 0 auto;
    	background: #FFFFFF;
	}
	/*当前位置*/
	.dqwz{
    	height: 45px;
    	line-height: 45px;
    	color: #999999;
    	padding: 0 30px;
	}
	.zt tbody>tr>td>table>tbody>tr>td:first-child span {
		display: none;
	}
	.crumbs td{font-size:15px;color: #999999 ;}
	.crumbs a{font-size:15px;color: #999999 ;}
	/*栏目正文*/
	.conter{
		padding: 0 30px 30px;
        margin-top: 10px;
	}
	/*左侧导航栏*/
	.cont_left{
		width: 260px;
    	background-color: #f8f8f8; 
		float:left;
	}
	.cont_left_top{
		width: 260px;
	    background: url(swld.png);
	    text-align: center;
	    line-height: 50px;
	    color: #ffffff;
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.cont_left_list li{
		padding: 0 20px;
	}
	.cont_left_list li a{
		display: inline-block;
	    width: 100%;
	    height: 100%;
	    line-height: 45px;
	    border-bottom: 1px solid #d6d6d6;
	    padding-right: 20px;
	    background: url(jt.png) no-repeat right bottom 15px;
	    color: #333333;
	}
	.cont_left_list li a:hover{
		color: #0187e6;
    	background: url(jt_active.png) no-repeat right bottom 15px;
	}
	
	/*右侧栏目内容*/
	.cont_right{
		width: 875px;
    	min-height: 800px;
    	height: auto;   
        padding-left: 20px;
        float: right;
        
	}
	.cont_right_title{
		width: 100%;
	    height: 40px;
	    border-bottom: 1px solid #dcdcdc;
	    color: #0187e6;
	    font-size: 21px;
	    margin-bottom: 20px;
	}
	.cont_right_title span {
	    display: inline-block;
	    float: left;
	    padding: 0 0 10px;
	    border-bottom: 3px solid #0187e6;	 
	}
	.cont_right_list li{
		width: 100%;
   		line-height: 40px;
	}
	.cont_right_list li a{
		padding-left: 15px;
    	background: url(dian.png) no-repeat left center;
    	color: #333333;
	}
	.cont_right_list li a:hover {
    	background: url(dian_active.png) no-repeat left center;
    	color: #0187e6;
	}
	.cont_right_list li span{
		display: inline-block;
    	float: right;
    	color: #999999;
	}
}

/*适配ipad等平板电脑*/
@media only screen and (min-width: 768px) and (max-width: 1199px){
	/*背景*/
	.beijing{
		width: 100%;
		background-image:url('banner.png');/*背景图片*/
		background-size: 100% 30%;
		background-repeat: no-repeat;/*设置不重复帖图*/
		background-color: #eff8fe;/*设置背景颜色与图片背景色一致*/ 
		background-position: bottom center;/*设置图片居中防止屏幕大小不同而跑偏*/
		padding: 30px 0;
	}
	
	.web_top{
		display: none;
	}
	/*内容部分*/
	.cont{
		width: 980px;
		margin: 0 auto;
    	background: #FFFFFF;
	}
	/*当前位置*/
	.dqwz{
    	height: 45px;
    	line-height: 45px;
    	color: #999999;
    	padding: 0 30px;
	}
	.zt tbody>tr>td>table>tbody>tr>td:first-child span {
		display: none;
	}
	.crumbs td{font-size:15px;color: #999999 ;}
	.crumbs a{font-size:15px;color: #999999 ;}
	/*栏目正文*/
	.conter{
		padding: 0 30px 30px;
        margin-top: 10px;
        position: relative;
	}
	/*左侧导航栏*/
	.cont_left{
		width: 260px;
    	background-color: #f8f8f8; 
    	position: absolute;
    	top: 0;
    	bottom: 30px;
    	left: 30px;
	}
	.cont_left_top{
		width: 260px;
	    background: url(swld.png);
	    text-align: center;
	    line-height: 50px;
	    color: #ffffff;
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.cont_left_list li{
		padding: 0 20px;
	}
	.cont_left_list li a{
		display: inline-block;
	    width: 100%;
	    height: 100%;
	    line-height: 45px;
	    border-bottom: 1px solid #d6d6d6;
	    padding-right: 20px;
	    background: url(jt.png) no-repeat right bottom 15px;
	    color: #333333;
	}
	.cont_left_list li a:hover{
		color: #0187e6;
    	background: url(jt_active.png) no-repeat right bottom 15px;
	}
	
	/*右侧栏目内容*/
	.cont_right{
		width: 650px;
    	min-height: 440px;
    	height: auto;   
        padding-left: 20px;
        float: right;
        
	}
	.cont_right_title{
		width: 100%;
	    height: 40px;
	    border-bottom: 1px solid #dcdcdc;
	    color: #0187e6;
	    font-size: 21px;
	    margin-bottom: 20px;
	}
	.cont_right_title span {
	    display: inline-block;
	    float: left;
	    padding: 0 0 10px;
	    border-bottom: 3px solid #0187e6;	 
	}
	.cont_right_list li{
		width: 100%;
   		line-height: 40px;
	}
	.cont_right_list li a{
		padding-left: 15px;
    	background: url(dian.png) no-repeat left center;
    	color: #333333;
	}
	.cont_right_list li a:hover {
    	background: url(dian_active.png) no-repeat left center;
    	color: #0187e6;
	}
	.cont_right_list li span{
		display: inline-block;
    	float: right;
    	color: #999999;
	}
}

/*适配手机端*/
@media only screen and (min-width: 0) and (max-width: 767px) {
	.cont,.web_top{
		min-width: 290px;
	}

	/*当前位置*/
	.dqwz td{
		font-size: 0.2rem;
		line-height: 1.68rem;
		padding-left: 0.23rem;
		color: #999999;
	}
	.dqwz td a{
		line-height: 8vw;
		font-size: 4vw;
		color: #999999;
	}
	.dqwz {
		width: 100%;
		padding: 0 3vw;
	}
	.zt td {
		font-family: "微软雅黑";
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0rem;
		color: #000000;
		background: none;
		display: contents;
	}
	.zt tbody>tr>td>table>tbody>tr>td:first-child span {
		display: none;
	}
	
	/*内容左侧*/
	.cont_left{
		display: none;
	}
	/*内容右侧*/
	.cont_right{
		width: 95%;
	    min-height: 440px;
	    height: auto;
	    margin: 0 auto;
	}
	.cont_right_title {
		display: none;
	    width: 100%;
	    height: 2rem;
	    border-bottom: 1px solid #dcdcdc;
	    color: #0187e6;
	    font-size: 1.38rem;
	    margin-bottom: 0.3rem;
	}
	
	.cont_right_list li {
	    width: 100%;
		font-size: 3.5vw;
        line-height: 8vw;
	}
	.cont_right_list li a {
		display: inline-block;
	    color: #333333;
	    background-size: 0.12rem;
	}
	.cont_right_list li span {
		width: 100%;
	    display: block;
	    float: left;
	    color: #999999;
	}

	.column-cover{
		margin-bottom: 3vw;
		padding: 3vw;
    	overflow: hidden;
    	background-color: #ffffff;
    	box-shadow: 2px 3px 42px 4px rgb(202 202 202 / 45%);
	}

	.zt{
		line-height: 10vw;
	}

	.zt td{
		color: #999999;
		font-size: 16px;
	}

	.simple_pgToolbar td:nth-child(12){
        display: none;
	}

	.simple_pgToolbar td:nth-child(13){
		display: none;
	}

	.simple_pgPanel{
		margin: auto;
	}

}

