* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  min-height: 100vh;
  background: #f6ffe2 url("img/img-bg.jpg") bottom center no-repeat;
  background-size: 100% auto;
  overflow-x: hidden;
}

.app-download {
  display: none;
}

.pr {
  position: relative;
}

img {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

.img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img1 {
  width: 100%;
}

nav {
  justify-content: space-between;
  width: 100vw;
  margin: 0 auto;
  padding: 0 6vw;
  background: url("img/img2.png") no-repeat;
  color: #ffffff;
  cursor: pointer;
  background-size: 100% 100%;
}

nav div {
  width: auto;
  height: 9.87vw;
  line-height: 9.87vw;
  text-align: center;
  font-size: 12px;
  padding: 0 2.4vw;
}

nav .item2 {
  width: 20.53vw;
}

nav div.cur {
  background-color: #fbcd88;
  color: #0d825b;
  font-weight: bold;
}

.navBar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 22;
}

.moreBtn {
  display: block;
  width: 26.67vw;
  height: 8vw;
  line-height: 8vw;
  margin: 8vw auto 7.47vw;
  color: #0d825b;
  background: #f1dca1;
  text-align: center;
  border-radius: 4.27vw;
  font-size: 3.2vw;
  font-weight: bold;
}

.cont .part {
  display: none;
}

.cont .part1 {
  display: block;
}

.cont .part2 {
  margin-top: 5.07vw;
  width: 100vw;
}

.cont .part2 .sTopPic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont .part2 .xwfbtList {
  margin-bottom: calc(110/750*100vw);
  margin-top: 4.8vw;
}

.cont .part2 .xwfbtList .list {
  width: 90.67vw;
  margin: 0 auto;
}

.cont .part2 .xwfbtList .list .item {
  padding: 2.4vw 0 5.2vw 0;
  align-items: center;
  border-bottom: 1px dashed #25ab86;
  cursor: pointer;
}

.cont .part2 .xwfbtList .list .item img {
  width: 36.13vw;
  height: 24vw;
  margin-right: 3.6vw;
  background: #fff;
  border: 0.53vw solid #fff;
  object-fit: cover;
}

.cont .part2 .xwfbtList .list .item .title {
  width: 50.4vw;
  color: #000;
  justify-content: start;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.cont .part2 .xwfbtList .list .item .title1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.cont .part2 .xwfbtList .list .item .readMore {
  color: #7d7d7d;
}

.cont .part2 .xwfbtList .list .item .title2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.cont .part2 .xwfbtList .list .item:last-child {
  border-bottom: none;
}

.cont .part1, .cont .part3 {
  margin-top: 8.93vw;
  padding-bottom: 22.67vw;
}

.cont .part1 .part-video, .cont .part3 .part-video {
  width: 80vw;
  margin: 0 auto;
  position: relative;
  border: 3px solid #29b473;
  background-color: #000;
}

.cont .part1 video, .cont .part3 video {
  width: 100%;
  height: 44.53vw;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.cont .part1 #playerBtn, .cont .part3 #playerBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.cont .part1 #playerBtn svg, .cont .part3 #playerBtn svg {
  width: 30px;
  height: 30px;
  margin: 15px 0 0 17px;
  display: block;
}

.cont .part1 .visitNumRight, .cont .part3 .visitNumRight {
  text-align: right;
  font-size: 12px;
  color: gray;
  width: 81.33vw;
  margin: 10px auto;
}

.cont .part1 .part-summary, .cont .part3 .part-summary {
  width: 81.33vw;
  margin: 3.6vw auto;
  text-indent: 5.33vw;
  font-size: 2.67vw;
  line-height: 4.53vw;
  white-space: normal;
  word-break: break-all;
}

.cont .part4 {
  width: 100%;
  padding-top: 1.87vw;
}

.cont .part4 .cityBanner {
  width: 100%;
  margin-bottom: 2.67vw;
}

.cont .part4 .cjdList {
  margin-bottom: calc(110/750*100vw);
}

.cont .part4 .list {
  width: 90.67vw;
  margin: 0 auto;
}

.cont .part4 .list .item {
  padding: 2.4vw 0 5.2vw 0;
  align-items: center;
  border-bottom: 1px dashed #25ab86;
  position: relative;
}

.cont .part4 .list .item img {
  width: 36.13vw;
  height: 24vw;
  margin-right: 3.6vw;
  background: #fff;
  border: 0.53vw solid #fff;
  object-fit: cover;
}

.cont .part4 .list .item .title {
  width: 50.4vw;
  color: #000;
  justify-content: start;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.cont .part4 .list .item .title1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.cont .part4 .list .item .readMore {
  color: #7d7d7d;
}

.cont .part4 .list .item .title2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.cont .part4 .list .item .city {
  position: absolute;
  bottom: 2.67vw;
  right: 0px;
  font-size: 2.67vw;
  color: #000;
  border: 1px solid #25ab86;
  padding: 0 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.cont .part4 .list .item:last-child {
  border-bottom: none;
}

.cont .part4 .cityList {
  display: none;
}

#mySwiper1 {
  width: calc(663 / 750* 100vw);
  height: calc(361 / 750* 100vw);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#mySwiper1 .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 11.73vw;
  color: white;
  padding: 0 24.67vw 0 3.73vw;
  background: rgba(0, 0, 0, 0.5);
}

#mySwiper1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

#mySwiper1 .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: #ffff;
  line-height: 28px;
}

#mySwiper1 .zixunSwiper-pagination {
  left: auto;
  right: 0;
  width: 30%;
}

.xgplayer-live {
  display: none !important;
}
