.list_banner {
  background-image: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
}
.list_banner img {
  width: 100%;
  height: 100%;
}
.centent_list {
  padding: 0 0 80px;
}
.centent_list .common-content .common-left {
  display: none;
  width: 274px;
  float: left;
}
.centent_list .common-content .common-left .local-title {
  width: 100%;
  height: 78px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #EDEDED;
  line-height: 70px;
  padding-left: 28px;
  background: #189FA0;
  border-bottom: 6px solid #058787;
}
.centent_list .common-content .common-left .navlist2 {
  width: 100%;
  background: #EDEDED;
  padding-top: 10px;
  padding-left: 10px;
}
.centent_list .common-content .common-left .navlist2 li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.centent_list .common-content .common-left .navlist2 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 20px;
}
.centent_list .common-content .common-left .navlist2 li.active {
  position: relative;
  background: #FFFFFF;
}
.centent_list .common-content .common-left .navlist2 li.active a {
  color: #058787;
  font-weight: bold;
  font-size: 18px;
}
.centent_list .common-content .common-left .navlist2 li.active::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../images/Leftbar_arrow.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 21px;
  top: 26px;
}
.centent_list .common-content .common-left .navlist2 li.active .thr-sub {
  display: block;
}
.centent_list .common-content .common-left .navlist2 li .thr-sub {
  display: none;
  background-color: #EDEDED;
}
.centent_list .common-content .common-left .navlist2 li .thr-sub li a {
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #515151;
  padding: 10px;
  padding-left: 36px;
}
.centent_list .common-content .common-left .navlist2 li .thr-sub li a.active {
  position: relative;
  background: #FFFFFF;
  color: #086676;
}
.centent_list .common-content .common-right {
  width: 100%;
}
.centent_list .common-content .common-right .top_title {
  position: relative;
  margin-top: -32px;
    margin-bottom: 16px;
  border-bottom: 2px solid #5C307D;
}
.centent_list .common-content .common-right .top_title .title {
  float: left;
  width: 240px;
  height: 100px;
  background-image: url(../images/leftbar_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.centent_list .common-content .common-right .top_title .title .local-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 125px;
}
.centent_list .common-content .common-right .top_title .common-local {
  float: right;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.centent_list .common-content .common-right .top_title .common-local .img {
  width: 9px;
  height: 12px;
  float: left;
  margin-top: -1px;
  margin-right: 10px;
}
.centent_list .common-content .common-right .top_title .common-local .img img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .top_title .common-local a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.centent_list .common-content .common-right .common-list {
  padding-top: 8px;
}
.centent_list .common-content .common-right .common-list li.list-S {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #eee;
}
.centent_list .common-content .common-right .common-list li.list-S:nth-child(even) {
  background: #F5F5F5;
}
.centent_list .common-content .common-right .common-list li.list-S a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 96px 30px 35px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  position: relative;
}
.centent_list .common-content .common-right .common-list li.list-S a:hover {
  color: #5C307D;
}
.centent_list .common-content .common-right .common-list li.list-S a::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 13px;
  background-image: url(../images/list_icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.centent_list .common-content .common-right .common-list li.list-S span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.common_centent {
  padding: 50px 0;
  background-image: url(../images/content_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.common_centent .article-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  padding: 0 30px;
}
.common_centent .article-small {
  text-align: center;
  padding: 27px 0 54px;
}
.common_centent .article-small span {
  margin: 0 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #676767;
  line-height: 22px;
}
.common_centent .article-content p,
.common_centent .article-content span,
.common_centent .article-content strong,
.common_centent .article-content h1,
.common_centent .article-content h2,
.common_centent .article-content h3,
.common_centent .article-content h4,
.common_centent .article-content h5,
.common_centent .article-content h6,
.common_centent .article-content i,
.common_centent .article-content b,
.common_centent .article-content em,
.common_centent .article-content a,
.common_centent .article-content div,
.common_centent .article-content ul,
.common_centent .article-content ol,
.common_centent .article-content li,
.common_centent .article-content dl,
.common_centent .article-content dt,
.common_centent .article-content dd,
.common_centent .article-content table,
.common_centent .article-content tr,
.common_centent .article-content th,
.common_centent .article-content td,
.common_centent .article-content form,
.common_centent .article-content input,
.common_centent .article-content textarea,
.common_centent .article-content select,
.common_centent .article-content option,
.common_centent .article-content button,
.common_centent .article-content label,
.common_centent .article-content img,
.common_centent .article-content iframe,
.common_centent .article-content blockquote,
.common_centent .article-content pre,
.common_centent .article-content code,
.common_centent .article-content hr,
.common_centent .article-content br {
  font-family: Microsoft YaHei !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000000 !important;
  line-height: 30px !important;
}
.wp_articlecontent p,
.wp_articlecontent span,
.wp_articlecontent strong,
.wp_articlecontent h1,
.wp_articlecontent h2,
.wp_articlecontent h3,
.wp_articlecontent h4,
.wp_articlecontent h5,
.wp_articlecontent h6,
.wp_articlecontent i,
.wp_articlecontent b,
.wp_articlecontent em,
.wp_articlecontent a,
.wp_articlecontent div,
.wp_articlecontent ul,
.wp_articlecontent ol,
.wp_articlecontent li,
.wp_articlecontent dl,
.wp_articlecontent dt,
.wp_articlecontent dd,
.wp_articlecontent table,
.wp_articlecontent tr,
.wp_articlecontent th,
.wp_articlecontent td,
.wp_articlecontent form,
.wp_articlecontent input,
.wp_articlecontent textarea,
.wp_articlecontent select,
.wp_articlecontent option,
.wp_articlecontent button,
.wp_articlecontent label,
.wp_articlecontent img,
.wp_articlecontent iframe,
.wp_articlecontent blockquote,
.wp_articlecontent pre,
.wp_articlecontent code,
.wp_articlecontent hr,
.wp_articlecontent br {
  font-family: Microsoft YaHei !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000000 !important;
  line-height: 30px !important;
}

