.tabs {
  padding: 0px 24%;
  display: flex;
  justify-content: space-evenly;
  background: #f8f8f8;
}

.tabs a {
  padding: 0 60px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.tabs a:hover {
  color: #00a09f;
}

.tabs .active {
  font-weight: 500;
  color: #fff;
  background: #00a09f;
}
.buIn_content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e8eaf2;
  background-image: linear-gradient(#e8eaf2, #fff);
  padding: 20px 0 120px 0;
}

.main {
  /* width: 80%; */
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.xbt {
  margin: 40px 0 40px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.xbt .text-container {
  position: relative;
  height: 40px;
}

.xbt .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b1b1b133;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.xbt .centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xbt .line {
  margin: 10px auto 0;
  width: 22px;
  height: 2px;
  background: #00a09f;
}
/* 新闻中心*/
.tabulation {
  width: 1200px;
  margin: 0 auto;
}

.tabulation .list-item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgb(248, 248, 248);
  height: 100px;
  padding: 20px 20px 20px 60px;
}

.tabulation .list-item .left-time {
  display: flex;
  flex-direction: column;
  width: 126px;
  color: #999;
  height: 100%;
  justify-content: space-evenly;
  align-items: flex-start;
}

.tabulation .list-item .left-time .day {
  font-size: 28px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.tabulation .list-item .left-time .year {
  margin: 0;
  font-size: 16px;
}

.tabulation .list-item .left-time .line {
  margin: 12px 0 0 0;
  width: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(220, 220, 220);
}

.tabulation .list-item .right-box {
  flex: 1;
  width: calc(1200px - 326px - 176px);
}

.tabulation .list-item .right-box a {
  text-decoration: none;
}

.tabulation .list-item .right-box .list-tit {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabulation .list-item .right-box .list-tit a {
  color: #000;
}

.tabulation .list-item .right-box .list-cont {
  padding-top: 10px;
  font-size: 16px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.tabulation .list-item .right-box .list-cont a {
  color: #000;
}

.tabulation .list-item:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(241, 241, 241, 1);
}

.tabulation .list-item:hover .list-tit a {
  color: #00a09f;
}

.tabulation .list-item:hover .left-time .line {
  border-color: #00a09f;
}

@media (max-width: 800px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  html {
    font-size: 12px !important;
  }

  .tabs {
    padding: unset;
  }

  .tabs a {
    padding: 0 0.25rem;
    line-height: 4rem;
    font-size: 1.32rem;
  }

  .tabs .active {
    font-weight: bold;
    color: #00a09f;
    background: unset;
  }

  .buIn_content {
    background: url(../images/gsjj_bg.png) no-repeat center !important;
    background-size: auto !important;
    padding: 1.5385rem 0 7.6923rem 0;
  }

  .main {
    padding: 2.55rem 0 0.2rem;
    width: 100%;
  }

  .main .desc {
    width: 92%;
  }

  .main .desc .xbt {
    margin: 0 0 3.0769rem;
  }

  .main .xbt .overlay-text {
    letter-spacing: 0.0769rem;
  }

  .main .p_list {
    max-width: 92% !important;
    margin: 0 auto;
  }

  .main .p_list .p_loopitem span:first-child {
    font-size: 2rem;
  }

  .main .p_list .p_loopitem span:nth-child(2) {
    margin: 0 1.5385rem 0 0px;
  }

  .tabulation {
    width: 100%;
  }
  .tabulation .list-item {
    width: 92%;
    margin: 0 auto 0.7692rem;
    padding: 0px 0px 1.2308rem 0;
    border-bottom: 1px solid #eee;
    background-color: unset;
  }
  .tabulation .list-item .left-time {
    width: 18%;
  }
  .tabulation .list-item .right-box {
    flex: unset;
    width: 80%;
  }
  .tabulation .list-item .left-time .day {
    font-size: 1.5385rem;
  }
  .tabulation .list-item .left-time .line {
    border-width: 1px;
  }
  .tabulation .list-item .right-box .list-tit {
    font-size: 1.3846rem;
  }
  .tabulation .list-item .right-box .list-cont {
    font-size: 1.0769rem;
    line-height: 1.8462rem;
  }

  .p_loopitem {
    width: 100% !important;
    flex: 1 !important;
  }
  .p_loopitem a {
    display: inline-block;
    text-align: center;
  }
  .p_loopitem img {
    width: 85% !important;
  }

  .c_static_001-17016831352890 .e_container-6 {
    flex-direction: column !important;
    width: unset !important;
    background-color: unset !important;
    padding: unset !important;
  }
  .c_static_001-17016831352890 .e_image-8 {
    height: 160px !important;
    padding-bottom: unset !important;
  }
  .c_static_001-17016831352890 .e_container-9 {
    padding-left: unset !important;
    width: 100% !important;
  }
  .c_static_001-17016831352890 .e_text-10 {
    font-size: 1.2308rem;
  }
  .c_static_001-17016831352890 .e_text-11 a {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
  }
  .cbox-6-2 {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0.7692rem;
    border-bottom: 1px solid #eee;
  }
  .c_static_001-17016831352890 .e_image-8 img {
    width: 100% !important;
  }
  .c_static_001-17016831352890 .e_timeFormat-12 {
    margin-top: unset !important;
    line-height: 1.5 !important;
    margin-right: 0.4615rem;
    font-size: 14px;
  }
  .c_static_001-17016831352890 .e_timeFormat-13 {
    font-size: 14px !important;
  }

  .xwzx {
    width: 100% !important;
  }
  .xwzx .list-item {
    width: 92% !important;
    height: 7.6923rem !important;
    margin: 0 auto 0.7692rem !important;
    padding: 0px 0px 1.2308rem 0 !important;
    border-bottom: 1px solid #eee !important;
    background-color: unset !important;
  }
  .xwzx .list-item .left-time {
    width: 18% !important;
  }
  .xwzx .list-item .right-box {
    width: 82% !important;
  }
  .xwzx .list-item .left-time .day {
    font-size: 1.3846rem !important;
  }
  .xwzx .list-item .right-box .list-tit {
    font-size: 1.3846rem !important;
  }
  .xwzx .list-item .right-box .list-cont {
    font-size: 1.0769rem !important;
    line-height: 1.8462rem !important;
  }
  .xwzx .list-item .left-time .line {
    border-width: 1px !important;
  }

  .rczp {
    width: 92%;
    margin: 0 auto;
  }
  .rczp .p_list {
    max-width: 100% !important;
  }
  .rczp .p_list .box3 {
    width: 100% !important;
    padding: 1.6923rem 0 !important;
    margin: 0 0 1.5385rem 0 !important;
  }

  .gjzm .p_loopitem,
  .ppcp .p_loopitem {
    margin: 0 0 0.8rem 0 !important;
    flex: unset !important;
    flex-basis: calc(calc(100% - 10px) / 2) !important;
  }
  .gjzm .p_list .p_loopitem:nth-child(odd),
  .ppcp .p_list .p_loopitem:nth-child(odd) {
    margin-right: 0.8rem !important;
  }
  .gjzm .p_loopitem img,
  .ppcp .p_loopitem img {
    width: 100% !important;
  }
  .gjzm .pagination {
    width: 92%;
    margin: 0 auto;
  }
  .gjzm .p_list .p_loopitem span:first-child {
    font-size: 1.3846rem;
  }
  .gjzm .p_list .p_loopitem p a {
    font-size: 1.0769rem;
    padding: 0.3077rem 0.9231rem !important;
  }

  .lxfs {
    padding-top: unset !important;
    flex-direction: column;
  }
  .lxfs .left {
    padding: 0 1.2308rem;
  }
  .lxfs .text_1,
  .lxfs .text_2 {
    font-size: 1.8462rem !important;
  }
  .lxfs .text_2 .tel {
    font-size: 1.8462rem !important;
  }
  .lxfs .text_3 {
    font-size: 1.2308rem !important;
  }
  .lxfs .right {
    margin-left: unset !important;
  }
  .lxfs .right #container {
    height: 17.6923rem !important;
  }
  .zxly {
    padding: 1.5385rem 0.7692rem !important;
    margin-top: 2.3077rem !important;
  }

  .ppcp {
    padding-top: 0.7692rem !important;
  }
  .ppcp .list-items {
    width: unset !important;
    height: auto !important;
  }
  .ppcp .img {
    width: 30% !important;
    height: auto !important;
    object-fit: cover;
  }
  .ppcp .section {
    width: 70% !important;
    height: auto !important;
    padding: 0 0.9231rem;
  }
  .ppcp .quarter-circle {
    right: 0;
    margin: unset !important;
  }
  .ppcp .value {
    margin: unset !important;
  }
  .ppcp .title {
    margin: 0.85rem 0 !important;
  }
}
