@charset "utf-8";
/* CSS Document */

/*全局样式*/
*{
    box-sizing:border-box;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
    padding: 0;
    margin: 0;
}

body{
     font-family:"微软雅黑";
     font-size:14px;
     padding:0;
     margin:0;
     color:#333333;
     background: #f1f7fb;
    }

div,li,ul,img,a{ 
    list-style:none; 
    outline:none; 
    border:none; 
    margin:0; 
    padding:0;
}

a:focus{
    outline:none;
}

a:link,a:visited{
    text-decoration:none; 
    color:#4f4f4f;
}

a:hover{ 
    text-decoration:none; 
    cursor:pointer; 
    color:#f29b76;
}

.col-lg-1, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.col-lg-2, 
.col-lg-3, 
.col-lg-4, 
.col-lg-5, 
.col-lg-6, 
.col-lg-7, 
.col-lg-8, 
.col-lg-9, 
.col-md-1, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9, 
.col-sm-1, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.col-sm-2, 
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8, 
.col-sm-9, 
.col-xs-1, 
.col-xs-10, 
.col-xs-11, 
.col-xs-12, 
.col-xs-2, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-8, 
.col-xs-9{
    padding-right: 0px;  
    padding-left: 0px;
}
    
.row{ 
    margin-left:0px; 
    margin-right:0px;
}


.tabberlive .tabbertab { 
    overflow:visible; 
    overflow:hidden; 
    outline:none;
}
.tabberlive .tabbertabhide { 
    display:none;
}

.container{
        width:100%;
        padding-left:0px;
        padding-right:0px;
}

/*头部*/
.head{
    padding:25px 10px;
    background: #CD0303;
}
.head img{
    width: 80%;
    margin: 0 auto;
    display: inherit;
}
.nav{
    width:100%;
    height:50px;
    background:#CD0303;
    font-size:12px;
    line-height:50px;
    text-align:center;}
.nav a{
    width:25%;
    height:50px;
    float:left;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    font-size:15px;}
