.con1 {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.aboutSwiper {
  width: 670px;
  height: 397px;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
}

.aboutSwiper .img {
  float: left;
  width: 100%;
  height: 397px;
  overflow: hidden;
  position: relative;
}

.aboutSwiper .img img {
  transition: all 0.3s linear;
}

.aboutSwiper .img:hover img {
  transform: scale(1.12);
}

.aboutSwiper .img p {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutSwiper .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.aboutSwiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
  text-align: right;
  padding-right: 20px;
}

.aboutSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}

.aboutSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #70b543;
}

.about_index .text h1 {
  color: #333333;
}

.about_index .text p {
  margin: 30px;
  margin-right: 20px;
  height: 240px;
  overflow: hidden;
}

.about_index .text .more {
  margin: 0;
  margin-left: 30px;
}



.aboutSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.list {
  overflow: hidden;
  position: relative;
}

.list.borbot {
  border-bottom: 1px solid #dbdbdb;
}

.list .item {
  width: 100%;
  display: flex;
  line-height: 53px;
  border-bottom: 1px solid #e2e2e1;
  overflow: hidden;
}

.list .item .img {
  flex: 0 0 220px;
  height: 145px;
  overflow: hidden;
}

.list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.list .item .info {
  flex: 1;
  margin-left: 30px;
}

.list .item .info.flex {
  display: flex;
  align-items: center;
  margin-left: 0;
  overflow: hidden;
}

.list .item .info.flex strong {
  flex: 1;
  padding-left: 15px;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.list .item .info.flex strong::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  overflow: hidden;
}

.list .item .info.flex span {
  width: 100px;
  color: #999;
  font-size: 16px;
  text-align: right;
}

.list .item .info h2 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list .item .info p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 15px;
}

.list .item .info .time {
  display: block;
  font-size: 14px;
  color: #999999;
}

.list .item:hover .info strong {
  color: #0685bd;
  text-decoration: underline;
}

.list .item:hover .info.flex strong::before {
  background: #0685bd;
}

.list .item:hover .info.flex strong::before {
  background: #0685bd;
}

.tabtop {
  width: 100%;
  display: flex;
  height: 45px;
  border-bottom: 2px solid #0685bd;
  margin-bottom: 15px;
}

.tabtop a {
  width: 145px;
  height: 43px;
  line-height: 43px;
  color: #333333;
  font-size: 18px;
  background: #c6c6c4;
  margin-right: 8px;
  text-align: center;
}

.tabtop a.on {
  color: #fff;
  font-weight: bold;
  background: #0685bd;
}

.tabtop a:hover {
  color: #fff;
  font-weight: bold;
  background: #0685bd;
}

.xmyj {
  width: 470px;
}

.xmyj .title {
  margin-bottom: 35px;
}
.xmyj .panel {
  padding: 15px 25px;
  border: 1px solid #c6c6c4;
}

.xmyj .panel .list .item {
  border-bottom: 1px dashed #e2e2e1;
}

.xmyj .panel .list .item:last-child {
  border-bottom: none;
}

.gsgg {
  width: 825px;
}

.gsgg .title {
  margin-bottom: 35px;
}

.gsggnr_t {
  display: flex;
  margin-bottom: 10px;
}

.gsggnr_t img {
  margin-right: 20px;
}

.gsggnr p {
  font-size: 18px;
  line-height: 34px;
  text-indent: 2em;
  color: #666;
  text-align: justify;
}
.commcon {
  margin-bottom: 0px;
}

.comminner {
  display: flex;
  
  justify-content: space-between;
  border-top: 2px solid #c6c6c4;
}

.comminner .cbl {
  width: 255px;
  margin-right: 45px;
  background: #e8e8e7;
  overflow: hidden;
}

.comminner .cbl h1 {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #fff;
  padding-left: 55px;
  background: #49a3ca;
  border-bottom: 1px solid #c0c0c0;
}

.comminner .cbl li {
  border-bottom: 1px solid #c0c0c0;
}

.comminner .cbl li a {
  color: #666;
  height: 55px;
  font-size: 20px;
  padding-left: 55px;
  display: flex;
  align-items: center;
}

.comminner .cbl li img {
  display: none;
}

.comminner .cbl li.on img {
  display: inline-block;
  margin-left: 5px;
  margin-top: 3px;
}

.comminner .cbl li.on {
  background: #fff;
}

.comminner .cbl li.on a {
  color: #0685bd;
}

.comminner .cbl li:hover a {
  color: #0685bd;
}

.comminner .list .item {
  border-bottom-style: dashed;
}

.arccon {
  padding: 0 70px;
}

.arccon .arccon_title {
  font-size: 30px;
  line-height: 40px;
  color: #999999;
  padding: 40px 0 20px;
}

