﻿@charset "UTF-8";
/*图片视频查看弹窗*/
.layui-layer-viewGroup {
  background-color: #000 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000;
}
.layui-layer-viewGroup .bg-blue {
  background-color: #00953d;
}
.layui-layer-viewGroup .bg-skyblue {
  background-color: #007630;
}
.layui-layer-viewGroup .viewGroup-close {
  width: 68px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 40px;
  cursor: pointer;
  z-index: 1000;
}
.layui-layer-viewGroup .viewGroup-close:hover {
  background-color: #007630;
}
.layui-layer-viewGroup .viewGroup-close:before, .layui-layer-viewGroup .viewGroup-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.layui-layer-viewGroup .viewGroup-close:before {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.layui-layer-viewGroup .viewGroup-close:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.layui-layer-viewGroup .viewGroup-main {
  width: 100%;
  height: 100%;
}
.layui-layer-viewGroup .viewGroup-main .viewGroup-main-img {
  max-width: 100%;
  max-height: 91%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.layui-layer-viewGroup .viewGroup-main .last-btn, .layui-layer-viewGroup .viewGroup-main .next-btn {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #504747;
  width: 110px;
  height: 110px;
  border: none;
  line-height: 110px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 1000;
}
.layui-layer-viewGroup .viewGroup-main .last-btn:hover, .layui-layer-viewGroup .viewGroup-main .next-btn:hover {
  background-color: #a8a0a0;
}
.layui-layer-viewGroup .viewGroup-main .last-btn {
  left: 0;
}
.layui-layer-viewGroup .viewGroup-main .last-btn svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}
.layui-layer-viewGroup .viewGroup-main .next-btn {
  right: 0;
}
.layui-layer-viewGroup .viewGroup-main .next-btn svg {
  width: 20px;
  height: 20px;
}
.layui-layer-viewGroup .viewGroup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select {
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  background-color: #484040;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 8;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select:hover {
  top: -168px;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(80, 71, 71, 0.9);
  border-left: 15px solid transparent;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-bar {
  height: 4px;
  display: flex;
  display: -webkit-flex;
  background-color: #b1b2b4;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-bar span {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border-right: 1px solid #877878;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list {
  position: relative;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 38px;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  width: 252px;
  height: 144px;
  cursor: pointer;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item.swiper-slide-thumb-active {
  /*border: 5px solid #14a5c2;*/
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item.swiper-slide-thumb-active div:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #007630;
  box-sizing: border-box;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  border: 5px solid #484040;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: center !important;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn, .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #a8a0a0;
  width: 28px;
  height: 28px;
  border: none;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn:hover, .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn:hover {
  background-color: #998e8e;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn {
  left: 0;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .last-btn svg {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn {
  right: 0;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .next-btn svg {
  width: 12px;
  height: 12px;
  margin-top: 5px;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  z-index: 9;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-nav .viewGroup-nav-item {
  float: left;
  width: 50%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  cursor: pointer;
}
.layui-layer-viewGroup .viewGroup-footer .viewGroup-nav .viewGroup-nav-item:hover {
  background-color: #007630;
}
.layui-layer-viewGroup .gallery-top, .layui-layer-viewGroup .swiper-wrapper, .layui-layer-viewGroup .swiper-slide {
  height: 100%;
}
.layui-layer-viewGroup .swiper-slide video {
  height: 65% !important;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  overflow: hidden;
}
.layui-layer-viewGroup .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-align: center;
}

@media only screen and (max-width: 992px) {
  .layui-layer-viewGroup .viewGroup-close {
    width: 0.78125rem;
    height: 0.78125rem;
  }
  .layui-layer-viewGroup .viewGroup-main .last-btn, .layui-layer-viewGroup .viewGroup-main .next-btn {
    width: 0.703125rem;
    height: 0.703125rem;
    font-size: 0.3125rem;
  }
  .layui-layer-viewGroup .viewGroup-footer .viewGroup-select {
    top: -4px;
  }
  .layui-layer-viewGroup .viewGroup-footer .viewGroup-select:hover {
    top: -4px;
  }
  .layui-layer-viewGroup .viewGroup-footer .viewGroup-select:before {
    display: none;
  }
  .layui-layer-viewGroup .viewGroup-footer .viewGroup-select .viewGroup-select-list .items .item {
    height: 92px;
  }
}
/*投资者关系 公共*/
.investors .banner {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.investors .banner .banner-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.investors .banner .banner-name .pc {
  max-width: 1200px;
}
.investors .banner .banner-name .md {
  display: none;
}
.investors .investors-stock {
  background: #F0F9FD;
  height: 335px;
  margin-top: 80px;
  overflow: hidden;
}
.investors .investors-stock-content {
  height: 100%;
}
.investors .investors-stock-content-left {
  float: left;
  padding-left: 90px;
  width: 50%;
  border-right: 1px solid #E3E3E3;
  padding-top: 70px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.investors .investors-stock-content-name {
  font-size: 18px;
  font-family: "SourceHanSerifCN-Regular";
}
.investors .investors-stock-content-name span {
  margin-left: 30px;
}
.investors .investors-stock-content-price {
  font-size: 34px;
  font-family: "SourceHanSerifCN-Bold";
}
.investors .investors-stock-content-price span {
  margin-left: 25px;
  color: #FF0000;
}
.investors .investors-stock-content-time {
  color: #888888;
  font-size: 16px;
  font-family: "SourceHanSerifCN-Regular";
}
.investors .investors-stock-content-btn {
  margin-top: 40px;
  display: block;
  font-family: "SourceHanSerifCN-Regular";
  font-size: 16px;
  color: #000;
  line-height: 40px;
  border: 1px solid #000;
  width: 186px;
  text-align: center;
}
.investors .investors-stock-content-btn:hover {
  color: #00953D;
  border-color: #00953D;
}
.investors .investors-stock-content-right {
  float: right;
  padding-left: 90px;
  width: 50%;
  padding-top: 70px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.investors .investors-stock-content-price.down span {
  color: #00953D !important;
}
.investors .investors-news a.more {
  float: right;
  font-size: 16px;
  font-family: "SourceHanSerifCN-Regular";
  font-style: italic;
  color: #000;
  background: url(../images/investors/investors-right.jpg) no-repeat right;
  line-height: 30px;
  padding-right: 40px;
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .investors .banner {
    height: 6.25rem;
  }
  .investors .banner .banner-name .pc {
    display: none;
  }
  .investors .banner .banner-name .md {
    display: block;
    width: 10rem;
  }
  .investors .center-wrap {
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .investors .investors-stock {
    background: #F0F9FD;
    height: auto;
    margin-top: 1.09375rem;
    overflow: hidden;
  }
  .investors .investors-stock .investors-stock-content {
    height: auto;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-left {
    float: none;
    margin-left: 0;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #E3E3E3;
    padding: 0.78125rem 0 0.84375rem;
    height: auto;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-right {
    float: none;
    margin-left: 0;
    width: auto;
    padding: 0.78125rem 0 0.84375rem;
    height: auto;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-name {
    font-size: 0.4375rem;
    font-family: "SourceHanSerifCN-Regular";
    color: #222;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-name span {
    margin-left: 0.3125rem;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-price {
    padding-top: 0.3125rem;
    font-size: 0.65625rem;
    font-family: "SourceHanSansCN-Regular";
    font-weight: 600;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-price span {
    margin-left: 0.34375rem;
    color: #FF0000;
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-time {
    color: #888888;
    font-size: 0.375rem;
    font-family: "SourceHanSerifCN-Regular";
  }
  .investors .investors-stock .investors-stock-content .investors-stock-content-btn {
    margin-top: 0.625rem;
    display: block;
    font-family: "SourceHanSerifCN-Regular";
    font-size: 0.375rem;
    color: #000;
    line-height: 1.03125rem;
    border: 1px solid #222;
    width: 3.71875rem;
    text-align: center;
  }
  .investors .investors-news a.more {
    float: right;
    font-size: 0.375rem;
    font-family: "SourceHanSerifCN-Regular";
    font-style: italic;
    color: #000;
    background: url(../images/investors/investors-right.jpg) no-repeat right;
    background-size: auto 100%;
    line-height: 0.46875rem;
    padding-right: 0.625rem;
    margin-top: 0.6875rem;
  }
}
/*股东大会*/
.investors-meeting .investors-news {
  margin-top: 80px;
  overflow: hidden;
}
.investors-meeting .investors-news ul li:first-child {
  border-top: 1px solid #E0E0E0;
}
.investors-meeting .investors-news ul li {
  line-height: 88px;
  border-bottom: 1px solid #E0E0E0;
  font-family: "SourceHanSerifCN-Regular";
  overflow: hidden;
}
.investors-meeting .investors-news ul li a {
  color: #000;
  font-size: 24px;
  float: left;
}
.investors-meeting .investors-news ul li a:hover {
  color: #00953D;
}
.investors-meeting .investors-news ul li span {
  font-size: 16px;
  float: right;
  margin-right: 20px;
}
.investors-meeting .investors-news ul li span a {
  margin-right: 70px;
}

@media only screen and (max-width: 992px) {
  .investors-meeting .investors-news {
    margin-top: 0.78125rem;
  }
  .investors-meeting .investors-news ul li {
    line-height: 1.1;
    border-bottom: 1px solid #E0E0E0;
    font-family: "SourceHanSerifCN-Regular";
    overflow: hidden;
    padding-bottom: 0.625rem;
  }
  .investors-meeting .investors-news ul li > a {
    display: block;
    color: #222;
    font-size: 0.5rem;
    line-height: 0.71875rem;
    float: none;
    padding-top: 0.5625rem;
  }
  .investors-meeting .investors-news ul li > span {
    font-size: 0.375rem;
    float: none;
    margin-right: 0;
    padding-top: 0.375rem;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .investors-meeting .investors-news ul li > span a {
    float: none;
    margin: 0;
    width: 2.40625rem;
    height: 1.03125rem;
    line-height: 0.9375rem;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 0.375rem;
  }
  .investors-meeting .investors-news ul li > span a img {
    width: 0.34375rem;
  }
  .investors-meeting .investors-news ul li > span a:after {
    content: "下载";
    font-size: 0.375rem;
    font-family: "SourceHanSerifCN-Regular";
    color: #222;
    margin-left: 0.15625rem;
  }
}
/*经营年报*/
.investors-report .investors-news {
  margin-top: 80px;
  overflow: hidden;
}
.investors-report .report-content-left {
  float: left;
  /*}
  .report-content-left .report-content-top{*/
  width: 48.33%;
  height: 445px;
  /*background: url(../images/investors/report-img1.jpg) no-repeat center top;*/
  position: relative;
}
.investors-report .report-content-left:nth-child(2n) {
  margin-left: 3.33%;
}
.investors-report .report-content-right {
  float: right;
  /*}
  .report-content-right .report-content-top{*/
  width: 48.33%;
  height: 380px;
  /*background: url(../images/investors/report-img2.jpg) no-repeat left;*/
  position: relative;
}
.investors-report .report-content-top {
  width: 176px;
  height: 218px;
  background: #FFF;
  position: absolute;
  top: 112px;
  right: 60px;
}
.investors-report .report-content-top-con {
  margin: 10px;
  border: 1px solid #E0E0E0;
  height: 186px;
  padding: 10px 0 0 15px;
  font-family: "SourceHanSansCN-Regular";
}
.investors-report .report-content-top-con .hstd {
  color: #00953D;
  font-size: 12px;
}
.investors-report .report-content-top-con .year {
  font-size: 56px;
  font-weight: lighter;
  line-height: 74px;
}
.investors-report .report-content-top-con .border {
  width: 35px;
  border: 1px solid #00953D;
}
.investors-report .report-content-top-con .company {
  font-size: 14px;
  width: 115px;
  line-height: 24px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.investors-report .report-content-top-con .title {
  font-size: 14px;
}
.investors-report .report-content {
  /*height: 445px;*/
  overflow: hidden;
}
.investors-report .report-content a {
  position: absolute;
  top: 395px;
  width: 100%;
  text-align: center;
  border: 1px solid #E0E0E0;
  line-height: 48px;
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  box-sizing: border-box;
}
.investors-report .report-content a img {
  display: none;
}
.investors-report .report-content a img:first-child {
  display: inline-block;
}
.investors-report .report-content a:hover {
  border-color: #00953D;
  color: #00953D;
}
.investors-report .report-content a:hover img {
  display: inline-block;
}
.investors-report .report-content a:hover img:first-child {
  display: none;
}

@media only screen and (max-width: 992px) {
  .investors-report .investors-news {
    margin-top: 0.78125rem;
  }
  .investors-report .report-content {
    height: auto;
  }
  .investors-report .report-content .report-content-left {
    float: none;
    width: auto;
    height: 5.71875rem;
    background-image: url(../images/investors/report-img1.jpg);
    background-size: cover;
    position: relative;
    margin-bottom: 2.1875rem;
  }
  .investors-report .report-content .report-content-left:nth-child(2n) {
    margin-left: 0%;
  }
  .investors-report .report-content .report-content-right {
    float: none;
    width: auto;
    height: 5.71875rem;
    background-image: url(../images/investors/report-img2.jpg);
    background-size: cover;
    position: relative;
    margin-bottom: 1.40625rem;
  }
  .investors-report .report-content .report-content-top {
    width: 2.65625rem;
    height: 3.28125rem;
    background: #FFF;
    position: absolute;
    top: 1.6875rem;
    right: 0.9375rem;
  }
  .investors-report .report-content .report-content-top-con {
    margin: 0.125rem;
    border: 1px solid #E0E0E0;
    height: 2.9375rem;
    padding: 0.125rem 0.21875rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "SourceHanSansCN-Regular";
  }
  .investors-report .report-content .report-content-top-con .hstd {
    color: #00953D;
    font-size: 0.1875rem;
  }
  .investors-report .report-content .report-content-top-con .year {
    font-size: 0.84375rem;
    font-weight: lighter;
    line-height: 1.125rem;
  }
  .investors-report .report-content .report-content-top-con .border {
    width: 0.53125rem;
    border: 1px solid #00953D;
  }
  .investors-report .report-content .report-content-top-con .company {
    font-size: 0.21875rem;
    width: auto;
    line-height: 0.375rem;
    padding-top: 0.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .investors-report .report-content .report-content-top-con .title {
    font-size: 0.21875rem;
  }
  .investors-report .report-content a {
    position: absolute;
    top: auto;
    bottom: -1.40625rem;
    width: 100%;
    text-align: center;
    border: 1px solid #E0E0E0;
    line-height: 1.03125rem;
    color: #000;
    vertical-align: middle;
    font-size: 0.375rem;
    box-sizing: border-box;
  }
  .investors-report .report-content a img {
    width: 0.328125rem;
    height: 0.34375rem;
  }
}
.investors-structure .structure-news {
  margin-top: 80px;
  border: 1px solid #E5E9E9;
}
.investors-structure .structure-news table {
  width: 100%;
  border: 0;
}
.investors-structure .structure-news table tr.structure-subtitle th, .investors-structure .structure-news table tr.structure-subtitle td {
  color: #333;
}
.investors-structure .structure-news table tr th {
  font-size: 20px;
  font-family: "SourceHanSerifCN-Regular";
  font-weight: bold;
  background: #fe8966;
  color: white;
  line-height: 70px;
  border: 0;
  padding: 0 40px;
  width: 33.33%;
  border-left: 1px solid #FFF;
}
.investors-structure .structure-news table tr th:first-child {
  text-align: left;
  border-left: 0;
}
.investors-structure .structure-news table tr td {
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  border: 0;
  padding: 0 40px;
  width: 33.33%;
  font-family: "SourceHanSansCN-Regular";
  border-left: 1px solid #e5e9e9;
  border-top: 1px solid #e5e9e9;
  color: #565656;
}
.investors-structure .structure-news table tr td:first-child {
  text-align: left;
  border-left: 0;
}
.investors-structure .structure-title, .investors-structure .structure-subtitle, .investors-structure .structure-row {
  line-height: 70px;
  height: 70px;
}
.investors-structure .structure-title {
  background: #fe8966;
  color: #fff;
  font-size: 20px;
  font-family: "SourceHanSerifCN-Regular";
  font-weight: bold;
}
.investors-structure .structure-news span {
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.investors-structure .structure-news .col1 {
  text-indent: 40px;
}
.investors-structure .structure-news .col2 {
  text-align: center;
}
.investors-structure .structure-news .col3 {
  text-align: center;
}
.investors-structure .col1, .investors-structure .col2 {
  border-right: 1px solid #e5e9e9;
}
.investors-structure .structure-subtitle {
  background: #fff2ee;
  font-size: 18px;
  font-family: "SourceHanSansCN-Regular";
  font-weight: bold;
}
.investors-structure .structure-row {
  color: #666;
  font-size: 18px;
  font-family: "SourceHanSansCN-Regular";
  border-top: 1px solid #E5E9E9;
}
.investors-structure .structure-row.current {
  background: #F9F9F9;
}

@media only screen and (max-width: 992px) {
  .investors-structure .structure-news {
    margin: 0;
    padding: 0.9375rem 0.625rem 0;
    border: none;
    overflow-x: scroll;
  }
  .investors-structure .structure-news .structure-table {
    border: 1px solid #e5e9e9;
    margin: 0;
    width: 100%;
  }
  .investors-structure .structure-news table tr th {
    font-size: 0.34375rem;
    line-height: 0.65625rem;
    padding: 0 0.3125rem;
    height: 1.3125rem;
  }
  .investors-structure .structure-news table tr td {
    font-size: 0.3125rem;
    line-height: 0.625rem;
    padding: 0 0.3125rem;
    height: 1.25rem;
  }
  .investors-structure .structure-title, .investors-structure .structure-subtitle, .investors-structure .structure-row {
    line-height: 1.46875rem;
    height: 1.46875rem;
    font-size: 0;
  }
  .investors-structure .structure-title {
    background: #00953D;
    color: #fff;
    font-family: "SourceHanSerifCN-Regular";
    font-weight: bold;
    white-space: nowrap;
  }
  .investors-structure .structure-title span {
    font-size: 0.375rem;
  }
  .investors-structure .structure-subtitle span {
    font-size: 0.375rem;
  }
  .investors-structure .structure-row span {
    font-size: 0.375rem;
  }
  .investors-structure .structure-news span {
    float: none;
    display: inline-block;
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .investors-structure .structure-news .col1 {
    text-indent: 0;
    line-height: 1.6;
  }
}
/*媒体中心*/
.media .main .top-bg {
  height: 400px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.media .main .top-bg div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media .main .top-bg div .pc {
  max-width: 1200px;
}
.media .main .top-bg div .md {
  display: none;
}
.media .main .news-list {
  margin-top: 80px;
}
.media .main .news-list li:last-child .limain {
  border-bottom: 1px solid #e0e0e0;
}
.media .main .news-list li {
  overflow: hidden;
  font-family: "SourceHanSerifCN-Regular", "宋体";
}
.media .main .news-list li:hover {
  background: #f7fdff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.media .main .news-list li .limain {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  padding: 50px 0px;
}
.media .main .news-list li .limain.nopic .dcenter {
  margin-left: 0;
}
.media .main .news-list li:hover .limain {
  border-top: 0px;
  border-bottom: 0px;
}
.media .main .news-list li:hover + li .limain {
  border-top: 0px;
}
.media .main .news-list li .dinfo {
  float: left;
}
.media .main .news-list li .dleft {
  width: 217px;
  height: 162px;
}
.media .main .news-list li .dleft img {
  width: 100%;
  height: 100%;
}
.media .main .news-list li .dcenter {
  margin-left: 260px;
  height: 162px;
}
.media .main .news-list li .dcenter.media-major-dcenter {
  margin-left: 0;
  height: auto;
}
.media .main .news-list li .dcenter.media-major-dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 25px;
  width: 670px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.media .main .news-list li .dright {
  width: 110px;
  float: right;
  height: 162px;
  position: relative;
}
.media .main .news-list li .dcenter .title {
  overflow: hidden;
  line-height: 1.4;
}
.media .main .news-list li .dcenter .title a {
  float: left;
  font-size: 28px;
  color: #222;
  width: 840px;
}
.media .main .news-list li .dcenter .title .time {
  float: right;
  font-size: 14px;
  text-align: right;
}
.media .main .news-list li .dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 15px;
  width: 740px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media .main .news-list li .dcenter .more {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  padding-top: 24px;
  display: block;
}
.media .main .news-list li .dcenter .more .img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: url(../images/media/jt.jpg);
  background-size: 100%;
  float: right;
  margin-left: 5px;
}
.media .main .news-list li:hover .dcenter .more .img {
  background: url(../images/media/jt-1.jpg);
}
.media .main .news-list li .dcenter .more a {
  color: #565656;
}
.media .main .news-list li:hover .dcenter .more a {
  color: #069742;
}
.media .news-detail {
  font-family: "SourceHanSerifCN-Regular";
}
.media .news-detail .back {
  font-size: 16px;
  color: #848484;
  padding: 50px 0px 80px 0px;
  width: 1200px;
  margin: 0px auto;
}
.media .news-detail .back a {
  color: #848484;
}
.media .news-detail .nmain {
  width: 998px;
  margin: 0px auto;
}
.media .news-detail .title {
  font-size: 48px;
}
.media .news-detail .source {
  font-size: 16px;
  margin: 15px 0px 40px 0px;
  padding-bottom: 40px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}
.media .news-detail .content {
  font-size: 16px;
  margin-bottom: 100px;
  color: #333;
  line-height: 26px;
  overflow: hidden;
}
.media .news-detail .content img {
  max-width: 100%;
}
.media .news-detail .content .selectTdClass {
  background-color: #edf5fa !important;
}
.media .news-detail .content table.noBorderTable td, .media .news-detail .content table.noBorderTable th, .media .news-detail .content table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}
.media .news-detail .content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  max-width: 100%;
}
.media .news-detail .content td, .media .news-detail .content th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.media .news-detail .content caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
.media .news-detail .content th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}
.media .news-detail .content table tr.firstRow th {
  border-top-width: 2px;
}
.media .news-detail .content .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.media .news-detail .content .ue-table-interlace-color-double {
  background-color: #f7faff;
}
.media .news-detail .content td p {
  margin: 0;
  padding: 0;
}
.media .news-detail .content p {
  margin: 5px 0;
}
.media .news-detail .content h1 {
  font-size: 32px;
}
.media .news-detail .content h2 {
  font-size: 24px;
}
.media .news-detail .content h3 {
  font-size: 18px;
}
.media .news-detail .content h4 {
  font-size: 16px;
}
.media .news-detail .content h5 {
  font-size: 13px;
}

@media only screen and (max-width: 992px) {
  .media .main .top-bg {
    height: 6.25rem;
    background-size: cover;
    width: 100%;
    overflow: hidden;
  }
  .media .main .top-bg div .pc {
    display: none;
  }
  .media .main .top-bg div .md {
    display: block;
    width: 10rem;
  }
  .media .main .news-list {
    margin-top: 0.78125rem;
    padding: 0 0.625rem;
  }
  .media .main .news-list li:last-child .limain {
    border-bottom: 1px solid #e0e0e0;
  }
  .media .main .news-list li {
    overflow: hidden;
    font-family: "SourceHanSerifCN-Regular";
  }
  .media .main .news-list li:hover {
    background: #f7fdff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .media .main .news-list li .limain {
    width: auto;
    margin: 0px auto;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    padding: 0.78125rem 0px;
  }
  .media .main .news-list li .limain.media-major-limain {
    padding: 0.625rem 0px;
  }
  .media .main .news-list li:hover .limain {
    border-top: 0px;
    border-bottom: 0px;
  }
  .media .main .news-list li:hover + li .limain {
    border-top: 0px;
  }
  .media .main .news-list li .dinfo {
    float: none;
  }
  .media .main .news-list li .dleft {
    width: auto;
    height: 6.5625rem;
  }
  .media .main .news-list li .dleft img {
    width: 100%;
    height: 100%;
  }
  .media .main .news-list li .dcenter {
    margin-left: 0;
    height: auto;
  }
  .media .main .news-list li .dcenter.media-major-dcenter .desc {
    font-size: 0.375rem;
    color: #565656;
    margin-top: 0.375rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .media .main .news-list li .dcenter .title {
    overflow: hidden;
    line-height: 1;
  }
  .media .main .news-list li .dcenter .title a {
    float: none;
    display: block;
    font-size: 0.5rem;
    line-height: 0.65625rem;
    color: #222;
    padding-top: 0.625rem;
    padding-right: 0;
    width: 100%;
  }
  .media .main .news-list li .dcenter .title .time {
    float: none;
    display: block;
    font-size: 0.375rem;
    text-align: left;
    padding-top: 0.3125rem;
  }
  .media .main .news-list li .dcenter .title.media-major-title a {
    padding-top: 0;
  }
  .media .main .news-list li .dcenter .desc {
    font-size: 0.375rem;
    color: #565656;
    margin-top: 0.375rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .media .main .news-list li .dcenter .more {
    font-size: 0.375rem;
    line-height: 0.59375rem;
    text-align: left;
    padding-top: 0.625rem;
    display: block;
  }
  .media .main .news-list li .dcenter .more .img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 0.46875rem;
    height: 0.46875rem;
    margin-top: 0px;
    background: url(../images/media/jt.jpg);
    background-size: 100%;
    float: none;
    margin-left: 5px;
  }
  .media .main .news-list li:hover .dcenter .more .img {
    background: url(../images/media/jt-1.jpg);
  }
  .media .main .news-list li .dcenter .more a {
    color: #565656;
  }
  .media .main .news-list li:hover .dcenter .more a {
    color: #069742;
  }
  .media .main .news-list li:hover .dcenter .more a .img {
    background-size: 100% auto !important;
  }
  .media .news-detail {
    margin-top: 1.875rem;
    font-family: "SourceHanSerifCN-Regular";
    padding: 0.78125rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .media .news-detail .back {
    display: none;
  }
  .media .news-detail .nmain {
    width: auto;
    margin: 0px auto;
  }
  .media .news-detail .title {
    font-size: 0.75rem;
    line-height: 0.96875rem;
  }
  .media .news-detail .source {
    font-size: 0.375rem;
    margin: 0.25rem 0px 0;
    padding-bottom: 0.625rem;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
  }
  .media .news-detail .content {
    font-size: 0.375rem;
    margin-bottom: 0;
    color: #333;
    line-height: 0.84375rem;
    padding: 0.625rem 0 1.5625rem;
  }
  .media .news-detail .content table {
    width: 100%;
  }
}
/*媒体中心，视频报道*/
.media-video .media-video-list {
  padding-top: 80px;
}
.media-video .media-video-list ul {
  overflow: hidden;
}
.media-video .media-video-list ul li {
  float: left;
  width: 31.66%;
  height: 364px;
  margin-right: 2.4%;
}
.media-video .media-video-list ul li:nth-child(3n) {
  margin-right: 0;
}
.media-video .media-video-list ul li .item-img {
  height: 214px;
  background-size: cover;
}
.media-video .media-video-list ul li .item-img .item-img-mask {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.media-video .media-video-list ul li .item-img .item-img-mask img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.media-video .media-video-list ul li h6 {
  font-size: 24px;
  font-family: SourceHanSerifCN-Regular;
  font-weight: normal;
  color: #222;
  line-height: 38px;
  padding-top: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.media-video .media-video-list ul li h6:hover {
  color: #00953D;
  cursor: pointer;
}
.media-video .media-video-list ul li p {
  font-size: 14px;
  line-height: 38px;
  color: #676767;
}

@media only screen and (max-width: 992px) {
  .media-video .media-video-list {
    padding: 1.25rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .media-video .media-video-list ul {
    overflow: hidden;
  }
  .media-video .media-video-list ul li {
    float: none;
    width: auto;
    height: 7.5rem;
    margin-right: 0;
  }
  .media-video .media-video-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .media-video .media-video-list ul li .item-img {
    height: 4.9375rem;
    background-size: cover;
  }
  .media-video .media-video-list ul li .item-img .item-img-mask {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
  }
  .media-video .media-video-list ul li .item-img .item-img-mask img {
    width: 1.8125rem;
    height: 1.8125rem;
  }
  .media-video .media-video-list ul li h6 {
    font-size: 0.5rem;
    font-family: SourceHanSerifCN-Regular;
    font-weight: normal;
    color: #222;
    padding-top: 0.46875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .media-video .media-video-list ul li p {
    font-size: 0.375rem;
    font-family: SourceHanSerifCN-Regular;
    line-height: 0.59375rem;
    color: #222;
  }
}
/*核心产业*/
.core {
  /*介绍模块*/
  /*图片视频展示模块*/
  /*统计模块*/
  /*景区动态*/
  /*景区介绍*/
  /*图片上浮动文本*/
  /*相关设施资源*/
  /*图文列表模块*/
  /*卡片模块*/
  /*合作列表模块*/
}
.core .banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.core .banner .banner-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.core .banner .banner-name .pc {
  max-width: 1200px;
}
.core .banner .banner-name .md {
  display: none;
}
.core .banner .banner-toplisted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.core .banner .banner-toplisted .pc {
  max-width: 1200px;
}
.core .banner .banner-toplisted .md {
  display: none;
}
.core .bg-skyblue {
  background-color: #eef8fd;
}
.core .introduce-warp {
  background-color: #eef8fd;
  padding-bottom: 120px;
}
.core .introduce-warp .center-wrap {
  position: relative;
  padding-top: 80px;
}
.core .banner-sub-wrap {
  position: absolute;
  left: 0;
  top: -74px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 114px;
  padding: 0 50px;
  background-color: #fff;
  -moz-box-shadow: 0 6px 30px 0 #e4eef4;
  -webkit-box-shadow: 0 6px 30px 0 #e4eef4;
  box-shadow: 0 6px 30px 0 #e4eef4;
}
.core .banner-sub-wrap h4 {
  float: left;
  line-height: 114px;
  font-size: 32px;
  color: #282828;
  font-family: SourceHanSerifCN-Bold;
  font-weight: normal;
}
.core .banner-sub-wrap .btn {
  float: right;
  width: 156px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #282828;
  font-size: 18px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
  margin-top: 30px;
}
.core .banner-sub-wrap .btn:hover {
  color: #00953D;
  border-color: #00953D;
}
.core .introduce-warp-close {
  display: inline-block;
  font-size: 16px;
  color: #848484;
  line-height: 38px;
  font-family: SourceHanSerifCN-Regular;
}
.core .introduce-warp-content {
  overflow: hidden;
  padding-top: 96px;
}
.core .introduce-warp-content .fl {
  float: left;
  width: 45.83%;
  min-height: 420px;
  background-color: #fff;
}
.core .introduce-warp-content .fl .content-logo {
  height: 180px;
  line-height: 180px;
  padding-left: 68px;
  border-bottom: 1px solid #d2d2d2;
}
.core .introduce-warp-content .fl .content-logo img {
  max-height: 175px;
}
.core .introduce-warp-content .fl .content-contact {
  padding: 30px 68px;
  font-family: SourceHanSerifCN-Regular;
}
.core .introduce-warp-content .fl .content-contact h6 {
  font-size: 24px;
  font-weight: normal;
}
.core .introduce-warp-content .fl .content-contact p {
  font-size: 18px;
  line-height: 26px;
  color: #222;
}
.core .introduce-warp-content .fl .content-contact .telephone {
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
}
.core .introduce-warp-content .fl .content-contact .telephone img {
  /*height: 26px;*/
  width: 26px;
  vertical-align: middle;
}
.core .introduce-warp-content .fr {
  float: right;
  width: 50.83%;
  /*height: 420px;*/
  overflow: hidden;
}
.core .introduce-warp-content .fr .content-title {
  font-size: 42px;
  line-height: 60px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
}
.core .introduce-warp-content .fr p {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  font-family: SourceHanSerifCN-Regular, "宋体";
  padding-top: 20px;
}
.core .core-show-warp {
  padding-top: 80px;
  overflow: hidden;
}
.core .core-show-warp .last-btn, .core .core-show-warp .next-btn {
  display: none;
}
.core .core-show-warp .picture-box, .core .core-show-warp .video-box {
  width: 49.16%;
}
.core .core-show-warp .picture-box ul, .core .core-show-warp .video-box ul {
  height: 457px;
}
.core .core-show-warp .core-show-btn {
  display: block;
  margin-top: 20px;
  height: 60px;
  line-height: 60px;
  background-color: #00953d;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
}
.core .core-show-warp .picture-box {
  float: left;
}
.core .core-show-warp .picture-box ul {
  overflow: hidden;
}
.core .core-show-warp .picture-box ul li {
  float: left;
  width: 48.3%;
  margin-right: 3.38%;
  height: 214px;
  background-size: cover;
  background-position: center;
  margin-top: 28px;
}
.core .core-show-warp .picture-box ul li:nth-child(2n) {
  margin-right: 0;
}
.core .core-show-warp .picture-box ul li:nth-child(-n+2) {
  margin-top: 0;
}
.core .core-show-warp .video-box {
  float: right;
}
.core .core-show-warp .video-box ul li {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: none;
}
.core .core-show-warp .video-box ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.core .core-show-warp .video-box ul li:first-child {
  display: block;
}
.core .statistical {
  height: 743px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 140px;
}
.core .statistical .center-wrap ul {
  overflow: hidden;
  padding-top: 130px;
}
.core .statistical .center-wrap ul li {
  width: 385px;
  height: 230px;
  float: left;
  background: white;
  margin-right: 22px;
  margin-bottom: 22px;
  padding-top: 42px;
  box-sizing: border-box;
  padding-left: 52px;
}
.core .statistical .center-wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.core .statistical .center-wrap ul li h2 {
  padding-left: 40px;
  color: #00953d;
  font-size: 20px;
  font-weight: normal;
  font-family: SourceHanSerifCN-Bold;
}
.core .statistical .center-wrap ul li h2.icon-01 {
  background: url(../images/stat-01.png) no-repeat left center;
}
.core .statistical .center-wrap ul li h2.icon-02 {
  background: url(../images/stat-02.png) no-repeat left center;
}
.core .statistical .center-wrap ul li h2.icon-02-1 {
  background: url(../images/stat-02-1.png) no-repeat left center;
}
.core .statistical .center-wrap ul li h2.icon-03 {
  background: url(../images/stat-03.png) no-repeat left center;
}
.core .statistical .center-wrap ul li h2.icon-04 {
  background: url(../images/stat-04.png) no-repeat left center;
}
.core .statistical .center-wrap ul li h2.icon-05 {
  background: url(../images/stat-05.png) no-repeat left center;
}
.core .statistical .center-wrap ul li strong {
  font-weight: normal;
  font-family: SourceHanSerifCN-Bold;
  font-size: 80px;
}
.core .statistical .center-wrap ul li em {
  font-size: 16px;
  font-style: normal;
}
.core .dynamic-wrap {
  background-color: #eef8fd;
}
.core .dynamic-wrap .center-wrap {
  padding: 80px 0 100px;
}
.core .dynamic-wrap .center-wrap .dynamic-title {
  font-size: 48px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
}
.core .dynamic-wrap .center-wrap .dynamic-list {
  margin-top: 40px;
}
.core .dynamic-wrap .center-wrap .dynamic-list ul li {
  line-height: 74px;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}
.core .dynamic-wrap .center-wrap .dynamic-list ul li:first-child {
  border-top: 1px solid #d2d2d2;
}
.core .dynamic-wrap .center-wrap .dynamic-list ul li p {
  float: left;
  font-size: 18px;
  font-family: SourceHanSerifCN-Bold;
}
.core .dynamic-wrap .center-wrap .dynamic-list ul li p a {
  color: #222;
}
.core .dynamic-wrap .center-wrap .dynamic-list ul li i {
  float: right;
  font-size: 16px;
  font-family: SourceHanSerifCN-Regular;
}
.core .area-introduce-wrap {
  padding-top: 20px;
}
.core .area-introduce-wrap ul li {
  padding: 80px 0;
  border-bottom: 1px solid #d2d2d2;
}
.core .area-introduce-wrap ul li .item-title {
  font-size: 48px;
  line-height: 1.1;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
  font-weight: normal;
}
.core .area-introduce-wrap ul li .item-main {
  overflow: hidden;
  padding-top: 50px;
}
.core .area-introduce-wrap ul li .item-main .fl {
  float: left;
}
.core .area-introduce-wrap ul li .item-main .fr {
  float: right;
}
.core .area-introduce-wrap ul li .item-main .item-text {
  font-size: 18px;
  color: #222;
  line-height: 30px;
  font-family: SourceHanSerifCN-Medium, "宋体";
  height: 510px;
  overflow: hidden;
}
.core .area-introduce-wrap ul li .item-main .item-img {
  height: 510px;
  background-size: cover;
}
.core .area-introduce-wrap ul li:first-child .item-main .item-text {
  width: 35.83%;
}
.core .area-introduce-wrap ul li:first-child .item-main .item-img {
  width: 60.5%;
}
.core .area-introduce-wrap ul li:nth-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
.core .area-introduce-wrap ul li:nth-child(2) .item-main .item-text {
  width: 40.83%;
}
.core .area-introduce-wrap ul li:nth-child(2) .item-main .item-img {
  width: 55%;
}
.core .text-above-picture .bg-picture {
  height: 520px;
}
.core .text-above-picture .center-wrap {
  height: 180px;
  position: relative;
}
.core .text-above-picture .center-wrap .main {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 712px;
  height: 460px;
  background-color: #fff;
  -moz-box-shadow: 0 6px 20px 0 #b2b2b2;
  -webkit-box-shadow: 0 6px 20px 0 #b2b2b2;
  box-shadow: 0 6px 20px 0 #b2b2b2;
  padding: 40px 54px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.core .text-above-picture .center-wrap .main .title {
  font-size: 48px;
  line-height: 1.5;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
  font-weight: normal;
}
.core .text-above-picture .center-wrap .main .text {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
}
.core .relevant-wrap {
  background-color: #eef8fd;
}
.core .relevant-wrap .center-wrap {
  padding: 90px 0;
}
.core .relevant-wrap .relevant-title {
  font-size: 48px;
  line-height: 1.5;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
  font-weight: normal;
  padding-bottom: 50px;
}
.core .relevant-wrap .relevant-main {
  overflow: hidden;
}
.core .relevant-wrap .relevant-main .fl {
  float: left;
}
.core .relevant-wrap .relevant-main .fr {
  float: right;
}
.core .relevant-wrap .relevant-main .relevant-item {
  width: 49.16%;
  height: 350px;
  background-color: #fff;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 6px 20px 0 #e4eef4;
  -webkit-box-shadow: 0 6px 20px 0 #e4eef4;
  box-shadow: 0 6px 20px 0 #e4eef4;
  margin-bottom: 10px;
}
.core .relevant-wrap .relevant-main .relevant-item .title {
  border-bottom: 1px solid #d2d2d2;
  padding: 36px 0 20px;
  line-height: 54px;
}
.core .relevant-wrap .relevant-main .relevant-item .title img {
  height: 100%;
  vertical-align: bottom;
}
.core .relevant-wrap .relevant-main .relevant-item .title span {
  font-size: 28px;
  font-family: SourceHanSerifCN-Medium;
  color: #222;
  margin-left: 16px;
}
.core .relevant-wrap .relevant-main .relevant-item .list {
  padding-top: 18px;
}
.core .relevant-wrap .relevant-main .relevant-item .list ul {
  overflow: hidden;
}
.core .relevant-wrap .relevant-main .relevant-item .list ul li {
  float: left;
  width: 50%;
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-family: SourceHanSansCN-Regular;
}
.core .relevant-wrap .relevant-main .relevant-item .list ul li a {
  color: #222;
}
.core .relevant-wrap .relevant-main .relevant-item .list ul li a:hover {
  color: #00953D;
}
.core .img-text-wrap {
  padding: 80px 0 100px;
}
.core .img-text-wrap .item-1 {
  overflow: hidden;
}
.core .img-text-wrap .item-1 .fl {
  width: 49.16%;
  float: left;
}
.core .img-text-wrap .item-1 .fr {
  width: 49.16%;
  float: right;
}
.core .img-text-wrap .item-title {
  font-size: 32px;
  line-height: 38px;
  color: #222;
  font-family: SourceHanSerifCN-Bold;
}
.core .img-text-wrap .item-text {
  padding-top: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-family: SourceHanSerifCN-Regular, "宋体";
}
.core .img-text-wrap .item-2 {
  margin-top: 50px;
  height: 400px;
  background-size: cover;
}
.core .img-text-wrap .item-3 {
  overflow: hidden;
  padding-top: 80px;
}
.core .img-text-wrap .item-3 .fl {
  width: 55%;
  float: left;
  height: 480px;
  background-size: cover;
}
.core .img-text-wrap .item-3 .fl2 {
  width: 40.83%;
  float: left;
}
.core .img-text-wrap .item-3 .fr {
  width: 40.83%;
  float: right;
}
.core .img-text-wrap .item-3 .fr2 {
  width: 55%;
  float: right;
  height: 430px;
  background-size: cover;
}
.core .img-text-wrap .item-3 .item-hr {
  margin: 24px 0;
  height: 1px;
  background-color: #d2d2d2;
}
.core .card-list ul {
  overflow: hidden;
  padding-bottom: 70px;
}
.core .card-list ul li {
  float: left;
  width: 31.6%;
  margin-right: 2.4%;
  border-bottom: 2px solid #00953d;
  padding-bottom: 30px;
}
.core .card-list ul li:nth-child(3n) {
  margin-right: 0;
}
.core .card-list ul li .item-name {
  font-size: 32px;
  font-family: SourceHanSerifCN-Bold;
  padding-top: 20px;
  line-height: 88px;
  white-space: nowrap;
}
.core .card-list ul li .item-text {
  font-size: 18px;
  font-family: SourceHanSerifCN-Regular;
  line-height: 28px;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
.core .cooperate-wrap {
  padding-bottom: 64px;
}
.core .cooperate-wrap .cooperate-title {
  padding: 90px 0 60px;
  font-size: 48px;
  line-height: 1.1;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
}
.core .cooperate-wrap .cooperate-list ul {
  overflow: hidden;
}
.core .cooperate-wrap .cooperate-list ul li {
  float: left;
  width: 31.83%;
  margin-right: 2.16%;
  min-height: 368px;
  margin-bottom: 46px;
}
.core .cooperate-wrap .cooperate-list ul li:nth-child(3n) {
  margin-right: 0;
}
.core .cooperate-wrap .cooperate-list ul li .item-logo {
  border: 1px solid #ededed;
  height: 212px;
  line-height: 212px;
  text-align: center;
}
.core .cooperate-wrap .cooperate-list ul li .item-name {
  font-size: 24px;
  font-family: SourceHanSerifCN-Medium;
  padding-top: 24px;
}
.core .cooperate-wrap .cooperate-list ul li .item-name a {
  color: #333;
}
.core .cooperate-wrap .cooperate-list ul li .item-name a:hover {
  color: #00953d;
}
.core .cooperate-wrap .cooperate-list ul li .item-text {
  font-size: 18px;
  font-family: "SourceHanSerifCN-Regular", "宋体";
  line-height: 28px;
  padding-top: 10px;
}
.core .cooperate-wrap .cooperate-list ul li .item-more {
  display: inline-block;
  font-size: 16px;
  font-family: "SourceHanSerifCN-Regular";
  font-style: italic;
  color: #000;
  background: url(../images/investors/investors-right.jpg) no-repeat right;
  line-height: 30px;
  padding-right: 40px;
  margin: 24px 0;
}
.core .cooperate-wrap .cooperate-list ul li .item-more:hover {
  color: #00953d;
  background: url(../images/investors/investors-right_.jpg) no-repeat right;
}
.core .jiudian-main2 {
  padding: 100px 0 110px;
}
.core .jiudian-main2 .white-card {
  background-color: #fff;
  -moz-box-shadow: 0 4px 10px #e5e5e5;
  -webkit-box-shadow: 0 4px 10px #e5e5e5;
  box-shadow: 0 4px 10px #e5e5e5;
}
.core .jiudian-main2 .list-card .list-card-item {
  padding: 70px 30px;
  margin-bottom: 60px;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.core .jiudian-main2 .list-card .list-card-item .icon-box {
  width: 210px;
  text-align: center;
}
.core .jiudian-main2 .list-card .list-card-item .icon-box img {
  max-width: 180px;
}
.core .jiudian-main2 .list-card .list-card-item .text-box {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 50px;
  border-left: 1px solid #d2d2d2;
  min-height: 90px;
  overflow: hidden;
}
.core .jiudian-main2 .list-card .list-card-item .text-box .title {
  font-family: SourceHanSerifCN-Bold;
  font-size: 32px;
  line-height: 1.1;
}
.core .jiudian-main2 .list-card .list-card-item .text-box .p {
  padding-top: 24px;
  font-family: SourceHanSerifCN-Regular, "宋体";
  font-size: 18px;
  line-height: 28px;
  color: #222;
  white-space: normal;
}
.core .jiudian-main2 .main-img {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.core .jiudian-main2 .main-end {
  margin-top: 80px;
  padding: 66px 74px 70px;
}
.core .jiudian-main2 .main-end .text {
  font-family: SourceHanSerifCN-Regular, "宋体";
  font-size: 18px;
  line-height: 28px;
}
.core .jiudian-main2 .main-end .reservation {
  display: inline-block;
  font-family: SourceHanSerifCN-Bold;
  font-size: 28px;
  margin-top: 30px;
  color: #222;
  border-bottom: 2px solid #222;
}
.core .jiudian-main2 .main-end .reservation:hover {
  color: #00953d;
  border-bottom: 2px solid #00953d;
}

@media only screen and (max-width: 992px) {
  .core {
    /*介绍模块*/
    /*图片视频展示模块*/
    /*统计模块*/
    /*景区动态*/
    /*景区介绍*/
    /*图片上浮动文本*/
    /*相关设施资源*/
    /*图文列表模块*/
    /*卡片模块*/
    /*合作列表模块*/
  }
  .core .banner {
    height: 6.25rem;
    overflow: hidden;
  }
  .core .banner .banner-name .pc {
    display: none;
  }
  .core .banner .banner-name .md {
    display: block;
    width: 10rem;
  }
  .core .banner .banner-toplisted .pc {
    display: none;
  }
  .core .banner .banner-toplisted .md {
    display: block;
    width: 10rem;
  }
  .core .introduce-warp {
    background-color: #eef8fd;
    padding-bottom: 1.40625rem;
  }
  .core .introduce-warp .center-wrap {
    position: relative;
    padding-top: 3.125rem;
  }
  .core .banner-sub-wrap {
    position: absolute;
    left: 0.625rem;
    top: -0.875rem;
    width: 8.75rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.0625rem;
    padding: 0;
    background-color: #fff;
    -moz-box-shadow: 0 6px 30px 0 #e4eef4;
    -webkit-box-shadow: 0 6px 30px 0 #e4eef4;
    box-shadow: 0 6px 30px 0 #e4eef4;
    text-align: center;
  }
  .core .banner-sub-wrap.active {
    height: 2.5rem;
  }
  .core .banner-sub-wrap h4 {
    float: none;
    line-height: 1.1;
    font-size: 0.5625rem;
    color: #282828;
    font-family: SourceHanSerifCN-Bold;
    font-weight: normal;
    padding-top: 0.9375rem;
  }
  .core .banner-sub-wrap .btn {
    float: none;
    display: block;
    margin: 0 auto;
    width: 3.09375rem;
    height: 1.0625rem;
    line-height: 1.0625rem;
    text-align: center;
    border: 1px solid #282828;
    font-size: 0.375rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    margin-top: 0.46875rem;
  }
  .core .introduce-warp-close {
    display: none;
    /*display: inline-block;
                 font-size: 16px;
                 color: #848484;
                 line-height: 38px;
                 font-family: SourceHanSerifCN-Regular;*/
  }
  .core .introduce-warp-content {
    overflow: auto;
    padding: 0.9375rem 0.625rem 0;
  }
  .core .introduce-warp-content .fl {
    float: none;
    width: auto;
    min-height: 4.6875rem;
    min-height: initial;
  }
  .core .introduce-warp-content .fl img {
    width: 100%;
  }
  .core .introduce-warp-content .fl .content-logo {
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding-left: 1.0625rem;
    border-bottom: 1px solid #d2d2d2;
  }
  .core .introduce-warp-content .fl .content-logo img {
    max-height: 2.5rem;
    width: auto;
  }
  .core .introduce-warp-content .fl .content-contact {
    padding: 0.46875rem 0.9375rem 0.46875rem 1.0625rem;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .introduce-warp-content .fl .content-contact h6 {
    font-size: 0.5rem;
    font-weight: normal;
  }
  .core .introduce-warp-content .fl .content-contact p {
    font-size: 0.375rem;
    line-height: 0.625rem;
    color: #222;
    padding-top: 0.15625rem;
  }
  .core .introduce-warp-content .fl .content-contact .telephone {
    padding-top: 0.15625rem;
    font-size: 0.375rem;
    line-height: 0.40625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    white-space: nowrap;
  }
  .core .introduce-warp-content .fl .content-contact .telephone img {
    width: 0.40625rem;
    vertical-align: middle;
  }
  .core .introduce-warp-content .fr {
    float: none;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 0.71875rem;
  }
  .core .introduce-warp-content .fr .content-title {
    font-size: 0.75rem;
    line-height: 0.90625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .introduce-warp-content .fr p {
    padding-top: 0.78125rem;
    font-size: 0.375rem;
    line-height: 0.625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .core-show-warp {
    padding-top: 0.15625rem;
    overflow: hidden;
  }
  .core .core-show-warp .picture-box, .core .core-show-warp .video-box {
    width: auto;
    position: relative;
  }
  .core .core-show-warp .picture-box ul, .core .core-show-warp .video-box ul {
    height: auto;
    padding-top: 0.78125rem;
    margin: 0 0.625rem;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .core .core-show-warp .picture-box .last-btn, .core .core-show-warp .picture-box .next-btn, .core .core-show-warp .video-box .last-btn, .core .core-show-warp .video-box .next-btn {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.625rem;
    height: 0.625rem;
    background-size: 100% 100%;
  }
  .core .core-show-warp .picture-box .last-btn, .core .core-show-warp .video-box .last-btn {
    left: 0;
    background-image: url("../images/icon/last.png");
  }
  .core .core-show-warp .picture-box .next-btn, .core .core-show-warp .video-box .next-btn {
    right: 0;
    background-image: url("../images/icon/next.png");
  }
  .core .core-show-warp .core-show-btn {
    display: block;
    margin: 0 0.625rem;
    height: 0.9375rem;
    line-height: 0.9375rem;
    background-color: #00953d;
    text-align: center;
    color: #fff;
    font-size: 0.375rem;
    font-family: SourceHanSansCN-Regular;
  }
  .core .core-show-warp .core-show-btn img {
    width: 0.375rem;
    vertical-align: text-bottom;
  }
  .core .core-show-warp .picture-box {
    float: none;
  }
  .core .core-show-warp .picture-box ul li {
    float: none;
    display: inline-block;
    width: 100%;
    margin-right: 0;
    height: 6.09375rem;
    background-size: cover;
    background-position: center;
    margin-top: 0;
  }
  .core .core-show-warp .picture-box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .core .core-show-warp .picture-box ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .core .core-show-warp .video-box {
    float: none;
  }
  .core .core-show-warp .video-box ul li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    height: 6.09375rem;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .core .core-show-warp .video-box ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    width: 1.8125rem;
  }
  .core .core-show-warp .video-box ul li:first-child {
    display: inline-block;
  }
  .core .statistical {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2.1875rem;
  }
  .core .statistical .center-wrap ul {
    overflow: hidden;
    padding: 0 0.625rem;
    padding-top: 1.25rem;
    padding-bottom: 0.78125rem;
  }
  .core .statistical .center-wrap ul li {
    width: 100%;
    height: 4.6875rem;
    float: none;
    margin-right: 0;
    margin-bottom: 0.46875rem;
    padding-top: 0.90625rem;
    padding-left: 1.21875rem;
  }
  .core .statistical .center-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
  .core .statistical .center-wrap ul li h2 {
    padding-left: 0.9375rem;
    color: #00953d;
    font-size: 0.46875rem;
  }
  .core .statistical .center-wrap ul li h2.icon-01 {
    background: url(../images/stat-01.png) no-repeat left center;
    background-size: contain;
  }
  .core .statistical .center-wrap ul li h2.icon-02 {
    background: url(../images/stat-02.png) no-repeat left center;
    background-size: contain;
  }
  .core .statistical .center-wrap ul li h2.icon-02-1 {
    background: url(../images/stat-02-1.png) no-repeat left center;
    background-size: contain;
  }
  .core .statistical .center-wrap ul li h2.icon-03 {
    background: url(../images/stat-03.png) no-repeat left center;
    background-size: contain;
  }
  .core .statistical .center-wrap ul li h2.icon-04 {
    background: url(../images/stat-04.png) no-repeat left center;
    background-size: contain;
  }
  .core .statistical .center-wrap ul li h2.icon-05 {
    background: url(../images/stat-05.png) no-repeat left center;
    background-size: contain;
  }
  .core .statistical .center-wrap ul li strong {
    font-size: 1.71875rem;
  }
  .core .statistical .center-wrap ul li em {
    font-size: 0.375rem;
  }
  .core .dynamic-wrap {
    background-color: #eef8fd;
  }
  .core .dynamic-wrap .center-wrap {
    padding: 0.46875rem 0.625rem 1.34375rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core .dynamic-wrap .center-wrap .dynamic-title {
    font-size: 0.75rem;
    line-height: 2.1875rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .dynamic-wrap .center-wrap .dynamic-list {
    margin-top: 0;
  }
  .core .dynamic-wrap .center-wrap .dynamic-list ul li {
    line-height: normal;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding: 0.25rem;
  }
  .core .dynamic-wrap .center-wrap .dynamic-list ul li:first-child {
    border-top: 1px solid #d2d2d2;
  }
  .core .dynamic-wrap .center-wrap .dynamic-list ul li p {
    float: none;
    font-size: 0.375rem;
    line-height: 0.625rem;
    font-family: SourceHanSerifCN-Bold;
  }
  .core .dynamic-wrap .center-wrap .dynamic-list ul li i {
    float: none;
    display: block;
    font-size: 0.375rem;
    line-height: 0.75rem;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .area-introduce-wrap {
    padding: 0.21875rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core .area-introduce-wrap ul li {
    padding: 1.25rem 0 0;
    border-bottom: none;
  }
  .core .area-introduce-wrap ul li .item-title {
    font-size: 0.75rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    font-weight: normal;
  }
  .core .area-introduce-wrap ul li .item-main {
    overflow: hidden;
    padding-top: 0;
  }
  .core .area-introduce-wrap ul li .item-main .fl {
    float: none;
  }
  .core .area-introduce-wrap ul li .item-main .fr {
    float: none;
  }
  .core .area-introduce-wrap ul li .item-main .item-text {
    font-size: 0.375rem;
    color: #222;
    line-height: 0.625rem;
    font-family: SourceHanSerifCN-Medium;
    height: auto;
    overflow: hidden;
    padding-top: 0.46875rem;
  }
  .core .area-introduce-wrap ul li .item-main .item-img {
    height: 6.25rem;
    background-size: cover;
    margin-top: 0.78125rem;
  }
  .core .area-introduce-wrap ul li:first-child .item-main .item-text {
    width: auto;
  }
  .core .area-introduce-wrap ul li:first-child .item-main .item-img {
    width: auto;
  }
  .core .area-introduce-wrap ul li:nth-child(2) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .core .area-introduce-wrap ul li:nth-child(2) .item-main .item-text {
    width: auto;
  }
  .core .area-introduce-wrap ul li:nth-child(2) .item-main .item-img {
    width: auto;
  }
  .core .text-above-picture .bg-picture {
    height: 6.25rem;
    margin: 0 0.625rem;
  }
  .core .text-above-picture .center-wrap {
    height: auto;
    position: static;
  }
  .core .text-above-picture .center-wrap .main {
    position: static;
    width: auto;
    height: auto;
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.78125rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .core .text-above-picture .center-wrap .main .title {
    font-size: 0.75rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    font-weight: normal;
  }
  .core .text-above-picture .center-wrap .main .text {
    padding-top: 0.46875rem;
    font-size: 0.375rem;
    line-height: 0.625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .relevant-wrap {
    background-color: #eef8fd;
  }
  .core .relevant-wrap .center-wrap {
    padding: 1.5625rem 0.625rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core .relevant-wrap .relevant-title {
    font-size: 0.75rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    font-weight: normal;
    padding-bottom: 0;
  }
  .core .relevant-wrap .relevant-main {
    overflow: hidden;
    padding-top: 0.78125rem;
  }
  .core .relevant-wrap .relevant-main .fl {
    float: none;
  }
  .core .relevant-wrap .relevant-main .fr {
    float: none;
  }
  .core .relevant-wrap .relevant-main .relevant-item {
    width: auto;
    height: 6.71875rem;
    background-color: #fff;
    padding: 0 0.5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 6px 20px 0 #e4eef4;
    -webkit-box-shadow: 0 6px 20px 0 #e4eef4;
    box-shadow: 0 6px 20px 0 #e4eef4;
    margin-bottom: 0.9375rem;
  }
  .core .relevant-wrap .relevant-main .relevant-item .title {
    border-bottom: 1px solid #d2d2d2;
    padding: 0.5625rem 0 0.3125rem;
    height: 0.84375rem;
    line-height: 0.84375rem;
  }
  .core .relevant-wrap .relevant-main .relevant-item .title img {
    height: 100%;
    vertical-align: bottom;
  }
  .core .relevant-wrap .relevant-main .relevant-item .title span {
    font-size: 0.5rem;
    font-family: SourceHanSerifCN-Medium;
    color: #222;
    margin-left: 0;
  }
  .core .relevant-wrap .relevant-main .relevant-item .list {
    padding-top: 0.46875rem;
  }
  .core .relevant-wrap .relevant-main .relevant-item .list ul {
    overflow: hidden;
  }
  .core .relevant-wrap .relevant-main .relevant-item .list ul li {
    float: none;
    width: auto;
    font-size: 0.375rem;
    color: #222;
    line-height: 0.625rem;
    font-family: SourceHanSansCN-Regular;
  }
  .core .img-text-wrap {
    padding: 0.46875rem 0.625rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core .img-text-wrap .item-1 {
    overflow: hidden;
  }
  .core .img-text-wrap .item-1 .fl {
    width: auto;
    float: none;
  }
  .core .img-text-wrap .item-1 .fr {
    width: auto;
    float: none;
  }
  .core .img-text-wrap .item-title {
    padding-top: 0.78125rem;
    font-size: 0.5625rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Bold;
  }
  .core .img-text-wrap .item-text {
    padding-top: 0.46875rem;
    font-size: 0.375rem;
    line-height: 0.625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .img-text-wrap .item-2 {
    margin-top: 0.78125rem;
    height: 6.25rem;
    background-size: cover;
    background-position: left;
  }
  .core .img-text-wrap .item-3 {
    overflow: hidden;
    padding-top: 0;
  }
  .core .img-text-wrap .item-3 .fl {
    width: auto;
    float: none;
    height: 6.25rem;
    background-size: cover;
    margin-top: 0.78125rem;
  }
  .core .img-text-wrap .item-3 .fr {
    width: auto;
    float: none;
  }
  .core .img-text-wrap .item-3 .item-hr {
    display: none;
  }
  .core .card-list ul {
    overflow: hidden;
    padding-bottom: 1.25rem;
  }
  .core .card-list ul li {
    float: none;
    width: auto !important;
    margin-right: 0 !important;
    border-bottom: 2px solid #00953d;
    padding-bottom: 0.625rem;
  }
  .core .card-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .core .card-list ul li:nth-child(1) .item-name {
    padding-top: 0;
  }
  .core .card-list ul li .item-name {
    font-size: 0.5625rem;
    font-family: SourceHanSerifCN-Bold;
    padding-top: 1.09375rem;
    line-height: 1.1;
  }
  .core .card-list ul li .item-text {
    font-size: 0.375rem;
    font-family: SourceHanSerifCN-Regular;
    line-height: 0.625rem;
    border-top: none;
    padding-top: 0.46875rem;
  }
  .core .cooperate-wrap {
    padding: 0 0.625rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core .cooperate-wrap .cooperate-title {
    padding: 1.15625rem 0 0.625rem;
    font-size: 0.75rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core .cooperate-wrap .cooperate-list ul {
    overflow: hidden;
  }
  .core .cooperate-wrap .cooperate-list ul li {
    float: none;
    width: auto;
    margin-right: 0;
    min-height: 6.25rem;
    margin-bottom: 0.15625rem;
  }
  .core .cooperate-wrap .cooperate-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .core .cooperate-wrap .cooperate-list ul li .item-logo {
    border: 1px solid #ededed;
    height: 3.3125rem;
    line-height: 3.3125rem;
    text-align: center;
  }
  .core .cooperate-wrap .cooperate-list ul li .item-logo img {
    max-height: 2.03125rem;
  }
  .core .cooperate-wrap .cooperate-list ul li .item-name {
    font-size: 0.5rem;
    font-family: SourceHanSerifCN-Bold;
    padding-top: 0.625rem;
  }
  .core .cooperate-wrap .cooperate-list ul li .item-text {
    font-size: 0.375rem;
    font-family: "SourceHanSerifCN-Regular", "宋体";
    line-height: 0.53125rem;
    padding-top: 10px;
  }
  .core .cooperate-wrap .cooperate-list ul li .item-more {
    display: inline-block;
    font-size: 0.375rem;
    font-family: "SourceHanSerifCN-Regular";
    font-style: italic;
    color: #000;
    background: url(../images/investors/investors-right.jpg) no-repeat right;
    background-size: auto 100%;
    line-height: 0.46875rem;
    padding-right: 0.625rem;
    margin: 0.375rem 0 0.9375rem;
  }
  .core .jiudian-main2 {
    padding: 1.5625rem 0.625rem 1.71875rem;
  }
  .core .jiudian-main2 .white-card {
    background-color: #fff;
    -moz-box-shadow: 0 4px 10px #e5e5e5;
    -webkit-box-shadow: 0 4px 10px #e5e5e5;
    box-shadow: 0 4px 10px #e5e5e5;
  }
  .core .jiudian-main2 .list-card .list-card-item {
    padding: 0.3125rem 0.78125rem 1rem;
    margin-bottom: 0.46875rem;
    font-size: 0;
    white-space: normal;
    display: block;
  }
  .core .jiudian-main2 .list-card .list-card-item .icon-box {
    width: auto;
    height: 2.96875rem;
    line-height: 2.96875rem;
    text-align: left;
  }
  .core .jiudian-main2 .list-card .list-card-item .icon-box img {
    max-width: none;
    max-height: 1.5625rem;
  }
  .core .jiudian-main2 .list-card .list-card-item .text-box {
    padding: 0;
    border-left: none;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
    padding-top: 0.25rem;
  }
  .core .jiudian-main2 .list-card .list-card-item .text-box .title {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.5rem;
    line-height: 1.1;
    padding-top: 0.375rem;
  }
  .core .jiudian-main2 .list-card .list-card-item .text-box .p {
    padding-top: 0.375rem;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.375rem;
    line-height: 0.59375rem;
    color: #222;
    white-space: normal;
  }
  .core .jiudian-main2 .main-img {
    height: 6.25rem;
    background-size: cover;
    background-position: center;
  }
  .core .jiudian-main2 .main-end {
    margin-top: 1.25rem;
    padding: 0.78125rem;
  }
  .core .jiudian-main2 .main-end .text {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.375rem;
    line-height: 0.59375rem;
  }
  .core .jiudian-main2 .main-end .reservation {
    display: inline-block;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.5rem;
    margin-top: 0.46875rem;
    color: #00953d;
    border-bottom: 2px solid #00953d;
  }
  .core .jiudian-main2 .main-end .reservation:hover {
    color: #00953d;
    border-bottom: 2px solid #00953d;
  }
}
/*黄山*/
.core-huangshan .huangshan-hr-img {
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.core-huangshan .huangshan-honor {
  padding: 80px 0;
}
.core-huangshan .huangshan-honor .title {
  font-size: 48px;
  line-height: 1.1;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
}
.core-huangshan .huangshan-honor .img {
  margin-top: 40px;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.core-huangshan .huangshan-honor .main {
  overflow: hidden;
  padding-top: 50px;
  font-size: 18px;
  line-height: 30px;
}
.core-huangshan .huangshan-honor .main .fl {
  width: 49.16%;
  float: left;
}
.core-huangshan .huangshan-honor .main .fr {
  width: 49.16%;
  float: right;
}
.core-huangshan .text-above-picture-sub {
  padding-top: 0;
  padding-bottom: 50px;
}
.core-huangshan .text-above-picture-sub ul li {
  border-bottom: none;
}
.core-huangshan .text-above-picture-sub ul li .item-main {
  padding-top: 0;
}
.core-huangshan .text-above-picture-sub ul li .item-main .item-text {
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  .core-huangshan .huangshan-hr-img {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 6.25rem;
  }
  .core-huangshan .huangshan-honor {
    padding: 1.40625rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-huangshan .huangshan-honor .title {
    font-size: 0.75rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
  }
  .core-huangshan .huangshan-honor .img {
    margin-top: 0.625rem;
    height: 6.25rem;
    background-size: cover;
    background-position: center;
  }
  .core-huangshan .huangshan-honor .main {
    overflow: hidden;
    padding-top: 0.78125rem;
    font-size: 0.375rem;
    line-height: 0.625rem;
  }
  .core-huangshan .huangshan-honor .main .fl {
    width: auto;
    float: none;
  }
  .core-huangshan .huangshan-honor .main .fr {
    width: auto;
    float: none;
  }
  .core-huangshan .text-above-picture-sub {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
  .core-huangshan .text-above-picture-sub ul li {
    padding-top: 0;
    border-bottom: none;
  }
  .core-huangshan .text-above-picture-sub ul li .item-main {
    padding-top: 0;
  }
  .core-huangshan .text-above-picture-sub ul li .item-main .item-text {
    font-size: 0.375rem;
  }
}
/*花山谜窟*/
.core-hsmk .core-hsmk-list {
  padding: 110px 0 120px;
}
.core-hsmk .core-hsmk-list .core-hsmk-img {
  height: 400px;
  background-size: cover;
}
.core-hsmk .core-hsmk-list ul {
  overflow: hidden;
  padding: 32px 0 78px;
}
.core-hsmk .core-hsmk-list ul li {
  float: left;
  width: 31.6%;
  margin-right: 2.4%;
  height: 280px;
  border-bottom: 2px solid #00953d;
}
.core-hsmk .core-hsmk-list ul li:nth-child(3n) {
  margin-right: 0;
}
.core-hsmk .core-hsmk-list ul li .item-name {
  font-size: 32px;
  font-family: SourceHanSerifCN-Bold;
  padding-top: 20px;
  line-height: 88px;
}
.core-hsmk .core-hsmk-list ul li .item-text {
  font-size: 18px;
  font-family: SourceHanSerifCN-Regular;
  line-height: 28px;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.core-hsmk .core-hsmk-list .core-hsmk-more {
  margin: 0 auto;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #222;
  font-size: 16px;
  font-family: SourceHanSerifCN-Regular;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .core-hsmk .core-hsmk-list {
    padding: 1.25rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-hsmk .core-hsmk-list .core-hsmk-img {
    height: 6.25rem;
    background-size: cover;
    background-position: center;
  }
  .core-hsmk .core-hsmk-list ul {
    overflow: hidden;
    padding: 0 0 1.03125rem;
  }
  .core-hsmk .core-hsmk-list ul li {
    float: none;
    width: auto;
    margin-right: 0;
    height: auto;
    border-bottom: 0.03125rem solid #00953d;
    padding-bottom: 0.625rem;
  }
  .core-hsmk .core-hsmk-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .core-hsmk .core-hsmk-list ul li .item-name {
    font-size: 0.5625rem;
    font-family: SourceHanSerifCN-Bold;
    padding-top: 0.1875rem;
    line-height: 1.5625rem;
  }
  .core-hsmk .core-hsmk-list ul li .item-text {
    font-size: 0.375rem;
    font-family: SourceHanSerifCN-Regular;
    line-height: 0.625rem;
    border-top: none;
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .core-hsmk .core-hsmk-list .core-hsmk-more {
    margin: 0 auto;
    width: 3.09375rem;
    height: 1.0625rem;
    line-height: 1.0625rem;
    text-align: center;
    border: 1px solid #222;
    font-size: 0.375rem;
    font-family: SourceHanSerifCN-Regular;
    cursor: pointer;
  }
}
/*徽商故里*/
.core-hshgldjd .core-hshgldjd-main {
  padding: 74px 0 110px;
}
.core-hshgldjd .core-hshgldjd-main .title {
  font-size: 32px;
  line-height: 1.1;
  color: #222;
  font-family: SourceHanSerifCN-Bold;
}
.core-hshgldjd .core-hshgldjd-main .text {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
  padding-top: 20px;
}

@media only screen and (max-width: 992px) {
  .core-hshgldjd .introduce-warp .center-wrap {
    padding-top: 1.875rem;
  }
  .core-hshgldjd .core-hshgldjd-main {
    padding: 1.15625rem 0.625rem 1.40625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-hshgldjd .core-hshgldjd-main .title {
    font-size: 0.5625rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Bold;
  }
  .core-hshgldjd .core-hshgldjd-main .text {
    font-size: 0.375rem;
    line-height: 0.625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    padding-top: 0.46875rem;
  }
}
/*旅行社*/
.core-lxsh .introduce-warp-content {
  padding-top: 40px;
}
.core-lxsh .core-lxsh-service {
  padding: 0 0 120px;
}
.core-lxsh .core-lxsh-service .title {
  font-size: 32px;
  line-height: 1.1;
  color: #222;
  font-family: SourceHanSerifCN-Bold;
}
.core-lxsh .core-lxsh-service .text {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-family: SourceHanSerifCN-Regular;
  padding-top: 20px;
}
.core-lxsh .core-lxsh-service .img {
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: 36px;
}

@media only screen and (max-width: 992px) {
  .core-lxsh .introduce-warp .center-wrap {
    padding-top: 1.875rem;
  }
  .core-lxsh .core-lxsh-service {
    padding: 0 0.625rem 0.9375rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-lxsh .core-lxsh-service .title {
    font-size: 0.5625rem;
    line-height: 1.1;
    color: #222;
    font-family: SourceHanSerifCN-Bold;
  }
  .core-lxsh .core-lxsh-service .text {
    font-size: 0.375rem;
    line-height: 0.625rem;
    color: #222;
    font-family: SourceHanSerifCN-Regular;
    padding-top: 0.375rem;
  }
  .core-lxsh .core-lxsh-service .img {
    height: 6.25rem;
    background-size: cover;
    background-position: center;
    margin-top: 0.78125rem;
  }
}
/*黄山白云宾馆*/
.core-bybg .core-bybg-main {
  border-top: 1px solid #d2d2d2;
}
.core-bybg .core-bybg-main .main-img {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.core-bybg .core-bybg-main .main-end {
  padding-bottom: 110px;
}
.core-bybg .core-bybg-main .main-end .title {
  padding: 60px 0 40px;
  font-size: 32px;
  line-height: 1.1;
  font-family: SourceHanSerifCN-Bold;
}
.core-bybg .core-bybg-main .main-end .text {
  font-size: 18px;
  line-height: 28px;
  font-family: SourceHanSerifCN-Regular, "宋体";
}

@media only screen and (max-width: 992px) {
  .core-bybg .core-bybg-main {
    border-top: none;
    padding: 0.625rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-bybg .core-bybg-main .main-img {
    height: 6.25rem;
    background-size: cover;
    background-position: center;
  }
  .core-bybg .core-bybg-main .main-end {
    padding-bottom: 1.5625rem;
  }
  .core-bybg .core-bybg-main .main-end .title {
    padding: 0.625rem 0 0.46875rem;
    font-size: 0.5625rem;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
  }
  .core-bybg .core-bybg-main .main-end .text {
    font-size: 0.375rem;
    line-height: 0.625rem;
    font-family: SourceHanSerifCN-Regular;
  }
}
/*太平湖*/
.core-taipinghu .card-list {
  border-top: 1px solid #d2d2d2;
}
.core-taipinghu .card-list ul li {
  width: 23.75%;
  margin-right: 1.66%;
}
.core-taipinghu .card-list ul li:nth-child(3n) {
  margin-right: 1.66%;
}
.core-taipinghu .card-list ul li:nth-child(4n) {
  margin-right: 0;
}
.core-taipinghu .area-introduce-wrap {
  padding-bottom: 120px;
}

@media only screen and (max-width: 992px) {
  .core-taipinghu .card-list {
    border-top: none;
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-taipinghu .area-introduce-wrap {
    padding-bottom: 1.15625rem;
  }
}
/*徽商故里文化发展集团*/
.core-hshgl .introduce-warp-content .fl .content-logo {
  height: 100%;
  line-height: 420px;
  border: none;
  padding: 0;
  text-align: center;
}
.core-hshgl .introduce-warp-content .fl .content-logo img {
  vertical-align: middle;
}
.core-hshgl .introduce-warp-content .fr p {
  padding-top: 0;
}
.core-hshgl .introduce-warp-content .fr .content-title {
  padding: 30px 0 20px;
}
.core-hshgl .img-text-wrap {
  border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 992px) {
  .core-hshgl .introduce-warp .center-wrap {
    padding-top: 1.875rem;
  }
  .core-hshgl .img-text-wrap {
    border-bottom: none;
    padding-bottom: 0;
  }
  .core-hshgl .introduce-warp-content .fl .content-logo {
    height: 100%;
    line-height: 6.5625rem;
    border: none;
    padding: 0;
    text-align: center;
  }
  .core-hshgl .introduce-warp-content .fl .content-logo img {
    max-height: 2.65625rem;
    vertical-align: middle;
  }
  .core-hshgl .introduce-warp-content .fr p {
    padding-top: 0;
  }
  .core-hshgl .introduce-warp-content .fr .content-title {
    padding: 0.625rem 0 0.375rem;
  }
}
/*徽派餐饮*/
.core-hpcy .cooperate-wrap .cooperate-list ul li .item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  font-family: "SourceHanSerifCN-Regular", "宋体";
}

@media only screen and (max-width: 992px) {
  .core-hpcy .cooperate-wrap .cooperate-list ul li .item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto;
  }
}
/*索道业务*/
.core-sdyw .card-list ul li {
  width: 23.75%;
  margin-right: 1.66%;
}
.core-sdyw .card-list ul li:nth-child(3n) {
  margin-right: 1.66%;
}
.core-sdyw .card-list ul li:nth-child(4n) {
  margin-right: 0;
}
.core-sdyw .card-list ul li .item-logo {
  border: 1px solid #ededed;
  height: 158px;
  line-height: 158px;
  text-align: center;
}
.core-sdyw .card-list ul li .item-logo img {
  max-height: 110px;
}
.core-sdyw .card-list ul li .item-text {
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .core-sdyw .card-list {
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .core-sdyw .card-list ul li {
    width: auto;
    margin-right: 0;
    margin-top: 1.25rem;
  }
  .core-sdyw .card-list ul li:nth-child(1) {
    margin-top: 0;
  }
  .core-sdyw .card-list ul li:nth-child(1) .item-name {
    padding-top: 1.09375rem;
  }
  .core-sdyw .card-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .core-sdyw .card-list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .core-sdyw .card-list ul li .item-logo {
    border: 1px solid #ededed;
    height: 3.28125rem;
    line-height: 3.28125rem;
    text-align: center;
  }
  .core-sdyw .card-list ul li .item-logo img {
    max-height: 1.71875rem;
  }
  .core-sdyw .card-list ul li .item-text {
    height: auto;
    overflow: auto;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/*景区管理*/
.core-jqgl .img-text-wrap .item-2 {
  height: 500px;
  position: relative;
}
.core-jqgl .img-text-wrap .item-2 .play {
  background-image: url("../images/icon/play.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 116px;
  height: 116px;
}
.core-jqgl .cooperate-wrap .cooperate-list ul li .item-name {
  line-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 76px;
}
.core-jqgl .cooperate-wrap .cooperate-list ul li .item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 112px;
}

@media only screen and (max-width: 992px) {
  .core-jqgl .img-text-wrap .item-2 {
    height: 6.09375rem;
    position: relative;
  }
  .core-jqgl .img-text-wrap .item-2 .play {
    background-image: url("../images/icon/play.png");
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 1.8125rem;
    height: 1.8125rem;
  }
  .core-jqgl .cooperate-wrap .cooperate-list ul li .item-name {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
  }
  .core-jqgl .cooperate-wrap .cooperate-list ul li .item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto;
  }
}
/*黄山再出发-黄山1979*/
.hsh1979 .img-text-wrap .item-2 {
  height: 480px;
}
.hsh1979 .img-text-wrap .item-3.reverse .fr {
  float: left;
}
.hsh1979 .img-text-wrap .item-3.reverse .fl {
  float: right;
}
.hsh1979 .img-text-wrap .item-3 .item-text {
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  .hsh1979 .img-text-wrap .item-2 {
    height: 7.5rem;
    background-position: center;
  }
  .hsh1979 .img-text-wrap .item-3.reverse .fr, .hsh1979 .img-text-wrap .item-3.reverse .fl {
    float: none;
  }
  .hsh1979 .img-text-wrap .item-3.reverse .item-text {
    padding-top: 0.625rem;
  }
}
/*黄山再出发 首页列表*/
.startagain {
  /*卡片模块*/
  /*股票列表*/
}
.startagain .startagain-first {
  padding: 114px 0 0;
}
.startagain .startagain-first .title {
  font-size: 48px;
  line-height: 60px;
  font-family: SourceHanSerifCN-Regular;
  padding-bottom: 50px;
}
.startagain .startagain-first .content {
  position: relative;
  height: 480px;
}
.startagain .startagain-first .content .bg {
  background-size: cover;
  height: 480px;
}
.startagain .startagain-first .content .card {
  position: absolute;
  left: 82px;
  top: 76px;
  background-color: #fff;
  width: 380px;
  height: 340px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
}
.startagain .startagain-first .content .card .card-name {
  font-size: 32px;
  font-family: SourceHanSerifCN-Bold;
  line-height: 38px;
  padding: 14px 0;
}
.startagain .startagain-first .content .card .card-sub, .startagain .startagain-first .content .card .card-text {
  font-family: SourceHanSerifCN-Regular;
  font-size: 16px;
  line-height: 26px;
}
.startagain .startagain-first .content .card .card-text {
  padding-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.startagain .card-more {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #282828;
}
.startagain .card-more img {
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
}
.startagain .main .area-introduce-wrap ul li .item-main .item-text {
  width: 40.83%;
}
.startagain .main .area-introduce-wrap ul li .item-main .item-text-name {
  font-size: 24px;
  line-height: 34px;
  color: #282828;
  font-family: SourceHanSansCN-Regular;
  padding-bottom: 20px;
}
.startagain .main .area-introduce-wrap ul li .item-main .item-img {
  width: 55%;
  position: relative;
}
.startagain .main .area-introduce-wrap ul li .item-main .item-img .play {
  background-image: url("../images/icon/play.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 116px;
  height: 116px;
}
.startagain .project {
  padding: 150px 0 176px;
}
.startagain .dianshang-first {
  padding: 90px 0 74px;
  font-family: SourceHanSerifCN-Regular;
}
.startagain .dianshang-first .title {
  font-size: 48px;
  line-height: 1.1;
}
.startagain .dianshang-first .add-title {
  padding-top: 100px;
}
.startagain .dianshang-first .text {
  font-size: 18px;
  line-height: 30px;
  padding-top: 40px;
}
.startagain .dianshang-first .content {
  margin-top: 40px;
  position: relative;
}
.startagain .dianshang-first .content .bg {
  background-size: cover;
  height: 480px;
}
.startagain .dianshang-first .content .card {
  position: absolute;
  left: 80px;
  top: 70px;
  width: 380px;
  height: 340px;
  background-color: rgba(255, 255, 255, 0.8);
}
.startagain .dianshang-first .content .card .card-name {
  padding-top: 70px;
  font-size: 38px;
  line-height: 56px;
  font-family: SourceHanSerifCN-Regular;
  width: 158px;
  margin: 0 auto;
}
.startagain .dianshang-first .content .card .card-btn {
  display: block;
  margin: 40px auto 0;
  width: 168px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #222;
  font-size: 18px;
  font-family: SourceHanSerifCN-Regular;
}
.startagain .startagain-card-wrap {
  padding-bottom: 120px;
}
.startagain .startagain-card-wrap .item {
  padding: 144px 0;
  background-color: #eef8fd;
}
.startagain .startagain-card-wrap .item:nth-child(2n) {
  background-color: #fff;
}
.startagain .startagain-card-wrap .item .center-wrap {
  overflow: hidden;
}
.startagain .startagain-card-wrap .item .center-wrap .fl {
  float: left;
}
.startagain .startagain-card-wrap .item .center-wrap .fr {
  float: right;
}
.startagain .startagain-card-wrap .item .center-wrap .item-img {
  width: 49.16%;
  height: 330px;
  background-size: cover;
}
.startagain .startagain-card-wrap .item .center-wrap .item-text {
  font-family: SourceHanSerifCN-Regular;
  width: 43.66%;
}
.startagain .startagain-card-wrap .item .center-wrap .item-text .title {
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 30px;
}
.startagain .startagain-card-wrap .item .center-wrap .item-text p {
  font-size: 18px;
  line-height: 30px;
}
.startagain .startagain-card-wrap .item .center-wrap .img_box img {
  width: 100%;
  max-width: 100%;
}
.startagain .startagain-card-wrap .item .center-wrap .video_box {
  position: relative;
}
.startagain .startagain-card-wrap .item .center-wrap .video_box img {
  max-width: 100%;
}
.startagain .startagain-card-wrap .item .center-wrap .video_box i {
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/icon/play.png) no-repeat center;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
}
.startagain .startagain-card-wrap .add-text {
  padding-top: 70px;
  font-size: 18px;
  line-height: 30px;
  font-family: SourceHanSerifCN-Regular;
}
.startagain .shares-list {
  background-color: #eef8fd;
  padding: 96px 0;
}
.startagain .shares-list ul {
  width: 990px;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 14.9%;
}
.startagain .shares-list ul li {
  float: left;
  width: 25%;
  height: 182px;
  position: relative;
  text-align: center;
}
.startagain .shares-list ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d2d2d2;
}
.startagain .shares-list ul li:last-child:after {
  display: none;
}
.startagain .shares-list ul li a {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}
.startagain .shares-list ul li a i {
  display: block;
  width: 110px;
  height: 110px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.startagain .shares-list ul li a p {
  font-size: 28px;
  line-height: 1.1;
  font-family: SourceHanSerifCN-Regular;
  color: #222;
  padding-top: 20px;
}
.startagain .shares-list ul li:nth-child(1) a i {
  background-image: url("../images/icon/shares_icon1.png");
}
.startagain .shares-list ul li:nth-child(1) a:hover i {
  background-image: url("../images/icon/shares_icon1_.png");
}
.startagain .shares-list ul li:nth-child(2) a i {
  background-image: url("../images/icon/shares_icon2.png");
}
.startagain .shares-list ul li:nth-child(2) a:hover i {
  background-image: url("../images/icon/shares_icon2_.png");
}
.startagain .shares-list ul li:nth-child(3) a i {
  background-image: url("../images/icon/shares_icon3.png");
}
.startagain .shares-list ul li:nth-child(3) a:hover i {
  background-image: url("../images/icon/shares_icon3_.png");
}
.startagain .shares-list ul li:nth-child(4) a i {
  background-image: url("../images/icon/shares_icon4.png");
}
.startagain .shares-list ul li:nth-child(4) a:hover i {
  background-image: url("../images/icon/shares_icon4_.png");
}

@media only screen and (max-width: 992px) {
  .startagain {
    /*卡片模块*/
    /*股票列表*/
  }
  .startagain .startagain-first {
    padding: 0.9375rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .startagain .startagain-first .title {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-family: SourceHanSerifCN-Regular;
    padding-bottom: 0.625rem;
  }
  .startagain .startagain-first .content {
    position: static;
    height: auto;
  }
  .startagain .startagain-first .content .bg {
    background-size: cover;
    height: 7.5rem;
    background-position: center;
  }
  .startagain .startagain-first .content .card {
    position: static;
    background-color: #fff;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.46875rem 0;
  }
  .startagain .startagain-first .content .card .card-name {
    font-size: 0.59375rem;
    font-family: SourceHanSerifCN-Bold;
    line-height: 0.9375rem;
    padding: 0;
  }
  .startagain .startagain-first .content .card .card-text, .startagain .startagain-first .content .card .card-more {
    font-family: SourceHanSerifCN-Regular;
  }
  .startagain .startagain-first .content .card .card-sub {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.4375rem;
    line-height: 0.59375rem;
  }
  .startagain .startagain-first .content .card .card-text {
    padding-top: 0.3125rem;
    font-size: 0.375rem;
    line-height: 0.625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .startagain .card-more {
    display: block;
    padding-top: 0.53125rem;
    font-size: 0.375rem;
  }
  .startagain .card-more img {
    height: 0.46875rem;
    vertical-align: middle;
    margin-left: 0.15625rem;
  }
  .startagain .main .area-introduce-wrap ul li .item-main .item-text {
    width: auto;
  }
  .startagain .main .area-introduce-wrap ul li .item-main .item-text-name {
    font-size: 0.4375rem;
    line-height: 0.59375rem;
    color: #282828;
    font-family: SourceHanSansCN-Regular;
    padding-bottom: 0.3125rem;
  }
  .startagain .main .area-introduce-wrap ul li .item-main .item-img {
    width: auto;
    position: relative;
  }
  .startagain .main .area-introduce-wrap ul li .item-main .item-img .play {
    background-image: url("../images/icon/play.png");
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 1.8125rem;
    height: 1.8125rem;
  }
  .startagain .project {
    padding: 1.25rem 0 1.5rem;
  }
  .startagain .dianshang-first {
    padding: 1.09375rem 0.625rem 1.40625rem;
    font-family: SourceHanSerifCN-Regular;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .startagain .dianshang-first .title {
    font-size: 0.75rem;
    line-height: 1.1;
  }
  .startagain .dianshang-first .add-title {
    padding-top: 1.5625rem;
  }
  .startagain .dianshang-first .text {
    font-size: 0.375rem;
    line-height: 0.625rem;
    padding-top: 0.375rem;
  }
  .startagain .dianshang-first .content {
    margin-top: 0.78125rem;
    position: relative;
  }
  .startagain .dianshang-first .content .bg {
    background-size: cover;
    height: 7.5rem;
    background-position: right;
  }
  .startagain .dianshang-first .content .card {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 3.34375rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .startagain .dianshang-first .content .card .card-name {
    padding-top: 0.625rem;
    font-size: 0.59375rem;
    line-height: 0.875rem;
    font-family: SourceHanSerifCN-Regular;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .startagain .dianshang-first .content .card .card-btn {
    display: block;
    margin: 0.25rem auto 0;
    width: 2.625rem;
    height: 1.0625rem;
    line-height: 1.0625rem;
    text-align: center;
    border: 1px solid #222;
    font-size: 0.375rem;
    font-family: SourceHanSerifCN-Regular;
  }
  .startagain .startagain-card-wrap {
    padding-bottom: 0;
  }
  .startagain .startagain-card-wrap .item {
    padding: 1.96875rem 0.625rem 1.34375rem;
    background-color: #eef8fd;
  }
  .startagain .startagain-card-wrap .item:nth-child(2n) {
    background-color: #fff;
  }
  .startagain .startagain-card-wrap .item .center-wrap {
    overflow: hidden;
  }
  .startagain .startagain-card-wrap .item .center-wrap .fl {
    float: none;
  }
  .startagain .startagain-card-wrap .item .center-wrap .fr {
    float: none;
  }
  .startagain .startagain-card-wrap .item .center-wrap .item-img {
    width: auto;
    height: 5.15625rem;
    background-size: cover;
  }
  .startagain .startagain-card-wrap .item .center-wrap .item-text {
    font-family: SourceHanSerifCN-Regular;
    width: auto;
    padding-top: 0.84375rem;
  }
  .startagain .startagain-card-wrap .item .center-wrap .item-text .title {
    font-size: 0.59375rem;
    line-height: 1.1;
    padding-bottom: 0.46875rem;
  }
  .startagain .startagain-card-wrap .item .center-wrap .item-text p {
    font-size: 0.375rem;
    line-height: 0.625rem;
  }
  .startagain .startagain-card-wrap .item .center-wrap .img_box img {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }
  .startagain .startagain-card-wrap .item .center-wrap .video_box {
    position: relative;
  }
  .startagain .startagain-card-wrap .item .center-wrap .video_box img {
    max-width: 150%;
    width: 150%;
    margin-left: -25%;
  }
  .startagain .startagain-card-wrap .item .center-wrap .video_box i {
    position: absolute;
    width: 2.34375rem;
    height: 2.34375rem;
    background: url(../images/icon/play.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    margin-left: -1.171875rem;
    margin-top: -1.171875rem;
  }
  .startagain .startagain-card-wrap .add-text {
    padding: 1.09375rem 0.625rem 1.71875rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.375rem;
    line-height: 0.625rem;
    font-family: SourceHanSerifCN-Regular;
  }
  .startagain .shares-list {
    background-color: #eef8fd;
    padding: 0.84375rem 0.625rem;
  }
  .startagain .shares-list ul {
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 0;
  }
  .startagain .shares-list ul li {
    float: left;
    width: 50%;
    height: 4.5rem;
    position: relative;
    text-align: center;
  }
  .startagain .shares-list ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.625rem;
    bottom: 0.625rem;
    width: 1px;
    background: #d2d2d2;
  }
  .startagain .shares-list ul li:nth-child(2n):after {
    display: none;
  }
  .startagain .shares-list ul li a {
    display: inline-block;
    vertical-align: top;
    padding-top: 0.78125rem;
  }
  .startagain .shares-list ul li a i {
    display: block;
    width: 1.71875rem;
    height: 1.71875rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .startagain .shares-list ul li a p {
    font-size: 0.59375rem;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Regular;
    color: #222;
    padding-top: 0.46875rem;
  }
  .startagain .shares-list ul li:nth-child(1) a i {
    background-image: url("../images/icon/shares_icon1.png");
  }
  .startagain .shares-list ul li:nth-child(1) a:hover i {
    background-image: url("../images/icon/shares_icon1_.png");
  }
  .startagain .shares-list ul li:nth-child(2) a i {
    background-image: url("../images/icon/shares_icon2.png");
  }
  .startagain .shares-list ul li:nth-child(2) a:hover i {
    background-image: url("../images/icon/shares_icon2_.png");
  }
  .startagain .shares-list ul li:nth-child(3) a i {
    background-image: url("../images/icon/shares_icon3.png");
  }
  .startagain .shares-list ul li:nth-child(3) a:hover i {
    background-image: url("../images/icon/shares_icon3_.png");
  }
  .startagain .shares-list ul li:nth-child(4) a i {
    background-image: url("../images/icon/shares_icon4.png");
  }
  .startagain .shares-list ul li:nth-child(4) a:hover i {
    background-image: url("../images/icon/shares_icon4_.png");
  }
}
/*详情导航*/
.details-navigation {
  line-height: 38px;
  padding-top: 26px;
}
.details-navigation .details-navigation-item {
  font-size: 16px;
  color: #848484;
  font-family: SourceHanSerifCN-Regular;
  font-style: normal;
  margin-right: 8px;
}

/*法律声明*/
.legal-statement .legal-content {
  width: 998px;
  margin: 0 auto;
  font-family: SourceHanSerifCN-Regular;
  padding-bottom: 120px;
}
.legal-statement .legal-content h4 {
  font-size: 48px;
  font-weight: normal;
  color: #222;
  line-height: 184px;
}
.legal-statement .legal-content h5 {
  font-size: 28px;
  font-weight: normal;
  color: #222;
  line-height: 1.1;
}
.legal-statement .legal-content .legal-content-text {
  font-size: 18px;
  line-height: 32px;
  color: #222;
}
.legal-statement .legal-content .legal-content-hr {
  height: 36px;
}
.legal-statement .legal-content .legal-content-rule {
  padding: 60px 0;
  border-top: 1px solid #00953d;
  border-bottom: 1px solid #00953d;
}
.legal-statement .legal-content .legal-content-item {
  padding: 60px 0;
  border-bottom: 1px solid #ececec;
}

@media only screen and (max-width: 992px) {
  .legal-statement .details-navigation {
    display: none;
  }
  .legal-statement .legal-content {
    width: auto;
    font-family: SourceHanSerifCN-Regular;
    padding: 0 0.625rem 1.875rem;
  }
  .legal-statement .legal-content h4 {
    font-size: 0.75rem;
    font-weight: normal;
    color: #222;
    line-height: 2.96875rem;
  }
  .legal-statement .legal-content h5 {
    font-size: 0.5rem;
    font-weight: normal;
    color: #222;
    line-height: 1.1;
  }
  .legal-statement .legal-content .legal-content-text {
    font-size: 0.375rem;
    line-height: 0.59375rem;
    color: #222;
  }
  .legal-statement .legal-content .legal-content-hr {
    height: 0.625rem;
  }
  .legal-statement .legal-content .legal-content-rule {
    padding: 0.9375rem 0;
    border-top: 1px solid #00953d;
    border-bottom: 1px solid #00953d;
  }
  .legal-statement .legal-content .legal-content-item {
    padding: 0.9375rem 0;
    border-bottom: 1px solid #ececec;
  }
}
/*联系我们*/
.contact-us .main {
  font-family: SourceHanSerifCN-Regular;
}
.contact-us h4 {
  font-size: 48px;
  font-weight: normal;
  color: #222;
  line-height: 184px;
}
.contact-us .contact-us-content {
  overflow: hidden;
  padding-bottom: 120px;
}
.contact-us .contact-us-content .fl {
  float: left;
}
.contact-us .contact-us-content .fr {
  float: right;
}
.contact-us .contact-us-content .content-img {
  width: 60.41%;
  height: 510px;
  background-size: cover;
  /*background-image: url('../images/img/15.png');*/
}
.contact-us .contact-us-content .content-box {
  width: 35.83%;
  height: 508px;
  border-top: 1px solid #00953d;
  border-bottom: 1px solid #00953d;
  padding: 50px 28px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-us .contact-us-content .content-name {
  font-size: 28px;
  color: #222;
  line-height: 1.1;
  padding-bottom: 40px;
}
.contact-us .contact-us-content .content-text {
  font-size: 18px;
  color: #222;
  line-height: 38px;
}

@media only screen and (max-width: 992px) {
  .contact-us {
    font-family: SourceHanSerifCN-Regular;
  }
  .contact-us .details-navigation {
    display: none;
  }
  .contact-us h4 {
    font-size: 0.75rem;
    font-weight: normal;
    color: #222;
    line-height: 2.96875rem;
  }
  .contact-us .center-wrap {
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-us .contact-us-content {
    overflow: hidden;
    padding-bottom: 1.5625rem;
  }
  .contact-us .contact-us-content .fl {
    float: none;
  }
  .contact-us .contact-us-content .fr {
    float: none;
  }
  .contact-us .contact-us-content .content-img {
    width: auto;
    height: 6.15625rem;
    background-size: cover;
    background-image: url("../images/img/15.png");
    margin-top: 0.9375rem;
  }
  .contact-us .contact-us-content .content-box {
    width: auto;
    height: auto;
    border-top: 1px solid #00953d;
    border-bottom: 1px solid #00953d;
    padding: 0.78125rem 0.4375rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-us .contact-us-content .content-name {
    font-size: 0.5rem;
    color: #222;
    line-height: 1.1;
    padding-bottom: 0.625rem;
  }
  .contact-us .contact-us-content .content-text {
    font-size: 0.375rem;
    color: #222;
    line-height: 0.625rem;
  }
  .contact-us .pop_title {
    font-size: 0.4rem;
  }
  .contact-us .pop_desc {
    font-size: 0.3rem;
  }
}
/*搜索结果*/
.search-result {
  font-family: SourceHanSerifCN-Regular;
}
.search-result .search-input {
  margin-top: 46px;
  height: 48px;
  border: 1px solid #c5c5c5;
}
.search-result .search-input input {
  float: left;
  display: block;
  width: 90%;
  border: none;
  font-size: 20px;
  line-height: 1.1;
  text-indent: 1em;
  padding: 12px 0;
  background: none;
}
.search-result .search-input i {
  float: right;
  width: 66px;
  height: 100%;
  background-color: #c5c5c5;
  background-image: url("../images/icon/search_.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-result .result-num {
  font-size: 16px;
  line-height: 1.1;
  padding: 56px 0 26px;
}
.search-result .result-num span {
  font-family: SourceHanSerifCN-Bold;
}
.search-result .result-list li {
  padding: 46px 0;
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
}
.search-result .result-list li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.search-result .result-list li .font-active {
  color: #00953d;
}
.search-result .result-list li .item-top {
  overflow: hidden;
}
.search-result .result-list li .item-top .item-title {
  float: left;
  font-size: 28px;
  line-height: 1.4;
  max-width: 90%;
}
.search-result .result-list li .item-top .item-title a {
  color: #282828;
}
.search-result .result-list li .item-top .item-title a:hover {
  color: #00953D;
}
.search-result .result-list li .item-top .item-time {
  float: right;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
}
.search-result .result-list li .item-text {
  font-size: 16px;
  line-height: 36px;
  font-family: SourceHanSansCN-Regular;
  padding-top: 18px;
}

@media only screen and (max-width: 992px) {
  .search-result {
    font-family: SourceHanSerifCN-Regular;
  }
  .search-result .details-navigation {
    display: none;
  }
  .search-result .center-wrap {
    padding: 0 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-result .search-input {
    margin-top: 0.71875rem;
    height: 1.0625rem;
    border: 1px solid #c5c5c5;
    display: flex;
    display: -webkit-flex;
  }
  .search-result .search-input input {
    flex: 1;
    float: none;
    display: block;
    width: auto;
    border: none;
    font-size: 0.375rem;
    line-height: 1.1;
    text-indent: 1em;
    padding: 0.3125rem 0;
  }
  .search-result .search-input i {
    float: none;
    width: 1.25rem;
    height: 100%;
    background-color: #c5c5c5;
    background-image: url("../images/icon/search_.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 0.546875rem;
    cursor: pointer;
  }
  .search-result .result-num {
    font-size: 0.375rem;
    line-height: 1.1;
    padding: 0.71875rem 0 0.40625rem;
  }
  .search-result .result-num span {
    font-family: SourceHanSerifCN-Bold;
  }
  .search-result .result-list li {
    padding: 0.625rem 0;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
  }
  .search-result .result-list li:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
  .search-result .result-list li .font-active {
    color: #00953d;
  }
  .search-result .result-list li .item-top {
    overflow: hidden;
  }
  .search-result .result-list li .item-top .item-title {
    float: none;
    font-size: 0.5rem;
    line-height: 0.71875rem;
    max-width: 100%;
  }
  .search-result .result-list li .item-top .item-time {
    float: none;
    font-size: 0.375rem;
    font-family: SourceHanSansCN-Regular;
    line-height: 1.15625rem;
  }
  .search-result .result-list li .item-text {
    font-size: 0.375rem;
    line-height: 0.625rem;
    font-family: SourceHanSansCN-Regular;
    padding-top: 0;
  }
}
/*党的建设*/
.construction .banner {
  height: 400px;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.construction .banner .banner-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.construction .banner .banner-name .active2 {
  display: none;
}

.ddjsh h1 {
  padding-top: 82px;
  font-size: 48px;
  color: #222222;
  text-align: center;
}
.ddjsh .prejict-right {
  width: 49.83%;
  height: 340px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 70px;
  border-left: 4px solid #d50915;
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
.ddjsh .prejict-right .position-box {
  padding: 14px 50px 0 52px;
}
.ddjsh .prejict-right .position-box .activty .double-arrows {
  font-size: 20px;
  overflow: hidden;
  padding-top: 12px;
}
.ddjsh .prejict-right .position-box .activty .double-arrows h3 {
  font-size: 30px;
  color: #222222;
  float: left;
}
.ddjsh .prejict-right .position-box .activty .double-arrows a {
  display: inline-block;
  float: right;
  padding-top: 10px;
}
.ddjsh .prejict-right .position-box .activty .double-arrows a span {
  color: #d50915;
}
.ddjsh .prejict-right .position-box .activty .double-arrows a span img {
  padding-left: 7px;
}
.ddjsh .prejict-right .position-box .activty .active-list {
  padding-top: 8px;
}
.ddjsh .prejict-right .position-box .activty .active-list .item {
  position: relative;
}
.ddjsh .prejict-right .position-box .activty .active-list .item .dow {
  width: 6px;
  height: 6px;
  background: #d50915;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ddjsh .prejict-right .position-box .activty .active-list .item .list-text {
  display: inline-block;
  font-size: 18px;
  color: #080808;
  line-height: 48px;
  width: 90%;
  margin-left: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ddjsh .main .dzdg {
  padding-bottom: 100px;
}
.ddjsh .main .dzdg .main {
  margin-top: 48px;
  overflow: hidden;
}
.ddjsh .main .dzdg .main .left {
  float: left;
  height: 410px;
  width: 45.16%;
}
.ddjsh .main .dzdg .main .right {
  float: right;
  height: 410px;
  width: 50.66%;
  border-left: 1px solid #e0e0e0;
}
.ddjsh .main .dzdg .main .right .list {
  height: 113px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 3px solid #fff;
  background: #ffffff;
  padding: 0 40px 0 44px;
  overflow: hidden;
}
.ddjsh .main .dzdg .main .right .list .message {
  float: left;
  padding-top: 22px;
  color: #2b2b2b;
}
.ddjsh .main .dzdg .main .right .list .message .time {
  font-size: 14px;
}
.ddjsh .main .dzdg .main .right .list .message .title {
  font-size: 20px;
  padding-top: 10px;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ddjsh .main .dzdg .main .right .list .learn-more {
  float: right;
  padding-top: 53px;
}
.ddjsh .main .dzdg .main .right .list .learn-more .active1 {
  display: none;
}
.ddjsh .main .dzdg .main .right .list:hover {
  background: #fafafa;
  border-left: 3px solid #d50915;
}
.ddjsh .main .dzdg .main .right .list:hover .message {
  color: #d50915;
}
.ddjsh .main .dzdg .main .right .list:hover .active1 {
  display: block;
}
.ddjsh .main .dzdg .main .right .list:hover .active2 {
  display: none;
}
.ddjsh .main .dzdg .main .right .understand {
  padding: 30px 0 0 44px;
}
.ddjsh .main .dzdg .main .right .understand a {
  display: inline-block;
}
.ddjsh .main .dzdg .main .right .understand a span {
  font-size: 18px;
  font-style: italic;
  color: #d50915;
}
.ddjsh .main .dzdg .main .right .understand a span img {
  padding-left: 20px;
}
.ddjsh .xsx {
  background: #fafafa;
  height: 615px;
}
.ddjsh .xsx .box {
  overflow: hidden;
  position: relative;
}
.ddjsh .xsx .box h2 {
  padding-top: 32px;
  font-size: 48px;
  color: #222222;
  text-align: center;
  margin-top: 50px;
}
.ddjsh .xsx .box .prejict-letf {
  margin-top: 46px;
}
.ddjsh .project {
  /**padding-top: 138px;
**/
  padding-top: 0px;
}
.ddjsh .project .group-title {
  padding: 100px 0 60px;
}
.ddjsh .project .project-item {
  height: 480px;
  position: relative;
  margin-bottom: 90px;
}
.ddjsh .project .project-item:last-child {
  margin-bottom: 0;
}
.ddjsh .project .project-item .project-item-img, .ddjsh .project .project-item .prejict-right {
  position: absolute;
}
.ddjsh .project .project-item .project-item-img {
  left: 0;
  top: 0;
  width: 84.75%;
  height: 100%;
  background-size: cover;
}
.ddjsh .project .project-item:nth-child(2n+1) .project-item-img {
  right: 0;
  left: auto;
}
.ddjsh .project .project-item:nth-child(2n+1) .prejict-right {
  right: auto;
  left: 0;
}
.ddjsh .dqpp {
  padding-bottom: 100px;
}
.ddjsh .dqpp .dq-main {
  padding-top: 50px;
  overflow: hidden;
}
.ddjsh .dqpp .dq-main .dangqi {
  float: left;
  width: 50%;
  height: 404px;
}
.ddjsh .dqpp .dq-main .dq-text {
  float: right;
  width: 50%;
  height: 404px;
  margin-top: 50px;
}
.ddjsh .dqpp .dq-main .dq-text .position-box {
  padding: 43px 68px 0 60px;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .activty h3 {
  font-size: 30px;
  color: #222222;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list {
  padding-top: 10px;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list .item {
  position: relative;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list .item .dow {
  width: 6px;
  height: 6px;
  background: #d50915;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list .item .list-text {
  display: inline-block;
  font-size: 18px;
  color: #080808;
  line-height: 56px;
  padding-left: 23px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows {
  font-size: 20px;
  font-style: italic;
  padding-top: 34px;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows a {
  display: inline-block;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows a span {
  color: #d50915;
}
.ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows a span img {
  padding-left: 20px;
}

.line {
  display: none;
}

@media only screen and (max-width: 992px) {
  .line {
    display: block;
    width: 8.75rem;
    margin: 0 auto;
    height: 0.03125rem;
    background: #e3e3e3;
    margin-top: 0.625rem;
  }

  .center-wrap {
    max-width: none;
    width: 8.75rem;
    margin: 0 auto;
  }

  .construction .banner {
    height: 6.25rem;
    background-size: cover !important;
    background-image: url(../images/banner/ddjs-banner.png) !important;
  }
  .construction .banner .banner-name .active1 {
    display: none;
  }
  .construction .banner .banner-name .active2 {
    display: block;
    height: 3.078125rem;
  }

  .ddjsh h1 {
    padding-top: 0.65625rem;
    font-size: 0.75rem;
    color: #222222;
    text-align: center;
  }
  .ddjsh .prejict-right {
    width: 8.75rem;
    margin: 0 auto;
    height: auto;
    background: #fff;
    position: static;
    right: 0;
    bottom: 0;
    border-left: 0 solid #d50915;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .ddjsh .prejict-right .position-box {
    padding: 0 0 0 0;
  }
  .ddjsh .prejict-right .position-box .activty .double-arrows {
    padding: 0.3125rem 0 0.3125rem 0;
    border-bottom: 0.015625rem solid #e0e0e0;
  }
  .ddjsh .prejict-right .position-box .activty .double-arrows h3 {
    font-size: 0.5625rem;
    color: #222222;
    float: left;
  }
  .ddjsh .prejict-right .position-box .activty .double-arrows a {
    display: inline-block;
    float: right;
    padding-top: 0.21875rem;
    font-size: 0.375rem;
    overflow: hidden;
  }
  .ddjsh .prejict-right .position-box .activty .double-arrows a span {
    color: #d50915;
  }
  .ddjsh .prejict-right .position-box .activty .double-arrows a span img {
    padding-left: 0.15625rem;
    height: 0.21875rem;
  }
  .ddjsh .prejict-right .position-box .activty .active-list {
    padding-top: 0.15625rem;
  }
  .ddjsh .prejict-right .position-box .activty .active-list .item {
    overflow: hidden;
    position: relative;
  }
  .ddjsh .prejict-right .position-box .activty .active-list .item .dow {
    float: left;
    width: 0.09375rem;
    height: 0.09375rem;
    background: #d50915;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .ddjsh .prejict-right .position-box .activty .active-list .item .list-text {
    float: left;
    font-size: 0.375rem;
    color: #080808;
    line-height: 0.9375rem;
    padding-left: 0.28125rem;
    width: 90%;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ddjsh .main {
    padding-top: 0.625rem;
  }
  .ddjsh .main .dzdg {
    padding-bottom: 1.5625rem;
  }
  .ddjsh .main .dzdg .main {
    margin-top: 0.625rem;
  }
  .ddjsh .main .dzdg .main .left {
    float: none;
    height: 6.09375rem;
    width: 100%;
  }
  .ddjsh .main .dzdg .main .left img {
    width: 100%;
    height: 6.09375rem;
  }
  .ddjsh .main .dzdg .main .right {
    float: none;
    height: 7.25rem;
    width: 100%;
    border-left: 0.015625rem solid #e0e0e0;
    margin-top: 0.625rem;
  }
  .ddjsh .main .dzdg .main .right .list {
    height: 2.015625rem;
    border-bottom: 0.015625rem solid #e0e0e0;
    border-left: 0.046875rem solid #fff;
    padding: 0 0.46875rem 0 0.46875rem;
  }
  .ddjsh .main .dzdg .main .right .list .message {
    padding-top: 0.34375rem;
    color: #2b2b2b;
  }
  .ddjsh .main .dzdg .main .right .list .message .time {
    font-size: 0.3125rem;
  }
  .ddjsh .main .dzdg .main .right .list .message .title {
    font-size: 0.375rem;
    padding-top: 0;
    max-width: 5.625rem;
  }
  .ddjsh .main .dzdg .main .right .list .learn-more {
    float: right;
    padding-top: 0.875rem;
  }
  .ddjsh .main .dzdg .main .right .list .learn-more img {
    height: 0.53125rem;
  }
  .ddjsh .main .dzdg .main .right .list .learn-more .active1 {
    display: none;
  }
  .ddjsh .main .dzdg .main .right .list:hover {
    background: #fafafa;
    border-left: 0.046875rem solid #d50915;
  }
  .ddjsh .main .dzdg .main .right .list:hover .message {
    color: #d50915;
  }
  .ddjsh .main .dzdg .main .right .list:hover .active1 {
    display: block;
  }
  .ddjsh .main .dzdg .main .right .list:hover .active2 {
    display: none;
  }
  .ddjsh .main .dzdg .main .right .understand {
    padding: 0.5rem 0 0 0;
    text-align: center;
  }
  .ddjsh .main .dzdg .main .right .understand a {
    display: inline-block;
  }
  .ddjsh .main .dzdg .main .right .understand a span {
    font-size: 0.375rem;
    font-style: italic;
    color: #d50915;
  }
  .ddjsh .main .dzdg .main .right .understand a span img {
    height: 0.625rem;
    padding-left: 0.46875rem;
  }
  .ddjsh .xsx {
    background: #fafafa;
    height: 7.4375rem;
  }
  .ddjsh .xsx .box {
    position: static;
  }
  .ddjsh .xsx .box h2 {
    padding-top: 0;
    font-size: 0.75rem;
    color: #222222;
    text-align: center;
    margin-top: 0;
  }
  .ddjsh .xsx .box .prejict-letf {
    margin-top: 0.5625rem;
  }
  .ddjsh .xsx .box .prejict-letf img {
    height: 5.15625rem;
  }
  .ddjsh .project {
    padding-top: 6.1875rem;
  }
  .ddjsh .project .project-item {
    height: auto;
    position: static;
    margin-bottom: 0;
    padding-top: 0.78125rem;
  }
  .ddjsh .project .project-item:last-child {
    margin-bottom: 0;
  }
  .ddjsh .project .project-item .project-item-img, .ddjsh .project .project-item .prejict-right {
    position: static;
  }
  .ddjsh .project .project-item .project-item-img {
    left: 0;
    top: 0;
    width: 100%;
    height: 5.1875rem;
    background-size: cover;
  }
  .ddjsh .dqpp {
    padding-bottom: 1.5625rem;
    background-size: auto 100% !important;
  }
  .ddjsh .dqpp .dq-main {
    padding-top: 0.59375rem;
  }
  .ddjsh .dqpp .dq-main .dangqi {
    float: none;
    width: 8.75rem;
    height: 5.90625rem;
    border-bottom: 0.015625rem solid #dcdcdc;
    padding-bottom: 0.625rem;
  }
  .ddjsh .dqpp .dq-main .dangqi img {
    width: 100%;
  }
  .ddjsh .dqpp .dq-main .dq-text {
    background: none !important;
    float: none;
    width: 8.75rem;
    height: auto;
    margin-top: 0.15625rem;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box {
    padding: 0 0 0 0;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list {
    padding-top: 0;
    border-bottom: 0.015625rem solid #dcdcdc;
    padding-bottom: 0.1875rem;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list .item .dow {
    width: 0.09375rem;
    height: 0.09375rem;
    background: #d50915;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .activty .active-list .item .list-text {
    display: inline-block;
    font-size: 0.375rem;
    color: #080808;
    line-height: 0.9375rem;
    padding-left: 0.390625rem;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows {
    font-size: 0.375rem;
    font-style: italic;
    padding-top: 0.46875rem;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows a {
    display: inline-block;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows a span {
    color: #d50915;
  }
  .ddjsh .dqpp .dq-main .dq-text .position-box .double-arrows a span img {
    padding-left: 0.3125rem;
    height: 0.625rem;
  }
}
/*党旗飘飘*/
.dqpp .main .top-bg {
  height: 400px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dqpp .main .top-bg .banner-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dqpp .main .top-bg .banner-name .active2 {
  display: none;
}
.dqpp .main .top-bg div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dqpp .main .movement-list {
  display: none;
}
.dqpp .main .news-list {
  margin-top: 80px;
}
.dqpp .main .news-list li:last-child .limain {
  border-bottom: 1px solid #e0e0e0;
}
.dqpp .main .news-list li {
  overflow: hidden;
  font-family: "SourceHanSerifCN-Regular", "宋体";
}
.dqpp .main .news-list li:hover {
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.dqpp .main .news-list li .limain {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  padding: 50px 0px;
}
.dqpp .main .news-list li .limain.nopic .dcenter {
  margin-left: 0;
}
.dqpp .main .news-list li:hover .limain {
  border-top: 0px;
  border-bottom: 0px;
}
.dqpp .main .news-list li:hover + li .limain {
  border-top: 0px;
}
.dqpp .main .news-list li .dinfo {
  float: left;
}
.dqpp .main .news-list li .dleft {
  width: 217px;
  height: 162px;
}
.dqpp .main .news-list li .dleft img {
  width: 100%;
  height: 100%;
}
.dqpp .main .news-list li .dcenter {
  margin-left: 260px;
  height: 162px;
}
.dqpp .main .news-list li .dcenter.media-major-dcenter {
  margin-left: 0;
  height: auto;
}
.dqpp .main .news-list li .dcenter.media-major-dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 25px;
  width: 670px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dqpp .main .news-list li .dright {
  width: 110px;
  float: right;
  height: 162px;
  position: relative;
}
.dqpp .main .news-list li .dcenter .title {
  overflow: hidden;
  line-height: 1.4;
}
.dqpp .main .news-list li .dcenter .title a {
  float: left;
  font-size: 28px;
  color: #222;
  width: 840px;
}
.dqpp .main .news-list li .dcenter .title .time {
  float: right;
  font-size: 14px;
  text-align: right;
}
.dqpp .main .news-list li .dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 15px;
  width: 740px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dqpp .main .news-list li .dcenter .more {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  padding-top: 24px;
  display: block;
}
.dqpp .main .news-list li .dcenter .more .img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: url(../images/media/jt.jpg);
  background-size: 100%;
  float: right;
  margin-left: 5px;
}
.dqpp .main .news-list li:hover .dcenter .more .img {
  background: url(../images/ddjs/learn-more-red.png);
}
.dqpp .main .news-list li .dcenter .more a {
  color: #565656;
}
.dqpp .main .news-list li:hover .dcenter .more a {
  color: #d50915;
}
.dqpp .news-detail {
  font-family: "SourceHanSerifCN-Regular";
}
.dqpp .news-detail .back {
  font-size: 16px;
  color: #848484;
  padding: 50px 0px 80px 0px;
  width: 1200px;
  margin: 0px auto;
}
.dqpp .news-detail .back a {
  color: #848484;
}
.dqpp .news-detail .nmain {
  width: 998px;
  margin: 0px auto;
}
.dqpp .news-detail .title {
  font-size: 48px;
}
.dqpp .news-detail .source {
  font-size: 16px;
  margin: 15px 0px 40px 0px;
  padding-bottom: 40px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}
.dqpp .news-detail .content {
  font-size: 18px;
  margin-bottom: 100px;
  color: #333;
  line-height: 34px;
  overflow: hidden;
}
.dqpp .news-detail .content img {
  max-width: 100%;
}
.dqpp .news-detail .content .selectTdClass {
  background-color: #edf5fa !important;
}
.dqpp .news-detail .content table.noBorderTable td, .dqpp .news-detail .content table.noBorderTable th, .dqpp .news-detail .content table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}
.dqpp .news-detail .content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  max-width: 100%;
}
.dqpp .news-detail .content td, .dqpp .news-detail .content th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.dqpp .news-detail .content caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
.dqpp .news-detail .content th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}
.dqpp .news-detail .content table tr.firstRow th {
  border-top-width: 2px;
}
.dqpp .news-detail .content .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.dqpp .news-detail .content .ue-table-interlace-color-double {
  background-color: #f7faff;
}
.dqpp .news-detail .content td p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .dqpp .main .top-bg {
    height: 6.25rem;
    background-image: url(../images/banner/ddjs-banner.png) !important;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .dqpp .main .top-bg .banner-name .active1 {
    display: none;
  }
  .dqpp .main .top-bg .banner-name .active2 {
    display: block;
    height: 3.078125rem;
  }
  .dqpp .main .top-bg div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dqpp .main .top-bg div img {
    height: 2.71875rem;
  }
  .dqpp .main .news-list {
    display: none;
  }
  .dqpp .main .movement-list {
    display: inline-block;
    margin-top: 0.78125rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 8.75rem;
  }
  .dqpp .main .movement-list li:last-child .limain {
    border-bottom: 1px solid #e0e0e0;
  }
  .dqpp .main .movement-list li {
    overflow: hidden;
    font-family: "SourceHanSerifCN-Regular";
  }
  .dqpp .main .movement-list li:hover {
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .dqpp .main .movement-list li .limain {
    width: auto;
    margin: 0px auto;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    padding: 0.78125rem 0px;
  }
  .dqpp .main .movement-list li .limain.media-major-limain {
    padding: 0.625rem 0px;
  }
  .dqpp .main .movement-list li:hover .limain {
    border-top: 0px;
    border-bottom: 0px;
  }
  .dqpp .main .movement-list li:hover + li .limain {
    border-top: 0px;
  }
  .dqpp .main .movement-list li .dinfo {
    float: none;
  }
  .dqpp .main .movement-list li .dleft {
    width: auto;
    height: 6.5625rem;
  }
  .dqpp .main .movement-list li .dleft img {
    width: 100%;
    height: 100%;
  }
  .dqpp .main .movement-list li .dcenter {
    margin-left: 0;
    height: auto;
  }
  .dqpp .main .movement-list li .dcenter.media-major-dcenter .desc {
    font-size: 0.375rem;
    color: #565656;
    margin-top: 0.375rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .dqpp .main .movement-list li .dcenter .title {
    overflow: hidden;
    line-height: 1;
    padding-top: 0.46875rem;
    float: left;
    width: 88.21%;
  }
  .dqpp .main .movement-list li .dcenter .title a {
    float: none;
    display: block;
    font-size: 0.4375rem;
    line-height: 0.65625rem;
    color: #212121;
    padding-right: 0;
    padding-top: 0.125rem;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dqpp .main .movement-list li .dcenter .title .time {
    display: block;
    font-size: 0.3125rem;
    color: #454545;
    text-align: left;
    float: none;
  }
  .dqpp .main .movement-list li .dcenter .title.media-major-title a {
    padding-top: 0;
  }
  .dqpp .main .movement-list li .dcenter .title:hover .time {
    color: #d50915;
  }
  .dqpp .main .movement-list li .dcenter .title:hover a {
    color: #d50915;
  }
  .dqpp .main .movement-list li .dcenter .title:hover .desc {
    color: #d50915;
  }
  .dqpp .main .movement-list li .dcenter .desc {
    font-size: 0.3125rem;
    color: #6b6b6b;
    margin-top: 0.1875rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .dqpp .main .movement-list li .dcenter .more {
    font-size: 0.375rem;
    padding-top: 0.515625rem;
    display: block;
    float: none;
  }
  .dqpp .main .movement-list li .dcenter .more .img {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    margin-top: 0px;
    background: url(../images/media/jt.jpg);
    background-size: 100%;
    float: right;
  }
  .dqpp .main .movement-list li:hover .dcenter .more .img {
    background: url(../images/ddjs/learn-more-red.png);
  }
  .dqpp .main .movement-list li .dcenter .more a {
    color: #565656;
  }
  .dqpp .main .movement-list li:hover .dcenter .more a {
    color: #d50915;
  }
  .dqpp .main .movement-list li:hover .dcenter .more a .img {
    background-size: 100% auto !important;
  }
  .dqpp .news-detail {
    margin-top: 1.875rem;
    font-family: "SourceHanSerifCN-Regular";
    padding: 0.78125rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dqpp .news-detail .back {
    display: none;
  }
  .dqpp .news-detail .nmain {
    width: auto;
    margin: 0px auto;
  }
  .dqpp .news-detail .title {
    font-size: 0.75rem;
    line-height: 0.96875rem;
  }
  .dqpp .news-detail .source {
    font-size: 0.375rem;
    margin: 0.25rem 0px 0;
    padding-bottom: 0.625rem;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
  }
  .dqpp .news-detail .content {
    font-size: 0.375rem;
    margin-bottom: 0;
    color: #333;
    line-height: 0.84375rem;
    padding: 0.625rem 0 1.5625rem;
  }
  .dqpp .news-detail .content table {
    width: 100%;
  }
}
/*党章党规*/
.vlf {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

.dzdg .main .top-bg {
  height: 400px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dzdg .main .top-bg .banner-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dzdg .main .top-bg .banner-name .active2 {
  display: none;
}
.dzdg .main .movement-list {
  display: none;
}
.dzdg .main .label-control {
  margin-top: 80px;
  float: left;
}
.dzdg .main .label-control .item {
  font-size: 24px;
  line-height: 74px;
  width: 208px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  margin-bottom: 24px;
  text-align: center;
}
.dzdg .main .label-control .item .detail {
  display: block;
  color: #454545;
}
.dzdg .main .label-control .item .detail img {
  display: none;
}
.dzdg .main .label-control .item .detail:hover {
  color: #fff;
}
.dzdg .main .label-control .pull-down {
  border: 1px solid #d50915;
  background: #d50915;
}
.dzdg .main .label-control .pull-down .detail {
  color: #fff;
}
.dzdg .main .label-control .item:hover {
  border: 1px solid #d50915;
  background: #d50915;
}
.dzdg .main .news-list {
  margin-top: 80px;
  float: right;
  width: 76.66%;
}
.dzdg .main .news-list li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.dzdg .main .news-list li {
  overflow: hidden;
  font-family: "SourceHanSerifCN-Regular", "宋体";
  border-top: 1px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
}
.dzdg .main .news-list li:hover {
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
  border-left: 0;
  border-left: 2px solid #d50915;
}
.dzdg .main .news-list li .limain {
  width: 90.21%;
  margin: 0px auto;
  overflow: hidden;
  padding: 50px 0px;
}
.dzdg .main .news-list li .limain.nopic .dcenter {
  margin-left: 0;
}
.dzdg .main .news-list li:hover .limain {
  border-top: 0px;
  border-bottom: 0px;
}
.dzdg .main .news-list li:hover + li .limain {
  border-top: 0px;
}
.dzdg .main .news-list li .dinfo {
  float: left;
}
.dzdg .main .news-list li .dleft {
  width: 217px;
  height: 162px;
}
.dzdg .main .news-list li .dleft img {
  width: 100%;
  height: 100%;
}
.dzdg .main .news-list li .dcenter {
  margin-left: 260px;
  height: 162px;
}
.dzdg .main .news-list li .dcenter.media-major-dcenter {
  margin-left: 0;
  height: auto;
}
.dzdg .main .news-list li .dcenter.media-major-dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 25px;
  width: 670px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dzdg .main .news-list li .dright {
  width: 110px;
  float: right;
  height: 162px;
  position: relative;
}
.dzdg .main .news-list li .dcenter .title {
  overflow: hidden;
  line-height: 1.4;
}
.dzdg .main .news-list li .dcenter .title a {
  float: left;
  font-size: 28px;
  color: #222;
  width: 666px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dzdg .main .news-list li .dcenter .title .time {
  float: right;
  font-size: 14px;
  text-align: right;
}
.dzdg .main .news-list li .dcenter .desc {
  font-size: 16px;
  color: #565656;
  margin-top: 15px;
  width: 740px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dzdg .main .news-list li .dcenter .more {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  padding-top: 24px;
  display: block;
}
.dzdg .main .news-list li .dcenter .more .img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: url(../images/media/jt.jpg);
  background-size: 100%;
  float: right;
  margin-left: 5px;
}
.dzdg .main .news-list li:hover .dcenter .more .img {
  background: url(../images/ddjs/learn-more-red.png);
}
.dzdg .main .news-list li .dcenter .more a {
  color: #565656;
}
.dzdg .main .news-list li:hover .dcenter .more a {
  color: #d50915;
}
.dzdg .news-detail {
  font-family: "SourceHanSerifCN-Regular";
}
.dzdg .news-detail .back {
  font-size: 16px;
  color: #848484;
  padding: 50px 0px 80px 0px;
  width: 1200px;
  margin: 0px auto;
}
.dzdg .news-detail .back a {
  color: #848484;
}
.dzdg .news-detail .nmain {
  width: 998px;
  margin: 0px auto;
}
.dzdg .news-detail .title {
  font-size: 48px;
}
.dzdg .news-detail .source {
  font-size: 16px;
  margin: 15px 0px 40px 0px;
  padding-bottom: 40px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}
.dzdg .news-detail .content {
  font-size: 18px;
  margin-bottom: 100px;
  color: #333;
  line-height: 34px;
  overflow: hidden;
}
.dzdg .news-detail .content img {
  max-width: 100%;
}
.dzdg .news-detail .content .selectTdClass {
  background-color: #edf5fa !important;
}
.dzdg .news-detail .content table.noBorderTable td, .dzdg .news-detail .content table.noBorderTable th, .dzdg .news-detail .content table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}
.dzdg .news-detail .content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  max-width: 100%;
}
.dzdg .news-detail .content td, .dzdg .news-detail .content th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.dzdg .news-detail .content caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
.dzdg .news-detail .content th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}
.dzdg .news-detail .content table tr.firstRow th {
  border-top-width: 2px;
}
.dzdg .news-detail .content .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.dzdg .news-detail .content .ue-table-interlace-color-double {
  background-color: #f7faff;
}
.dzdg .news-detail .content td p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .dzdg .main .top-bg {
    height: 6.25rem;
    background-image: url(../images/banner/ddjs-banner.png) !important;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .dzdg .main .top-bg .banner-name .active1 {
    display: none;
  }
  .dzdg .main .top-bg .banner-name .active2 {
    display: block;
    height: 3.078125rem;
  }
  .dzdg .main .top-bg div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dzdg .main .top-bg div img {
    height: 2.71875rem;
  }
  .dzdg .main .label-control {
    margin-top: 0.78125rem;
    float: none;
  }
  .dzdg .main .label-control .item {
    font-size: 24px;
    line-height: 74px;
    width: 8.71875rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background: #f7f7f7;
    margin-bottom: 0;
    text-align: left;
  }
  .dzdg .main .label-control .item .detail {
    display: block;
    color: #454545;
    margin-left: 0.625rem;
    width: 85.71%;
  }
  .dzdg .main .label-control .item .detail .active1 {
    display: block;
    float: right;
    padding-top: 0.75rem;
  }
  .dzdg .main .label-control .pull-down {
    background: #d50915;
  }
  .dzdg .main .label-control .pull-down .detail {
    color: #fff;
  }
  .dzdg .main .label-control .pull-down .detail .active1 {
    display: none;
  }
  .dzdg .main .label-control .pull-down .detail .active2 {
    display: block;
    float: right;
    padding-top: 0.90625rem;
  }
  .dzdg .main .label-control .item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .dzdg .main .label-control .item:hover {
    border: 1px solid #d50915;
    background: #d50915;
  }
  .dzdg .main .news-list {
    display: none;
  }
  .dzdg .main .movement-list {
    display: inline-block;
    margin-top: 0.78125rem;
    width: 8.75rem;
  }
  .dzdg .main .movement-list li:last-child .limain {
    border-bottom: 1px solid #e0e0e0;
  }
  .dzdg .main .movement-list li {
    overflow: hidden;
    font-family: "SourceHanSerifCN-Regular";
  }
  .dzdg .main .movement-list li:hover {
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .dzdg .main .movement-list li .limain {
    width: auto;
    margin: 0px auto;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    padding: 0.78125rem 0px;
  }
  .dzdg .main .movement-list li .limain.media-major-limain {
    padding: 0.625rem 0px;
  }
  .dzdg .main .movement-list li:hover .limain {
    border-top: 0px;
    border-bottom: 0px;
  }
  .dzdg .main .movement-list li:hover + li .limain {
    border-top: 0px;
  }
  .dzdg .main .movement-list li .dinfo {
    float: none;
  }
  .dzdg .main .movement-list li .dleft {
    width: auto;
    height: 6.5625rem;
  }
  .dzdg .main .movement-list li .dleft img {
    width: 100%;
    height: 100%;
  }
  .dzdg .main .movement-list li .dcenter {
    margin-left: 0;
    height: auto;
  }
  .dzdg .main .movement-list li .dcenter.media-major-dcenter .desc {
    font-size: 0.375rem;
    color: #565656;
    margin-top: 0.375rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .dzdg .main .movement-list li .dcenter .title {
    overflow: hidden;
    line-height: 1;
    padding-top: 0.46875rem;
    float: left;
    width: 88.21%;
  }
  .dzdg .main .movement-list li .dcenter .title a {
    float: none;
    display: block;
    font-size: 0.4375rem;
    line-height: 0.65625rem;
    color: #212121;
    padding-right: 0;
    padding-top: 0.125rem;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dzdg .main .movement-list li .dcenter .title .time {
    display: block;
    font-size: 0.3125rem;
    color: #454545;
    text-align: left;
    float: none;
  }
  .dzdg .main .movement-list li .dcenter .title.media-major-title a {
    padding-top: 0;
  }
  .dzdg .main .movement-list li .dcenter .title:hover .time {
    color: #d50915;
  }
  .dzdg .main .movement-list li .dcenter .title:hover a {
    color: #d50915;
  }
  .dzdg .main .movement-list li .dcenter .title:hover .desc {
    color: #d50915;
  }
  .dzdg .main .movement-list li .dcenter .desc {
    font-size: 0.3125rem;
    color: #6b6b6b;
    margin-top: 0.1875rem;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .dzdg .main .movement-list li .dcenter .more {
    font-size: 0.375rem;
    padding-top: 0.515625rem;
    display: block;
    float: none;
  }
  .dzdg .main .movement-list li .dcenter .more .img {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    margin-top: 0px;
    background: url(../images/media/jt.jpg);
    background-size: 100%;
    float: right;
  }
  .dzdg .main .movement-list li:hover .dcenter .more .img {
    background: url(../images/ddjs/learn-more-red.png);
  }
  .dzdg .main .movement-list li .dcenter .more a {
    color: #565656;
  }
  .dzdg .main .movement-list li:hover .dcenter .more a {
    color: #d50915;
  }
  .dzdg .main .movement-list li:hover .dcenter .more a .img {
    background-size: 100% auto !important;
  }
  .dzdg .news-detail {
    margin-top: 1.875rem;
    font-family: "SourceHanSerifCN-Regular";
    padding: 0.78125rem 0.625rem 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dzdg .news-detail .back {
    display: none;
  }
  .dzdg .news-detail .nmain {
    width: auto;
    margin: 0px auto;
  }
  .dzdg .news-detail .title {
    font-size: 0.75rem;
    line-height: 0.96875rem;
  }
  .dzdg .news-detail .source {
    font-size: 0.375rem;
    margin: 0.25rem 0px 0;
    padding-bottom: 0.625rem;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
  }
  .dzdg .news-detail .content {
    font-size: 0.375rem;
    margin-bottom: 0;
    color: #333;
    line-height: 0.84375rem;
    padding: 0.625rem 0 1.5625rem;
  }
  .dzdg .news-detail .content table {
    width: 100%;
  }
}
/*新思想*/
.xsx .main .center-wrap .news-list li {
  border-left: 0;
}
.xsx .main .center-wrap .news-list li:first-child {
  border-top: none;
}
.xsx .main .center-wrap .news-list li .list-banner {
  display: none;
}
.xsx .main .center-wrap .news-list li.vice-banner {
  padding-bottom: 46px;
}
.xsx .main .center-wrap .news-list li.vice-banner .list-banner {
  display: block;
  width: 100%;
}
.xsx .main .center-wrap .news-list li.vice-banner .list-banner .img-pc {
  width: 100%;
}
.xsx .main .center-wrap .news-list li .limain .dcenter .title a {
  width: 75.26%;
}
.xsx .main .center-wrap .news-list li .limain .dcenter .desc {
  width: 75.26%;
}
.xsx .main .center-wrap .news-list .assistant:hover {
  border-left: 0;
}

@media only screen and (max-width: 992px) {
  .xsx .main .center-wrap .movement-list .assistant .list-banner {
    display: none;
  }
  .xsx .main .center-wrap .movement-list .assistant.vice-banner {
    padding-bottom: 0.71875rem;
  }
  .xsx .main .center-wrap .movement-list .assistant.vice-banner .list-banner {
    display: block;
  }
  .xsx .main .center-wrap .movement-list .assistant.vice-banner .list-banner .img-m {
    width: 100%;
  }
}
