@charset "UTF-8";
@font-face {
  font-family: "AlibabaPuHuiTi_3_105";
  src: url("../lib/font/AlibabaPuHuiTi-3-105-Heavy.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AlimamaDongFangDaKai";
  src: url("../lib/font/AlimamaDongFangDaKai-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "PingFangSC", Arial,
 Microsoft YaHei-Bold, sans-serif;
  color: #202020;
}

@media (min-width: 320px) {
  html {
    font-size: 5.21vw !important;
  }
}

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "PingFangSC", Arial,
 Microsoft YaHei-Bold, sans-serif;
  font-size: 16px;
}

img {
  border: none;
  max-width: 100%;
}

img {
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transitionLable {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.mask {
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  transition: right 1000ms;
  -webkit-transition: right 1000ms;
}

.mask.is-open {
  display: block;
}

.center_area {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

header {
  position: relative;
  z-index: 5;
}

.header {
  background: #3390e1;
}

.header .h_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.header .h_logo .logo {
  display: block;
  background: url(../images/LOGO-2x.png) no-repeat center;
  width: 287px;
  height: 72px;
  float: left;
  background-size: contain;
}

.header .h_logo .emba {
  display: block;
  float: left;
  padding: 15px 0;
  height: 42px;
  line-height: 72px;
  font-size: Max(0.32rem, 30px);
  font-family: Arial;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 2px;
}

.header .h_logo .emba::before {
  margin: 0 24px;
  margin-top: -9px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #ffffff;
  opacity: 0.4;
  vertical-align: middle;
}

.header .maintop .search_links {
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .maintop .search_links a {
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  padding: 16px 0px;
  text-decoration: none;
  transition: all 0.3s;
}

.header .maintop .search_links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.header .maintop .search_links a:first-child::before {
  background: url(../images/search_2x.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-size: 100% auto;
}

.header .maintop .search_links a:not(:last-child) + span {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  height: 8px;
  margin: 0px 24px;
  display: inline-block;
}

.header .maintop .search_links a.en img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

.header .maintop .o_logo {
  font-size: 0;
}

.header .maintop .o_logo img {
  width: Max(3.06rem, 230px);
  height: Max(0.46rem, 35px);
  object-fit: contain;
}

.header .headermain {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(51, 144, 225, 0.6);
}

.header .headermain .menu {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.header .headermain .menu > ul > li {
  float: left;
  width: calc(100% / 8);
  text-align: center;
  padding: 16px 0px;
  position: relative;
}

.header .headermain .menu > ul > li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 16px 0px;
  line-height: 20px;
  font-size: 16px;
}

.header .headermain .menu > ul > li > a::after {
  position: absolute;
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  left: calc(50% - 3px);
  bottom: -5px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .headermain .menu > ul > li .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 21px;
}

.header .headermain .menu > ul > li > ul {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  border-radius: 0px 0px 8px 8px;
  background-color: rgba(130, 32, 69, 0.8);
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 3;
  display: none;
}

.header .headermain .menu > ul > li > ul > li {
  text-align: center;
}

.header .headermain .menu > ul > li > ul > li > ul {
  display: none;
}

.header .headermain .menu > ul > li > ul > li a {
  padding: 12px 6px;
  margin: 0px 8px;
  display: block;
  font-size: 16px;
  color: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .headermain .menu > ul > li > ul > li a:hover {
  color: #e15433;
  background-color: white;
}

.header .headermain .menu > ul > li.parent > a::after {
  display: block;
}

.header .p_menu {
  width: 250px;
  float: right;
  position: fixed;
  height: 100%;
  right: -250px;
  top: 0px;
  text-align: center;
  z-index: 4;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
  background: #822045;
}

.header .p_menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.header .p_menu ul li .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 18px;
}

.header .p_menu ul li .icon-up {
  display: inline-block;
  background: url(../images/up_icon2x.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 18px;
}

.header .p_menu > ul {
  padding-top: 64px;
}

.header .p_menu > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}

.header .p_menu > ul > li > ul {
  display: none;
}

.header .p_menu > ul > li > ul > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
}

.header .p_menu > ul > li > ul > li > ul {
  display: none;
}

.header {
  background: #822045;
}

.header .headermain {
  background: rgba(130, 32, 69, 0.6);
}

.center.center_area.clearfix {
  width: calc(100% - 160px);
}

.footer .footer_container {
  padding: Max(0.28rem, 15px) 0;
}

.footer .footer_bottom {
  height: auto;
}

.footer .footer_bottom .top {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.footer .footer_bottom .top .logo1 .logo1_c {
  display: flex;
}

.footer .footer_bottom .top .logo1 .f-logo {
  margin-left: 12px;
  float: left;
  background: url(../images/donate/fund_logo.png) no-repeat center;
  background-size: contain;
  width: Max(1.6rem, 105px);
  height: Max(1.08rem, 71px);
}

.footer .footer_bottom .top .logo1 .f-web {
  font-size: Max(0.24rem, 18px);
  font-weight: normal;
  color: #ffffff;
  line-height: 32px;
  padding: 10px 0;
  letter-spacing: 1px;
  white-space: nowrap;
  word-break: keep-all;
}

.footer .footer_bottom .top .logo1 .f-web::before {
  content: "";
  width: 2px;
  height: 16px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}

.footer .footer_bottom .top .logo2 {
  margin-left: 12px;
  width: 228px;
  height: 34px;
  background: url(../images/logo2.png) no-repeat center;
  background-size: contain;
  margin-top: 11px;
  margin-right: 8%;
}

.footer .footer_bottom .top .contact-us {
  margin-left: 1.1rem;
}

.footer .footer_bottom .top .contact-us .other span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}

.footer .footer_bottom .top .w-code {
  margin-top: 6px;
}

.footer .footer_bottom .top .w-code img {
  width: 70px;
  height: 70px;
}

.footer .footer_bottom .top .w-code p {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  text-align: center;
  line-height: 1.33;
}

.footer .footer_bottom .bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_bottom .bottom p,
.footer .footer_bottom .bottom a,
.footer .footer_bottom .bottom span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding-top: 6px;
  line-height: 16px;
  padding-bottom: 6px;
  margin: 0;
}

.footer .footer_bottom .bottom p a,
.footer .footer_bottom .bottom a a,
.footer .footer_bottom .bottom span a {
  color: rgba(255, 255, 255, 0.6);
}

a:focus, a:hover {
  text-decoration: none;
}

.back-top {
  background: #cccccc;
  opacity: 0.8;
  width: 64px;
  height: 64px;
  z-index: 9999;
  position: fixed;
  bottom: 135px;
  right: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}

.back-top .icon {
  padding: 20px 0px;
}

.hidden {
  display: none;
}

section .container {
  z-index: 1;
  width: 100%;
  text-align: center;
}

section .container .sw_banner {
  margin: 0 auto;
}

section .container .sw_banner .swiper-container-horizontal > .swiper-pagination-bullets,
section .container .sw_banner .swiper-pagination-custom,
section .container .sw_banner .swiper-pagination-fraction {
  bottom: 25px;
  left: 50%;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 2px 8px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

section .container .sw_banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 1px 8px;
  background: #ffffff;
  opacity: 0.4;
}

section .container .sw_banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

section .container .sw_banner .swiper-button-prev,
section .container .sw_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/bigl-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  left: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 0;
  transform: translate(0, -50%);
}

section .container .sw_banner .swiper-button-prev:hover,
section .container .sw_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/bigl-hover-2x.png);
}

section .container .sw_banner .swiper-button-next,
section .container .sw_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/bigr-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  right: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 0;
  transform: translate(0, -50%);
}

