/* review list style start */
.review-index-body,
.review-index-body .main {
  background: #fff;
}

.review-list-banner .site_ban_text h3 {
  color: #0d3d8f;
  text-align: center;
  line-height: 1.2;
}

.review-edition-section {
  min-height: 8rem;
  padding: 0.86rem 0 1.8rem;
}

.review-edition-list {
  display: flex;
  flex-direction: column;
}

.review-edition-item {
  list-style: none;
  border-bottom: 1px solid #e5ebf2;
}

.review-edition-item:last-child {
  border-bottom: 0;
}

.review-edition-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.18rem;
  padding: 0.28rem 0.3rem;
  background: #fff;
  color: #171d2b;
  border-radius: 4px;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.review-edition-title {
  margin-bottom: 0.16rem;
  line-height: 1.35;
}

.review-edition-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.14rem 0.32rem;
  color: #1a1f2d;
}

.review-edition-meta em {
  font-style: normal;
}

.review-edition-info {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 1.45;
}

.review-edition-info i {
  flex: 0 0 auto;
  margin-right: 0.06rem;
  color: #1264c8;
  font-size: 0.16rem;
}

.review-edition-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.36rem;
  height: 0.44rem;
  margin-left: 0.32rem;
  padding: 0 0.14rem 0 0.26rem;
  color: #111827;
  border: 1px solid #0897dd;
  border-radius: 30px;
  line-height: 1;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.review-edition-more em {
  font-style: normal;
}

.review-edition-more i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.12rem;
  color: #fff;
  background: #1264d8;
  border-radius: 50%;
  font-size: 0.13rem;
}

@media only screen and (min-width: 1025px) {
  .review-edition-card:hover {
    color: #1264d8;
    transform: translateY(-2px);
    box-shadow: 0 0.1rem 0.26rem rgba(10, 31, 68, 0.1);
  }

  .review-edition-card:hover .review-edition-title,
  .review-edition-card:hover .review-edition-info,
  .review-edition-card:hover .review-edition-info i {
    color: #1264d8;
  }

  .review-edition-card:hover .review-edition-more {
    color: #fff;
    background: #1264d8;
    border-color: #1264d8;
  }

  .review-edition-card:hover .review-edition-more i {
    color: #1264d8;
    background: #fff;
  }
}