.arccon .arccon_title h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.arccon .arccon_title p {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arccon .arccon_content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.arccon .arccon_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.arccon .arccon_content p {
  line-height: 35px;
  font-size: 16px;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
}

.arccon .arccon_content ul {
  margin: 15px 0;
}

.arccon .arccon_content li {
  line-height: 35px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
}

.arccon .arccon_content h2 {
  font-size: 20px;
  font-weight: bold;
}

.arccon .arccon_content h3 {
  font-size: 18px;
  font-weight: bold;
  text-indent: 2em;
}

.pagesss {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  padding: 20px 0 0;
}

.pagesss p {
  color: #0685bd;
  width: 50%;
}

.pagesss p a {
  display: inline-block;
  color: #666;
}

.pagesss p:hover a {
  color: #0685bd;
}

.gsjj_content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 30px 0;
}

.gsjj_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.gsjj_content p {
  line-height: 35px;
  font-size: 16px;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
}

.gsjj_content ul {
  margin: 15px 0;
}

.gsjj_content li {
  line-height: 35px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
}

.gsjj_content h2 {
  font-size: 20px;
  font-weight: bold;
}

.gsjj_content h3 {
  font-size: 18px;
  font-weight: bold;
  text-indent: 2em;
}

.s_list_wrap {
  padding: 20px 30px 0;
}

.s_list_wrap h2 {
  font-size: 16px;
  color: #999;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}

.s_list_wrap h2 .red {
  color: #fe0000;
}

.s_list a {
  width: 100%;
  display: block;
  padding: 15px 0;
}

.s_list a h3 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}

.s_list a h3 span.red {
  color: #fe0000;
}

.s_list a .bot span {
  font-size: 14px;
  color: #999;
  display: block;
}

.s_list a p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.s_list a:hover h3 {
  text-decoration: underline;
}

.common404 {
    width: 100%;
    height: calc(100vh - 456px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common404 img{
  margin-bottom: 15px;
}

.common404 h1 {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.common404 p {
    color: #999;
    font-size: 16px;
    line-height: 24px;
}

.common404 p a {
    color: #ff0007;
}

@media screen and (max-width: 750px) {
  .aboutSwiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
  .xmyj .title,
  .gsgg .title {
    margin-bottom: 15px;
  }
  .aboutSwiper {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: justify;
  }

  .aboutSwiper .img {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .aboutSwiper .img p {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
  }
  .con1 {
    padding: 0px;
  }
  .tabcon{
    padding: 0 15px;
  }
  .w635 {
    width: 100%;
  }
  .gsgg,
  .xmyj {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .xmyj .panel {
    padding: 8px 15px;
    border: 1px solid #c6c6c4;
  }
  .gsggnr p {
    font-size: 14px;
    line-height: 30px;
  }
  .gsggnr_t {
    flex-direction: column;
    margin-bottom: 0;
  }
  .gsggnr_t img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .list .item {
    line-height: 45px;
  }
  .list .item .info.flex strong {
    font-size: 14px;
  }
  .tabcon {
    margin-top: 15px;
  }
  .tabtop {
    height: 40px;
  }
  .tabtop a {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .comminner {
    padding: 20px 15px;
    flex-direction: column;
  }
  .comminner .cbl {
    width: 100%;
    background: #fff;
    margin-top: 15px;
  }
  .comminner .cbl h1 {
    display: none;
  }
  .comminner .cbl ul {
    display: flex;
  }
  .comminner .cbl ul li {
    padding: 0 10px;
    height: 35px;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    white-space: nowrap;
    background: #c6c6c4;
  }
  .comminner .cbl ul li a {
    padding-left: 0;
    height: 35px;
    font-size: 16px;
  }
  .comminner .cbl ul li img {
    display: none !important;
  }
  .comminner .cbl li.on {
    background: #0685bd;
  }
  .comminner .cbl li.on a {
    color: #fff;
  }
  .arccon {
    padding: 0;
  }
  .arccon .arccon_title {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0 10px;
  }

  .arccon .arccon_title h1 {
    font-size: 18px;
  }

  .arccon .arccon_title p {
    font-size: 14px;
  }
  .arccon .arccon_content {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 10px 0;
  }
  .arccon .arccon_content h2 {
    font-size: 18px;
  }
  .arccon .arccon_content h3 {
    font-size: 16px;
  }
  .arccon .arccon_content p {
    line-height: 30px;
    font-size: 14px;
    margin: 7px 0;
  }
  .arccon .arccon_content li {
    line-height: 30px;
    font-size: 14px;
    margin: 7px 0;
  }
  .pagesss p {
    width: 100%;
    font-size: 14px;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pagesss p a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .s_list_wrap {
    padding: 20px 0px 0;
  }
  .s_list a h3 {
    font-size: 18px;
  }
  .s_list a p {
    font-size: 14px;
    line-height: 25px;
  }
}
