.section-inner a,
.sp-lf li,
.sp-a-head,
.sp-rig,
.sp-title,
.sp-list,
.sp-imgitem a,
.sp-lf h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageImg {
  overflow: hidden;
  
  height: 400px;
  width: 100%;
}
.pageImg img {
  
  height: 400px;
  width: 100%;
}
.section-inner {
  margin: 0 auto;
  
  width: 1200px;
  
  padding: 30px 0;
}
/************************************ 左 侧 栏 *************************************/
.sp-lf {
  width: 22.5%;
  /*270 / 1200*/
  margin-right: 1.583%;
  /*19 / 1200*/
}
.sp-lf a {
  display: inline-block;
  width: 100%;
}
/*栏目标题*/
.sp-lf h1 {
  width: 100%;
  background-color: #24998d;
}
.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 74px;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
}

/*栏目下子栏*/
.sp-lf ul {
  width: 100%;
  position: relative;
}
/*栏目最下方块状装饰*/
.sp-lf ul:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 18px;
  background-color: #ebe8db;
}
.sp-lf li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 6px;
  height: 60px;
  background-color: #f7f7f7;
  transition: all .3s linear;
}
.sp-lf li:before {
  content: '';
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  background-color: #24998d;
}
.sp-lf li:hover:after { content: ''; position: absolute;
  height: 3px; 
  width: 12px; 
  top: 28.5px; 
  left: 25px; 
  background-color: #24998d;  }
.sp-lf li i {
  float: right;
  font-style: normal;
  margin-right: 19px;
  color: #aaaaaa;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
  /*padding: 30px 10px; */
}
.sp-lf li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #444444;
  padding-left: 42px;
  border-right: 1px solid #ebe8db;
}
/**除了下线或上线添加线条**/
/*.sp-lf li:not(:first-child) a { border-bottom: 1px solid #ebe8db; }*/
.sp-lf li:not(:last-child) a {
  border-bottom: 1px solid #ebe8db;
}
.sp-lf li:hover {
  background-color: #fff;
}
.sp-lf li:hover a {
  color: #24998d;
}
.sp-lf li:hover i {
  color: #24998d;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
  /*padding: 30px 10px; */
}
.sp-lf li:hover:before {
  background-color: #f0ad4e;
}
/*当前栏目 - sp-lf-current*/
.sp-lf .sp-lf-current {
  background-color: #fff;
}
.sp-lf .sp-lf-current a {
  color: #24998d;
}
.sp-lf .sp-lf-current a i {
  color: #24998d;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
  /*padding: 30px 10px; */
}
/*左侧小方块*/
.sp-lf .sp-lf-current:before {
  background-color: #f0ad4e;
}
/*中间标识物，可替换成图片*/
.sp-lf .sp-lf-current:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #24998d;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
}
/************************************ 右 侧 栏 *************************************/
.sp-rig {
  position: relative;
  background-color: #fff;
  padding: 0 3%;
  
  width: 75.7166%;
}
/*标题和位置导航*/
.sp-title {
  width: 100%;
  
  height: 74px;
  
  border-bottom: 1px solid #e3e3e3;
}
.sp-title-lf h1 {
  position: relative;
  font-weight: normal;
  
  height: 74px;
  
  line-height: 74px;
  
  font-size: 26px;
  
  color: #444;
}
.sp-title-lf h1:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  
  height: 5px;
  
  background-color: #24998d;
}
.sp-title-rig {
  
  line-height: 74px;
}
/*开头标签*/
.sp-title-rig i {
  
  padding: 10px 15px;
}
.sp-title-rig > div {
  display: inline-block;
  vertical-align: top;
}
/*最后一个栏目特殊样式*/
.sp-title-rig > div > span:last-child > a {
  
  color: #c8a731;
}
/*图标或箭头*/
.sp-title-rig > div > span:nth-child(1n) {
  
  color: #c0c0c0;
}

