.page {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
}
.banner img {
  width: 100%;
}
.main {
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (min-width: 755px) {
  html {
    font-size: 200px !important;
  }
  .page {
    width: 750px;
    margin: 0 auto;
  }
}
.banner-pc {
  display: none;
}
.nav_pc {
  display: none;
}
.main .nav_m {
  font-size: 0.15rem;
  color: #333;
  background: none;
  border-bottom: 1px solid #f4f4f4;
  padding: 0.1rem 0;
  margin: 0 0.15rem;
  font-weight: bold;
  background: url("../images/icon_nav_m.png") no-repeat;
  background-size: 0.13rem auto;
  background-position: left center;
  padding-left: 0.15rem;
}
.main .nav_m img {
  width: 0.75rem;
  display: block;
}
.main .nav_m a {
  color: #999;
  font-size: 0.13rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .wrap_list {
  width: 100%;
  min-height: 50px;
  padding: 0 0.15rem;
}
.main .wrap_list .list_item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.main .wrap_list .list_item:last-child {
  border-bottom: 0;
}
.main .wrap_list .list_item dt {
  display: flex;
  margin-right: 3.9%;
  width: 30.655%;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 5px;
}
.main .wrap_list .list_item dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .wrap_list .list_item dd {
  flex: 1;
  width: 100%;
}
.main .wrap_list .list_item dd p {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main .image_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.15rem;
}
.main .image_list > .list_item {
  width: 48%;
  height: 1rem;
  position: relative;
  margin-bottom: 0.15rem;
}
.main .image_list > .list_item dt {
  width: 100%;
  height: 100%;
}
.main .image_list > .list_item dt img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.main .image_list > .list_item dd {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.05rem;
  font-size: 0.14rem;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main .image_list > .list_item dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner_slide {
  padding: 0.15rem;
}
.banner_slide .img_slide {
  width: 100%;
  height: 1.5rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.banner_slide .img_slide li {
  width: 100%;
  height: 100%;
}
.banner_slide .img_slide li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner_slide .img_slide li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.banner_slide .img_slide li a p {
  font-size: 0.14rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.05rem 0.1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-viewport,
.slides {
  width: 100%;
  height: 100%;
}
.nav {
  /* position: fixed; */
  display: block;
  white-space: nowrap;
  height: 0.32rem;
  background: linear-gradient(to bottom, #8ACDFF, #0092FF);
  display: flex;
  align-items: center;
  top: 1.7rem;
  width: 100%;
  z-index: 100000;
  border-bottom: 1px solid #eee;
}
.nav li {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #fff;
  flex: 1;
}
.nav li.active {
  background: #fff;
  color: #0092FF;
  font-weight: bold;
}
.more {
  width: 1.25rem !important;
  height: 0.3rem;
  border: 0.015rem solid #0092FF;
  border-radius: 0.15rem;
  display: block;
  margin: 0.1rem auto 0;
  text-align: center;
  /* line-height: 0.27rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0092FF;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
}
