/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.flex {
  display: flex;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.hidden {
  display: none !important;
}
span.title {
  line-height: 32px;
  display: inline-block;
  color: #23ac38;
  font-size: 18px;
  position: relative;
}
span.title::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 3px;
  background: #23ac38;
  width: 100%;
}
.home-head {
  padding: calc(1 * 30px);
}
@media (max-width: 992px) {
  .home-head {
    background: none !important;
  }
  .home-head .home-banner {
    margin-bottom: 50px;
  }
}
.home-head .home-head-con .home-banner .swiper-wrapper .info {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  padding-right: 15%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}
.home-head .home-head-con .home-banner .swiper-wrapper .info .desc {
  font-size: 15px;
  color: #e0dddd;
  margin-top: 3px;
}
.home-head .home-head-con .home-news {
  background-color: #fff;
}
.home-head .home-head-con .home-news-specific {
  background-color: #1a9450;
  padding: 10px;
  display: none;
}
.home-head .home-head-con .home-news-specific:first-child {
  display: block;
}
.home-head .home-head-con .home-news-specific-date {
  padding: 10px 0;
  display: none;
}
.home-head .home-head-con .home-news-specific-date span {
  color: #999999;
}
@media (max-width: 768px) {
  .home-head .home-head-con .home-news-specific {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-excerpt {
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date {
    display: block;
  }
}
.home-head .home-head-con .home-news-specific a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.home-head .home-head-con .home-news-specific a .cover-image-box {
  width: 120px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-head .home-head-con .home-news-specific a .news-box-info {
  color: #000000;
  padding-left: 10px;
  flex: 1;
}
.home-head .home-head-con .home-news-specific a .news-box-info .title {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #fff;
  max-height: 46px;
  line-height: 23px;
  overflow: hidden;
}
.home-head .home-head-con .home-news-specific a .news-box-info .desc {
  color: rgba(255, 255, 255, 0.55);
  max-height: 36px;
  line-height: 18px;
  overflow: hidden;
}
.home-head .home-head-con .home-news-list ul {
  list-style: none;
}
.home-head .home-head-con .home-news-list ul li {
  font-size: 14px;
  font-weight: normal;
}
.home-head .home-head-con .home-news-list ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
}
.home-head .home-head-con .home-news-list ul li a:hover {
  color: #23ac38;
}
.home-head .home-head-con .swiper-container .swiper-button-prev {
  left: 0;
}
.home-head .home-head-con .swiper-container .swiper-button-next {
  right: 0;
}
.home-head .home-head-con .swiper-container .swiper-button-prev,
.home-head .home-head-con .swiper-container .swiper-button-next {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-size: 12px 19px;
  background-color: rgba(0, 0, 0, 0.52);
}
.home-head .home-head-con .swiper-container .swiper-slide {
  background-color: #000;
  position: relative;
}
.home-head .home-head-con .swiper-container .swiper-slide .click-href {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.home-head .home-head-con .swiper-container .swiper-slide .slide-box {
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}
.home-head .home-head-con .swiper-container .swiper-slide .slide-box p {
  font-size: 22px;
  color: #fff;
}
.home-head .home-head-con .swiper-container .swiper-slide .play-icon {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media (max-width: 992px) {
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    width: 40px;
  }
}
.home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
  left: auto;
  right: 20px;
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    justify-content: center;
    width: 100%;
  }
}
.home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet,
.home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 4px;
}
.home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet {
  background-color: #89898a;
}
.home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
  background-color: #fff;
  width: 15px;
  height: 15px;
}
.home-head .home-head-con video {
  width: 100%;
}
@media (min-width: 992px) {
  .home-head .home-head-con {
    display: flex;
    max-width: 1200px;
    height: 440px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
  }
  .home-head .home-head-con .swiper-container {
    height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view,
  .home-head .home-head-con .swiper-container .swiper-slide .video-view {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .video-view video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .home-head .home-head-con > * {
    height: 100%;
  }
  .home-head .home-head-con .home-banner {
    width: 63.4166%;
  }
  .home-head .home-head-con .home-news {
    width: 35%;
    padding: 25px 20px;
  }
}
.home-head .home-news-list {
  padding: 0;
}
.home-head .home-news-list a {
  width: 100%;
  display: block;
  transition: all 0.2s linear;
}
.home-head .home-news-list a .cover-image-title {
  text-decoration: none;
  color: #333;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.home-head .home-news-list a .cover-image-title:hover {
  color: #23ac38;
}
.home-head .home-news-list a .cover-image-box,
.home-head .home-news-list a .news-box-info {
  display: none;
}
.home-head .home-news-list a.active {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  background-color: #1a9450;
  padding: 10px;
  width: 110%;
}
@media (max-width: 992px) {
  .home-head .home-news-list a.active {
    width: 100%;
  }
}
.home-head .home-news-list a.active .cover-image-title {
  display: none;
}
.home-head .home-news-list a.active .cover-image-box {
  display: block;
  width: 120px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-head .home-news-list a.active .news-box-info {
  display: block;
  color: #000000;
  padding-left: 10px;
  flex: 1;
}
.home-head .home-news-list a.active .news-box-info .title {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #fff;
  max-height: 46px;
  line-height: 23px;
  overflow: hidden;
}
.home-head .home-news-list a.active .news-box-info .desc {
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-1 {
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .section-1 {
    height: auto;
  }
}
.section-1-con {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0px auto;
  flex-direction: row;
  align-items: center;
}
.section-1-con .section-1-con-warp {
  margin-left: -5px;
  margin-right: -5px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section-1-con .section-1-con-warp {
    height: auto;
    margin: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .section-1-con {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .section-1-con {
    flex-direction: column;
  }
}
.section-1-con .swiper-container {
  width: 63%;
}
@media (max-width: 1200px) {
  .section-1-con .swiper-container {
    width: 100%;
  }
}
.section-1-con .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p {
  font-size: 14px;
}
.section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
  font-size: 56px;
  line-height: 70px;
}
@media (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title .tag {
  width: 80px;
  height: 0.1em;
  background: #fff;
  margin: 10px auto;
}
.section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 12px;
    line-height: 20px;
  }
}
.section-1-con .news-box {
  width: 35%;
  background-color: #ffffff;
  height: 425px;
  padding: 25px 20px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .section-1-con .news-box {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .section-1 {
    background-image: none !important;
    margin-bottom: 0.69333333rem;
  }
}
.section-two {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .section-two {
    flex-wrap: wrap;
  }
  .section-two > * {
    width: 100%;
  }
}
.section-2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .section-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.section-2 .button-li {
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-2 .button-li {
    padding: 0;
  }
  .section-2 .button-li .button-li-group {
    align-items: center;
    flex-wrap: wrap;
  }
  .section-2 .button-li .button-li-group > div {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
.section-2 .button-li .button-li-group {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.section-2 .button-li .button-li-group > div {
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 0px 10px;
}
.section-2 .button-li a {
  display: block;
}
.section-2-activity {
  flex-grow: 1;
}
.section-2-activity .activity-box ul {
  list-style: none;
  display: flex;
}
@media (max-width: 992px) {
  .section-2-activity .activity-box ul {
    display: block;
  }
}
.section-2-activity .activity-box ul li {
  box-shadow: 0px 5px 14px 1px rgba(165, 165, 165, 0.3);
  background-color: #fff;
  padding: 10px 10px 0 10px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .section-2-activity .activity-box ul li {
    flex: none;
    width: auto;
  }
}
.section-2-activity .activity-box ul li:hover a .li-info-box {
  border-color: #23ac38;
}
.section-2-activity .activity-box ul li:hover a .li-info-box span.li-title {
  color: #23ac38;
}
.section-2-activity .activity-box ul li:hover a .item-info-box {
  color: #23ac38;
}
.section-2-activity .activity-box ul li a {
  width: 100%;
  text-decoration: none;
}
.section-2-activity .activity-box ul li a .item-image-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-2-activity .activity-box ul li a .item-image-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.section-2-activity .activity-box ul li a .item-info-box {
  line-height: 1.5;
  font-size: 16px;
  padding: 12px 0 20px;
}
.section-2-activity .activity-box ul li a .li-image-box {
  width: 160px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-2-activity .activity-box ul li a .li-info-box {
  margin-left: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px rgba(35, 172, 56, 0.26);
}
.section-2-activity .activity-box ul li a .li-info-box p i {
  margin-right: 5px;
}
.section-2-activity .activity-box ul li a .li-info-box p.li-title {
  font-size: 18px;
  line-height: 2em;
  color: #000;
  overflow: hidden;
  max-height: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-2-activity .activity-box ul li a .li-info-box p.time {
  font-size: 14px;
  line-height: 2em;
  color: #000;
}
.section-2-activity .activity-box ul li a .li-info-box p.location {
  font-size: 14px;
  line-height: 2em;
  color: #b9b9b9;
}
@media (min-width: 992px) {
  .section-2-activity .activity-box ul {
    flex-wrap: wrap;
  }
  .section-2-activity .activity-box ul li {
    width: calc(100%/3 - 40px / 3);
    margin-right: 20px;
  }
  .section-2-activity .activity-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.section-2-activity .m-activity-box {
  display: none;
}
@media (max-width: 992px) {
  .section-2-activity .m-activity-box {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .section-2-activity .m-activity-box a {
    text-decoration: none;
    width: 100%;
  }
  .section-2-activity .m-activity-box a img {
    width: 100%;
  }
  .section-2-activity .m-activity-box a > div {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    width: 100%;
    padding: 0.4rem 0.26666667rem;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  }
  .section-2-activity .m-activity-box a > div p i {
    margin-right: 0.13333333rem;
  }
  .section-2-activity .m-activity-box a > div p.li-title {
    color: #fff;
    font-size: 16px;
  }
  .section-2-activity .m-activity-box a > div p.time {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .section-2-activity .m-activity-box a > div p.location {
    font-size: 14px;
    line-height: 2em;
    color: #b9b9b9;
  }
}
.section-2-realtime {
  width: 35%;
  flex-shrink: 0;
  padding-left: 0.26666667rem;
}
.section-2-realtime .title-line {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.section-2-realtime .realtime-box {
  background-color: #fbfbfb;
  border: solid 1px #eee;
  padding: 15px 20px;
  padding-bottom: 0px;
  height: 438px;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .section-2-realtime .realtime-box {
    max-height: auto;
    height: auto;
  }
}
.section-2-realtime .realtime-box li {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px rgba(204, 204, 204, 0.3);
  margin-bottom: 5px;
  position: relative;
}
.section-2-realtime .realtime-box li .act-action {
  justify-content: flex-end;
  padding: 5px 0px;
}
.section-2-realtime .realtime-box li .act-action i {
  font-size: 16px;
  color: #ccc;
  margin-left: 20px;
}
.section-2-realtime .realtime-box li > div {
  display: flex;
  flex-direction: row;
  padding: 5px;
}
.section-2-realtime .realtime-box li > div > div {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
}
.section-2-realtime .realtime-box li > div > div .li-title {
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.6em;
}
.section-2-realtime .realtime-box li > div > div .li-time {
  font-size: 14px;
  line-height: 1.5em;
  color: #b9b9b9;
}
.section-2-realtime .realtime-box img {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
}
.section-2-realtime .realtime-box p {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  .section-2-activity {
    width: 100%;
  }
  .section-2-realtime {
    width: 100%;
    padding-left: 0;
  }
}
.section-2-ad {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .section-2-ad {
    display: none;
  }
}
.section-2-ad-m {
  width: 100%;
  display: none;
}
@media (max-width: 992px) {
  .section-2-ad-m {
    display: contents;
  }
}
.section-3-study {
  padding: 20px 0;
}
.section-3-study .study-box {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .section-3-study .study-box {
    flex-direction: column-reverse;
  }
}
.section-3-study .study-box .study-title {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 447px;
}
@media (max-width: 992px) {
  .section-3-study .study-box .study-title {
    width: 100%;
    flex-direction: row;
    min-height: auto;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .section-3-study .study-box .study-title {
    flex-wrap: wrap;
  }
}
.section-3-study .study-box .study-title div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  cursor: pointer;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 33.33%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 50%;
    padding: 10px;
  }
}
.section-3-study .study-box .study-title div span {
  font-size: 16px;
  color: #000;
}
.section-3-study .study-box .study-title div:hover,
.section-3-study .study-box .study-title div.select {
  background-color: #23ac38;
}
.section-3-study .study-box .study-title div:hover span,
.section-3-study .study-box .study-title div.select span {
  color: #fff;
}
.section-3-study .study-box .study-swiper {
  width: 75%;
}
@media (max-width: 992px) {
  .section-3-study .study-box .study-swiper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
  left: 55%;
  width: auto;
}
@media (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    display: none;
  }
}
.section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet {
  background: #b9b9b9;
  border: none;
}
.section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet-active {
  background: #23ac38 !important;
  width: 28px;
  border-radius: 4px;
}
.section-3-study .study-box .study-swiper .study-swiper-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.section-3-study .study-box .study-swiper .swiper-slide {
  width: calc(33.3% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 20px;
}
.section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+4) {
  display: none;
}
@media (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(50% - 10px);
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(1) {
    margin-left: 0px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+3) {
    display: none;
  }
}
.section-3-study .study-box .study-swiper .swiper-slide a {
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #23ac38;
  color: #23ac38;
  padding: 6px 16px;
  margin-top: 20px;
  display: inline-block;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-item {
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 140%;
}
@media (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
  }
}
.section-3-study .study-box .study-swiper .swiper-slide .study-item span {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  width: 100%;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-item img {
  width: 100%;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
  display: flex;
  flex-direction: column;
  width: 45%;
  background-color: #f5f5f5;
  padding: 70px 40px;
}
@media (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: none;
  }
}
.section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .title {
  font-size: 20px;
  font-weight: bolder;
  line-height: 26px;
  overflow: hidden;
  max-height: 52px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-itemtext hr {
  width: 100px;
  margin: 0;
  border: 1px solid #b9b9b9;
  background: #b9b9b9;
  margin: 16px 0;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .desc {
  font-size: 14px;
  max-height: 42px;
  line-height: 21px;
  overflow: hidden;
}
.section-3-study .study-box .study-swiper .swiper-slide .study-itemtext a {
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #fff;
  border: solid 1px #23ac38;
  color: #23ac38;
  border-radius: 3px;
  text-decoration: none;
  align-self: flex-start;
}
.section-3 .alleviation-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-3 .alleviation-swiper .swiper-slide .study-item {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0;
  }
}
.section-3 .alleviation-swiper .swiper-slide a {
  margin-right: 20px;
}
.section-3 .alleviation-swiper .swiper-slide:nth-child(n+3) {
  display: flex !important;
}
.section-3 .alleviation-swiper .swiper-slide:nth-child(1) {
  margin-left: 0 !important;
}
.section-4 {
  display: flex;
}
@media (max-width: 992px) {
  .section-4 {
    flex-wrap: wrap;
  }
}
.section-4-vision {
  width: 100%;
}
.section-4-vision:nth-of-type(2) {
  margin-left: 3%;
}
@media (max-width: 992px) {
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 0;
  }
}
.section-4 .vision-nav {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.section-4 .vision-nav > * {
  flex-shrink: 0;
  margin-bottom: 10px;
  padding: 10px 0;
  margin-right: 10px;
  background-color: #f9f9f9;
}
.section-4 .vision-nav > *.selected {
  background-color: #23ac38;
}
.section-4 .vision-nav > *.selected a {
  color: #fff;
  border-right: 0;
}
.section-4 .vision-nav > *:last-child {
  border-right: 0;
}
.section-4 .vision-nav > * a {
  color: #000;
  padding: 0px 20px;
  font-size: 16px;
  display: block;
}
.section-4 .vision-nav > * a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .section-4 .vision-nav > * a {
    font-size: 14px;
  }
}
.section-4 .vision-con {
  margin-bottom: 15px;
  padding-top: 15px;
}
.section-4 .vision-con.poverty-con {
  flex-wrap: wrap;
}
.section-4 .vision-con.poverty-con .pc-vision-box {
  margin-right: 0;
}
.section-4 .vision-con.poverty-con .first-ul {
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 0;
  }
}
.section-4 .vision-con.poverty-con .last-ul {
  width: 100%;
  padding-top: 20px;
}
.section-4 .vision-con .new-item {
  display: flex;
  margin-bottom: 0;
  overflow: hidden;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.section-4 .vision-con .new-item:nth-child(1) {
  margin-top: 0;
}
.section-4 .vision-con .new-item:nth-last-child(1) {
  margin-bottom: 30px;
}
.section-4 .vision-con .new-item:before,
.section-4 .vision-con .new-item:after {
  content: " ";
  display: table;
}
.section-4 .vision-con .new-item:after {
  clear: both;
}
.section-4 .vision-con .new-item .item__img {
  float: left;
  width: 185px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-4 .vision-con .new-item .text__area {
  height: 140px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  padding-left: 0px;
  margin-left: 20px;
  border-bottom: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-4 .vision-con .new-item .text__area .__time {
  color: #aaaaaa;
  margin-top: 6px;
  font-size: 14px;
}
.section-4 .vision-con .new-item .text__area i {
  margin-right: 5px;
}
.section-4 .vision-con .new-item .item__title {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  color: #060606;
  max-height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.section-4 .vision-con .new-item .abstract__box {
  margin-top: 10px;
}
.section-4 .vision-con .new-item .item__abstract {
  font-size: 14px;
  color: #999;
  max-height: 42px;
  line-height: 21px;
  overflow: hidden;
}
.section-4 .vision-con .new-item .item__footer {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-4 .vision-con .new-item .item__footer .__morebtn {
  font-size: 14px;
  padding: 0.5em 1em;
  border: 1px solid #23ac38;
  color: #23ac38;
  display: inline-block;
}
.section-4 .vision-con .new-item:hover {
  text-decoration: none;
}
.section-4 .vision-con .new-item:hover .item__title {
  color: #23ac38;
}
.section-4 .vision-con .new-item:hover .item__title::after {
  background-color: #fff;
}
.section-4 .vision-con .new-item:hover .text__area {
  border-color: #23ac38;
}
@media (max-width: 1200px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section-4 .vision-con .new-item {
    height: auto;
  }
  .section-4 .vision-con .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
.section-4 .vision-con ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-4 .vision-con ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-4 .vision-con ul li:last-child {
  margin-bottom: 0px;
}
.section-4 .vision-con ul li .img {
  width: 185px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-4 .vision-con ul li .data-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 10px;
  height: 100%;
  justify-content: center;
  margin-left: 24px;
  padding-left: 0;
}
.section-4 .vision-con ul li .data-info .title {
  padding-bottom: 15px;
}
.section-4 .vision-con ul li .data-info .title p {
  font-size: 18px;
  max-height: 52px;
  line-height: 26px;
  overflow: hidden;
}
.section-4 .vision-con ul li .data-info .time {
  color: #b9b9b9;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .time {
    display: block;
  }
}
.section-4 .vision-con ul li .data-info .desc {
  color: #b9b9b9;
  padding: 0;
}
@media (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .desc {
    display: none;
  }
}
.section-4 .vision-con ul li .data-info .desc p {
  font-size: 14px;
  max-height: 42px;
  line-height: 21px;
  overflow: hidden;
}
.section-4 .vision-con ul li .data-info:hover {
  border-bottom: solid 1px #23ac38;
}
.section-4 .vision-con ul li .data-info:hover .time {
  color: #23ac38;
}
.section-4 .vision-con ul li .data-info:hover a {
  text-decoration: none;
}
.section-4 .vision-con ul li .data-info:hover .title p {
  color: #23ac38;
}
@media (max-width: 992px) {
  .section-4 .vision-con ul li:first-child {
    display: flex;
  }
}
.section-4 .vs-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section-4 .vs-list {
    display: block;
  }
  .section-4 .vs-list .vs-item {
    margin-left: 0;
  }
}
.section-4 .vs-list .vs-item {
  flex: 1;
  margin-left: 16px;
}
.section-4 .vs-list .vs-item:nth-child(1) {
  margin-left: 0;
}
.section-4 .vs-list .vs-item .vs-item-head {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    min-height: 60px;
  }
}
.section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
  display: flex;
  align-items: center;
}
.section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  cursor: pointer;
}
.section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
  padding: 0 10px;
  color: #ccc;
}
.section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:first-child {
  margin-left: 0;
}
.section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:hover,
.section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *.select {
  color: #23ac38;
}
@media (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    justify-content: flex-end;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 6px;
  }
}
@media (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section-4 .vs-list .vs-item .vs-item-title {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title img {
    margin-right: 9px;
  }
}
.section-4 .vs-list .vs-item .vs-item-title img {
  position: relative;
  height: 100%;
  width: auto;
  margin-right: 5px;
}
.section-4 .vs-list .vs-item .vs-item-title::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(153, 153, 153, 0.6);
  width: 2px;
  height: 12px;
  display: none;
}
.section-4 .vs-list .vs-item .vs-item-news .new-item:nth-child(n + 4) {
  display: none;
}
.section-5-videos .videos-con {
  overflow: hidden;
}
.section-5-videos .videos-con ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section-5-videos .videos-con ul li {
  width: calc(100% / 3 - 1px);
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.section-5-videos .videos-con ul li > div {
  position: relative;
}
.section-5-videos .videos-con ul li .img-box img {
  width: 100%;
}
.section-5-videos .videos-con ul li .img-box span {
  position: absolute;
  bottom: 0px;
  font-size: 15px;
  color: #fff;
  padding: 10px;
  left: 0px;
  right: 0px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
@media (max-width: 992px) {
  .section-5-videos .videos-con ul li {
    width: 50%;
  }
  .section-5-videos .videos-con ul li:last-child {
    display: block;
  }
}
.section-5-videos .videos-con ul li .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 992px) {
  .section-5-videos .videos-con ul li .play-icon {
    width: 40px;
  }
}
.section-6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section-6-member {
  width: 100%;
}
.section-6-member .member-con {
  overflow: hidden;
  overflow-y: auto;
  height: 360px;
}
.section-6-member .member-con ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
.section-6-member .member-con ul li {
  width: 12.5%;
  height: 100px;
  padding: 20px;
  background-color: rgba(127, 127, 127, 0.1);
  position: relative;
}
@media (max-width: 992px) {
  .section-6-member .member-con ul li {
    width: 25%;
  }
}
.section-6-member .member-con ul li > div {
  padding: 1px;
}
.section-6-member .member-con ul li a {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-6-member .member-con ul li img {
  margin: auto;
}
.section-6-about {
  width: 49%;
}
.section-6-about .title-line {
  margin-bottom: 0px;
}
.section-6-about .about-con {
  background-color: #fbfbfb;
  border: solid 1px #eee;
  padding: 0.4rem 0.53333333rem;
  box-sizing: border-box;
  height: 260px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
}
.section-6-about .about-con p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .section-6 {
    flex-direction: column;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-about {
    width: 100%;
    height: auto;
  }
  .section-6-about .about-con {
    height: auto;
  }
}
.right {
  float: right;
}
.title-line {
  border-bottom: solid 1px rgba(35, 172, 56, 0.26);
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#footer {
  margin-top: 0px !important;
}
@media (max-width: 1680px) {
  span.title {
    line-height: 32px;
    display: inline-block;
    color: #23ac38;
    font-size: 18px;
    position: relative;
  }
  span.title::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    background: #23ac38;
    width: 100%;
  }
  .home-head {
    padding: calc(1680/1680 * 30px);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    padding-right: 15%;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info .desc {
    font-size: 15px;
    color: #e0dddd;
    margin-top: 3px;
  }
  .home-head .home-head-con .home-news {
    background-color: #fff;
  }
  .home-head .home-head-con .home-news-specific {
    background-color: #1a9450;
    padding: 10px;
    display: none;
  }
  .home-head .home-head-con .home-news-specific:first-child {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-date {
    padding: 10px 0;
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date span {
    color: #999999;
  }
  .home-head .home-head-con .home-news-specific a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
  }
  .home-head .home-head-con .home-news-specific a .cover-image-box {
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info {
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .desc {
    color: rgba(255, 255, 255, 0.55);
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-list ul {
    list-style: none;
  }
  .home-head .home-head-con .home-news-list ul li {
    font-size: 14px;
    font-weight: normal;
  }
  .home-head .home-head-con .home-news-list ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
  }
  .home-head .home-head-con .home-news-list ul li a:hover {
    color: #23ac38;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev {
    left: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-next {
    right: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev,
  .home-head .home-head-con .swiper-container .swiper-button-next {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-size: 12px 19px;
    background-color: rgba(0, 0, 0, 0.52);
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    background-color: #000;
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .click-href {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box p {
    font-size: 22px;
    color: #fff;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    left: auto;
    right: 20px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet,
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet {
    background-color: #89898a;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    background-color: #fff;
    width: 15px;
    height: 15px;
  }
  .home-head .home-head-con video {
    width: 100%;
  }
  .home-head .home-news-list {
    padding: 0;
  }
  .home-head .home-news-list a {
    width: 100%;
    display: block;
    transition: all 0.2s linear;
  }
  .home-head .home-news-list a .cover-image-title {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .home-head .home-news-list a .cover-image-title:hover {
    color: #23ac38;
  }
  .home-head .home-news-list a .cover-image-box,
  .home-head .home-news-list a .news-box-info {
    display: none;
  }
  .home-head .home-news-list a.active {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background-color: #1a9450;
    padding: 10px;
    width: 110%;
  }
  .home-head .home-news-list a.active .cover-image-title {
    display: none;
  }
  .home-head .home-news-list a.active .cover-image-box {
    display: block;
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-news-list a.active .news-box-info {
    display: block;
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-news-list a.active .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-news-list a.active .news-box-info .desc {
    line-height: 18px;
    color: rgba(255, 255, 255, 0.55);
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-1 {
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-1-con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
    flex-direction: row;
    align-items: center;
  }
  .section-1-con .section-1-con-warp {
    margin-left: -5px;
    margin-right: -5px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-1-con .swiper-container {
    width: 63%;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p {
    font-size: 14px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 56px;
    line-height: 70px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title .tag {
    width: 80px;
    height: 0.1em;
    background: #fff;
    margin: 10px auto;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 24px;
    line-height: 40px;
  }
  .section-1-con .news-box {
    width: 35%;
    background-color: #ffffff;
    height: 425px;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .section-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
  }
  .section-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-2 .button-li {
    padding: 20px 0;
    overflow: hidden;
  }
  .section-2 .button-li .button-li-group {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }
  .section-2 .button-li .button-li-group > div {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .section-2 .button-li a {
    display: block;
  }
  .section-2-activity {
    flex-grow: 1;
  }
  .section-2-activity .activity-box ul {
    list-style: none;
    display: flex;
  }
  .section-2-activity .activity-box ul li {
    box-shadow: 0px 5px 14px 1px rgba(165, 165, 165, 0.3);
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 16px;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box {
    border-color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box span.li-title {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .item-info-box {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li a {
    width: 100%;
    text-decoration: none;
  }
  .section-2-activity .activity-box ul li a .item-image-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .item-image-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .section-2-activity .activity-box ul li a .item-info-box {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 0 20px;
  }
  .section-2-activity .activity-box ul li a .li-image-box {
    width: 160px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .li-info-box {
    margin-left: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
  }
  .section-2-activity .activity-box ul li a .li-info-box p i {
    margin-right: 5px;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.li-title {
    font-size: 18px;
    line-height: 2em;
    color: #000;
    overflow: hidden;
    max-height: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.time {
    font-size: 14px;
    line-height: 2em;
    color: #000;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.location {
    font-size: 14px;
    line-height: 2em;
    color: #b9b9b9;
  }
  .section-2-activity .m-activity-box {
    display: none;
  }
  .section-2-realtime {
    width: 35%;
    flex-shrink: 0;
    padding-left: 0.26666667rem;
  }
  .section-2-realtime .title-line {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  .section-2-realtime .realtime-box {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 15px 20px;
    padding-bottom: 0px;
    height: 438px;
    overflow-y: auto;
  }
  .section-2-realtime .realtime-box li {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3);
    margin-bottom: 5px;
    position: relative;
  }
  .section-2-realtime .realtime-box li .act-action {
    justify-content: flex-end;
    padding: 5px 0px;
  }
  .section-2-realtime .realtime-box li .act-action i {
    font-size: 16px;
    color: #ccc;
    margin-left: 20px;
  }
  .section-2-realtime .realtime-box li > div {
    display: flex;
    flex-direction: row;
    padding: 5px;
  }
  .section-2-realtime .realtime-box li > div > div {
    display: flex;
    flex-direction: column;
    padding-left: 6px;
  }
  .section-2-realtime .realtime-box li > div > div .li-title {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
  }
  .section-2-realtime .realtime-box li > div > div .li-time {
    font-size: 14px;
    line-height: 1.5em;
    color: #b9b9b9;
  }
  .section-2-realtime .realtime-box img {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
  }
  .section-2-realtime .realtime-box p {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 1.5em;
  }
  .section-2-ad {
    width: 100%;
    display: block;
  }
  .section-2-ad-m {
    width: 100%;
    display: none;
  }
  .section-3-study {
    padding: 20px 0;
  }
  .section-3-study .study-box {
    display: flex;
    flex-direction: row;
  }
  .section-3-study .study-box .study-title {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 447px;
  }
  .section-3-study .study-box .study-title div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding: 10px 20px;
  }
  .section-3-study .study-box .study-title div span {
    font-size: 16px;
    color: #000;
  }
  .section-3-study .study-box .study-title div:hover,
  .section-3-study .study-box .study-title div.select {
    background-color: #23ac38;
  }
  .section-3-study .study-box .study-title div:hover span,
  .section-3-study .study-box .study-title div.select span {
    color: #fff;
  }
  .section-3-study .study-box .study-swiper {
    width: 75%;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    left: 55%;
    width: auto;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet {
    background: #b9b9b9;
    border: none;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet-active {
    background: #23ac38 !important;
    width: 28px;
    border-radius: 4px;
  }
  .section-3-study .study-box .study-swiper .study-swiper-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(33.3% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 20px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .section-3-study .study-box .study-swiper .swiper-slide a {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #23ac38;
    color: #23ac38;
    padding: 6px 16px;
    margin-top: 20px;
    display: inline-block;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 140%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item span {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item img {
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: #f5f5f5;
    padding: 70px 40px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .title {
    font-size: 20px;
    font-weight: bolder;
    line-height: 26px;
    overflow: hidden;
    max-height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext hr {
    width: 100px;
    margin: 0;
    border: 1px solid #b9b9b9;
    background: #b9b9b9;
    margin: 16px 0;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .desc {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext a {
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #fff;
    border: solid 1px #23ac38;
    color: #23ac38;
    border-radius: 3px;
    text-decoration: none;
    align-self: flex-start;
  }
  .section-3 .alleviation-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide a {
    margin-right: 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(n+3) {
    display: flex !important;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(1) {
    margin-left: 0 !important;
  }
  .section-4 {
    display: flex;
  }
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 3%;
  }
  .section-4 .vision-nav {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .section-4 .vision-nav > * {
    flex-shrink: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    margin-right: 10px;
    background-color: #f9f9f9;
  }
  .section-4 .vision-nav > *.selected {
    background-color: #23ac38;
  }
  .section-4 .vision-nav > *.selected a {
    color: #fff;
    border-right: 0;
  }
  .section-4 .vision-nav > *:last-child {
    border-right: 0;
  }
  .section-4 .vision-nav > * a {
    color: #000;
    padding: 0px 20px;
    font-size: 16px;
    display: block;
  }
  .section-4 .vision-nav > * a:hover {
    text-decoration: none;
  }
  .section-4 .vision-con {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .section-4 .vision-con.poverty-con {
    flex-wrap: wrap;
  }
  .section-4 .vision-con.poverty-con .pc-vision-box {
    margin-right: 0;
  }
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .section-4 .vision-con.poverty-con .last-ul {
    width: 100%;
    padding-top: 20px;
  }
  .section-4 .vision-con .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  .section-4 .vision-con .new-item:nth-child(1) {
    margin-top: 0;
  }
  .section-4 .vision-con .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  .section-4 .vision-con .new-item:before,
  .section-4 .vision-con .new-item:after {
    content: " ";
    display: table;
  }
  .section-4 .vision-con .new-item:after {
    clear: both;
  }
  .section-4 .vision-con .new-item .item__img {
    float: left;
    width: 185px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con .new-item .text__area {
    height: 140px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 20px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-4 .vision-con .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  .section-4 .vision-con .new-item .text__area i {
    margin-right: 5px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .abstract__box {
    margin-top: 10px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  .section-4 .vision-con .new-item:hover {
    text-decoration: none;
  }
  .section-4 .vision-con .new-item:hover .item__title {
    color: #23ac38;
  }
  .section-4 .vision-con .new-item:hover .item__title::after {
    background-color: #fff;
  }
  .section-4 .vision-con .new-item:hover .text__area {
    border-color: #23ac38;
  }
  .section-4 .vision-con ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .section-4 .vision-con ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .section-4 .vision-con ul li:last-child {
    margin-bottom: 0px;
  }
  .section-4 .vision-con ul li .img {
    width: 185px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con ul li .data-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 10px;
    height: 100%;
    justify-content: center;
    margin-left: 24px;
    padding-left: 0;
  }
  .section-4 .vision-con ul li .data-info .title {
    padding-bottom: 15px;
  }
  .section-4 .vision-con ul li .data-info .title p {
    font-size: 18px;
    max-height: 52px;
    line-height: 26px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info .time {
    color: #b9b9b9;
    font-size: 16px;
  }
  .section-4 .vision-con ul li .data-info .desc {
    color: #b9b9b9;
    padding: 0;
  }
  .section-4 .vision-con ul li .data-info .desc p {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info:hover {
    border-bottom: solid 1px #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover .time {
    color: #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover a {
    text-decoration: none;
  }
  .section-4 .vision-con ul li .data-info:hover .title p {
    color: #23ac38;
  }
  .section-4 .vs-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .section-4 .vs-list .vs-item {
    flex: 1;
    margin-left: 16px;
  }
  .section-4 .vs-list .vs-item:nth-child(1) {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head {
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    cursor: pointer;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 10px;
    color: #ccc;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:first-child {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:hover,
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *.select {
    color: #23ac38;
  }
  .section-4 .vs-list .vs-item .vs-item-title {
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 5px;
  }
  .section-4 .vs-list .vs-item .vs-item-title::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(153, 153, 153, 0.6);
    width: 2px;
    height: 12px;
    display: none;
  }
  .section-4 .vs-list .vs-item .vs-item-news .new-item:nth-child(n + 4) {
    display: none;
  }
  .section-5-videos .videos-con {
    overflow: hidden;
  }
  .section-5-videos .videos-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-5-videos .videos-con ul li {
    width: calc(100% / 3 - 1px);
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
  .section-5-videos .videos-con ul li > div {
    position: relative;
  }
  .section-5-videos .videos-con ul li .img-box img {
    width: 100%;
  }
  .section-5-videos .videos-con ul li .img-box span {
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    left: 0px;
    right: 0px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  }
  .section-5-videos .videos-con ul li .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .section-6 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-member .member-con {
    overflow: hidden;
    overflow-y: auto;
    height: 360px;
  }
  .section-6-member .member-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
  }
  .section-6-member .member-con ul li {
    width: 12.5%;
    height: 100px;
    padding: 20px;
    background-color: rgba(127, 127, 127, 0.1);
    position: relative;
  }
  .section-6-member .member-con ul li > div {
    padding: 1px;
  }
  .section-6-member .member-con ul li a {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-6-member .member-con ul li img {
    margin: auto;
  }
  .section-6-about {
    width: 49%;
  }
  .section-6-about .title-line {
    margin-bottom: 0px;
  }
  .section-6-about .about-con {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 0.4rem 0.53333333rem;
    box-sizing: border-box;
    height: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
  }
  .section-6-about .about-con p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
  }
  .right {
    float: right;
  }
  .title-line {
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #footer {
    margin-top: 0px !important;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .home-head {
    background: none !important;
  }
  .home-head .home-banner {
    margin-bottom: 50px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .home-head .home-head-con .home-news-specific {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-excerpt {
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    width: 40px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1680px) and (min-width: 992px) {
  .home-head .home-head-con {
    display: flex;
    max-width: 1200px;
    height: 440px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
  }
  .home-head .home-head-con .swiper-container {
    height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view,
  .home-head .home-head-con .swiper-container .swiper-slide .video-view {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .video-view video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .home-head .home-head-con > * {
    height: 100%;
  }
  .home-head .home-head-con .home-banner {
    width: 63.4166%;
  }
  .home-head .home-head-con .home-news {
    width: 35%;
    padding: 25px 20px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .home-head .home-news-list a.active {
    width: 100%;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .section-1 {
    height: auto;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-1-con .section-1-con-warp {
    height: auto;
    margin: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .section-1-con {
    height: auto;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .section-1-con {
    flex-direction: column;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .section-1-con .swiper-container {
    width: 100%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .section-1-con .news-box {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-1 {
    background-image: none !important;
    margin-bottom: 0.69333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-two {
    flex-wrap: wrap;
  }
  .section-two > * {
    width: 100%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2 .button-li {
    padding: 0;
  }
  .section-2 .button-li .button-li-group {
    align-items: center;
    flex-wrap: wrap;
  }
  .section-2 .button-li .button-li-group > div {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-activity .activity-box ul {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-activity .activity-box ul li {
    flex: none;
    width: auto;
  }
}
@media (max-width: 1680px) and (min-width: 992px) {
  .section-2-activity .activity-box ul {
    flex-wrap: wrap;
  }
  .section-2-activity .activity-box ul li {
    width: calc(100%/3 - 40px / 3);
    margin-right: 20px;
  }
  .section-2-activity .activity-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-activity .m-activity-box {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .section-2-activity .m-activity-box a {
    text-decoration: none;
    width: 100%;
  }
  .section-2-activity .m-activity-box a img {
    width: 100%;
  }
  .section-2-activity .m-activity-box a > div {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    width: 100%;
    padding: 0.4rem 0.26666667rem;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  }
  .section-2-activity .m-activity-box a > div p i {
    margin-right: 0.13333333rem;
  }
  .section-2-activity .m-activity-box a > div p.li-title {
    color: #fff;
    font-size: 16px;
  }
  .section-2-activity .m-activity-box a > div p.time {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .section-2-activity .m-activity-box a > div p.location {
    font-size: 14px;
    line-height: 2em;
    color: #b9b9b9;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-realtime .realtime-box {
    max-height: auto;
    height: auto;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-activity {
    width: 100%;
  }
  .section-2-realtime {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-ad {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-2-ad-m {
    display: contents;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-3-study .study-box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-3-study .study-box .study-title {
    width: 100%;
    flex-direction: row;
    min-height: auto;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-3-study .study-box .study-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 33.33%;
    height: auto;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-3-study .study-box .study-swiper {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(50% - 10px);
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(1) {
    margin-left: 0px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 {
    flex-wrap: wrap;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 .vision-nav > * a {
    font-size: 14px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 0;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-4 .vision-con .new-item {
    height: auto;
  }
  .section-4 .vision-con .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .time {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .desc {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 .vision-con ul li:first-child {
    display: flex;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .section-4 .vs-list {
    display: block;
  }
  .section-4 .vs-list .vs-item {
    margin-left: 0;
  }
}
@media (max-width: 1680px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    min-height: 60px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    justify-content: flex-end;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 6px;
  }
}
@media (max-width: 1680px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    height: 20px;
  }
}
@media (max-width: 1680px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title img {
    margin-right: 9px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li {
    width: 50%;
  }
  .section-5-videos .videos-con ul li:last-child {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li .play-icon {
    width: 40px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-6-member .member-con ul li {
    width: 25%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .section-6 {
    flex-direction: column;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-about {
    width: 100%;
    height: auto;
  }
  .section-6-about .about-con {
    height: auto;
  }
}
@media (max-width: 1440px) {
  span.title {
    line-height: 32px;
    display: inline-block;
    color: #23ac38;
    font-size: 18px;
    position: relative;
  }
  span.title::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    background: #23ac38;
    width: 100%;
  }
  .home-head {
    padding: calc(1440/1680 * 30px);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    padding-right: 15%;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info .desc {
    font-size: 15px;
    color: #e0dddd;
    margin-top: 3px;
  }
  .home-head .home-head-con .home-news {
    background-color: #fff;
  }
  .home-head .home-head-con .home-news-specific {
    background-color: #1a9450;
    padding: 10px;
    display: none;
  }
  .home-head .home-head-con .home-news-specific:first-child {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-date {
    padding: 10px 0;
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date span {
    color: #999999;
  }
  .home-head .home-head-con .home-news-specific a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
  }
  .home-head .home-head-con .home-news-specific a .cover-image-box {
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info {
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .desc {
    color: rgba(255, 255, 255, 0.55);
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-list ul {
    list-style: none;
  }
  .home-head .home-head-con .home-news-list ul li {
    font-size: 14px;
    font-weight: normal;
  }
  .home-head .home-head-con .home-news-list ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
  }
  .home-head .home-head-con .home-news-list ul li a:hover {
    color: #23ac38;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev {
    left: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-next {
    right: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev,
  .home-head .home-head-con .swiper-container .swiper-button-next {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-size: 12px 19px;
    background-color: rgba(0, 0, 0, 0.52);
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    background-color: #000;
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .click-href {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18.85714286px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box p {
    font-size: 18.85714286px;
    color: #fff;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    left: auto;
    right: 20px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet,
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet {
    background-color: #89898a;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    background-color: #fff;
    width: 15px;
    height: 15px;
  }
  .home-head .home-head-con video {
    width: 100%;
  }
  .home-head .home-news-list {
    padding: 0;
  }
  .home-head .home-news-list a {
    width: 100%;
    display: block;
    transition: all 0.2s linear;
  }
  .home-head .home-news-list a .cover-image-title {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .home-head .home-news-list a .cover-image-title:hover {
    color: #23ac38;
  }
  .home-head .home-news-list a .cover-image-box,
  .home-head .home-news-list a .news-box-info {
    display: none;
  }
  .home-head .home-news-list a.active {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background-color: #1a9450;
    padding: 10px;
    width: 110%;
  }
  .home-head .home-news-list a.active .cover-image-title {
    display: none;
  }
  .home-head .home-news-list a.active .cover-image-box {
    display: block;
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-news-list a.active .news-box-info {
    display: block;
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-news-list a.active .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-news-list a.active .news-box-info .desc {
    line-height: 18px;
    color: rgba(255, 255, 255, 0.55);
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-1 {
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-1-con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
    flex-direction: row;
    align-items: center;
  }
  .section-1-con .section-1-con-warp {
    margin-left: -5px;
    margin-right: -5px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-1-con .swiper-container {
    width: 63%;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p {
    font-size: 14px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 48px;
    line-height: 60px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title .tag {
    width: 68.57142857px;
    height: 0.1em;
    background: #fff;
    margin: 10px auto;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 20.57142857px;
    line-height: 34.28571429px;
  }
  .section-1-con .news-box {
    width: 35%;
    background-color: #ffffff;
    height: 425px;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .section-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
  }
  .section-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-2 .button-li {
    padding: 20px 0;
    overflow: hidden;
  }
  .section-2 .button-li .button-li-group {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }
  .section-2 .button-li .button-li-group > div {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .section-2 .button-li a {
    display: block;
  }
  .section-2-activity {
    flex-grow: 1;
  }
  .section-2-activity .activity-box ul {
    list-style: none;
    display: flex;
  }
  .section-2-activity .activity-box ul li {
    box-shadow: 0px 5px 14px 1px rgba(165, 165, 165, 0.3);
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 16px;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box {
    border-color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box span.li-title {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .item-info-box {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li a {
    width: 100%;
    text-decoration: none;
  }
  .section-2-activity .activity-box ul li a .item-image-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .item-image-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .section-2-activity .activity-box ul li a .item-info-box {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 0 20px;
  }
  .section-2-activity .activity-box ul li a .li-image-box {
    width: 137.14285714px;
    height: 102.85714286px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .li-info-box {
    margin-left: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
  }
  .section-2-activity .activity-box ul li a .li-info-box p i {
    margin-right: 5px;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.li-title {
    font-size: 15.42857143px;
    line-height: 2em;
    color: #000;
    overflow: hidden;
    max-height: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.time {
    font-size: 12px;
    line-height: 2em;
    color: #000;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.location {
    font-size: 12px;
    line-height: 2em;
    color: #b9b9b9;
  }
  .section-2-activity .m-activity-box {
    display: none;
  }
  .section-2-realtime {
    width: 35%;
    flex-shrink: 0;
    padding-left: 0.26666667rem;
  }
  .section-2-realtime .title-line {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  .section-2-realtime .realtime-box {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 15px 20px;
    padding-bottom: 0px;
    height: 438px;
    overflow-y: auto;
  }
  .section-2-realtime .realtime-box li {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3);
    margin-bottom: 5px;
    position: relative;
  }
  .section-2-realtime .realtime-box li .act-action {
    justify-content: flex-end;
    padding: 5px 0px;
  }
  .section-2-realtime .realtime-box li .act-action i {
    font-size: 16px;
    color: #ccc;
    margin-left: 20px;
  }
  .section-2-realtime .realtime-box li > div {
    display: flex;
    flex-direction: row;
    padding: 5px;
  }
  .section-2-realtime .realtime-box li > div > div {
    display: flex;
    flex-direction: column;
    padding-left: 6px;
  }
  .section-2-realtime .realtime-box li > div > div .li-title {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
  }
  .section-2-realtime .realtime-box li > div > div .li-time {
    font-size: 14px;
    line-height: 1.5em;
    color: #b9b9b9;
  }
  .section-2-realtime .realtime-box img {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
  }
  .section-2-realtime .realtime-box p {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 1.5em;
  }
  .section-2-ad {
    width: 100%;
    display: block;
  }
  .section-2-ad-m {
    width: 100%;
    display: none;
  }
  .section-3-study {
    padding: 20px 0;
  }
  .section-3-study .study-box {
    display: flex;
    flex-direction: row;
  }
  .section-3-study .study-box .study-title {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 383.14285714px;
  }
  .section-3-study .study-box .study-title div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding: 10px 20px;
  }
  .section-3-study .study-box .study-title div span {
    font-size: 16px;
    color: #000;
  }
  .section-3-study .study-box .study-title div:hover,
  .section-3-study .study-box .study-title div.select {
    background-color: #23ac38;
  }
  .section-3-study .study-box .study-title div:hover span,
  .section-3-study .study-box .study-title div.select span {
    color: #fff;
  }
  .section-3-study .study-box .study-swiper {
    width: 75%;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    left: 55%;
    width: auto;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet {
    background: #b9b9b9;
    border: none;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet-active {
    background: #23ac38 !important;
    width: 28px;
    border-radius: 4px;
  }
  .section-3-study .study-box .study-swiper .study-swiper-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(33.3% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 20px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .section-3-study .study-box .study-swiper .swiper-slide a {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #23ac38;
    color: #23ac38;
    padding: 6px 16px;
    margin-top: 20px;
    display: inline-block;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 140%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item span {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item img {
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: #f5f5f5;
    padding: 60px 34.28571429px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .title {
    font-size: 20px;
    font-weight: bolder;
    line-height: 26px;
    overflow: hidden;
    max-height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext hr {
    width: 100px;
    margin: 0;
    border: 1px solid #b9b9b9;
    background: #b9b9b9;
    margin: 16px 0;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .desc {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext a {
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #fff;
    border: solid 1px #23ac38;
    color: #23ac38;
    border-radius: 3px;
    text-decoration: none;
    align-self: flex-start;
  }
  .section-3 .alleviation-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide a {
    margin-right: 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(n+3) {
    display: flex !important;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(1) {
    margin-left: 0 !important;
  }
  .section-4 {
    display: flex;
  }
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 3%;
  }
  .section-4 .vision-nav {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .section-4 .vision-nav > * {
    flex-shrink: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    margin-right: 10px;
    background-color: #f9f9f9;
  }
  .section-4 .vision-nav > *.selected {
    background-color: #23ac38;
  }
  .section-4 .vision-nav > *.selected a {
    color: #fff;
    border-right: 0;
  }
  .section-4 .vision-nav > *:last-child {
    border-right: 0;
  }
  .section-4 .vision-nav > * a {
    color: #000;
    padding: 0px 20px;
    font-size: 16px;
    display: block;
  }
  .section-4 .vision-nav > * a:hover {
    text-decoration: none;
  }
  .section-4 .vision-con {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .section-4 .vision-con.poverty-con {
    flex-wrap: wrap;
  }
  .section-4 .vision-con.poverty-con .pc-vision-box {
    margin-right: 0;
  }
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .section-4 .vision-con.poverty-con .last-ul {
    width: 100%;
    padding-top: 20px;
  }
  .section-4 .vision-con .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  .section-4 .vision-con .new-item:nth-child(1) {
    margin-top: 0;
  }
  .section-4 .vision-con .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  .section-4 .vision-con .new-item:before,
  .section-4 .vision-con .new-item:after {
    content: " ";
    display: table;
  }
  .section-4 .vision-con .new-item:after {
    clear: both;
  }
  .section-4 .vision-con .new-item .item__img {
    float: left;
    width: 158.57142857px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con .new-item .text__area {
    height: 120px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 17.14285714px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-4 .vision-con .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  .section-4 .vision-con .new-item .text__area i {
    margin-right: 5px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .abstract__box {
    margin-top: 10px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  .section-4 .vision-con .new-item:hover {
    text-decoration: none;
  }
  .section-4 .vision-con .new-item:hover .item__title {
    color: #23ac38;
  }
  .section-4 .vision-con .new-item:hover .item__title::after {
    background-color: #fff;
  }
  .section-4 .vision-con .new-item:hover .text__area {
    border-color: #23ac38;
  }
  .section-4 .vision-con ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .section-4 .vision-con ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-bottom: 17.14285714px;
  }
  .section-4 .vision-con ul li:last-child {
    margin-bottom: 0px;
  }
  .section-4 .vision-con ul li .img {
    width: 158.57142857px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con ul li .data-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 10px;
    height: 100%;
    justify-content: center;
    margin-left: 24px;
    padding-left: 0;
  }
  .section-4 .vision-con ul li .data-info .title {
    padding-bottom: 15px;
  }
  .section-4 .vision-con ul li .data-info .title p {
    font-size: 18px;
    max-height: 52px;
    line-height: 26px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info .time {
    color: #b9b9b9;
    font-size: 16px;
  }
  .section-4 .vision-con ul li .data-info .desc {
    color: #b9b9b9;
    padding: 0;
  }
  .section-4 .vision-con ul li .data-info .desc p {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info:hover {
    border-bottom: solid 1px #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover .time {
    color: #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover a {
    text-decoration: none;
  }
  .section-4 .vision-con ul li .data-info:hover .title p {
    color: #23ac38;
  }
  .section-4 .vs-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .section-4 .vs-list .vs-item {
    flex: 1;
    margin-left: 16px;
  }
  .section-4 .vs-list .vs-item:nth-child(1) {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head {
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    cursor: pointer;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 10px;
    color: #ccc;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:first-child {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:hover,
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *.select {
    color: #23ac38;
  }
  .section-4 .vs-list .vs-item .vs-item-title {
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 5px;
  }
  .section-4 .vs-list .vs-item .vs-item-title::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(153, 153, 153, 0.6);
    width: 2px;
    height: 12px;
    display: none;
  }
  .section-4 .vs-list .vs-item .vs-item-news .new-item:nth-child(n + 4) {
    display: none;
  }
  .section-5-videos .videos-con {
    overflow: hidden;
  }
  .section-5-videos .videos-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-5-videos .videos-con ul li {
    width: calc(100% / 3 - 1px);
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
  .section-5-videos .videos-con ul li > div {
    position: relative;
  }
  .section-5-videos .videos-con ul li .img-box img {
    width: 100%;
  }
  .section-5-videos .videos-con ul li .img-box span {
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    left: 0px;
    right: 0px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  }
  .section-5-videos .videos-con ul li .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .section-6 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-member .member-con {
    overflow: hidden;
    overflow-y: auto;
    height: 308.57142857px;
  }
  .section-6-member .member-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
  }
  .section-6-member .member-con ul li {
    width: 12.5%;
    height: 85.71428571px;
    padding: 20px;
    background-color: rgba(127, 127, 127, 0.1);
    position: relative;
  }
  .section-6-member .member-con ul li > div {
    padding: 1px;
  }
  .section-6-member .member-con ul li a {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-6-member .member-con ul li img {
    margin: auto;
  }
  .section-6-about {
    width: 49%;
  }
  .section-6-about .title-line {
    margin-bottom: 0px;
  }
  .section-6-about .about-con {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 0.4rem 0.53333333rem;
    box-sizing: border-box;
    height: 225.71428571px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
  }
  .section-6-about .about-con p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
  }
  .right {
    float: right;
  }
  .title-line {
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #footer {
    margin-top: 0px !important;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .home-head {
    background: none !important;
  }
  .home-head .home-banner {
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .home-head .home-head-con .home-news-specific {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-excerpt {
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    width: 40px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .home-head .home-head-con {
    display: flex;
    max-width: 1200px;
    height: 440px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
  }
  .home-head .home-head-con .swiper-container {
    height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view,
  .home-head .home-head-con .swiper-container .swiper-slide .video-view {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .video-view video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .home-head .home-head-con > * {
    height: 100%;
  }
  .home-head .home-head-con .home-banner {
    width: 63.4166%;
  }
  .home-head .home-head-con .home-news {
    width: 35%;
    padding: 25px 20px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .home-head .home-news-list a.active {
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .section-1 {
    height: auto;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-1-con .section-1-con-warp {
    height: auto;
    margin: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .section-1-con {
    height: auto;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .section-1-con {
    flex-direction: column;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .section-1-con .swiper-container {
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .section-1-con .news-box {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-1 {
    background-image: none !important;
    margin-bottom: 0.69333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-two {
    flex-wrap: wrap;
  }
  .section-two > * {
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2 .button-li {
    padding: 0;
  }
  .section-2 .button-li .button-li-group {
    align-items: center;
    flex-wrap: wrap;
  }
  .section-2 .button-li .button-li-group > div {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-activity .activity-box ul {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-activity .activity-box ul li {
    flex: none;
    width: auto;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .section-2-activity .activity-box ul {
    flex-wrap: wrap;
  }
  .section-2-activity .activity-box ul li {
    width: calc(100%/3 - 40px / 3);
    margin-right: 20px;
  }
  .section-2-activity .activity-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-activity .m-activity-box {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .section-2-activity .m-activity-box a {
    text-decoration: none;
    width: 100%;
  }
  .section-2-activity .m-activity-box a img {
    width: 100%;
  }
  .section-2-activity .m-activity-box a > div {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    width: 100%;
    padding: 0.4rem 0.26666667rem;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  }
  .section-2-activity .m-activity-box a > div p i {
    margin-right: 0.13333333rem;
  }
  .section-2-activity .m-activity-box a > div p.li-title {
    color: #fff;
    font-size: 16px;
  }
  .section-2-activity .m-activity-box a > div p.time {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .section-2-activity .m-activity-box a > div p.location {
    font-size: 14px;
    line-height: 2em;
    color: #b9b9b9;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-realtime .realtime-box {
    max-height: auto;
    height: auto;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-activity {
    width: 100%;
  }
  .section-2-realtime {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-ad {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-2-ad-m {
    display: contents;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-3-study .study-box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-3-study .study-box .study-title {
    width: 100%;
    flex-direction: row;
    min-height: auto;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-3-study .study-box .study-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 33.33%;
    height: auto;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-3-study .study-box .study-swiper {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(50% - 10px);
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(1) {
    margin-left: 0px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 {
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 .vision-nav > * a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 0;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-4 .vision-con .new-item {
    height: auto;
  }
  .section-4 .vision-con .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .time {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .desc {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 .vision-con ul li:first-child {
    display: flex;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .section-4 .vs-list {
    display: block;
  }
  .section-4 .vs-list .vs-item {
    margin-left: 0;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    min-height: 60px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    justify-content: flex-end;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 6px;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    height: 20px;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title img {
    margin-right: 9px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li {
    width: 50%;
  }
  .section-5-videos .videos-con ul li:last-child {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li .play-icon {
    width: 40px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-6-member .member-con ul li {
    width: 25%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .section-6 {
    flex-direction: column;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-about {
    width: 100%;
    height: auto;
  }
  .section-6-about .about-con {
    height: auto;
  }
}
@media (max-width: 1200px) {
  span.title {
    line-height: 32px;
    display: inline-block;
    color: #23ac38;
    font-size: 18px;
    position: relative;
  }
  span.title::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    background: #23ac38;
    width: 100%;
  }
  .home-head {
    padding: calc(1200/1680 * 30px);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    padding-right: 15%;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info .desc {
    font-size: 15px;
    color: #e0dddd;
    margin-top: 3px;
  }
  .home-head .home-head-con .home-news {
    background-color: #fff;
  }
  .home-head .home-head-con .home-news-specific {
    background-color: #1a9450;
    padding: 10px;
    display: none;
  }
  .home-head .home-head-con .home-news-specific:first-child {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-date {
    padding: 10px 0;
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date span {
    color: #999999;
  }
  .home-head .home-head-con .home-news-specific a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
  }
  .home-head .home-head-con .home-news-specific a .cover-image-box {
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info {
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .desc {
    color: rgba(255, 255, 255, 0.55);
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-list ul {
    list-style: none;
  }
  .home-head .home-head-con .home-news-list ul li {
    font-size: 14px;
    font-weight: normal;
  }
  .home-head .home-head-con .home-news-list ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
  }
  .home-head .home-head-con .home-news-list ul li a:hover {
    color: #23ac38;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev {
    left: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-next {
    right: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev,
  .home-head .home-head-con .swiper-container .swiper-button-next {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-size: 12px 19px;
    background-color: rgba(0, 0, 0, 0.52);
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    background-color: #000;
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .click-href {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15.71428571px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box p {
    font-size: 15.71428571px;
    color: #fff;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    left: auto;
    right: 20px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet,
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet {
    background-color: #89898a;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    background-color: #fff;
    width: 15px;
    height: 15px;
  }
  .home-head .home-head-con video {
    width: 100%;
  }
  .home-head .home-news-list {
    padding: 0;
  }
  .home-head .home-news-list a {
    width: 100%;
    display: block;
    transition: all 0.2s linear;
  }
  .home-head .home-news-list a .cover-image-title {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .home-head .home-news-list a .cover-image-title:hover {
    color: #23ac38;
  }
  .home-head .home-news-list a .cover-image-box,
  .home-head .home-news-list a .news-box-info {
    display: none;
  }
  .home-head .home-news-list a.active {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background-color: #1a9450;
    padding: 10px;
    width: 110%;
  }
  .home-head .home-news-list a.active .cover-image-title {
    display: none;
  }
  .home-head .home-news-list a.active .cover-image-box {
    display: block;
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-news-list a.active .news-box-info {
    display: block;
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-news-list a.active .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-news-list a.active .news-box-info .desc {
    line-height: 18px;
    color: rgba(255, 255, 255, 0.55);
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-1 {
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-1-con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
    flex-direction: row;
    align-items: center;
  }
  .section-1-con .section-1-con-warp {
    margin-left: -5px;
    margin-right: -5px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-1-con .swiper-container {
    width: 63%;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p {
    font-size: 14px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 40px;
    line-height: 50px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title .tag {
    width: 57.14285714px;
    height: 0.1em;
    background: #fff;
    margin: 10px auto;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 17.14285714px;
    line-height: 28.57142857px;
  }
  .section-1-con .news-box {
    width: 35%;
    background-color: #ffffff;
    height: 425px;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .section-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
  }
  .section-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-2 .button-li {
    padding: 20px 0;
    overflow: hidden;
  }
  .section-2 .button-li .button-li-group {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }
  .section-2 .button-li .button-li-group > div {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .section-2 .button-li a {
    display: block;
  }
  .section-2-activity {
    flex-grow: 1;
  }
  .section-2-activity .activity-box ul {
    list-style: none;
    display: flex;
  }
  .section-2-activity .activity-box ul li {
    box-shadow: 0px 5px 14px 1px rgba(165, 165, 165, 0.3);
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 16px;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box {
    border-color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box span.li-title {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .item-info-box {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li a {
    width: 100%;
    text-decoration: none;
  }
  .section-2-activity .activity-box ul li a .item-image-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .item-image-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .section-2-activity .activity-box ul li a .item-info-box {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 0 20px;
  }
  .section-2-activity .activity-box ul li a .li-image-box {
    width: 114.28571429px;
    height: 85.71428571px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .li-info-box {
    margin-left: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
  }
  .section-2-activity .activity-box ul li a .li-info-box p i {
    margin-right: 5px;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.li-title {
    font-size: 12.85714286px;
    line-height: 2em;
    color: #000;
    overflow: hidden;
    max-height: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.time {
    font-size: 10px;
    line-height: 2em;
    color: #000;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.location {
    font-size: 10px;
    line-height: 2em;
    color: #b9b9b9;
  }
  .section-2-activity .m-activity-box {
    display: none;
  }
  .section-2-realtime {
    width: 35%;
    flex-shrink: 0;
    padding-left: 0.26666667rem;
  }
  .section-2-realtime .title-line {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  .section-2-realtime .realtime-box {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 15px 20px;
    padding-bottom: 0px;
    height: 438px;
    overflow-y: auto;
  }
  .section-2-realtime .realtime-box li {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3);
    margin-bottom: 5px;
    position: relative;
  }
  .section-2-realtime .realtime-box li .act-action {
    justify-content: flex-end;
    padding: 5px 0px;
  }
  .section-2-realtime .realtime-box li .act-action i {
    font-size: 16px;
    color: #ccc;
    margin-left: 20px;
  }
  .section-2-realtime .realtime-box li > div {
    display: flex;
    flex-direction: row;
    padding: 5px;
  }
  .section-2-realtime .realtime-box li > div > div {
    display: flex;
    flex-direction: column;
    padding-left: 6px;
  }
  .section-2-realtime .realtime-box li > div > div .li-title {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
  }
  .section-2-realtime .realtime-box li > div > div .li-time {
    font-size: 14px;
    line-height: 1.5em;
    color: #b9b9b9;
  }
  .section-2-realtime .realtime-box img {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
  }
  .section-2-realtime .realtime-box p {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 1.5em;
  }
  .section-2-ad {
    width: 100%;
    display: block;
  }
  .section-2-ad-m {
    width: 100%;
    display: none;
  }
  .section-3-study {
    padding: 20px 0;
  }
  .section-3-study .study-box {
    display: flex;
    flex-direction: row;
  }
  .section-3-study .study-box .study-title {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 319.28571429px;
  }
  .section-3-study .study-box .study-title div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding: 10px 20px;
  }
  .section-3-study .study-box .study-title div span {
    font-size: 16px;
    color: #000;
  }
  .section-3-study .study-box .study-title div:hover,
  .section-3-study .study-box .study-title div.select {
    background-color: #23ac38;
  }
  .section-3-study .study-box .study-title div:hover span,
  .section-3-study .study-box .study-title div.select span {
    color: #fff;
  }
  .section-3-study .study-box .study-swiper {
    width: 75%;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    left: 55%;
    width: auto;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet {
    background: #b9b9b9;
    border: none;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet-active {
    background: #23ac38 !important;
    width: 28px;
    border-radius: 4px;
  }
  .section-3-study .study-box .study-swiper .study-swiper-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(33.3% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 20px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .section-3-study .study-box .study-swiper .swiper-slide a {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #23ac38;
    color: #23ac38;
    padding: 6px 16px;
    margin-top: 20px;
    display: inline-block;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 140%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item span {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item img {
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: #f5f5f5;
    padding: 50px 28.57142857px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .title {
    font-size: 20px;
    font-weight: bolder;
    line-height: 26px;
    overflow: hidden;
    max-height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext hr {
    width: 100px;
    margin: 0;
    border: 1px solid #b9b9b9;
    background: #b9b9b9;
    margin: 16px 0;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .desc {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext a {
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #fff;
    border: solid 1px #23ac38;
    color: #23ac38;
    border-radius: 3px;
    text-decoration: none;
    align-self: flex-start;
  }
  .section-3 .alleviation-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide a {
    margin-right: 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(n+3) {
    display: flex !important;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(1) {
    margin-left: 0 !important;
  }
  .section-4 {
    display: flex;
  }
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 3%;
  }
  .section-4 .vision-nav {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .section-4 .vision-nav > * {
    flex-shrink: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    margin-right: 10px;
    background-color: #f9f9f9;
  }
  .section-4 .vision-nav > *.selected {
    background-color: #23ac38;
  }
  .section-4 .vision-nav > *.selected a {
    color: #fff;
    border-right: 0;
  }
  .section-4 .vision-nav > *:last-child {
    border-right: 0;
  }
  .section-4 .vision-nav > * a {
    color: #000;
    padding: 0px 20px;
    font-size: 16px;
    display: block;
  }
  .section-4 .vision-nav > * a:hover {
    text-decoration: none;
  }
  .section-4 .vision-con {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .section-4 .vision-con.poverty-con {
    flex-wrap: wrap;
  }
  .section-4 .vision-con.poverty-con .pc-vision-box {
    margin-right: 0;
  }
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .section-4 .vision-con.poverty-con .last-ul {
    width: 100%;
    padding-top: 20px;
  }
  .section-4 .vision-con .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  .section-4 .vision-con .new-item:nth-child(1) {
    margin-top: 0;
  }
  .section-4 .vision-con .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  .section-4 .vision-con .new-item:before,
  .section-4 .vision-con .new-item:after {
    content: " ";
    display: table;
  }
  .section-4 .vision-con .new-item:after {
    clear: both;
  }
  .section-4 .vision-con .new-item .item__img {
    float: left;
    width: 132.14285714px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con .new-item .text__area {
    height: 100px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 14.28571429px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-4 .vision-con .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  .section-4 .vision-con .new-item .text__area i {
    margin-right: 5px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .abstract__box {
    margin-top: 10px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  .section-4 .vision-con .new-item:hover {
    text-decoration: none;
  }
  .section-4 .vision-con .new-item:hover .item__title {
    color: #23ac38;
  }
  .section-4 .vision-con .new-item:hover .item__title::after {
    background-color: #fff;
  }
  .section-4 .vision-con .new-item:hover .text__area {
    border-color: #23ac38;
  }
  .section-4 .vision-con ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .section-4 .vision-con ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-bottom: 14.28571429px;
  }
  .section-4 .vision-con ul li:last-child {
    margin-bottom: 0px;
  }
  .section-4 .vision-con ul li .img {
    width: 132.14285714px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con ul li .data-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 10px;
    height: 100%;
    justify-content: center;
    margin-left: 24px;
    padding-left: 0;
  }
  .section-4 .vision-con ul li .data-info .title {
    padding-bottom: 15px;
  }
  .section-4 .vision-con ul li .data-info .title p {
    font-size: 18px;
    max-height: 52px;
    line-height: 26px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info .time {
    color: #b9b9b9;
    font-size: 16px;
  }
  .section-4 .vision-con ul li .data-info .desc {
    color: #b9b9b9;
    padding: 0;
  }
  .section-4 .vision-con ul li .data-info .desc p {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info:hover {
    border-bottom: solid 1px #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover .time {
    color: #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover a {
    text-decoration: none;
  }
  .section-4 .vision-con ul li .data-info:hover .title p {
    color: #23ac38;
  }
  .section-4 .vs-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .section-4 .vs-list .vs-item {
    flex: 1;
    margin-left: 16px;
  }
  .section-4 .vs-list .vs-item:nth-child(1) {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head {
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    cursor: pointer;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 10px;
    color: #ccc;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:first-child {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:hover,
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *.select {
    color: #23ac38;
  }
  .section-4 .vs-list .vs-item .vs-item-title {
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 5px;
  }
  .section-4 .vs-list .vs-item .vs-item-title::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(153, 153, 153, 0.6);
    width: 2px;
    height: 12px;
    display: none;
  }
  .section-4 .vs-list .vs-item .vs-item-news .new-item:nth-child(n + 4) {
    display: none;
  }
  .section-5-videos .videos-con {
    overflow: hidden;
  }
  .section-5-videos .videos-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-5-videos .videos-con ul li {
    width: calc(100% / 3 - 1px);
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
  .section-5-videos .videos-con ul li > div {
    position: relative;
  }
  .section-5-videos .videos-con ul li .img-box img {
    width: 100%;
  }
  .section-5-videos .videos-con ul li .img-box span {
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    left: 0px;
    right: 0px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  }
  .section-5-videos .videos-con ul li .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .section-6 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-member .member-con {
    overflow: hidden;
    overflow-y: auto;
    height: 257.14285714px;
  }
  .section-6-member .member-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
  }
  .section-6-member .member-con ul li {
    width: 12.5%;
    height: 71.42857143px;
    padding: 20px;
    background-color: rgba(127, 127, 127, 0.1);
    position: relative;
  }
  .section-6-member .member-con ul li > div {
    padding: 1px;
  }
  .section-6-member .member-con ul li a {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-6-member .member-con ul li img {
    margin: auto;
  }
  .section-6-about {
    width: 49%;
  }
  .section-6-about .title-line {
    margin-bottom: 0px;
  }
  .section-6-about .about-con {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 0.4rem 0.53333333rem;
    box-sizing: border-box;
    height: 191.42857143px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
  }
  .section-6-about .about-con p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
  }
  .right {
    float: right;
  }
  .title-line {
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #footer {
    margin-top: 0px !important;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .home-head {
    background: none !important;
  }
  .home-head .home-banner {
    margin-bottom: 35.71428571px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .home-head .home-head-con .home-news-specific {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-excerpt {
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    width: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .home-head .home-head-con {
    display: flex;
    max-width: 1200px;
    height: 440px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
  }
  .home-head .home-head-con .swiper-container {
    height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view,
  .home-head .home-head-con .swiper-container .swiper-slide .video-view {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .video-view video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .home-head .home-head-con > * {
    height: 100%;
  }
  .home-head .home-head-con .home-banner {
    width: 63.4166%;
  }
  .home-head .home-head-con .home-news {
    width: 35%;
    padding: 25px 20px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .home-head .home-news-list a.active {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .section-1 {
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-1-con .section-1-con-warp {
    height: auto;
    margin: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .section-1-con {
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .section-1-con {
    flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .section-1-con .swiper-container {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .section-1-con .news-box {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-1 {
    background-image: none !important;
    margin-bottom: 0.69333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-two {
    flex-wrap: wrap;
  }
  .section-two > * {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2 .button-li {
    padding: 0;
  }
  .section-2 .button-li .button-li-group {
    align-items: center;
    flex-wrap: wrap;
  }
  .section-2 .button-li .button-li-group > div {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-activity .activity-box ul {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-activity .activity-box ul li {
    flex: none;
    width: auto;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-2-activity .activity-box ul {
    flex-wrap: wrap;
  }
  .section-2-activity .activity-box ul li {
    width: calc(100%/3 - 40px / 3);
    margin-right: 20px;
  }
  .section-2-activity .activity-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-activity .m-activity-box {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .section-2-activity .m-activity-box a {
    text-decoration: none;
    width: 100%;
  }
  .section-2-activity .m-activity-box a img {
    width: 100%;
  }
  .section-2-activity .m-activity-box a > div {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    width: 100%;
    padding: 0.4rem 0.26666667rem;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  }
  .section-2-activity .m-activity-box a > div p i {
    margin-right: 0.13333333rem;
  }
  .section-2-activity .m-activity-box a > div p.li-title {
    color: #fff;
    font-size: 16px;
  }
  .section-2-activity .m-activity-box a > div p.time {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .section-2-activity .m-activity-box a > div p.location {
    font-size: 14px;
    line-height: 2em;
    color: #b9b9b9;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-realtime .realtime-box {
    max-height: auto;
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-activity {
    width: 100%;
  }
  .section-2-realtime {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-ad {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-2-ad-m {
    display: contents;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-3-study .study-box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-3-study .study-box .study-title {
    width: 100%;
    flex-direction: row;
    min-height: auto;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-3-study .study-box .study-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 33.33%;
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-3-study .study-box .study-swiper {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(50% - 10px);
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(1) {
    margin-left: 0px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 .vision-nav > * a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-4 .vision-con .new-item {
    height: auto;
  }
  .section-4 .vision-con .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .time {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .desc {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 .vision-con ul li:first-child {
    display: flex;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section-4 .vs-list {
    display: block;
  }
  .section-4 .vs-list .vs-item {
    margin-left: 0;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    min-height: 60px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    justify-content: flex-end;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 6px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    height: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title img {
    margin-right: 9px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li {
    width: 50%;
  }
  .section-5-videos .videos-con ul li:last-child {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li .play-icon {
    width: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-6-member .member-con ul li {
    width: 25%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .section-6 {
    flex-direction: column;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-about {
    width: 100%;
    height: auto;
  }
  .section-6-about .about-con {
    height: auto;
  }
}
@media (max-width: 992px) {
  span.title {
    line-height: 32px;
    display: inline-block;
    color: #23ac38;
    font-size: 18px;
    position: relative;
  }
  span.title::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    background: #23ac38;
    width: 100%;
  }
  .home-head {
    padding: calc(768/1200 * 30px);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    padding-right: 15%;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .home-banner .swiper-wrapper .info .desc {
    font-size: 15px;
    color: #e0dddd;
    margin-top: 3px;
  }
  .home-head .home-head-con .home-news {
    background-color: #fff;
  }
  .home-head .home-head-con .home-news-specific {
    background-color: #1a9450;
    padding: 10px;
    display: none;
  }
  .home-head .home-head-con .home-news-specific:first-child {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-date {
    padding: 10px 0;
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date span {
    color: #999999;
  }
  .home-head .home-head-con .home-news-specific a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
  }
  .home-head .home-head-con .home-news-specific a .cover-image-box {
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info {
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-specific a .news-box-info .desc {
    color: rgba(255, 255, 255, 0.55);
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
  }
  .home-head .home-head-con .home-news-list ul {
    list-style: none;
  }
  .home-head .home-head-con .home-news-list ul li {
    font-size: 14px;
    font-weight: normal;
  }
  .home-head .home-head-con .home-news-list ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
  }
  .home-head .home-head-con .home-news-list ul li a:hover {
    color: #23ac38;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev {
    left: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-next {
    right: 0;
  }
  .home-head .home-head-con .swiper-container .swiper-button-prev,
  .home-head .home-head-con .swiper-container .swiper-button-next {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-size: 12px 19px;
    background-color: rgba(0, 0, 0, 0.52);
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    background-color: #000;
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .click-href {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 14.08px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  }
  .home-head .home-head-con .swiper-container .swiper-slide .slide-box p {
    font-size: 14.08px;
    color: #fff;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    left: auto;
    right: 20px;
    width: auto;
    display: flex;
    align-items: center;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet,
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .defa-bullet {
    background-color: #89898a;
  }
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination .activity {
    background-color: #fff;
    width: 15px;
    height: 15px;
  }
  .home-head .home-head-con video {
    width: 100%;
  }
  .home-head .home-news-list {
    padding: 0;
  }
  .home-head .home-news-list a {
    width: 100%;
    display: block;
    transition: all 0.2s linear;
  }
  .home-head .home-news-list a .cover-image-title {
    text-decoration: none;
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .home-head .home-news-list a .cover-image-title:hover {
    color: #23ac38;
  }
  .home-head .home-news-list a .cover-image-box,
  .home-head .home-news-list a .news-box-info {
    display: none;
  }
  .home-head .home-news-list a.active {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background-color: #1a9450;
    padding: 10px;
    width: 110%;
  }
  .home-head .home-news-list a.active .cover-image-title {
    display: none;
  }
  .home-head .home-news-list a.active .cover-image-box {
    display: block;
    width: 120px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-head .home-news-list a.active .news-box-info {
    display: block;
    color: #000000;
    padding-left: 10px;
    flex: 1;
  }
  .home-head .home-news-list a.active .news-box-info .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
  }
  .home-head .home-news-list a.active .news-box-info .desc {
    line-height: 18px;
    color: rgba(255, 255, 255, 0.55);
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-1 {
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-1-con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
    flex-direction: row;
    align-items: center;
  }
  .section-1-con .section-1-con-warp {
    margin-left: -5px;
    margin-right: -5px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-1-con .swiper-container {
    width: 63%;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p {
    font-size: 14px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 35.84px;
    line-height: 44.8px;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title .tag {
    width: 51.2px;
    height: 0.1em;
    background: #fff;
    margin: 10px auto;
  }
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 15.36px;
    line-height: 25.6px;
  }
  .section-1-con .news-box {
    width: 35%;
    background-color: #ffffff;
    height: 425px;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .section-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
  }
  .section-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-2 .button-li {
    padding: 20px 0;
    overflow: hidden;
  }
  .section-2 .button-li .button-li-group {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }
  .section-2 .button-li .button-li-group > div {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .section-2 .button-li a {
    display: block;
  }
  .section-2-activity {
    flex-grow: 1;
  }
  .section-2-activity .activity-box ul {
    list-style: none;
    display: flex;
  }
  .section-2-activity .activity-box ul li {
    box-shadow: 0px 5px 14px 1px rgba(165, 165, 165, 0.3);
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 16px;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box {
    border-color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .li-info-box span.li-title {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li:hover a .item-info-box {
    color: #23ac38;
  }
  .section-2-activity .activity-box ul li a {
    width: 100%;
    text-decoration: none;
  }
  .section-2-activity .activity-box ul li a .item-image-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .item-image-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .section-2-activity .activity-box ul li a .item-info-box {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 0 20px;
  }
  .section-2-activity .activity-box ul li a .li-image-box {
    width: 102.4px;
    height: 76.8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-2-activity .activity-box ul li a .li-info-box {
    margin-left: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
  }
  .section-2-activity .activity-box ul li a .li-info-box p i {
    margin-right: 5px;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.li-title {
    font-size: 11.52px;
    line-height: 2em;
    color: #000;
    overflow: hidden;
    max-height: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.time {
    font-size: 8.96px;
    line-height: 2em;
    color: #000;
  }
  .section-2-activity .activity-box ul li a .li-info-box p.location {
    font-size: 8.96px;
    line-height: 2em;
    color: #b9b9b9;
  }
  .section-2-activity .m-activity-box {
    display: none;
  }
  .section-2-realtime {
    width: 35%;
    flex-shrink: 0;
    padding-left: 0.26666667rem;
  }
  .section-2-realtime .title-line {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  .section-2-realtime .realtime-box {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 15px 20px;
    padding-bottom: 0px;
    height: 438px;
    overflow-y: auto;
  }
  .section-2-realtime .realtime-box li {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3);
    margin-bottom: 5px;
    position: relative;
  }
  .section-2-realtime .realtime-box li .act-action {
    justify-content: flex-end;
    padding: 5px 0px;
  }
  .section-2-realtime .realtime-box li .act-action i {
    font-size: 16px;
    color: #ccc;
    margin-left: 20px;
  }
  .section-2-realtime .realtime-box li > div {
    display: flex;
    flex-direction: row;
    padding: 5px;
  }
  .section-2-realtime .realtime-box li > div > div {
    display: flex;
    flex-direction: column;
    padding-left: 6px;
  }
  .section-2-realtime .realtime-box li > div > div .li-title {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
  }
  .section-2-realtime .realtime-box li > div > div .li-time {
    font-size: 14px;
    line-height: 1.5em;
    color: #b9b9b9;
  }
  .section-2-realtime .realtime-box img {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
  }
  .section-2-realtime .realtime-box p {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 1.5em;
  }
  .section-2-ad {
    width: 100%;
    display: block;
  }
  .section-2-ad-m {
    width: 100%;
    display: none;
  }
  .section-3-study {
    padding: 20px 0;
  }
  .section-3-study .study-box {
    display: flex;
    flex-direction: row;
  }
  .section-3-study .study-box .study-title {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 286.08px;
  }
  .section-3-study .study-box .study-title div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding: 10px 20px;
  }
  .section-3-study .study-box .study-title div span {
    font-size: 16px;
    color: #000;
  }
  .section-3-study .study-box .study-title div:hover,
  .section-3-study .study-box .study-title div.select {
    background-color: #23ac38;
  }
  .section-3-study .study-box .study-title div:hover span,
  .section-3-study .study-box .study-title div.select span {
    color: #fff;
  }
  .section-3-study .study-box .study-swiper {
    width: 75%;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    left: 55%;
    width: auto;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet {
    background: #b9b9b9;
    border: none;
  }
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullet-active {
    background: #23ac38 !important;
    width: 28px;
    border-radius: 4px;
  }
  .section-3-study .study-box .study-swiper .study-swiper-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(33.3% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 20px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .section-3-study .study-box .study-swiper .swiper-slide a {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #23ac38;
    color: #23ac38;
    padding: 6px 16px;
    margin-top: 20px;
    display: inline-block;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 140%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item span {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-item img {
    width: 100%;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: #f5f5f5;
    padding: 44.8px 25.6px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .title {
    font-size: 20px;
    font-weight: bolder;
    line-height: 26px;
    overflow: hidden;
    max-height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext hr {
    width: 100px;
    margin: 0;
    border: 1px solid #b9b9b9;
    background: #b9b9b9;
    margin: 16px 0;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext .desc {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext a {
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #fff;
    border: solid 1px #23ac38;
    color: #23ac38;
    border-radius: 3px;
    text-decoration: none;
    align-self: flex-start;
  }
  .section-3 .alleviation-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide a {
    margin-right: 20px;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(n+3) {
    display: flex !important;
  }
  .section-3 .alleviation-swiper .swiper-slide:nth-child(1) {
    margin-left: 0 !important;
  }
  .section-4 {
    display: flex;
  }
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 3%;
  }
  .section-4 .vision-nav {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .section-4 .vision-nav > * {
    flex-shrink: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    margin-right: 10px;
    background-color: #f9f9f9;
  }
  .section-4 .vision-nav > *.selected {
    background-color: #23ac38;
  }
  .section-4 .vision-nav > *.selected a {
    color: #fff;
    border-right: 0;
  }
  .section-4 .vision-nav > *:last-child {
    border-right: 0;
  }
  .section-4 .vision-nav > * a {
    color: #000;
    padding: 0px 20px;
    font-size: 16px;
    display: block;
  }
  .section-4 .vision-nav > * a:hover {
    text-decoration: none;
  }
  .section-4 .vision-con {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .section-4 .vision-con.poverty-con {
    flex-wrap: wrap;
  }
  .section-4 .vision-con.poverty-con .pc-vision-box {
    margin-right: 0;
  }
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .section-4 .vision-con.poverty-con .last-ul {
    width: 100%;
    padding-top: 20px;
  }
  .section-4 .vision-con .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  .section-4 .vision-con .new-item:nth-child(1) {
    margin-top: 0;
  }
  .section-4 .vision-con .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  .section-4 .vision-con .new-item:before,
  .section-4 .vision-con .new-item:after {
    content: " ";
    display: table;
  }
  .section-4 .vision-con .new-item:after {
    clear: both;
  }
  .section-4 .vision-con .new-item .item__img {
    float: left;
    width: 118.4px;
    height: 89.6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con .new-item .text__area {
    height: 89.6px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 12.8px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-4 .vision-con .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  .section-4 .vision-con .new-item .text__area i {
    margin-right: 5px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .abstract__box {
    margin-top: 10px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  .section-4 .vision-con .new-item:hover {
    text-decoration: none;
  }
  .section-4 .vision-con .new-item:hover .item__title {
    color: #23ac38;
  }
  .section-4 .vision-con .new-item:hover .item__title::after {
    background-color: #fff;
  }
  .section-4 .vision-con .new-item:hover .text__area {
    border-color: #23ac38;
  }
  .section-4 .vision-con ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .section-4 .vision-con ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-bottom: 12.8px;
  }
  .section-4 .vision-con ul li:last-child {
    margin-bottom: 0px;
  }
  .section-4 .vision-con ul li .img {
    width: 118.4px;
    height: 89.6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-4 .vision-con ul li .data-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 10px;
    height: 100%;
    justify-content: center;
    margin-left: 24px;
    padding-left: 0;
  }
  .section-4 .vision-con ul li .data-info .title {
    padding-bottom: 15px;
  }
  .section-4 .vision-con ul li .data-info .title p {
    font-size: 18px;
    max-height: 52px;
    line-height: 26px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info .time {
    color: #b9b9b9;
    font-size: 16px;
  }
  .section-4 .vision-con ul li .data-info .desc {
    color: #b9b9b9;
    padding: 0;
  }
  .section-4 .vision-con ul li .data-info .desc p {
    font-size: 14px;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  .section-4 .vision-con ul li .data-info:hover {
    border-bottom: solid 1px #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover .time {
    color: #23ac38;
  }
  .section-4 .vision-con ul li .data-info:hover a {
    text-decoration: none;
  }
  .section-4 .vision-con ul li .data-info:hover .title p {
    color: #23ac38;
  }
  .section-4 .vs-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .section-4 .vs-list .vs-item {
    flex: 1;
    margin-left: 16px;
  }
  .section-4 .vs-list .vs-item:nth-child(1) {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head {
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    cursor: pointer;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 10px;
    color: #ccc;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:first-child {
    margin-left: 0;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *:hover,
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > *.select {
    color: #23ac38;
  }
  .section-4 .vs-list .vs-item .vs-item-title {
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 5px;
  }
  .section-4 .vs-list .vs-item .vs-item-title::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(153, 153, 153, 0.6);
    width: 2px;
    height: 12px;
    display: none;
  }
  .section-4 .vs-list .vs-item .vs-item-news .new-item:nth-child(n + 4) {
    display: none;
  }
  .section-5-videos .videos-con {
    overflow: hidden;
  }
  .section-5-videos .videos-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-5-videos .videos-con ul li {
    width: calc(100% / 3 - 1px);
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
  .section-5-videos .videos-con ul li > div {
    position: relative;
  }
  .section-5-videos .videos-con ul li .img-box img {
    width: 100%;
  }
  .section-5-videos .videos-con ul li .img-box span {
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    left: 0px;
    right: 0px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  }
  .section-5-videos .videos-con ul li .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .section-6 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-member .member-con {
    overflow: hidden;
    overflow-y: auto;
    height: 230.4px;
  }
  .section-6-member .member-con ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
  }
  .section-6-member .member-con ul li {
    width: 12.5%;
    height: 64px;
    padding: 20px;
    background-color: rgba(127, 127, 127, 0.1);
    position: relative;
  }
  .section-6-member .member-con ul li > div {
    padding: 1px;
  }
  .section-6-member .member-con ul li a {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-6-member .member-con ul li img {
    margin: auto;
  }
  .section-6-about {
    width: 49%;
  }
  .section-6-about .title-line {
    margin-bottom: 0px;
  }
  .section-6-about .about-con {
    background-color: #fbfbfb;
    border: solid 1px #eee;
    padding: 0.4rem 0.53333333rem;
    box-sizing: border-box;
    height: 173.6px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
  }
  .section-6-about .about-con p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
  }
  .right {
    float: right;
  }
  .title-line {
    border-bottom: solid 1px rgba(35, 172, 56, 0.26);
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #footer {
    margin-top: 0px !important;
  }
  .section-6-member .member-con ul li:nth-child(1),
  .section-6-member .member-con ul li:nth-child(3),
  .section-6-member .member-con ul li:nth-child(6),
  .section-6-member .member-con ul li:nth-child(8) {
    background-color: rgba(246, 246, 246, 0.5);
  }
  .section-6-member .member-con ul li:nth-child(8n+1),
  .section-6-member .member-con ul li:nth-child(8n+3),
  .section-6-member .member-con ul li:nth-child(8n+6),
  .section-6-member .member-con ul li:nth-child(8n+8) {
    background-color: rgba(246, 246, 246, 0.5);
  }
  .home-banner .swiper-wrapper .info .title {
    padding-bottom: 14px;
  }
  .home-banner .swiper-wrapper .info .desc {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .home-head {
    background: none !important;
  }
  .home-head .home-banner {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .home-head .home-head-con .home-news-specific {
    display: block;
  }
  .home-head .home-head-con .home-news-specific-excerpt {
    display: none;
  }
  .home-head .home-head-con .home-news-specific-date {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .swiper-slide .play-icon {
    width: 40px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .home-head .home-head-con .swiper-container .banner-swiper-pagination.swiper-pagination {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .home-head .home-head-con {
    display: flex;
    max-width: 1200px;
    height: 440px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
  }
  .home-head .home-head-con .swiper-container {
    height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide {
    position: relative;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view,
  .home-head .home-head-con .swiper-container .swiper-slide .video-view {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .img-view img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .home-head .home-head-con .swiper-container .swiper-slide .video-view video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .home-head .home-head-con > * {
    height: 100%;
  }
  .home-head .home-head-con .home-banner {
    width: 63.4166%;
  }
  .home-head .home-head-con .home-news {
    width: 35%;
    padding: 25px 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .home-head .home-news-list a.active {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .section-1 {
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-1-con .section-1-con-warp {
    height: auto;
    margin: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .section-1-con {
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .section-1-con {
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .section-1-con .swiper-container {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-1-con .swiper-container .swiper-wrapper .swiper-slide .banner-title l p:last-child {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .section-1-con .news-box {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-1 {
    background-image: none !important;
    margin-bottom: 0.69333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-two {
    flex-wrap: wrap;
  }
  .section-two > * {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2 .button-li {
    padding: 0;
  }
  .section-2 .button-li .button-li-group {
    align-items: center;
    flex-wrap: wrap;
  }
  .section-2 .button-li .button-li-group > div {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-activity .activity-box ul {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-activity .activity-box ul li {
    flex: none;
    width: auto;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .section-2-activity .activity-box ul {
    flex-wrap: wrap;
  }
  .section-2-activity .activity-box ul li {
    width: calc(100%/3 - 40px / 3);
    margin-right: 20px;
  }
  .section-2-activity .activity-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-activity .m-activity-box {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .section-2-activity .m-activity-box a {
    text-decoration: none;
    width: 100%;
  }
  .section-2-activity .m-activity-box a img {
    width: 100%;
  }
  .section-2-activity .m-activity-box a > div {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    width: 100%;
    padding: 0.4rem 0.26666667rem;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  }
  .section-2-activity .m-activity-box a > div p i {
    margin-right: 0.13333333rem;
  }
  .section-2-activity .m-activity-box a > div p.li-title {
    color: #fff;
    font-size: 16px;
  }
  .section-2-activity .m-activity-box a > div p.time {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
  }
  .section-2-activity .m-activity-box a > div p.location {
    font-size: 14px;
    line-height: 2em;
    color: #b9b9b9;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-realtime .realtime-box {
    max-height: auto;
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-activity {
    width: 100%;
  }
  .section-2-realtime {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-ad {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-2-ad-m {
    display: contents;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-3-study .study-box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-3-study .study-box .study-title {
    width: 100%;
    flex-direction: row;
    min-height: auto;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-3-study .study-box .study-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 33.33%;
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-3-study .study-box .study-title div {
    min-height: 50px;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-3-study .study-box .study-swiper {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-container .swiper-pagination-bullets {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide {
    width: calc(50% - 10px);
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(1) {
    margin-left: 0px;
  }
  .section-3-study .study-box .study-swiper .swiper-slide:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-item {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-3-study .study-box .study-swiper .swiper-slide .study-itemtext {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-3 .alleviation-swiper .swiper-slide .study-item {
    margin: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4-vision {
    width: 100%;
  }
  .section-4-vision:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 .vision-nav > * a {
    font-size: 14px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 .vision-con.poverty-con .first-ul {
    padding-left: 0;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 18px;
  }
  .section-4 .vision-con .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 .vision-con .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  .section-4 .vision-con .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-4 .vision-con .new-item {
    height: auto;
  }
  .section-4 .vision-con .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  .section-4 .vision-con .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .time {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-4 .vision-con ul li .data-info .desc {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 .vision-con ul li:first-child {
    display: flex;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .section-4 .vs-list {
    display: block;
  }
  .section-4 .vs-list .vs-item {
    margin-left: 0;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    min-height: 60px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right {
    justify-content: flex-end;
  }
  .section-4 .vs-list .vs-item .vs-item-head .vs-item-right > * span {
    padding: 0 6px;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-4 .vs-list .vs-item .vs-item-title img {
    height: 20px;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .section-4 .vs-list .vs-item .vs-item-title img {
    margin-right: 9px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li {
    width: 50%;
  }
  .section-5-videos .videos-con ul li:last-child {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-5-videos .videos-con ul li .play-icon {
    width: 40px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-6-member .member-con ul li {
    width: 25%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .section-6 {
    flex-direction: column;
  }
  .section-6-member {
    width: 100%;
  }
  .section-6-about {
    width: 100%;
    height: auto;
  }
  .section-6-about .about-con {
    height: auto;
  }
}
@media (min-width: 992px) {
  .section-6-member .member-con ul li:nth-child(1),
  .section-6-member .member-con ul li:nth-child(3),
  .section-6-member .member-con ul li:nth-child(5),
  .section-6-member .member-con ul li:nth-child(7),
  .section-6-member .member-con ul li:nth-child(10),
  .section-6-member .member-con ul li:nth-child(12),
  .section-6-member .member-con ul li:nth-child(14),
  .section-6-member .member-con ul li:nth-child(16) {
    background-color: rgba(246, 246, 246, 0.5);
  }
  .section-6-member .member-con ul li:nth-child(16n+1),
  .section-6-member .member-con ul li:nth-child(16n+3),
  .section-6-member .member-con ul li:nth-child(16n+5),
  .section-6-member .member-con ul li:nth-child(16n+7),
  .section-6-member .member-con ul li:nth-child(16n+10),
  .section-6-member .member-con ul li:nth-child(16n+12),
  .section-6-member .member-con ul li:nth-child(16n+14),
  .section-6-member .member-con ul li:nth-child(16n+16) {
    background-color: rgba(246, 246, 246, 0.5);
  }
}
.section-1 .section-1-con .banner-swiper-pagination.swiper-pagination {
  left: auto;
  right: 20px;
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .section-1 .section-1-con .banner-swiper-pagination.swiper-pagination {
    justify-content: center;
    width: 100%;
  }
}
.section-1 .section-1-con .banner-swiper-pagination.swiper-pagination .defa-bullet,
.section-1 .section-1-con .banner-swiper-pagination.swiper-pagination .activity {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 4px;
}
.section-1 .section-1-con .banner-swiper-pagination.swiper-pagination .defa-bullet {
  background-color: #89898a;
}
.section-1 .section-1-con .banner-swiper-pagination.swiper-pagination .activity {
  background-color: #fff;
  width: 15px;
  height: 15px;
}
.wta-xianghu-des {
  margin-bottom: 40px;
  background-color: #fff;
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0px;
  flex-wrap: wrap;
}
.wta-xianghu-des .logo {
  width: 119px;
  padding: 0px 34px;
  flex-shrink: 0;
}
.wta-xianghu-des .wxd-info {
  border-left: solid 1px rgba(70, 70, 71, 0.12);
  padding-left: 35px;
}
.wta-xianghu-des .wxd-info h3 {
  color: #23ac38;
  font-size: 24px;
  margin: 0px;
  margin-bottom: 15px;
}
.wta-xianghu-des .wxd-info .text {
  color: #666666;
  line-height: 23px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .wta-xianghu-des .logo {
    margin-bottom: 15px;
  }
  .wta-xianghu-des .wxd-info {
    padding-top: 15px;
    border-top: solid 1px rgba(70, 70, 71, 0.12);
    border-left: 0;
    padding-left: 15px;
  }
}
.notes-photos {
  margin-bottom: 25px;
  overflow: hidden;
}
.notes-photos .block {
  display: block;
  position: relative;
  overflow: hidden;
}
.notes-photos .block img {
  display: block;
  margin: 0px auto;
}
.notes-photos .text {
  font-size: 14px;
  padding: 15px 0px;
}
.notes-photos .bg-white {
  background-color: #fff;
}
.micro-document-aries .mda-group .mda-group-msg {
  margin-bottom: 15px;
}
.micro-document-aries .mda-group .mda-group-msg p {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  max-height: 46px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
