#body .data-con {
  width           : 90vw;
  margin          : 0 auto;
  background-color: #fff;
}

#body .data-con .container {
  background-color: #fff;
}

#body .data-con .container .list {
  display         : flex;
  flex-wrap       : wrap;
  justify-content : space-around;
  background-color: #fff;
  padding-top     : 1rem;
}

#body .data-con .container .list .item {
  width         : 30%;
  padding       : 0.3rem 0.2rem;
  display       : flex;
  flex-direction: column;
}

#body .data-con .container .list .item:nth-of-type(n+4) {
  margin-top: 1rem;
}

#body .data-con .container .list .item:nth-of-type(2),
#body .data-con .container .list .item:nth-of-type(5) {
  border       : 1px solid #ececec;
  border-top   : none;
  border-bottom: none;
}

#body .data-con .container .list .item .item-img {
  width        : 80%;
  margin       : 0 auto;
  margin-bottom: 0.5rem;
}

#body .data-con .container .list .item .item-img img {
  width  : 50%;
  display: block;
  margin : 0 auto;
}

#body .data-con .container .list .item .item-title {
  color        : #00a0e8;
  font-size    : 0.75rem;
  text-align   : center;
  margin-bottom: 0.3rem;
  font-weight  : lighter;
}

#body .data-con .container .list .item .item-title .big {
  font-size  : 1rem;
  font-weight: bold;
  margin     : 0.3rem;
}

#body .data-con .container .list .item .item-info {
  zoom      : 0.9;
  text-align: center;
  font-size : 0.75rem;
  color     : #333;
}

#body .swiper-con .swiper {
  position: relative;
  top     : 1.5rem;
}

#body .swiper-con .swiper .img-list {
  width: 95%;
}

#body .swiper-con .swiper .img-list .swiper-wrapper {
  width : 100%;
  margin: 0 auto;
}

#body .swiper-con .swiper .img-list .swiper-wrapper .lg {
  width     : 95%;
  height    : 30%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  position  : absolute;
  z-index   : 10;
  bottom    : 0;
}

#body .swiper-con .swiper .img-list .swiper-wrapper .swiper-slide {
  position: relative;
}

#body .swiper-con .swiper .img-list .swiper-wrapper .swiper-slide p {
  color    : #fff;
  font-size: 0.75rem;
  position : absolute;
  bottom   : 10%;
  right    : 5%;
  z-index  : 11;
}

#body .swiper-con .swiper .img-list .swiper-pagination {
  width : 30%;
  right : 0vw;
  bottom: 3vw;
}

#body .swiper-con .swiper .img-list .swiper-pagination .swiper-pagination-bullet {
  margin          : 0 1vw;
  background-color: #fff;
}

#body .swiper-con .swiper .img-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

#body .swiper-con .nav-btn {
  display         : flex;
  background-color: #0071ad;
  justify-content : space-around;
  padding         : 0.5rem 0;
  padding-top     : 2rem;
}

#body .swiper-con .nav-btn .btn {
  width      : 30%;
  padding-top: 0.75em;
}

#body .swiper-con .nav-btn .btn img {
  width  : 50%;
  display: block;
  margin : 0 auto;
}

#body .swiper-con .nav-btn .active {
  padding-top: 0;
}

#body .swiper-con .nav-btn .active img {
  width: 70%;
}

#body .party-con {
  background     : url('/skhtmobile/images/index/party-bg.jpg') no-repeat;
  background-size: cover;
  padding        : 10vw 0;
  scrollbar-width: none;
  position       : relative;
  display        : flex;
  align-items    : center;
  flex-direction : column;
}

#body .party-con .title {
  align-self   : center;
  font-size    : 22px;
  color        : #00a0e8;
  font-weight  : 700;
  margin-bottom: 16px;
}

#body .party-con .item-list {
  display       : flex;
  flex-direction: column;
  position      : relative;
  width         : 80vw;
}

#body .party-con .item-list .item {
  display: flex;
}

#body .party-con .item-list .item:nth-of-type(n+2) {
  margin-top: 1rem;
}

