.pic {
  display: block;
  height: 100%;
  width: 100%;
}

.txt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*弹性布局*/
.dfc {
  display: flex;
  flex-direction: column;
}
.jcsb {
  display: flex;
  justify-content: space-between;
}
.jcc {
  display: flex;
  justify-content: center;
}
.jcfe {
  display: flex;
  justify-content: flex-end;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.fs {
  flex-shrink: 0;
}
.fww {
  flex-wrap: wrap;
}
.lf {
  float: left;
}
.rig {
  float: right;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
/*行数*/
/*a元素样式*/
/*字体相关*/
.white {
  color: white;
}
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
.none {
  display: none;
}
.dlb {
  display: inline-block;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body,
html {
  height: 100%;
  width: 100%;
  color: #333333;
  line-height: normal;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
body {
  background-color: #ffffff;
}
a {
  text-decoration: none;
  color: #333333;
}
input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  /* 默认有边距，都要清除 */
  margin: 0;
  padding: 0;
  /* 去掉列表的原点 */
  list-style: none;
}
/*行内块元素*/
input,
img {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: bottom;
}
input {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*行内元素*/
a,
a:active,
a:visited {
  /*下划线和颜色*/
  text-decoration: none;
  color: #4c4c4c;
}
a:hover {
  color: #4c4c4c;
}
textarea {
  /* 边框清零 */
  border: none;
  /* 轮廓线清零 */
  outline: none;
  /* 防止文本域被随意拖拽 */
  resize: none;
}
i {
  /*文字样式*/
  font-style: normal;
}
table {
  /*边框合并*/
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: none;
}
li {
  list-style-type: none;
}
.li-inlineblock,
.div-inlineblock,
.select-input {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.none,
.p-none {
  display: none;
}
/***********************		响应式		**********************/
/*G电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
}
/** 全 局 配 置 ****************************************************/
.section a:hover {
  color: #008C95;
}
.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%;
  margin-right: 1.583%;
}
.sp-lf a {
  display: inline-block;
  width: 100%;
}
.sp-lf h1 {
  width: 100%;
  background-color: #008C95;
}
.sp-lf h1,
.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 74px;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
}
.sp-lf h1 {
  padding-left: 45px;
}
.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;
}
.sp-lf li:before {
  content: '';
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  background-color: #008C95;
}
.sp-lf li i {
  float: right;
  font-style: normal;
  margin-right: 19px;
  color: #aaaaaa;
}
.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,
.sp-lf li:before,
.sp-lf li i,
.sp-lf li a {
  transition: all 0.1s linear;
}
.sp-lf h1 a:hover {
  color: #ffffff;
}
.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: #008C95;
}
.sp-lf li:hover i {
  color: #008C95;
}
.sp-lf li:hover:before {
  background-color: #029df7;
}
.sp-lf li:hover:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #008C95;
}
/*当前栏目 - sp-lf-current*/
.sp-lf .sp-lf-current {
  background-color: #fff;
}
.sp-lf .sp-lf-current a {
  color: #008C95;
}
.sp-lf .sp-lf-current a i {
  color: #008C95;
}
/*当前栏目 - 左侧小方块*/
.sp-lf .sp-lf-current:before {
  background-color: #029df7;
}
.sp-lf .sp-lf-current:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #008C95;
}
/** 右 侧 内 容 ****************************************************/
.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: #008C95;
}
.sp-title-rig {
  line-height: 74px;
}
/*当前位置小图标*/
.sp-title-rig i {
  padding: 10px 15px;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-title-rig > div {
  display: inline-block;
  vertical-align: top;
}
/*最后一个栏目特殊样式*/
.sp-title-rig > div > span:last-child > a {
  color: #008C95;
}
/*图标或箭头*/
.sp-title-rig > div > span:nth-child(1n) {
  color: #c0c0c0;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
/** page: 链 接 列 表 ****************************************************/
.sp-list {
  width: 100%;
  padding: 20px 0;
}
.sp-list table li {
  position: relative;
  transform: all 0.5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px;
}
.sp-list table li:before,
.sp-list table li:after {
  position: absolute;
  content: '';
  z-index: 2;
  width: 7px;
  height: 7px;
  top: 50%;
}
.sp-list table li:before {
  left: 5px;
  margin-top: -3.5px;
  background-color: #e1c668;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-list table li:after {
  z-index: 1;
  left: 7px;
  margin-top: -1px;
  background-color: #f5ebca;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-list table 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 table li a:hover {
  color: #008C95;
}
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-style: italic;
  margin-right: 3px;
  font-family: 'Arial';
}
/** 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: 36px;
  padding: 7px 0;
  font-size: 26px;
  color: #008C95;
}
.sp-content {
  color: #383737;
  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 0.3s linear;
  transition: all 0.3s linear;
}
.sp-imglist > li:hover .sp-imgitem {
  border: 3px solid #008C95;
}
.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电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
  .pageImg {
    width: 100%;
    height: 200px;
  }
  .pageImg img {
    height: 100%;
    width: 100%;
  }
  .section-inner {
    width: 100%;
    padding-top: 0;
  }
  .sp-lf,
  .sp-title-rig {
    display: none !important;
  }
  .sp-title-lf h1,
  .sp-article h1 {
    font-size: 23px;
  }
  .sp-article h1 {
    white-space: normal;
    line-height: 30px;
    margin: 10px 0;
  }
  .sp-article img {
    width: 100%;
  }
  .sp-rig {
    width: 100% !important;
    padding: 0 5%;
  }
  .sp-list {
    padding: 0;
  }
  .sp-list table li a {
    width: 70%;
  }
  .sp-imglist {
    text-align: center;
  }
  .sp-imglist > li {
    display: inline-block;
  }
}
/*# sourceMappingURL=pages.css.map */