.nav a:hover{
    background:#CD0303;}
.navon{
    background:#CD0303;
    }
    
/*焦点图部分*/
.slideBox{ 
  position: relative; 
  max-width: 560px;/* 设置焦点图最大宽度 */ 
  height: 255px;
  margin: 2px auto;  
  overflow: hidden; 
}
.slideBox .hd{ 
  position: absolute; 
  bottom: 0; 
  right: 0; 
  z-index: 1;
  height: 28px; 
  line-height: 28px; 
}
.slideBox .hd li{ 
  display: inline-block; 
  width: 5px; 
  height: 5px; 
  margin: 0 6px;
  overflow:hidden;
  text-indent:-9999px; 
  background:#333; 
  border-radius:5px; 
}
.slideBox .hd li.on{ 
  background:#fff;  
}
.slideBox .bd{ 
  position:relative; 
  z-index:0; 
}
.slideBox .bd li{ 
  position:relative; 
  text-align:center;  
}
.slideBox .bd li img{ 
  width:100%;/* 图片宽度100%，达到自适应效果 */
  height: 255px;
  background:url(../images/loading.gif) center center no-repeat;  
  vertical-align:top; 
}
.slideBox .bd li a{ 
  -webkit-tap-highlight-color:rgba(0,0,0,0);  
  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ 
  position:absolute; 
  bottom:0;
  display:block;
  width:100%;
  height:40px;
  padding-right: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height:40px; 
  color:#fff; 
  text-indent:10px;
  text-align:left;  
  background:rgba(0,0,0,.5); 
  font-size: 14pt;
}
/*焦点图部分end*/


/*政务要闻*/
.zwnew{
    width:100%;
    float:left;
    height:auto;
    background:url(../images/zhengwu.png) 20px 20px no-repeat #fff;
    background-size:8%;}
.slideTxtBoxsy{
    width:100%;
    text-align:left;
    font-size:14px;}
.slideTxtBoxsy .hd{
    height:40px;
    line-height:40px;
    position:relative; }
.slideTxtBoxsy .hd ul{
    float: left;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    color: #CD0303;
    width: 100%;
    padding-left: 60px;
 }
.slideTxtBoxsy .hd ul li{
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 18pt;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: 2px;
 }
.slideTxtBoxsy .bd ul{
    padding:0 2%;
    float:left;
     zoom:1;  }
.slideTxtBoxsy .bd li{
    width:100%;
    height:auto;
    font-weight:bold;
    float:left;
    position:relative;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #c8c8c8;}
.slideTxtBoxsy .bd li .zwnewpic{
    width:35%;
    float:left;
    min-height:60px;
    height:auto;}
.slideTxtBoxsy .bd li .zwnewpic img{
    width:95%;
    height:auto;}
.slideTxtBoxsy .bd li .zwnewcon{
    width:100%;
    height:100%;
    float:left;
    height:auto;
    font-size:14px;
    overflow:hidden;
    }
.slideTxtBoxsy .bd li .zwnewcon a{
   font-size:19px;
    line-height:20px;}
.slideTxtBoxsy .bd li .zwnewcon span{
    float:right;
    font-size:17px;
    font-weight:normal;
    }
.slideTxtBoxsy .bd li .zwnewcon font{
    position:absolute;
    right:0;
    font-size:12px;
    bottom:20px;
    font-weight:normal;
        padding-right:3%;
    }
.slideTxtBoxsy .bd li .zwnewcon .fangwen{
    position:absolute;
    right:3%;
    font-size:12px;
    bottom:20px;
    font-weight:normal;
    }
.jrzwnew{
    width:100%;
    height:60px;
    text-align:center;
    line-height:60px;
    color:#CD0303;
    font-size:20px;
    float:left;
    font-weight:bold;
    }
.jrzwnew img{
    margin-left:10px;
    margin-top:-6px;
    }



/*尾部*/
.zwfoot{
    width:100%;
    height:180px;
    background:#CD0303;
    float:left;}

.zwfootcon{
    width:90%;
    height:170px;
    margin:0px auto;
    text-align:center;
        padding-top:25px;
font-size:15px;
}
.zwfootcon a{font-size:17px;}

.zwfootcon span{
    display:inline-block;
    font-size:17px;
    line-height:25px;
    color:#fff;}
.zwfootcon font{
    width:100%;
    display:inline-block;
    font-size:17px;
    line-height:25px;
    color:#fff;}
 .zwfootcon .zw-fen a{color:#fff;}
 .zwfootcon .zw-fen span{padding:0 6px;}
/*默认分页列表页*/

/*分页栏目*/
.liebiaohead{
    width:100%;
    height:44px;
    /*background:#1f518e;*/
    font-size:18px;
    color:#000;
    line-height:44px;
    text-align:center;
    float:left;
    /*font-weight:bold;*/
    letter-spacing:2px;}    

.liebiaohead .goback {
    position: absolute;
    left: 10px;
    top: 0;
    color: #000;
}

.list-cols{
    width:90%;
    margin:0px auto;
    height:60px;}
.list-cols li{
    width:25%;
    float:left;
    height:60px;}
.list-cols li a {
    width:100%;
    height:60px;
    font-size:16px;
    line-height:60px;
    float:left;
    text-align:center;}
.list-cols li a:hover {
    height:60px;
    line-height:60px;
    color:#0974b8;
    border-bottom:3px solid #0974b8;}
.list-cols .active { }
.list-cols .active a {
    width:100%;
    height:60px;
    font-size:16px;
    line-height:60px;
    float:left;
    text-align:center;
    color:#0974b8;
    border-bottom:3px solid #0974b8;}
    
/*二级栏目导航*/
.ejnav li{
    width:50%;
    float:left;
    height:70px;}
.ejnav li a {
    width:90%;
    height:50px;
    font-size:16px;
    line-height:50px;
    float:left;
    text-align:center;
    margin-left:5%;
    margin-top:10px;
    background:#F6F6F6;
    border:1px solid #e3e3e3;}


/*默认分页信息列表*/
.colInfoBox{
    width:100%;
        min-height:300px;
    float:left;
    background:#fff;
    margin-bottom:20px;
}

.colRightOne ul{
    width:100%;
    padding:0 2%;
    float:left;
     zoom:1;  }

.colRightOne li{
    width:100%;
    height:auto;
    font-weight:bold;
    float:left;
    position:relative;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #c8c8c8;}
.colRightOne li .zwnewpic{
    width:35%;
    float:left;
    height:auto;}
.colRightOne li .zwnewpic img{
    width:95%;
    height:auto;}
.colRightOne li .zwnewcon{
    width:100%;
    height:100%;
    float:left;
    height:auto;
    font-size:16px;
    }
.colRightOne li .zwnewcon a{
    line-height:30px;}
.colRightOne li .zwnewcon span{
    position:absolute;
    left:0;
    font-size:12px;
    bottom:0;
    font-weight:normal;
    }
.colRightOne li .zwnewcon font{
    position:absolute;
    right:0;
    font-size:12px;
    bottom:0;
    font-weight:normal;
    }
.colRightOne li .zwnewcon .fangwen{
    position:absolute;
    right:3%;
    font-size:12px;
    bottom:20px;
    font-weight:normal;
    }
    
/*文章详情页*/
.wzdetail{
    width:100%;
    height:auto;
    float:left;
    font-weight:bold;
    float:left;
    padding:20px;
    background:#fff;
    color:#999999;
    padding-bottom:0px;
    border-bottom:1px solid #c8c8c8;
    }
.wzdetailtit{
    width:100%;
    height:auto;
    color:#000;
    font-size:18px;
    line-height:40px;
    font-weight:bold;
    margin:0px auto;
    }
.wzdetail span{
    width:auto;
    height:30px;
    float:left;
    font-size:14px;
    font-weight:normal;
    margin-right:20px;
    }
.wzdetail font{
    width:auto;
    height:30px;
    float:left;
    font-size:14px;
    margin-right:20px;
    font-weight:normal;
    }
.wzdetail .fangwenl{
    width:auto;
    height:30px;
    float:right;
    font-size:14px;
    margin-right:20px;
    font-weight:normal;
    }
.article-detail{
    background:#fff;
    padding:1%;
    line-height:30px;
    }
.article-detail img:first-child{
    width:100%!important;
    height:auto!important;
    }
/*表格边框样式*/
.article-detail table {width:100%;border:1px solid #dedede !important;  border-collapse:collapse; text-indent: 0em;}
.article-detail table tr, table td{border:1px solid #dedede !important; text-indent: 0em;}
/*点击查看文章全部内容*/
#myarticle{
width:100%;
height:300px;
overflow:hidden;
}
.morebutton{
width:100%;
float:left;
text-align:center;
font-size:16px;
color:#0974b8;
display: none;
border:none;
background:#fff;
height:30px;
opacity:0.9;
float:left;
}
.morebutton img{
    margin-left:5px;}
    
/*分享*/  
.bdsharebuttonbox{
    width:100%;
    padding:10px 0px;
    background:#fff;
    border-bottom:1px solid #c8c8c8;
    border-top:1px solid #c8c8c8;
    float:left;}
.bdsharebuttonbox span{
    font-size: 16px;
    float: left;
    line-height: 35px;
    padding-left: 10px;}
    


/* 政府文件 信息列表 开始 */

.colRtitle3{
    width: 100%;
    float: left;
   /* height: 50px;*/
    line-height: 40px;
}

.colRtitle3 a{
    width: 100%;
    float: left;
    color: #333333;
    font-size: 16px;
    font-family: "SimHei";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 .colRtitle3 .date{
    float: right;
    color: #999;
    width: 25%;
    font-size: 13px;
    text-align: center;
}
/* 政府文件  结束 */



.zfwjcon2{
float:left;
padding-left:18px;
}

.date_time{
font-size:12px;
line-height:40px;
color: #4f4f4f;
padding-right: 3%;
}

.bd_weixin_popup{
padding:5px !important;
}

.bd_weixin_popup .bd_weixin_popup_main{
padding:10px !important;
}

/*公示公告样式开始*/
.yjzj{
	width:100%;
	float:left;
	height:auto;
	margin-top:20px;
	background:url(../images/gsgg.png) 20px 20px no-repeat #fff;
	position:relative;
	background-size:8%;}
.yjzj>a{
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 18pt;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 60px;
    color: #CD0303;
    padding-left: 60px;
         
}
.yjzjlist{
	width:100%;
	height:270px;
	float:left;
	padding:0px 5%;}
.yjzjlist a{
	width:100%;
	height:auto;
	float:left;
	font-size:19px;
	line-height:40px;
	font-weight:bold;}
.yjzjlist a .fontred{
	width:20px;
	height:20px;
	border-radius:3px;
	background:#f77266;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin-top:10px;
	margin-right:5px;
	color:#fff;}
.yjzjlist a .fontgreen{
	width:20px;
	height:20px;
	border-radius:3px;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin-top:10px;
	margin-right:5px;
	color:#fff;
	background:#80c269;}
.yjzjlist a .fontblue{
	width:20px;
	height:20px;
	border-radius:3px;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin-top:10px;
	margin-right:5px;
	color:#fff;
	background:#79a7ff;}
.yjzjlist a .fontorage{
	width:20px;
	height:20px;
	border-radius:3px;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin-top:10px;
	color:#fff;
	margin-right:5px;
	background:#f29b76;}
.yjzjlist a .fontnormal{
	width:20px;
	height:20px;
	border-radius:3px;
	float:left;
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin-top:10px;
	margin-right:5px;
	background:#84ccc9;}
.yjzjlist a span{
	float:right;
	font-size:17px;
	line-height:40px;
	font-weight:normal;}

.cor-under {
    width: 97%;
    overflow: hidden;
    line-height: 24px;
    border-bottom: 1px solid #cfcfcf;
    margin-left: 2%;
    margin-right: 1%;
}

.cor-under span {
    float: left;
    color: #999;
    width: 67%;
    font-size: 13px;
}

/*公示公告样式结束*/


/* 新导航 */
.nabox{ 
	overflow:hidden; 
	position:relative;
    height: 50px;
    background: #CD0303;
    font-size: 15px;
    line-height: 50px;
    text-align: center; }
.nabox .hd{ overflow:hidden;}
.nabox .hd .prev{
	overflow:hidden;
	cursor:pointer;
        position:absolute;
        left:2px;
         top:0;
        font-size:24px;
        color:#fff;
         font-weight:bold;
 display:block;
   z-index:99;
}
.nabox .hd .next{
 position:absolute;
        right:2px;
         top:0;
        font-size:24px;
        color:#fff;
        font-weight:bold;
       display:block;
   z-index:99;

}
.nabox .bd{width:100%;margin:0 auto; overflow:hidden;}
.nabox .bd ul{ overflow:hidden; zoom:1;}
.nabox .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
}
.nabox .bd ul li{width:25%;text-align:center;}
.nabox .bd ul li a{
    height: 50px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 19px;
}

*{margin:0;padding:0;color:#000;}
h1,h2,h3,h4{
	font-weight:normal;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
html{
	
}
body{
	max-width: 640px;
	margin:0 auto;
	width:100%;
	height:100%;
	font-family:Microsoft Yahei,Helvetica Neue !important;
}
i{
	font-style:normal;
}
img{
	display:block;
}
.cl { 
  *zoom: 1; 
} 
.cl:before, 
.cl:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
}  
.cl:after { 
  clear: both; 
} 
.fl{
	float:left;
}
.fr{
	float:right;
}
.wrap{
	height:100%;
	width:100%;
}



/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ae151e;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*党纪法规*/
.djfgbox{
    margin: 20px auto;
    background: #CD0303;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.djfgbox .dzsj,.djfgbox .cspt{
    width: 40%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.djfgbox .dzsj a,.djfgbox .cspt a{
   color:#fff;
}
.djfgbox .djfg{
    width: 20%;
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: bold;
    height: 70px;
}
.djfgbox .djfg a{
    color: #fff;
    display: inline-block;
    height: 70px;
    background: #CD0303;
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;
	}




/*测试平台*/
.cspt .cspt_title{
            width: 100%;
            height: 12rem;
            background: url("/sitesources/xclz/upload/202010/20201019152128379.jpg");
            background-size: 100% 100%;       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sitesources/xclz/upload/202010/20201019152128379.jpg',sizingMethod='scale');
        }
        .cspt .cspt_wxts{
            width: 100%;
            height: auto;
            background: #dddddd;
        }
        .cspt .cspt_wxts p{
             line-height: 20px;
             padding: 10px 20px 20px;
             font-size:14px;
         }
        .cspt .cspt_wxts .first{
            line-height: 10px;
            padding: 20px 20px 5px;
            font-size:18px;
            color: #c32b0b;
            font-weight: bold;
        }
        .cspt .cspt_nr ul li{
           width: 46%;
    height: 50px;
    margin: 40px auto 0;
    background: url(/sitesources/xclz/upload/202010/20201019152144240.jpg) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 9px 1px #777;
    float: left;
    margin-left: 2%;
        }
.cspt .cspt_nr ul li:last-child{
            margin-bottom: 40px;
        }
        .cspt .cspt_nr ul li p{
               width: 118px;
    height: 60px;
    margin: 15px 20px 0 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    color: #DB1515;
    font-size: 12px;
    font-weight: bold;
        }



/*电子书架*/
.dzsj .dzsj_title{
            width: 100%;
            height:  9rem;
            background: url("/sitesources/xclz/upload/202010/20201019160351747.jpg");
            background-size: 100% 100%;       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sitesources/xclz/upload/202010/20201019152128379.jpg',sizingMethod='scale');
        }
        .dzsj .dzsj_wxts{
            width: 100%;
            height: auto;
            background: #dddddd;
        }
        .dzsj .dzsj_wxts p{
            line-height: 20px;
    padding: 10px 20px 20px;
    font-size: 14px;
             text-indent: 2em;
         }
        .dzsj .dzsj_wxts .first{
               line-height: 10px;
    padding: 20px 20px 5px;
    font-size: 18px;
            font-weight: bold;
           text-indent: 0em;
        }
        .dzsj .dzsj_nr ul li{
            margin: 40px 0 0 6%;
 background-size: 100% 100%;  
           box-shadow: 0px 4px 9px 1px #777;
            float: left;
        }
.dzsj .dzsj_nr ul li:last-child{
            margin-bottom: 40px;
        }   
.dzsj .dzsj_nr ul li:nth-child(3n+1) {
margin: 40px 0 0 14%;
}  
.dzsj .dzsj_nr ul li img{
    width:  78px;
}