#body .party-con .item-list .item:nth-of-type(3n) {
  margin-bottom: 0;
}

#body .party-con .item-list .item .item-img {
  flex-shrink : 0;
  width       : 25vw;
  margin-right: 2vw;
}

#body .party-con .item-list .item .item-img img {
  width: 100%;
}

#body .party-con .item-list .item .text-con {
  flex : 1;
  color: #333;
}

#body .party-con .item-list .item .text-con .item-info {
  font-weight       : 700;
  font-size         : 0.75rem;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow          : hidden;
  margin-bottom     : 2vw;
}

#body .party-con .item-list .item .text-con .item-date {
  font-size: 0.75rem;
}

#body .party-con .btns {
  display   : flex;
  align-self: center;
}

#body .party-con .btns .more {
  color        : #007aff;
  font-weight  : bold;
  padding      : 0.25rem 1rem;
  border       : 0.01rem solid #0071ad;
  border-radius: 100rem;
  margin-top   : 1rem;
  font-size    : 0.8rem;
}

#body .responsibility-con {
  background     : url(/skhtmobile/images/index/shehuibg.jpg) no-repeat;
  padding        : 0.5rem 0;
  background-size: contain;
}

#body .responsibility-con .title {
  width     : 100%;
  text-align: center;
}

#body .responsibility-con .title img {
  width: 50%;
}

#body .responsibility-con .item-list .img-item {
  width     : 80%;
  margin    : 0 auto;
  margin-top: 0.5rem;
}

#body .responsibility-con .item-list .img-item img {
  width: 100%;
}

#body .news-con {
  padding: 1rem 0;
}

#body .news-con .title {
  width        : 100%;
  text-align   : center;
  margin-bottom: 1rem;
}

#body .news-con .title img {
  width: 35%;
}

#body .news-con .news-list {
  padding: 0 0.5rem;
}

#body .news-con .news-list a:nth-of-type(5) .item {
  border-bottom: none;
}

#body .news-con .news-list a .item {
  width          : 95%;
  padding        : 0 0.5rem;
  margin         : 0 auto;
  display        : flex;
  justify-content: space-between;
  border-bottom  : 1px solid #999;
  padding-bottom : 0.5rem;
  margin-bottom  : 0.5rem;
}

#body .news-con .news-list a .item .item-img {
  max-width : 142px;
  max-height: 85px;
  overflow  : hidden;
}

#body .news-con .news-list a .item .item-img img {
  width: 100%;
}

#body .news-con .news-list a .item .text-con {
  width      : 55%;
  padding-top: 0.5rem;
}

#body .news-con .news-list a .item .text-con .item-title {
  font-size    : 0.75rem;
  font-family  : "思源黑体 CN Bold";
  color        : #292b2c;
  font-weight  : bold;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}

#body .news-con .news-list a .item .text-con .item-info {
  font-size         : 0.75rem;
  font-family       : "思源黑体 CN Normal";
  zoom              : 0.8;
  color             : #999;
  overflow          : hidden;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom     : 0.5rem;
}

#body .news-con .news-list a .item .text-con .item-date {
  font-size  : 0.75rem;
  font-family: "思源黑体 CN Normal";
  color      : #999;
}

#body .news-con .more {
  text-align: center;
  margin    : 1rem 0;
}

#body .news-con .more a {
  background-color: #00a0e8;
  color           : #fff;
  padding         : 0.5rem 2rem;
  border-radius   : 10px;
}

#body .link-con {
  margin      : 1rem auto;
  font-size   : 0.75rem;
  line-height : 52.25px;
  display     : flex;
  padding-left: 2rem;
  color       : #666;
  box-shadow  : 0 0px 5px rgba(0, 0, 0, 0.1);
}

#body .link-con img {
  display    : block;
  width      : 20%;
  margin-left: 1rem;
}

#body .link-con .link {
  margin-left: 6vw;
}

#body .link-con .link a {
  color      : #00a0e8;
  font-weight: bold;
}