.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-center {
  max-width: 1190px;
  margin: 0 auto;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.padding {
  padding: 0 2%;
}
.pc-main .pc-banner {
  position: relative;
}
.pc-main .pc-banner .pc-banner-swiper .swiper-slide {
  min-height: 400px;
  background-color: #ccc;
}
.pc-main .pc-banner .pc-banner-swiper .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.pc-main .pc-banner .main-center {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.pc-main .pc-banner .main-center > div {
  width: 260px;
}
.pc-main .pc-banner .left > div {
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  min-height: 405px;
}
.pc-main .pc-banner .left .top {
  padding-top: 36px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #fff;
}
.pc-main .pc-banner .left .top > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.pc-main .pc-banner .left .top > div:nth-of-type(1) .img {
  width: 80px;
  height: 80px;
  background-color: #ccc;
  margin-right: 20px;
}
.pc-main .pc-banner .left .top > div:nth-of-type(1) p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.pc-main .pc-banner .left .top > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.pc-main .pc-banner .left .top > div:nth-of-type(2) img {
  margin-right: 6px;
}
.pc-main .pc-banner .left .top > div:nth-of-type(2) p {
  font-size: 14px;
  color: #fff;
}
.pc-main .pc-banner .left .bottom .img {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}
.pc-main .pc-banner .left .bottom p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.pc-main .pc-banner .right .top {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 20px 12px;
  margin-bottom: 10px;
}
.pc-main .pc-banner .right .top h3 {
  color: #4191ea;
  text-align: center;
  margin-bottom: 14px;
}
.pc-main .pc-banner .right .top h3 span {
  position: relative;
}
.pc-main .pc-banner .right .top h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4191ea;
  transform: translateY(-50%);
}
.pc-main .pc-banner .right .top h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 110%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4191ea;
  transform: translateY(-50%);
}
.pc-main .pc-banner .right .top form > div {
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.pc-main .pc-banner .right .top form > div span {
  font-size: 12px;
  color: #4191ea;
}
.pc-main .pc-banner .right .top form > div input {
  color: #fff;
  padding: 0 10px;
}
.pc-main .pc-banner .right .top form > div input::placeholder {
  font-size: 14px;
  color: #fff;
}
.pc-main .pc-banner .right .top form > input {
  border-radius: 20px;
  background-color: #4191ea;
  color: #fff;
  width: 100%;
  height: 36px;
}
.pc-main .pc-banner .right .bottom {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 20px 12px;
  position: relative;
}
.pc-main .pc-banner .right .bottom .t {
  display: flex;
  align-items: center;
}
.pc-main .pc-banner .right .bottom .t img {
  margin-right: 6px;
}
.pc-main .pc-banner .right .bottom .t span {
  padding-bottom: 6px;
  border-bottom: 1px solid #4191ea;
  color: #fff;
  font-size: 14px;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper {
  padding-top: 20px;
  position: initial;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper .swiper-slide a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  margin-bottom: 14px;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper .swiper-slide a:last-of-type {
  margin-bottom: 0;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper .swiper-slide a span {
  color: #4191ea;
  margin-right: 10px;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper .swiper-slide a p {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper .swiper-pagination {
  bottom: initial;
  top: 30px;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.pc-main .pc-banner .right .bottom .pc-new-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.pc-main .ban-pic {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pc-main .ban-pic a {
  display: block;
  width: 393px;
  min-height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
.pc-main .wrap-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.pc-main .wrap-title span {
  font-size: 20px;
  font-weight: bold;
}
.pc-main .wrap-title a {
  font-size: 14px;
  color: #4191ea;
}
.pc-main .z-body {
  display: flex;
  justify-content: space-between;
}
.pc-main .z-body .left {
  display: flex;
  justify-content: space-between;
}
.pc-main .z-body .left > div:nth-of-type(1) {
  margin-right: 10px;
}
.pc-main .z-body .left > div {
  width: 390px;
  box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
  padding: 12px;
}
.pc-main .z-body .left > div .img {
  min-height: 200px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ccc;
}
.pc-main .z-body .left > div .lists {
  margin-top: 10px;
}
.pc-main .z-body .left > div .lists a {
  font-size: 14px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.pc-main .z-body .left > div .lists a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-main .z-body .left > div .lists a span {
  color: #999;
}
.pc-main .z-body .right {
  width: 390px;
  box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
  padding: 12px;
}
.pc-main .z-body .right a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pc-main .z-body .right a .img {
  width: 140px;
  min-height: 100px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ccc;
  margin-right: 10px;
  flex-shrink: 0;
}
.pc-main .z-body .right a .text .t {
  font-size: 15px;
  margin-bottom: 10px;
}
.pc-main .z-body .right a .text .i {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.pc-main .gg-pic {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pc-main .article {
  display: flex;
  justify-content: space-between;
}
.pc-main .article > div {
  width: 390px;
  box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
  padding: 12px;
}
.pc-main .article .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-main .article .t span {
  padding-bottom: 4px;
  border-bottom: 1px solid #4191ea;
}
.pc-main .article .t a {
  font-size: 14px;
  color: #666;
}
.pc-main .article .lists {
  margin-top: 10px;
}
.pc-main .article .lists a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
}
.pc-main .article .lists a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-main .article .lists a span {
  color: #666;
}
@media (max-width: 768px) {
  body {
    background-color: #f5f5f5;
    font-size: 0.56rem;
  }
  .mb-main {
    padding: 0 2%;
  }
  .mb-main > div {
    margin-top: 0.4rem;
    background-color: #fff;
  }
  .mb-main .banner {
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .mb-main .banner .swiper-slide {
    min-height: 3.8rem;
  }
  .mb-main .nav {
    display: flex;
    padding: 0.6rem;
    border-radius: 0.2rem;
    background-color: #fff;
  }
  .mb-main .nav > a {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mb-main .nav > a .img {
    width: 1.4rem;
    min-height: 1.4rem;
    background-color: #ccc;
    margin-bottom: 0.4rem;
  }
  .mb-main .article {
    padding: 0.64rem 0.48rem;
    border-radius: 0.2rem;
  }
  .mb-main .article .art-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    align-items: center;
  }
  .mb-main .article .art-title h3 {
    font-size: 0.68rem;
    font-weight: normal;
  }
  .mb-main .article .art-title span {
    color: #999;
    font-size: 0.48rem;
  }
  .mb-main .article .art-list .link {
    display: flex;
    margin-bottom: 0.6rem;
  }
  .mb-main .article .art-list .link:last-of-type {
    margin-bottom: 0;
  }
  .mb-main .article .art-list .link .img {
    width: 4rem;
    min-height: 3rem;
    background-color: #ccc;
    border-radius: 0.2rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    overflow: hidden;
  }
  .mb-main .article .art-list .link .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mb-main .article .art-list .link .text h4 {
    font-size: 0.58rem;
    line-height: 1.6;
    font-weight: normal;
  }
  .mb-main .article .art-list .link .text div {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
  }
  .mb-main .article .art-list .link .text div p {
    font-size: 0.5rem;
  }
  .mb-main .article .art-list .link .text div p span {
    color: #4191ea;
  }
}
