@charset "utf-8";
/* CSS Document */
.subPage {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.bread {
  width: auto;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 13px 0;
  overflow: hidden;
}
.bread span {
  float: left;
}
.bread a:hover {
  color: #0a855b;
}
.sub_t01 h2:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
  transition: all 1s ease 0s;
}
.sub_mbtn {
  width: 100%;
  height: 40px;
  background-color: #ccede2;
  cursor: pointer;
  display: none;
}
.sub_mbtn span {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  color: #0a855b;
}
.sub_navm {
  width: 100%;
  overflow: hidden;
  display: none;
}
.sub_navm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #003c7f;
}
.sub_navm h2 a {
  padding-left: 13px;
  font-size: 20px;
  font-family: Tahoma;
  display: block;
  color: #fff;
}
.sub_navm ul {
  background-color: #fff;
}
.sub_navm li {
}
.sub_navm li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #515151;
  padding-left: 13px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #dfede1;
  display: block;
}
.sub_navm li a:hover {
  color: #003c7f;
}
.sub_navm li.sub_has span {
  margin-left: 10px;
}
.sub_navm li.on a {
  color: #003c7f;
  display: block;
  width: 100%;
}
.sub_navm dl {
  display: none;
  background-color: #cac9c9;
  padding: 0px 0px 5px;
}
.sub_navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 5px 0px 5px 30px;
}
.sub_navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}
.sub_navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}
.sub_navm li dl dd a:hover {
  color: #a70510;
}

.subPage_con {
  width: 100%;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  gap: 15px;
  padding: 15px;
}

/*左侧边栏*/
.sub_left {
  width: 237px;
  z-index: 99;
  position: relative;
}
.sub_leftTitle {
  width: 100%;
  height: 67px;
  background: #0a855b;
}
.sub_leftTitle h3 {
  line-height: 67px;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.sub_leftTitle p {
  padding: 5px 0 0 30px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.sub_left .sub_nav {
  width: auto;
  overflow: hidden;
  padding: 0 10px;
  -moz-box-shadow: 0px 5px 10px #ddd;
  -webkit-box-shadow: 0px 5px 10px #ddd;
  box-shadow: 0px 5px 10px #ddd;
}
.sub_left .sub_nav li {
  background: url(../images/arrow01.png) no-repeat 14px 18px;
}
.sub_left .sub_nav li a {
  padding: 13px 0 13px 37px;
  line-height: 22px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #eee;
}
.sub_left .sub_nav li:hover a,
.sub_left li.active a {
  color: #0a855b;
}
.sub_left .sub_nav li:hover,
.sub_left .sub_nav li.active {
  background: url(../images/arrow02.png) no-repeat 14px 18px;
}
.sub_right {
  width: 100px;
  flex: auto;
}

.articleTitle {
  height: 65px;
  width: auto;
  overflow: hidden;
}
.articleTitle h2 {
  width: 90%;
  overflow: hidden;
  font-size: 2rem;
  font-weight: normal;
  color: #0a855b;
  padding: 22px 0 0 30px;
}
.gen01 p {
  line-height: 30px;
}
.readMore {
  height: 30px;
  line-height: 30px;
  margin: 20px 0;
}
.readMore a {
  float: right;
  width: 100px;
  height: 30px;
  background-color: #007072;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
.readMore a:hover {
  background-color: #e8b053;
}
.tabMenu01 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #dfede1;
}
.tabMenu01 li {
  width: 33.3333%;
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  width: 304px;
}
.tabMenu01 li a {
  display: block;
  border-left: 1px solid #fafaf0;
  background-color: #dfede1;
  text-align: center;
}
.tabMenu01 li a:first-child {
  border-left: none;
}
.tabMenu01 li.active a,
.tabMenu01 li:hover a {
  background-color: #007072;
  color: #fff;
}

/*列表页*/
.articleList05 {
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
.articleList05 .articleTitle {
  border-bottom: 2px solid #0a855b;
}
.articleList05 .articleTitle span {
  float: right;
}
.list05 li span {
  float: right;
  color: #505050;
}
.list05 {
  width: 97%;
  overflow: hidden;
  padding: 10px 0 10px 30px;
  min-height: 310px;
}
.list05 li {
  height: 40px;
  line-height: 40px;
  background: url(../images/li_bg04.jpg) no-repeat left center;
  overflow: hidden;
}
.list05 li.top_h {
  background: url(../images/toptic.png) no-repeat -1px center;
  background-size: 15px;
}
.list05 li span {
  float: right;
  color: #505050;
}
.list05 li a {
  padding-left: 28px;
}
.list05 li.line {
  background: no-repeat;
  height: 1px;
  line-height: 1px;
  margin: 10px 0;
  border-bottom: 1px dashed #ddd;
}

/*分页*/
.pages {
  width: 556px;
  height: 28px;
  line-height: 26px;
  margin: 30px auto 60px;
  font-size: 14px;
}

.pages a {
  margin-right: 7px;
  float: left;
  background-color: #fff;
  width: 28px;
  height: 26px;
  border: 1px solid #cecece;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.pages a img {
  width: auto;
}
.pages a:hover {
  background-color: #0a855b;
  color: #fff;
}
.pages a.on_pages {
  color: #fff;
  background-color: #0a855b;
}
.pages a.prev,
.pages a.next {
  width: 63px;
  height: 26px;
  border: 1px solid #cecece;
  background-color: #fff;
}
.pages a.prev:hover,
.pages a.next:hover {
  background-color: #0a855b;
  color: #fff;
}
.pages span {
  float: left;
  padding: 0 10px;
}
.pages select {
  float: left;
  width: 48px;
  height: 26px;
  border: 1px solid #d3d3d3;
}
.pages_min {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px 18px 0;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.pages_min a.prev_min,
.pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  background: #0a855b;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.pages_min a.disabled,
.pages_min a.disabled {
  background: #aaaaaa;
  color: #fff;
  cursor: none;
}
.pages_min a:hover {
  background: #ee931d;
  color: #fff;
  transition: 0.5s;
}

.sub_left .sub_nav li.active .sj a {
  padding: 8px 0 8px 35px;
  font-size: 16px;
  color: #333;
}
.sub_left .sub_nav li.active .sj .onn3,
.sub_left .sub_nav li.active .sj a:hover {
  color: #0a855b;
}

.padding {
  padding-bottom: 1px;
  clear: both;
}
@media screen and (max-width: 1200px) {
  .subPage {
    width: auto;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .sub_left,
  .pages {
    display: none;
  }
  .pages_min {
    display: flex;
  }
  .sub_mbtn {
    display: block;
  }
  .subPage {
    width: auto;
    padding: 0 5%;
  }
  .sub_title {
    width: 100%;
    float: none;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0;
  }

  .list05 {
    width: 100%;
    padding-left: 0;
  }
  .list05 li {
    height: 30px;
    line-height: 30px;
  }
  .list05 li a {
    padding-left: 18px;
  }
}

@media screen and (max-width: 600px) {
  .input .name,
  .input .gen {
    width: 100%;
    margin: 5px 0;
  }
  .btn span {
    width: 100%;
    margin: 5px 0;
  }
  .searchCon {
    width: 240px;
  }
  .input span {
    width: 162px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
