/*通用样式*/

body {color: #222; background-color: #fff;   margin: 0px;font: 16px/32px "MicroSoft YaHei",'宋体';word-spacing: 5px;letter-spacing:1px;line-height:1.428;}

ul,li,dl,dd,dt,ol{list-style-type: none;margin: 0;padding: 0;}
a{text-decoration: none!important;}
img{border: none;}

.center{padding: 0; display: flex; justify-content: center; align-items: center;}
.img-full{width: 100%;height: auto;}

a:link {color: #222;text-decoration: none;}
a:visited {text-decoration: none;color: #222;}
a:hover {text-decoration:none; color:#222;}
a:active {text-decoration: none;color: #222;}

.link01,a.link01:link,a.link01:visited,a.link01:hover { color:#CC0000; vertical-align: middle;}
.link02,a.link02:link,a.link02:visited,a.link02:hover { color:#999; vertical-align: middle;}

.ch{width: 100%;height: 0;clear: both;}
.ch1{width: 100%;height: 1em;clear: both;}
.ch3{width: 100%;height: 3em;clear: both;}
.ch5{width: 100%;height: 5em;clear: both;}


.container{
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px; /* or 950px */
}

.p0{ padding: 0px;}


/*内容*/
.toutiao{ 
  font-size: 2.6em; 
  text-align: center; 
  font-weight: bolder; 
  line-height: 1em; 
  margin-bottom: 1.5em;
}

.yw_list li{ 
  margin: 1em 0;
}

.heaer01{
  width: 100%; 
  background: url(../images/zhtjy_headerbg.jpg) top left no-repeat; 
  padding-left: 1em; 
  line-height: 2em; 
  background-size: cover;
  font-size: 1.2em;
  margin: 3em 0 1em 0;
}

.xxtime{
  border-bottom: #ccc 1px solid; 
  padding-bottom:2em; 
  margin-top: 2em;
}
.xxtime .title{ 
  font-size: 1.2em; 
  font-weight: bold; 
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.xxtime .text{
  color: #666; 
  text-indent: 2em; 
  line-height: 2em;
}

.sp img{ 
  margin-bottom: 2em;
}


.bottom{
  text-align: center; 
  background-color:#000; 
  border-top:2px solid #F00;
  color: #999;
  padding: 2em 0;
  font-size: 0.8em;
}




.mySwiper2{margin: 2em 0;}
/*幻灯组件*/
.swiper a{width: 100%; color: #fff;}
.swiper-slide span{width:100%;position:absolute; bottom:0; background:#000; filter:alpha(opacity=60);opacity:0.60; line-height: 2em; text-align: center; float: left; z-index: 99;}
.swiper .right{ text-align: right; padding-right: 2em;}




/*页签组件*/
.hd{ width: 100%; border-bottom: #ccc 1px solid; height: 3em;}
.hd li{ float: left; padding: 1em 0; width: 25%; text-align: center; }
.hd .on{ float: left; padding: 1em 0; border-bottom: #b11a1a 2px solid; height: 3em; text-align: center; }

.bd{ float: left; width: 100%;}
.bd ul{margin: 1em;}