.list_banner {
  background-image: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.list_banner img {
  width: 100%;
  height: 100%;
}
.centent_list {
  padding: 23px 0 80px;
}
.centent_list .common-content .common-left {
  width: 18%;
  float: left;
}
.centent_list .common-content .common-left .nav_t {
  position: relative;
}
.centent_list .common-content .common-left .nav_t .local-title {
  width: 100%;
  height: 100px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 100px;
  padding-left: 28px;
  background-image: url(../images/leftbar_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0px 25px 0px 0px;
}
.centent_list .common-content .common-left .nav_t .navlist2 {
  position: relative;
  width: 100%;
  background: #EDF5F9;
  padding-top: 9px;
  padding-left: 10px;
}
.centent_list .common-content .common-left .nav_t .navlist2::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #BFE1F4;
  position: absolute;
  left: 0;
  top: 0;
}
.centent_list .common-content .common-left .nav_t .navlist2 li {
  width: 100%;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active {
  position: relative;
  background: #EDF5F9;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active a {
  color: #005D6C;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  background-image: url(../images/leftbar_arr.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 15px;
  top: 17px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active .thr-sub {
  display: block;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub {
  display: none;
  background-color: #EDF5F9;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li {
  padding-left: 21px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a {
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #515151;
  line-height: 28px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a.active {
  position: relative;
  background: #FFFFFF;
  color: #1f678d;
}
.centent_list .common-content .common-left .nav_t .navlist2 li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-left: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #FFFFFF;
}
.centent_list .common-content .common-left .contact {
  width: 100%;
  height: 164px;
  border: 1px solid #E8E8E8;
  margin-top: 46px;
}
.centent_list .common-content .common-left .contact .title {
  width: 100%;
  height: 76px;
  background-image: url(../images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px 0 0 23px;
}
.centent_list .common-content .common-left .contact .title h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #005D6C;
  line-height: 31px;
}
.centent_list .common-content .common-left .contact .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.centent_list .common-content .common-left .contact .list {
  padding: 12px 23px;
}
.centent_list .common-content .common-left .contact .list ul li {
  line-height: 30px;
}
.centent_list .common-content .common-left .contact .list ul li .o {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 1px solid #005D6C;
  border-radius: 50%;
}
.centent_list .common-content .common-left .contact .list ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.centent_list .common-content .common-left .order {
  width: 100%;
  height: 50px;
  background: linear-gradient(91deg, #2182E1, #A2CAF1);
  border-radius: 25px;
  margin-top: 36px;
}
.centent_list .common-content .common-left .order a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 23px;
  line-height: 50px;
}
.centent_list .common-content .common-left .order a .icon {
  float: left;
  width: 14px;
  height: 15px;
  margin-right: 10px;
}
.centent_list .common-content .common-left .order a h4 {
  float: left;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
}
.centent_list .common-content .common-left .order a .to {
  float: right;
  width: 33px;
  height: 8px;
}
.centent_list .common-content .common-right {
  float: right;
  width: 78%;
}
.centent_list .common-content .common-right .top_title {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.centent_list .common-content .common-right .top_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: url(../images/list_title_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.centent_list .common-content .common-right .top_title .title {
  float: left;
  width: 200px;
}
.centent_list .common-content .common-right .top_title .title .img {
  float: left;
  width: 7px;
  height: 22px;
  margin-right: 15px;
}
.centent_list .common-content .common-right .top_title .title .img img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .top_title .title h4 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f678d;
  line-height: 22px;
}
.centent_list .common-content .common-right .top_title .common-local {
  display: inline-block;
  position: relative;
}
.centent_list .common-content .common-right .top_title .common-local .img {
  width: 5px;
  height: 12px;
  float: left;
  margin-top: 0px;
  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 li.list-S {
  float: left;
  width: 100%;
  padding-left: 20px;
  position: relative;
  background: #FFFFFF;
}
.centent_list .common-content .common-right .common-list li.list-S:nth-child(2n) {
  background: #F3F8FB;
}
.centent_list .common-content .common-right .common-list li.list-S a {
  padding: 15px 0;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  color: #000;
  padding: 0 80px 0 30px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .common-list li.list-S a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 11px;
  background-image: url(../images/index_list_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.centent_list .common-content .common-right .common-list li.list-S a:hover {
  color: #005D6C;
}
.centent_list .common-content .common-right .common-list li.list-S span {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.common_centent {
  padding-top: 32px;
}
.common_centent .article-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}
.common_centent .article-small {
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding: 27px 0;
}
.common_centent .article-content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}
.common_centent .publish-time {
  position: relative;
}
.common_centent .publish-time:before {
  content: "";
  /*display: block;*/
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('../images/content_icon_1.png');
  width: 15px;
  height: 16px;
}
.common_centent .publish-unit {
  position: relative;
}
.common_centent .publish-unit:before {
  content: "";
  /*display: block;*/
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('../images/content_icon_2.png');
  width: 15px;
  height: 17px;
}
@media (max-width: 991px) {
  .centent_list {
    padding: 0 0 30px;
  }
  .inner-banner {
    height: 150px;
  }
  .centent_list .common-content .common-right,
  .centent_list .common-content .common-left {
    width: 100%;
  }
  .centent_list .common-content .common-right .common-list {
    padding-top: 17px;
  }
  .centent_list .common-content .common-right .top_title {
    padding: 15px 0;
  }
  .common-local {
    padding: 0;
  }
  .centent_list .common-content .common-right .common-list li.list_one a .text {
    padding-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .inner-banner {
    height: 100px;
    margin-bottom: 20%;
  }
  .inner-banner .img {
    width: 100%;
    height: 100%;
  }
  .inner-banner .img img {
    width: 100%;
    height: 100%;
  }
  .common-list > li.list-S {
    padding: 7px 0;
  }
  .centent_list .common-content .common-right .common-list li.list-S a {
    font-size: 16px;
    max-height: max-content;
    overflow: auto;
  }
  .common_centent .article-title {
    font-size: 18px;
  }
}
