/*通用全局样式*/
*{margin: 0;padding: 0;}
body {font-family: "微软雅黑";background-color: #eff8fe;}

/*清除浮动*/
.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;
	}
	/*通用头部*/
	/* .web_top{
		width: 100%;
		background: #FFFFFF;
		padding: 10px 0;
	}
	.web_logo{
	    float: left;
	}
	
	.web_logo a{
		margin-top: 5px;
		margin-left: 10px;
		display:block; 
		padding: 20px 60px;
		overflow: hidden; 
		background: url(2008031102305901387.png) no-repeat center center;
		background-size:100% 100%;
        -moz-background-size:100% 100%;
	}
	
	.zt span{
		color: #999;
	}
	
	.nav-list{
	    margin-top: 10px;
	    margin-right: 2px;  
	    float: right;
	    padding: 6px;
	}
	.line{
	    margin: 2px 0;
	    display: block;
	    width: 12px;
	    height: 2px;
	    background-color: #6190e8;
	} */
	
	/*当前位置*/
	.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: 0.78rem;
		line-height: 1.68rem; */
		font-size: 3.5vw;
        line-height: 8vw;
	}
	.cont_right_list li a {
		display: inline-block;
	    /* padding-left: 0.6rem; */
	    /* background: url(dian.png) no-repeat left center; */
	    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;
	}

	 /* 隐藏手机端nav栏需点击打开 */
    /* .navigation{ 
        width: 100%; */
        /* 高度设0溢出隐藏实现 */
        /* overflow: hidden;
        height: 0;
        position: absolute;
        margin-top: 60px;
        background-color: rgba(220, 232, 241, 0.9);
        transition: height .5s;
    }
    .navigationheight{
        height: 210px;
    }
    nav{
        padding: 0;
    }
    nav ul li{
        float: none;
        margin-bottom: 15px; 
        height: 30px;
        line-height: 30px;
    }
    nav ul li.active::before{
        content: ' ';
        height: 100%;
        width: 2px;
        background-color: #dce8f1; 
    } */
}