/************************************ page: 链 接 列 表 *************************************/
/*.sp-list { width: 100%;
  padding: 20px 0; }

.sp-list li { position: relative;
  transform: all .5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px; }
.sp-list li:before,.sp-list li:after { position: absolute; content: ''; z-index: 2;
  width: 7px; 
  height: 7px;
  top: 50%;  }
.sp-list li:before { 
  left: 5px;
  margin-top: -3.5px; 
  background-color: #e1c668;  }
.sp-list li:after { z-index: 1;
  left: 7px; 
  margin-top: -1px; 
  background-color: #f5ebca; }
.sp-list li a{ display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  width: 88%;
  line-height: 39px; }

.sp-list li a:hover{
  color: #0c0c0c; }
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-size: 15px;
  font-style: italic;
  margin-right: 3px;
}*/
.sp-list { width: 100%;
  padding: 20px 0; }
.sp-list-time { line-height: 39px;}
#wp_paging_w101 {  }
.wp_paging {width: 100%; text-align: center !important;}
.wp_paging>li { display: inline-block; }

#wp_news_w101 { width: 100%;
  padding: 20px 0; }

#wp_news_w101 li { position: relative;
  transform: all .5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px; }
  /*文字前图片 - 一般使用before/after之一即可*/
#wp_news_w101 li:before,#wp_news_w101 li:after { position: absolute; content: ''; z-index: 2;
  width: 7px; 
  height: 7px;
  top: 50%;  }
#wp_news_w101 li:before { 
  left: 5px;
  margin-top: -3.5px; 
  background-color: #e1c668;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/  }
#wp_news_w101 li:after { z-index: 1;
  left: 7px; 
  margin-top: -1px; 
  background-color: #f5ebca;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/ }
#wp_news_w101 li a{ display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  width: 88%;
  line-height: 39px; }

#wp_news_w101 li a:hover{
  color: #0c0c0c; }
/************************************ page: 单 页 文 章 *************************************/
.sp-article {
  
  padding: 10px 0 30px 0;
}
.spa-head {
  width: 100%;
  
  padding: 16px 0;
}
/*描述性东西，一般是时间/栏目/作者/浏览人数*/
.spa-desc {
  width: 100%;
  text-align: center;
  
  line-height: 27px;
  
  padding-bottom: 5px;
  
  border-bottom: 1px dotted #cccccc;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  
  line-height: 35px;
  padding: 7.5px 0;
  
  font-size: 26px;
  
  color: #24998d;
}
.sp-content {
  
  color: #444444;
  
  line-height: 25px;
  
  font-size: 16px;
}
.sp-content hr {
  border: none;
  
  margin-bottom: 20px;
}
/************************************ page: 图 片 列 表 *************************************/
/*图片列表*/
.sp-imglist-outer {
  
  padding: 30px 0;
}
.sp-imglist {
  
  width: 100%;
}
.sp-imglist > li {
  
  width: 260px;
  
  height: 260px;
}
.sp-imglist > li:not(:nth-child(3n)) {
  
  margin-right: 3.3333%;
}
.sp-imglist h3 {
  text-align: center;
  width: 100%;
}
.sp-imglist a {
  font-size: 16px;
  
  line-height: 40px;
  
  color: #555;
}
.sp-imgitem {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sp-imglist > li:hover .sp-imgitem {
  
  border: 3px solid #24998d;
}
.sp-imgitem {
  
  border: 3px solid #f1eacc;
}
.sp-imgitem a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  
  width: 254px;
  
  height: 194px;
  
  border: 1px solid #fff;
}
.sp-imgitem img {
  
  width: 252px;
  
  height: 192px;
}
/***********************    响应式   **********************/
/*G电脑屏幕*/
@media screen and (max-width: 1200px) {
  .sp-list li a {
    width: 81%;
  }
  .section-inner {
    width: 980px;
  }
  .sp-imglist > li:not(:nth-child(2n)) {
    
    margin-right: 3.3333%;
  }
}
/*G平板屏幕*/
@media screen and (max-width: 992px) {
  .sp-list li a {
    width: 78%;
  }
  .section-inner,
  .nav-inner {
    width: 800px;
  }
}
/*G手机屏幕*/

