/*通用样式*/

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;}


.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;}


/*内容*/
.header{
  border-bottom: #ccc 1px solid; 
  margin-bottom: 1em;
}
.header span{
  border-bottom: #222 2px solid; 
  font-size: 1.5em; 
  margin-bottom: 1em;
  font-weight: bold;
  padding:0 0.5em;
}

.news .title{
  border-bottom: #ccc 1px solid; 
  margin-bottom: 1em;
  font-size: 1.5em; 
  margin-bottom: 1em;
  font-weight: bold;
  background: url(../images/gymsy_title.png) left center no-repeat; 
  padding: 0.5em 0;
  text-indent: 2em;
  line-height: 1.5em;
}

.news .title span{
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 2em;
}

.n_list li{
  margin:1.2em 0 ;
}

.shp{
  text-align: center;
  margin: 1em 0;
}

.header02{
  background: url(../images/gymsy_title2.png) left center no-repeat;
  background-size: cover;
  line-height: 2em;
  text-indent: 2em;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.zhsh{
  border-bottom: #ccc 1px solid;
  padding: 1em;
  margin-bottom: 2em;
}

.mend{
  margin-bottom: 3em;
}
.mend .name{
  border-bottom: #ccc 1px solid;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

.name span{
  border-bottom: #222 2px solid;
  font-size: 1.2em;
  padding: 0 0.5em;
}

.mend .adds{
  font-size: 0.8em; 
  font-weight: bold;
}


.bottom{
  text-align: center; 
  background-color:#000; 
  border-top:2px solid #F00;
  color: #999;
  padding: 2em 0;
  font-size: 0.8em;
}

.link02,a.link02:link,a.link02:visited,a.link02:hover { color:#999; vertical-align: middle;}



/*页签组件*/
.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;}
.sp img{ 
  margin-bottom: 2em;
}


/*幻灯组件*/
.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: 2%;}
.swiper-slide p{text-align: center; width:100%; font-size: 0.8em;}