/* 首页 index */
.main_wrap .index-title {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.6rem;
  color: #000000;
  text-align: center;
}
.main_wrap .index-des {
  width: 9.52rem;
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.35rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.main_wrap .banner {
  width: 100%;
}
.main_wrap .banner .bannerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_wrap .banner .bannerSwiper .img {
  width: 100%;
  height: 8.34rem;
  object-fit: cover;
}
.main_wrap .banner .bannerSwiper .des {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_wrap .banner .bannerSwiper .des .title {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.79rem;
  color: #FFFFFF;
  text-align: center;
}
.main_wrap .banner .bannerSwiper .des .text {
  font-family: Calibri, Calibri;
  font-weight: normal;
  font-size: 0.25rem;
  color: #FFFFFF;
  margin-top: 0.11rem;
}
.main_wrap .banner .bannerSwiper .des .bt {
  padding: 0.1rem 0.34rem;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  border: 0.03rem solid #FFFFFF;
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.28rem;
  color: #FFFFFF;
  margin-top: 0.6rem;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.main_wrap .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.main_wrap .choose-wrap {
  padding: 1.6rem 0;
}
.main_wrap .choose-wrap .list {
  margin-top: 0.6rem;
  width: 100%;
  padding: 0.42rem 0;
  background: url(../img/index/choose-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.main_wrap .choose-wrap .list .item {
  width: 3.55rem;
  background: #4B93DA;
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  overflow: hidden;
  margin: 0 0.45rem;
  padding: 0.35rem 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.main_wrap .choose-wrap .list .item:hover {
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.main_wrap .choose-wrap .list .item:hover img {
  -webkit-animation: swing 1.2s ease;
  -o-animation: swing 1.2s ease;
  animation: swing 1.2s ease;
}
.main_wrap .choose-wrap .list .item:nth-child(2) {
  background: #015EAB;
}
.main_wrap .choose-wrap .list .item img {
  width: 1rem;
}
.main_wrap .choose-wrap .list .item .text {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin: 0.4rem 0 0.25rem 0;
}
.main_wrap .choose-wrap .list .item .p {
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.22rem;
  text-align: center;
}
.main_wrap .product-wrap {
  width: 100%;
  background: url(../img/index/product-bg.png) no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.main_wrap .product-wrap .product-box {
  width: 17.2rem;
  margin: 0 auto;
}
.main_wrap .product-wrap .product-box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_wrap .product-wrap .product-box .top .bt {
  width: 2.12rem;
  height: 0.59rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFFFFF;
}
.main_wrap .product-wrap .product-box .top .index-title {
  color: #fff;
  position: relative;
}
.main_wrap .product-wrap .product-box .top .index-title .title-zs {
  display: flex;
  align-items: center;
  justify-content: baseline;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
}
.main_wrap .product-wrap .product-box .top .index-title .title-zs span {
  width: 0.68rem;
  height: 0.08rem;
  background: #8BBCF0;
  margin: 0 0.035rem;
}
.main_wrap .product-wrap .product-box .top .index-title .title-zs span:nth-child(2) {
  background: #FFFFFF;
}
.main_wrap .product-wrap .product-box .list {
  position: relative;
  padding-top: 1.8rem;
}
.main_wrap .product-wrap .product-box .list .productSwiper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.main_wrap .product-wrap .product-box .list .productSwiper .item {
  width: 5.55rem;
  background: #FFFFFF;
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.main_wrap .product-wrap .product-box .list .productSwiper .item .des {
  padding: 0.6rem 0 0.6rem 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_wrap .product-wrap .product-box .list .productSwiper .item .des .title {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.32rem;
  color: #000000;
}
.main_wrap .product-wrap .product-box .list .productSwiper .item .des img {
  width: 0.46rem;
  margin-top: 0.25rem;
}
.main_wrap .product-wrap .product-box .list .productSwiper .item .des .bt {
  padding: 0.05rem 0.2rem;
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.18rem;
  color: #313131;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  border: 1px solid #1F1F1F;
  margin-top: 1rem;
}
.main_wrap .product-wrap .product-box .list .productSwiper .item .img {
  width: 2.95rem;
  height: 3.8rem;
  object-fit: cover;
  flex-shrink: 0;
}
.main_wrap .product-wrap .product-box .list .productSwiper-pagination {
  top: 0.4rem;
  height: 0.1rem;
}
.main_wrap .product-wrap .product-box .list .productSwiper-pagination .swiper-pagination-bullet {
  width: 0.68rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 0;
}
.main_wrap .product-wrap .product-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3rem;
  padding: 0 0.4rem;
}
.main_wrap .product-wrap .product-box .bottom .title {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFFFFF;
  line-height: 0.37rem;
}
.main_wrap .product-wrap .product-box .bottom .text {
  font-family: Calibri;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
}
.main_wrap .product-wrap .product-box .bottom img {
  width: 0.55rem;
}
.main_wrap .about-wrap {
  padding: 1.58rem 0;
  margin: 0 auto;
}
.main_wrap .about-wrap .about-box {
  margin-top: 0.6rem;
  display: flex;
  overflow: hidden;
}
.main_wrap .about-wrap .about-box .left {
  width: 5.54rem;
  flex-shrink: 0;
}
.main_wrap .about-wrap .about-box .left img {
  width: 100%;
}
.main_wrap .about-wrap .about-box .right {
  flex: 1;
  margin-left: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_wrap .about-wrap .about-box .right .des {
  font-family: Calibri;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.45rem;
}
.main_wrap .about-wrap .about-box .right .counter-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem;
}
.main_wrap .about-wrap .about-box .right .counter-list .item .counter-box {
  display: flex;
  align-items: baseline;
}
.main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .counter-num {
  display: flex;
  align-items: self-start;
}
.main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .counter-num .counter {
  font-family: Calibri;
  font-weight: 800;
  font-size: 0.8rem;
  background: -webkit-linear-gradient(270deg, #4286CD, #8DBFFE);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  /* 兼容其他浏览器 */
}
.main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .counter-num .sym {
  font-family: Calibri;
  font-weight: bold;
  font-size: 0.38rem;
  background: -webkit-linear-gradient(270deg, #4286CD, #8DBFFE);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  /* 兼容其他浏览器 */
}
.main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .p {
  font-family: Calibri;
  font-weight: bold;
  font-size: 0.32rem;
  background: -webkit-linear-gradient(270deg, #4286CD, #8DBFFE);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  /* 兼容其他浏览器 */
}
.main_wrap .about-wrap .about-box .right .counter-list .item .text {
  font-family: Calibri;
  font-weight: normal;
  font-size: 0.18rem;
  background: -webkit-linear-gradient(270deg, #4286CD, #8DBFFE);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  /* 兼容其他浏览器 */
}
.main_wrap .about-wrap .about-box .right .img {
  width: 100%;
}
.main_wrap .about-wrap .about-box .right .img img {
  width: 100%;
}
.main_wrap .history {
  width: 100%;
  overflow: hidden;
}
.main_wrap .history .historySwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_wrap .history .historySwiper .img {
  width: 100%;
}
.main_wrap .news-wrap {
  margin: 1.1rem auto 0.8rem auto;
  overflow: hidden;
}
.main_wrap .news-wrap .news-box {
  margin-top: 0.54rem;
}
.main_wrap .news-wrap .news-box .top {
  display: flex;
  justify-content: space-between;
}
.main_wrap .news-wrap .news-box .top .img {
  width: 9.9rem;
  height: 4.67rem;
  flex-shrink: 0;
}
.main_wrap .news-wrap .news-box .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_wrap .news-wrap .news-box .top .item {
  width: 4.84rem;
  background: #104080;
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_wrap .news-wrap .news-box .top .item .text {
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.26rem;
  color: #FFFFFF;
  text-align: center;
}
.main_wrap .news-wrap .news-box .top .item .des {
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin: 0.3rem 0;
}
.main_wrap .news-wrap .news-box .top .item .bt {
  width: 1.58rem;
  height: 0.53rem;
  border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
  border: 0.02rem solid #FFFFFF;
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_wrap .news-wrap .news-box .bottom {
  margin-top: 0.15rem;
  display: flex;
  justify-content: space-between;
}
.main_wrap .news-wrap .news-box .bottom .item {
  width: 5rem;
  min-height: 2.53rem;
  background: url(../img/index/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.4rem 0.4rem 0.6rem;
}
.main_wrap .news-wrap .news-box .bottom .item:first-of-type {
  width: 4.82rem;
  background: url(../img/index/bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem;
}
.main_wrap .news-wrap .news-box .bottom .item:last-of-type {
  background: url(../img/index/bg3.png) no-repeat;
  background-size: 100% 100%;
}
.main_wrap .news-wrap .news-box .bottom .item .time {
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.17rem;
  color: #181818;
}
.main_wrap .news-wrap .news-box .bottom .item .text {
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.2rem;
  color: #181818;
  line-height: 0.3rem;
  margin-right: 0.1rem;
}
.main_wrap .news-wrap .news-box .bottom .item .bt {
  width: 1.41rem;
  height: 0.47rem;
  background: #104080;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.02rem solid #FFFFFF;
  font-family: Calibri, Calibri;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 900px) {
  .main_wrap .index-des {
    width: 6.2rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .main_wrap .banner .bannerSwiper .img {
    width: 100%;
    height: 10.81rem;
    object-fit: cover;
  }
  .main_wrap .choose-wrap {
    padding: 0.7rem 0;
  }
  .main_wrap .choose-wrap .list {
    padding: 1.1rem 0.6rem;
    flex-direction: column;
    background: url(../img/index/choose-bg-h5.png) no-repeat;
    background-size: cover;
  }
  .main_wrap .choose-wrap .list .item {
    width: 100%;
    padding: 0.9rem 0.6rem;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-bottom: 0.45rem;
  }
  .main_wrap .choose-wrap .list .item:last-of-type {
    margin-bottom: 0;
  }
  .main_wrap .choose-wrap .list .item:nth-child(2) {
    background: #015EAB;
  }
  .main_wrap .choose-wrap .list .item img {
    width: 1.94rem;
  }
  .main_wrap .choose-wrap .list .item .text {
    font-size: 0.46rem;
    margin: 0.3rem 0 0.4rem 0;
  }
  .main_wrap .choose-wrap .list .item .p {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .main_wrap .product-wrap {
    width: 100%;
    background: url(../img/index/product-bg-h5.png) no-repeat;
    background-size: cover;
  }
  .main_wrap .product-wrap .product-box {
    width: 100%;
    margin: 0 auto;
  }
  .main_wrap .product-wrap .product-box .top {
    justify-content: center;
  }
  .main_wrap .product-wrap .product-box .top .index-title {
    color: #fff;
    position: relative;
  }
  .main_wrap .product-wrap .product-box .top .index-title .title-zs {
    display: flex;
    align-items: center;
    justify-content: baseline;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.4rem;
  }
  .main_wrap .product-wrap .product-box .top .index-title .title-zs span {
    width: 0.68rem;
    height: 0.08rem;
    background: #8BBCF0;
    margin: 0 0.035rem;
  }
  .main_wrap .product-wrap .product-box .top .index-title .title-zs span:nth-child(2) {
    background: #FFFFFF;
  }
  .main_wrap .product-wrap .product-box .product-bt {
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 0.5rem;
    padding-top: 1.2rem;
  }
  .main_wrap .product-wrap .product-box .product-bt .bt {
    width: 3.04rem;
    height: 0.84rem;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri, Calibri;
    font-weight: bold;
    font-size: 0.35rem;
    color: #FFFFFF;
  }
  .main_wrap .product-wrap .product-box .list {
    position: relative;
    padding-top: 0;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper {
    padding: 0 0.3rem;
    flex-direction: column;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper .item {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper .item .des {
    padding: 0.6rem 0 0.6rem 0.45rem;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper .item .des .title {
    font-size: 0.46rem;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper .item .des img {
    width: 0.57rem;
    margin-top: 0.3rem;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper .item .des .bt {
    padding: 0.1rem 0.4rem;
    font-size: 0.31rem;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    border: 1px solid #1F1F1F;
    margin-top: 1rem;
  }
  .main_wrap .product-wrap .product-box .list .productSwiper .item .img {
    width: 3.67rem;
    height: 4.72rem;
    object-fit: cover;
    flex-shrink: 0;
  }
  .main_wrap .product-wrap .product-box .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
    padding: 0 0.4rem;
    flex-direction: column;
  }
  .main_wrap .product-wrap .product-box .bottom .title {
    font-size: 0.52rem;
    line-height: 0.6rem;
  }
  .main_wrap .product-wrap .product-box .bottom .text {
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-top: 0.3rem;
    text-align: center;
  }
  .main_wrap .product-wrap .product-box .bottom img {
    width: 0.8rem;
    margin-top: 0.4rem;
  }
  .main_wrap .about-wrap {
    padding: 1.1rem 0;
    margin: 0 auto;
  }
  .main_wrap .about-wrap .about-box {
    margin-top: 0.6rem;
    flex-direction: column;
    padding: 0 0.3rem;
  }
  .main_wrap .about-wrap .about-box .left {
    width: 100%;
    flex-shrink: 0;
  }
  .main_wrap .about-wrap .about-box .left img {
    width: 100%;
  }
  .main_wrap .about-wrap .about-box .right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main_wrap .about-wrap .about-box .right .des {
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.5rem;
    margin-top: 0.5rem;
  }
  .main_wrap .about-wrap .about-box .right .counter-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item {
    width: 50%;
    margin-top: 0.6rem;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item .counter-box {
    display: flex;
    align-items: baseline;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .counter-num {
    display: flex;
    align-items: self-start;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .counter-num .counter {
    font-size: 0.99rem;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .counter-num .sym {
    font-size: 0.47rem;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item .counter-box .p {
    font-size: 0.39rem;
  }
  .main_wrap .about-wrap .about-box .right .counter-list .item .text {
    font-size: 0.26rem;
  }
  .main_wrap .about-wrap .about-box .right .img {
    width: 100%;
    margin-top: 0.6rem;
  }
  .main_wrap .about-wrap .about-box .right .img img {
    width: 100%;
  }
  .main_wrap .history {
    width: 100%;
    overflow: hidden;
  }
  .main_wrap .history .historySwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .main_wrap .history .historySwiper .img {
    width: 100%;
  }
  .main_wrap .news-wrap {
    margin: 1.1rem auto 0.8rem auto;
    overflow: hidden;
  }
  .main_wrap .news-wrap .news-box {
    margin-top: 0.54rem;
    padding: 0 0.3rem;
  }
  .main_wrap .news-wrap .news-box .top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_wrap .news-wrap .news-box .top .img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  .main_wrap .news-wrap .news-box .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main_wrap .news-wrap .news-box .top .item {
    width: 100%;
    padding: 0.7rem 0.4rem;
    margin: 0.6rem 0;
  }
  .main_wrap .news-wrap .news-box .top .item .text {
    font-size: 0.46rem;
  }
  .main_wrap .news-wrap .news-box .top .item .des {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin: 0.45rem 0;
  }
  .main_wrap .news-wrap .news-box .top .item .bt {
    width: 2.28rem;
    height: 0.77rem;
    border: 0.02rem solid #FFFFFF;
    font-size: 0.32rem;
  }
  .main_wrap .news-wrap .news-box .bottom {
    margin-top: 0.15rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_wrap .news-wrap .news-box .bottom .item {
    width: 100%;
    min-height: 2.53rem;
    background: #EFEFEF;
    padding: 0.6rem 0.4rem;
    margin-bottom: 0.25rem;
  }
  .main_wrap .news-wrap .news-box .bottom .item:first-of-type {
    width: 100%;
    background: #EFEFEF;
    padding: 0.6rem 0.4rem;
  }
  .main_wrap .news-wrap .news-box .bottom .item:last-of-type {
    width: 100%;
    background: #EFEFEF;
    padding: 0.6rem 0.4rem;
  }
  .main_wrap .news-wrap .news-box .bottom .item .time {
    font-size: 0.28rem;
  }
  .main_wrap .news-wrap .news-box .bottom .item .text {
    font-size: 0.3rem;
    color: #181818;
    line-height: 0.4rem;
    margin: 0.3rem 0;
  }
  .main_wrap .news-wrap .news-box .bottom .item .bt {
    width: 2.01rem;
    height: 0.68rem;
    font-size: 0.31rem;
  }
}
