.policy_guideline {
  width: 100%;
  /* height: 25rem; */
  background: #f2f2f2;
}

/*  */
.policy_guideline_top {
  /* width: 20rem; */
  height: 6.5625rem;
  padding: 0 1.8375rem;
  margin: auto;
  /* transform: translateY(1.875rem);   */
  transform: translateY(1.2rem);
  display: flex;
  justify-content: space-between;
}

.mySwipers {
  position: relative;
}

* {
  box-sizing: border-box;
}

.pgt_left {
  width: 9.25rem;
  height: 6.5625rem;
  background: #d6d6d6;
  overflow: hidden;
}

.pgt_left img,
.pgc_item_left img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.pgt_left img:hover,
.pgc_item_left img:hover {
  transform: scale(1.1);
}

.pgt_right {
  /* width: 9.85rem; */
  width: calc(100% - 9.25rem - 0.9rem);
  height: 6.5625rem;
  /* background: springgreen; */
}

.pgt_right>h6 {
  font-size: 0.2125rem;
  color: #606060;
  font-weight: 400;
}

.pgt_right>h3 {
  font-size: 0.35rem;
  color: #606060;
  font-weight: 400;
  margin: 0.3125rem 0 0.75rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pgt_right_button {
  width: 2.0625rem;
  height: 0.65rem;
  background: #24a2a5;
  font-size: 0.225rem;
  color: #ffffff;
  line-height: 0.65rem;
  text-align: center;
  border-radius: 0 0.375rem 0 0;
  /* margin-bottom: 2.9rem; */
}

.pgt_right_button img {
  width: 0.16rem;
  height: 0.17rem;
}

.pgt_right_color_lump {
  position: absolute;
  z-index: 10;
  bottom: -1.2rem !important;
  left: calc(11.25rem + 0.9rem) !important;
}

.pgt_right_color_lump span {
  display: inline-block;
  width: 0.2125rem !important;
  height: 0.2125rem !important;
  border-radius: 0 !important;
  background: #8cbe29 !important;
}

.pgt_right_color_lump span:nth-child(2) {
  margin: 0 0.175rem 0 !important;
  background: #35b5b5 !important;
}

.pgt_right_color_lump span:nth-child(3) {
  background: #24a4a7 !important;
}

/* 文章列表 */

.policy_guideline_content {
  width: 100%;
  /* height: 12.5rem; */
  background: #ffffff;
}

.pgc_list {
  /* width: 20rem; */
  margin: auto;
  padding: 2rem 1.8375rem 0;
}

.pgc_item {
  display: flex;
  margin-bottom: 0.4375rem;
}

.pgc_item_left {
  width: 5.0625rem;
  height: 3.625rem;
  background: #d6d6d6;
  overflow: hidden;
}

.pgc_item_left>img {
  width: 100%;
  height: 100%;
}

.pgc_item_right {
  width: 15.3125rem;
  border-top: 0.0125rem solid #bbbbbb;
  padding-left: 0.9375rem;
}

.pgc_item_right_title {
  font-size: 0.275rem;
  color: #606060;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1.125rem 0 0.4375rem 0;
}

.pgc_item_right_time {
  font-size: 0.2125rem;
  color: #606060;
  margin-right: 0.5rem;
}

.pgc_item_right_detail {
  font-size: 0.2rem;
  color: #24a4a7;
}

/* 分页器 */
.paginate {
  display: flex;
  justify-content: center;
}

.paginate>ul {
  display: flex;
}

.paginate>ul>li {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #606060;
  text-align: center;
  line-height: 0.9375rem;
  margin-right: 0.0625rem;
  font-size: 0.3375rem;
  cursor: pointer;
}

.paginate>ul>li:hover {
  border: none;
  background: #24a4a7;
}

.paginate>ul>.paginate_active {
  border: none;
  background: #24a4a7;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  .pgt_right>h6 {
    font-size: 12px;
  }

  .pgt_right>h3 {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pgt_right_button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 0 15px 0 0;
  }

  .pgt_right_button img {
    width: 10px;
    height: 10px;
    position: relative;
    left: -5px;
  }

  .pgt_right_color_lump span {
    width: 7px !important;
    height: 7px !important;
  }

  .pgc_item {
    height: 100%;
    margin-bottom: 20px;
  }

  .pgc_item_left {
    width: 120px;
    height: 100px;
  }

  .pgc_item_right_title {
    font-size: 16px;
    margin: 20px 0;
  }

  .pgc_item_right_time,
  .pgc_item_right_detail {
    font-size: 12px;
  }
  .pgc_item_right{
    width: calc(100% - 120px);
  }
  .mySwipers{
    display: none;
    max-width: 100vw;
    overflow-x: hide;
  }
  .paginate>ul>li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .policy_guideline_top {
    height: auto;
    padding-bottom: 20px;
  }
}