@media only screen and (max-width: 1024px) {
  .review-edition-section {
    padding: 0.7rem 0 1.2rem;
  }

  .review-edition-card {
    align-items: flex-start;
    padding: 0.26rem;
  }

  .review-edition-meta {
    gap: 0.12rem 0.22rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-list-banner .site_ban_text h3 {
    font-size: 28px;
  }

  .review-edition-section {
    min-height: auto;
    padding: 36px 0 70px;
  }

  .review-edition-list {
    gap: 0;
  }

  .review-edition-card {
    display: block;
    min-height: 0;
    padding: 20px;
  }

  .review-edition-title {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .review-edition-meta {
    display: block;
    font-size: 14px;
  }

  .review-edition-info {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .review-edition-info em {
    word-break: break-word;
  }

  .review-edition-more {
    width: fit-content;
    height: 38px;
    min-width: 126px;
    margin: 10px 0 0;
    padding: 0 10px 0 18px;
    font-size: 15px;
  }

  .review-edition-more i {
    width: 28px;
    height: 28px;
  }
}
/* review list style end */

/* review subpage style start */
.review-subpage {
  background: #f1f5ff;
}

.review-subpage-con {
  padding: 0.58rem 0 0.9rem;
}

.review-activity-filter {
  margin-bottom: 0.3rem;
}

.review-activity-filter li a {
  display: block;
  color: inherit;
}

.review-subpage-empty {
  padding: 60px 20px;
  color: #666;
  text-align: center;
}

.review-feature-cards {
  margin: 0 -0.25rem;
}

.review-feature-item {
  float: left;
  width: 33.333%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}

.review-feature-card {
  display: block;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.review-feature-cover {
  background: #f1f5fb;
  overflow: hidden;
}

.review-feature-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-feature-info {
  padding: 0.25rem 0.35rem 0.2rem;
}

.review-feature-info h3 {
  line-height: 1.35em;
  height: 2.7em;
  margin-bottom: 0.15rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.review-feature-info p {
  color: #555;
  line-height: 30px;
  position: relative;
  padding-left: 18px;
}

.review-feature-info p i {
  color: #275db5;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}

.review-feature-empty {
  padding: 60px 20px;
  color: #6a7785;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f1;
}

@media only screen and (min-width: 1025px) {
  .review-feature-card,
  .review-feature-info h3 {
    transition: all 0.3s;
  }

  .review-feature-card:hover h3 {
    color: #0d53c3;
  }
}

@media only screen and (max-width: 1024px) {
  .review-subpage-con {
    padding: 0.45rem 0 0.64rem;
  }

  .review-feature-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .review-subpage-con {
    padding: 24px 0 38px;
  }

  .review-feature-cards {
    margin: 0;
  }

  .review-feature-item {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
  }

  .review-feature-info {
    padding: 18px 20px;
  }
}
/* review subpage style end */

.review_01 .index_park02 {
  padding-bottom: 0;
}
.review_01,
.review_03,
.review_05 {
  padding: 1rem 0;
}
.review_02 {
  padding-bottom: 1rem;
}
.review_04 {
  padding: 1rem 0 0.85rem 0;
}
.review_03 .index_title h3 {
  color: #fff;
}
.review_05 .index_m span {
  background: #e0e9fa;
}

.reviewlist dt {
  overflow: hidden;
}
.reviewlist dl {
  background: #fff;
}
.reviewlist dd {
  padding: 0.25rem 0.3rem;
}
.reviewlist dd h3 {
  line-height: 1.25em;
  height: 2.5em;
}
.reviewlist .slide_btn > div {
  border-color: #000;
  color: #000;
}
.reviewlist .slide_btn .swiper-pagination {
  display: flex !important;
  align-items: center;
}
.reviewlist .slide_btn .swiper-pagination span {
  background: #a0a0a0;
}
.reviewlist .slide_btn .swiper-pagination .swiper-pagination-bullet-active {
  background: #1446b4;
}
.review_tab {
  margin-bottom: 0.5rem;
  margin-top: -0.1rem;
}
.review_tab ul {
  overflow: hidden;
}

.review_tab li {
  margin-right: 10px;
  border-radius: 30px;
  float: left;
  display: block;
  width: 180px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #1551be;
  color: #1551be;
  display: flex;

  justify-content: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  cursor: pointer;
}
.review_tab li.on {
  background: #1551be;
  color: #fff;
}

.review_lsitbox .index_exb dl {
  padding: 0.4rem;
  padding-bottom: 0.5rem;
}
.review_lsitbox .index_exb dt {
  width: 60px;
  height: 60px;
  margin-bottom: 0.15rem;
}
.review_lsitbox .index_exb li h3 {
  margin-bottom: 0.7rem;
}

.review_lsitbox02 .index_exb li {
  width: 42.5%;
}
.review_lsitbox02 .index_exb li:nth-child(2),
.review_lsitbox02 .index_exb li:nth-child(3) {
  width: 57.5%;
}

.review_act ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.review_act li {
  width: 50%;
  float: left;
}
.review_act dl {
  height: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 0.3rem 0.2rem;
  margin: 0 0.2rem;
}
.review_act dt h3 {
  margin-bottom: 0.2rem;
}
.review_type {
  margin-bottom: 0.2rem;
}
.review_type span {
  display: inline-block;
  color: #555555;
  padding: 0.08rem 0.2rem;
  background: #e8eef1;
  border-radius: 30px;
}
.review_act .slide_p {
  overflow: hidden;
}
.review_act .slide_p p {
  color: #000;
  float: left;
  margin-right: 0.3rem;
}
.review_act .slide_p p:last-child {
  margin-right: 0;
}
.review_act {
  background: #f5f7f8;
  padding: 0.6rem;
  padding-top: 0.3rem;
}
@media only screen and (max-width: 1024px) {
  .review_01,
  .review_03,
  .review_05 {
    padding: 0.8rem 0;
  }

  .review_02 {
    padding-bottom: 0.8rem;
  }

  .review_04 {
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .review_act li {
    float: none;
    width: 100%;
  }
  .review_act dl,
  .review_act ul {
    margin: 0;
  }
  .review_act {
    padding: 20px;
  }
  .review_act dl {
    padding: 20px 0;
  }
  .review_act li:first-child dl {
    padding-top: 0;
  }
  .review_lsitbox .index_exb dl {
    padding: 20px;
    overflow: hidden;
  }
  .review_lsitbox .index_exb dt {
    width: 60px;
    height: 60px;
    float: left;
  }
  .review_lsitbox .index_exb dd {
    width: calc(100% - 80px);
    float: right;
  }
  .review_lsitbox .index_exb li h3 {
    margin-bottom: 20px;
  }
  .review_tab li {
    width: 120px;
    height: 40px;
    line-height: 38px;
  }
  .review_tab {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .review_act dl {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .review_act dl h3,
  .review_act dl .slide_p p,
  .review_type span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .review_act dl:hover {
    background: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
    border-color: transparent;
    border-radius: 15px;
  }
  .review_act li.on dl {
    border-color: transparent;
  }
  .review_act dl:hover h3,
  .review_act dl:hover .slide_p p {
    color: #0d53c3;
  }
  .review_act dl:hover .review_type span {
    background: #0d53c3;
    color: #fff;
  }

  .review_lsitbox .index_exb dl:hover .index_m a {
    background: none;
    border: 1px solid #fff;
    color: #fff;
  }
  .review_lsitbox .index_exb dl:hover .index_m span {
    background: none;
  }
  .review_lsitbox .index_exb dl:hover .index_m a:hover {
    background: #fff;
  }
  .review_lsitbox .index_exb dl:hover .index_m a:hover span {
    color: #000;
  }
  .review_lsitbox .index_exb dl:hover h3 a {
    color: #fff;
  }
}