section .container .sw_banner .swiper-button-next:hover,
section .container .sw_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/bigr-hover-2x.png);
}

section .container .sw_banner .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

section .container .sw_banner:hover .swiper-button-prev,
section .container .sw_banner:hover .swiper-button-next {
  opacity: 1;
}

.header {
  background: #822045;
}

.header .headermain {
  background: rgba(130, 32, 69, 0.6);
}

.footer .footer_bottom {
  background: #822045;
}

.page-content-1600 {
  width: 16rem;
  max-width: 1600px;
  margin: 0 auto;
}

.possplit::before {
  content: '>';
  color: #909499;
  font-size: 12px;
}

@media screen and (max-width: 1280px) {
  .page-content-1600 {
    width: 92%;
  }
}

@media screen and (max-width: 992px) {
  header {
    z-index: 5;
    position: fixed;
    width: 100%;
    background: #822045;
  }
  .header {
    width: 95%;
    height: 64px;
    overflow: hidden;
    margin: 0 auto;
  }
  .header .h_logo {
    position: static;
    border-radius: unset;
    padding: 0px;
    float: left;
    z-index: 5;
    width: auto;
  }
  .header .h_logo .logo {
    width: 170px;
    height: 64px;
    padding: 0px;
  }
  .header .h_logo .emba {
    padding: 11px 0;
    font-size: 24px;
  }
  .header .maintop,
  .header .headermain {
    display: none;
  }
  .header .open {
    float: right;
    padding: 20px 0px;
  }
  .header .open span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/open-2x.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .header .close span {
    float: right;
    margin: 20px 0px;
    margin-right: 14px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close-2x.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .top_banner,
  section .container .sw_banner {
    padding-top: 64px;
  }
  .content-container {
    padding-top: 64px;
  }
  .footer .footer_bottom .p_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_bottom .top {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_bottom .top .contact-us {
    margin-left: 0;
    margin-top: 25px;
    text-align: center;
  }
  .footer .footer_bottom .top .w-code {
    display: none;
  }
}

@media screen and (max-width: 910px) {
  .center_area {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  section .container .sw_banner:hover .swiper-button-prev,
  section .container .sw_banner:hover .swiper-button-next {
    opacity: 0;
  }
  .footer .footer_container {
    padding: 15px 0;
  }
  .footer .footer_bottom .top .p_footer .logo1 .f-logo {
    width: 180px;
    height: 80px;
  }
  .footer .footer_bottom .top .p_footer .logo1 .f-web {
    font-size: 16px;
    line-height: 53px;
    padding: 2px 0 0 0;
    height: 53px;
  }
  .footer .footer_bottom .top .p_footer .logo1 .f-web::before {
    margin: 0 8px;
    height: 12px;
  }
  .footer .footer_bottom .top .p_footer .logo2 {
    margin-top: 5px;
    width: 159px;
  }
  .header .h_logo .logo {
    width: 145px;
  }
  .header .h_logo .emba {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .header .h_logo .emba::before {
    margin: 0 12px;
    height: 10px;
  }
}

section .top_banner .top_bg {
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  height: Max(2.92rem, 180px);
  min-height: 100px;
}

section .list_container {
  background-repeat: repeat;
  min-height: 500px;
  background: #f8fafd;
}

section .list_container .list-left {
  width: 216px;
  margin-right: 64px;
  float: left;
}

section .list_container .list-left ul {
  padding: 10px;
  border-radius: 8px;
}

section .list_container .list-left .listmenu {
  background: #822045;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.06);
}

section .list_container .list-left .listmenu ul li {
  text-align: center;
  padding: 0px 24px;
}

section .list_container .list-left .listmenu ul li.parent {
  background-color: #822045;
  border-radius: 8px;
}

section .list_container .list-left .listmenu ul li:not(:last-child) a {
  border-bottom: 1px solid #e9edf2;
}

section .list_container .list-left .listmenu ul li a {
  position: relative;
  z-index: 2;
  color: #606266;
  font-size: 16px;
  padding: 16px 0px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .list_container .list-left .listmenu ul li:hover, section .list_container .list-left .listmenu ul li.selected, section .list_container .list-left .listmenu ul li.parent {
  position: relative;
  background-color: #822045;
  border-radius: 8px;
}

section .list_container .list-left .listmenu ul li:hover a, section .list_container .list-left .listmenu ul li.selected a, section .list_container .list-left .listmenu ul li.parent a {
  color: #ffffff;
}

section .list_container .list-left .listmenu ul li:hover::before, section .list_container .list-left .listmenu ul li:hover::after, section .list_container .list-left .listmenu ul li.selected::before, section .list_container .list-left .listmenu ul li.selected::after, section .list_container .list-left .listmenu ul li.parent::before, section .list_container .list-left .listmenu ul li.parent::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 100%;
}

section .list_container .list-left .listmenu ul li:hover::before, section .list_container .list-left .listmenu ul li.selected::before, section .list_container .list-left .listmenu ul li.parent::before {
  top: 0;
  left: 0;
  background: url(../images/donate/bg-left.png) no-repeat center/cover;
}

section .list_container .list-left .listmenu ul li:hover::after, section .list_container .list-left .listmenu ul li.selected::after, section .list_container .list-left .listmenu ul li.parent::after {
  top: 0;
  right: 0;
  background: url(../images/donate/bg-right.png) no-repeat center/cover;
}

section .list_container .list-left .listmenu ul li:not(:last-child).selected a,
section .list_container .list-left .listmenu ul li:not(:last-child):hover a,
section .list_container .list-left .listmenu ul li:not(:last-child).parent a {
  border-bottom: 1px solid #822045;
}

section .list_container .list-left .listmenu ul li > ul {
  display: none;
}

section .list_container .list-left .m_top {
  text-align: center;
  padding: 16px 0px;
  color: white;
  font-size: 24px;
  border-radius: 8px;
  margin-top: -44px;
  line-height: 32px;
}

section .list_container .list-left .nav_menu {
  border-radius: 8px;
  background: #ffffff;
}

section .list_container .list-left .menubg {
  background: url(../images/menu-bg2x.png) no-repeat 100% 100%;
  background-size: 60% auto;
}

section .list_container .list-left .menubg.donate {
  min-height: Max(3.88rem, 300px);
}

section .list_container .list-right {
  float: left;
  width: calc(100% - 280px);
}

section .list_container .list-right .top-thome {
  line-height: 16px;
}

section .list_container .list-right .top-thome .r-thome {
  text-align: right;
  margin: 16px 0px;
}

section .list_container .list-right .top-thome .r-thome a {
  color: #909499;
  font-size: 12px;
}

section .list_container .list-right .top-thome .r-thome a:last-of-type {
  color: #606266;
}

section .list_container .list-right .top-thome .r-thome .span span {
  padding: 0 10px;
  color: #909499;
  font-size: 12px;
}

section .list_container .list-right .top-thome .r-thome .span span + span {
  padding-left: 0;
}

section .list_container .list-right .head {
  margin-bottom: 0.28rem;
}

section .list_container .list-right .head .big-title {
  font-size: Max(0.24rem, 22px);
  color: #303133;
}

section .list_container .list-right .head .big-title::before {
  content: "";
  display: inline-block;
  width: Max(0.16rem, 16px);
  height: Max(0.16rem, 16px);
  background: url(../images/big-title-icon.jpg) no-repeat center/contain;
  margin-right: 0.16rem;
}

section .list_container .list-right .main_list {
  padding-bottom: 0.4rem;
}

section .list_container .list-right .main_list ul.m_list li {
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 8px;
}

section .list_container .list-right .main_list ul.m_list li:last-child {
  margin-bottom: 0;
}

section .list_container .list-right .main_list ul.m_list li .title {
  padding: 16px;
}

section .list_container .list-right .main_list ul.m_list li .title::before {
  content: "";
  display: inline-block;
  float: left;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: 6px;
}

section .list_container .list-right .main_list ul.m_list li .title a {
  float: left;
  color: #303133;
  width: calc(100% - 100px);
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .list_container .list-right .main_list ul.m_list li .title .date {
  float: right;
  color: #c0c5cc;
  font-size: 12px;
  font-family: Oswald-Medium, Oswald !important;
  padding-top: 2px;
}

section .list_container .list-right .main_list .img_list li {
  overflow: hidden;
  background: #fff;
  margin-bottom: 8px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

section .list_container .list-right .main_list .img_list li .news-img {
  float: left;
  width: 229px;
  overflow: hidden;
  border-radius: 8px;
}

section .list_container .list-right .main_list .img_list li .news-img img {
  transition: all 0.3s;
}

section .list_container .list-right .main_list .img_list li .news-img:hover img {
  transform: scale(1.2);
}

section .list_container .list-right .main_list .img_list li .news-info {
  float: left;
  width: calc(100% - 280px);
  padding: 24px 0 24px 2%;
}

section .list_container .list-right .main_list .img_list li .news-info .news-title {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  line-height: 20px;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

section .list_container .list-right .main_list .img_list li .news-info .desc {
  font-size: 14px;
  font-weight: 400;
  color: #909499;
  line-height: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .list_container .list-right .main_list .img_list li .news-info .time {
  font-size: 12px;
  font-family: Oswald !important;
  font-weight: 500;
  color: #c0c5cc;
  line-height: 16px;
}

section .list_container .list-right .main_list .img_list li a:hover img {
  transform: scale(1.2);
}

section .list_container .list-right .main_list ul.t_s_list li {
  position: relative;
}

section .list_container .list-right .main_list ul.t_s_list li a.title {
  padding: 0;
  display: block;
}

section .list_container .list-right .main_list ul.t_s_list li a.title::before {
  display: none !important;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_img {
  width: 229px;
  height: 172px;
  float: left;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_img img {
  display: block;
  transition: all 0.3s;
  max-width: 100%;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title {
  float: left;
  width: calc(100% - 253px);
  margin-left: 24px;
  padding: 24px 20px 0 0;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title .t_s_title_top {
  color: #303133;
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title a,
section .list_container .list-right .main_list ul.t_s_list li .t_s_title .date {
  width: 100%;
  float: none;
  display: block;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title .date {
  position: absolute;
  bottom: 24px;
  width: auto;
}

section .list_container .list-right .main_list ul.t_s_list li:hover .t_s_title_top {
  color: #822045;
}

section .list_container .list-right .main_list ul.t_s_list li:hover .t_s_img img {
  transform: scale(1.2);
}

section .list_container .list-right .main-info {
  background: #ffffff;
  margin-bottom: 80px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

section .list_container .list-right .main-info .text-info {
  padding: 48px 60px;
}

section .list_container .list-right .main-info .text-info h2.big-title {
  text-align: center;
  font-size: 24px;
  color: #303133;
}

section .list_container .list-right .main-info .text-info .min-seen {
  text-align: center;
  margin: 32px 0px;
}

section .list_container .list-right .main-info .text-info .min-seen span {
  display: inline-block;
  color: #909499;
  font-size: 12px;
  margin: 0px 8px;
}

section .list_container .list-right .main-info .text-info .min-seen span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 8px;
}

section .list_container .list-right .main-info .text-info .min-seen .author::before {
  background: url(../images/author2x.png) no-repeat;
  background-size: 100% auto;
}

section .list_container .list-right .main-info .text-info .min-seen .info-time::before {
  background: url(../images/time2x.png) no-repeat;
  background-size: 100% auto;
}

section .list_container .list-right .main-info .text-info .min-seen .read::before {
  background: url(../images/read2x.png) no-repeat;
  background-size: 100% auto;
}

section .list_container .list-right .main-info .text-info .min-seen .read span::before {
  display: none;
}

section .list_container .list-right .main-info .text-info .main-content p {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
  padding: 12px 0;
}

section .list_container .list-right .main-info .text-info .main-content p > img,
section .list_container .list-right .main-info .text-info .main-content img {
  max-width: 100%;
  margin: 0 auto;
}

section .list_container .list-right .three-nav .three-menu {
  margin-bottom: 40px;
}

section .list_container .list-right .three-nav .three-menu > ul > li > a {
  display: none;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li {
  float: left;
  border-radius: 8px;
  margin-bottom: 8px;
  width: calc((100% - 174px) / 6);
  text-align: center;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li:not(:last-child) {
  padding-right: 8px;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li > a {
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  background: white;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  display: block;
  padding: 16px 0;
  border-radius: 8px;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li.selected a,
section .list_container .list-right .three-nav .three-menu > ul > li > ul li:hover a {
  -webkit-box-shadow: 0px 8px 32px 0px rgba(33, 84, 166, 0.2);
  box-shadow: 0px 8px 32px 0px rgba(33, 84, 166, 0.2);
  color: white;
  background: #2154a6;
  border-radius: 8px;
}

.possplit {
  background-image: none;
  width: auto;
  display: inline;
  text-indent: unset;
  color: #c0c5cc;
  margin-left: 8px;
}

.wp_paging {
  float: none;
  text-align: center;
  width: auto;
  margin: 16px auto 0 auto;
}

.wp_paging li {
  float: none;
}

.wp_paging li a.pagingJump {
  color: #5b2339;
}

.wp_paging li a.first span, .wp_paging li a.last span, .wp_paging li a.prev span, .wp_paging li a.next span {
  color: #5b2339;
}

.dean-main {
  margin-top: 48px;
  background: #ffffff;
  border-radius: 8px;
}

.dean-main .dean-img {
  float: left;
  width: 242px;
  transform: translateY(-48px);
  border-radius: 4px;
  overflow: hidden;
}

.dean-main .dean-img .phone {
  display: none;
}

.dean-main .dean {
  width: calc(100% - 290px);
  padding-top: 48px;
  padding-left: 48px;
  float: left;
  text-align: justify;
}

.center-intro img {
  max-width: 100%;
}

.center-intro .intro-title {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  margin: 48px 0 24px;
}

.center-intro .intro-title::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 8px;
  height: 18px;
  background: #822045;
  border-radius: 4px;
  transform: translateY(2px);
}

.center-intro h2 {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 12px;
}

.center-intro h2::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 8px;
  height: 18px;
  background: #822045;
  border-radius: 4px;
  transform: translateY(2px);
}

.center-intro h3,
.center-intro p {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
}

.center-intro .content h3:not(:first-child) {
  margin-top: 36px;
}

.center-intro h3 {
  font-weight: 600;
  text-align: left;
}

.center-intro p {
  font-weight: 400;
  padding: 12px 0;
  margin: 0;
}

.center-intro .special {
  padding: 12px 0;
}

.center-intro .special p {
  padding: 0;
  margin: 0;
}

.center-intro .intro-content {
  width: 100%;
  height: 20px;
  background: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.center-intro .list-top {
  position: relative;
}

.center-intro .list-top > a {
  position: absolute;
  top: -2px;
  right: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #822045;
  line-height: 20px;
  border: 1px solid #822045;
  border-radius: 17px;
  padding: 4px 16px;
  transition: all 0.3s;
}

.center-intro .list-top > a:hover {
  background: #822045;
  color: #fff;
}

.center-intro .news_inner {
  margin-top: 24px;
}

.center-intro .white_bg {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.center-intro .white_bg .tutor {
  max-width: 903px;
  width: 100%;
}

.center-intro .white_bg .club {
  max-width: 477px;
  width: 100%;
  margin: 48px 0;
}

.center-intro .margin-bottom {
  margin-bottom: 36px;
}

.main_list .center-list {
  font-size: 0;
}

.main_list .center-content {
  font-size: 0;
  background: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: top;
}

.main_list .center-content:nth-child(odd) {
  margin-right: 16px;
}

.main_list .center-content .content-left {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

.main_list .center-content .content-left .img-wrap1 {
  width: 148px;
  height: 220px;
  position: relative;
}

.main_list .center-content .content-left .img-wrap1 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
}

.main_list .center-content .content-right {
  width: calc(100% - 148px);
  display: inline-block;
  vertical-align: top;
  padding: 32px 32px 16px;
  font-size: 0;
}

.main_list .center-content .content-right .name,
.main_list .center-content .content-right .post {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.main_list .center-content .content-right .name {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  margin-right: 16px;
}

.main_list .center-content .content-right .post {
  font-size: 12px;
  font-weight: 500;
  color: #822045;
  line-height: 18px;
  padding: 4px 12px;
  background: rgba(130, 32, 69, 0.12);
  border-radius: 17px;
}

.main_list .center-content .content-right .summary {
  font-size: 14px;
  font-weight: 400;
  color: #909499;
  line-height: 20px;
  margin-top: 24px;
  text-align: justify;
  height: 116px;
  overflow: auto;
}

@media screen and (max-width: 1508px) {
  .main_list .center-content .content-right {
    padding: 32px 16px 16px;
  }
}

@media screen and (max-width: 1440px) {
  .main_list .center-content {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 910px) {
  .dean-main .dean-img {
    margin: 0 auto;
    width: 100%;
  }
  .dean-main .dean-img .pc {
    display: none;
  }
  .dean-main .dean-img .phone {
    display: block;
  }
  section .top_banner .top_bg {
    height: Max(2rem, 200px);
  }
  section .list_container .list-left {
    width: 100%;
    float: unset;
    margin-right: unset;
  }
  section .list_container .list-left .nav_menu {
    display: none;
    border-radius: unset;
  }
  section .list_container .list-left .listmenu {
    border-radius: unset;
  }
  section .list_container .list-left .listmenu ul li {
    padding: unset;
  }
  section .list_container .list-left .listmenu ul li a {
    font-size: 12px;
  }
  section .list_container .list-left .listmenu ul li.selected::after, section .list_container .list-left .listmenu ul li.selected::before, section .list_container .list-left .listmenu ul li:hover::after, section .list_container .list-left .listmenu ul li:hover::before {
    width: 100px;
    background-size: contain;
  }
  section .list_container .list-left .m_top {
    position: relative;
    text-align: left;
    padding: 10px 0;
    padding-left: 4%;
    font-size: 16px;
    border-radius: unset;
  }
  section .list_container .list-left .m_top::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    background: url(../images/button-arrow.png) no-repeat center/cover;
  }
  section .list_container .list-left .menubg.donate {
    min-height: unset;
    background-size: auto 100%;
  }
  section .list_container .list-right {
    float: unset;
    width: 92%;
    margin: 0 auto;
  }
  section .list_container .list-right .main_list {
    padding-bottom: 30px;
  }
  section .list_container .list-right .top-thome .r-thome {
    text-align: left;
  }
  section .list_container .list-right .head {
    margin-bottom: 8px;
  }
  section .list_container .list-right .head .big-title {
    font-size: 16px;
  }
  section .list_container .list-right .head .big-title::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .main_list .center-content .content-right .name {
    width: 100%;
    display: block;
  }
  .main_list .center-content .content-right .post {
    margin-top: 12px;
  }
  .main_list .center-content .content-right .summary {
    height: 84px;
  }
}

@media screen and (max-width: 600px) {
  .main_list .center-content .content-right .name {
    width: 100%;
    display: block;
  }
  .main_list .center-content .content-right .post {
    margin-top: 12px;
  }
  .main_list .center-content .content-right .summary {
    height: 62px;
  }
  .main_list .center-content .content-right .summary::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .main_list .center-content .content-right .summary::-webkit-scrollbar-thumb {
    background-color: rgba(144, 148, 153, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 10px;
  }
  .main_list .center-content .content-right .summary::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 148, 153, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  section .list_container .list-right .main_list {
    padding-bottom: 10px;
  }
}
