/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
hr {
  margin: 10px 0 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.arrow-t {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-b {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  position: relative;
  top: -3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-l {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-r {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
* {
  /*     font-family: "Source Han Sans CN","SourceHanSansCN-Regular","Microsoft YaHei"; */
  font-family: "Source Han Sans CN", "SourceHanSansCN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif, "PingFang SC", "Heiti SC", "Microsoft YaHei", "微软雅黑";
  list-style: none;
}
ul {
  padding-left: 0;
}
html,
body {
  position: relative;
}
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
html {
  margin: 0 !important;
}
.second-title {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  margin-top: 52px;
  margin-bottom: 50px;
}
.box .navigation {
  display: block;
}
.crumbs {
  float: right;
  position: relative;
  left: -15px;
  top: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 36px;
}
.crumbs a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.crumbs a:hover {
  color: #e40b20;
}
.crumbs span {
  margin-left: 5px;
  margin-right: 5px;
}
.crumbs .current {
  max-width: 200px;
  /* display: -webkit-inline-box; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.more {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #e40b20;
  padding: 5px 10px;
  line-height: 18px;
}
.more:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.more-right {
  position: relative;
  top: -75px;
}
.header #searchText {
  cursor: pointer;
}
.header #searchform {
  display: none;
}
.header #searchform input {
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-indent: 8px;
}
.header #searchform button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.header .nav-top {
  position: absolute;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  padding: 0 15%;
}
.header .nav-top .mask {
  display: none;
  font-size: 16px;
  color: white;
}
.header .nav-top .mask a {
  color: white;
}
.header .nav-top .mask a:hover {
  text-decoration: none;
}
.header .nav-top .mask .mask-left {
  margin: 30px 0 20px;
  border-right: 1px solid #8a8a8a;
}
.header .nav-top .mask .mask-left .thumbnail-wrapper img {
  width: 100%;
  height: auto;
}
.header .nav-top .mask .mask-right {
  margin: 30px 0;
}
.header .nav-top .mask .mask-right li {
  margin-bottom: 20px;
}
.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.header .navbar-default .navbar-collapse .navbar-search {
  display: flex;
  float: right;
  margin-top: 20px;
}
.header .navbar-default .navbar-collapse .navbar-search li {
  color: white;
  margin-right: 30px;
  line-height: 29px;
  font-size: 16px;
}
.header .navbar-default .navbar-collapse .navbar-search li .nav-en {
  text-decoration: none;
  color: #fff;
}
.header .navbar-default .navbar-collapse .navbar-search li .nav-en:hover {
  color: #e40b20;
}
.header .navbar-default .navbar-collapse .nav-title {
  float: right;
  clear: both;
}
.header .navbar-default .navbar-collapse .nav-title li a {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.header .navbar-default .navbar-collapse .nav-title li a:hover {
  color: #ff8e8e;
}
.header .navbar-default .navbar-collapse .nav-title .active a {
  background: transparent;
  color: #e40b20;
}
.header .navbar-default .navbar-header {
  padding-top: 13px;
}
.header .navbar-default .navbar-header .logo {
  float: left;
  width: 292px;
  position: relative;
  top: 15px;
}
.header .navbar-default .navbar-header p {
  color: black;
  font-size: 13px;
}
.header .navbar-default .navbar-header h1 {
  color: black;
  float: right;
  font-size: 29px;
}
.header-pic {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 359px;
  width: auto;
}
.header-pic .crumbs-nav {
  padding-top: 276px;
}
.header-pic .crumbs-nav .page-title {
  font-size: 36px;
  color: #fff;
  /*background-color:rgba(255,255,255,.8);*/
  /*box-shadow:0 0 5px #fff ;*/
}
.header-pic .crumbs-nav .page-title .page-title-text {
  position: relative;
  right: -15px;
  float: left;
  display: inline-block;
  text-align: center;
  height: 68px;
}
.header-pic .crumbs-nav .page-title .page-title-text .pagetitle {
  margin-bottom: 15px;
}
.header-pic .crumbs-nav .page-title .border-line {
  position: relative;
  top: -38px;
  display: inline-block;
  font-size: 0;
}
.header-pic .crumbs-nav .page-title .border-red {
  width: 25%;
  height: 4px;
  background: #e40b20;
}
.header-pic .crumbs-nav .page-title .border-gray {
  width: 75%;
  height: 4px;
  background: #d6d7d9;
}
.footer {
  background: #d9d9d9;
  padding-top: 30px;
}
.footer .footer-top {
  padding: 20px 0;
}
.footer .footer-top .relation p {
  font-size: 16px;
  margin: 0;
}
.footer .footer-top .relation .relation-item {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer .footer-top .footer-nav .footerLinks {
  display: flex;
  justify-content: space-around;
}
.footer .footer-top .footer-nav .footerLinks .footer-item .footer-primary-title {
  font-size: 18px;
  text-decoration: none;
  color: black;
}
.footer .footer-top .footer-nav .footerLinks .footer-item .footer-subtopic li {
  margin-top: 20px;
}
.footer .footer-top .footer-nav .footerLinks .footer-item .footer-subtopic li a {
  text-decoration: none;
  color: black;
}
.footer .footer-top .footer-code p {
  margin-top: 10px;
}
.footer .copyright {
  background: #373737;
  color: #fefefe;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.banner .banner-mask {
  position: absolute;
  bottom: 10%;
  z-index: 999;
  width: 100%;
  padding: 0 10%;
}
.banner .banner-mask a{text-decoration: none}
.banner .banner-mask .mask-box {
  max-width: 330px;
  border-top: 4px solid #e40b20;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 0 10px;
  height: 80px;
  line-height: 80px;
}
.banner .banner-mask .mask-box span {
  color: #fff;
  font-size: 15px;
  line-height: 80px;
}
.banner .banner-mask .mask-box span .light{font-size:30px;font-weight: bold;color:#e40b20}
.banner .button-next,
.banner .button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  right: 90%;
}
.banner .button-next {
  /*   right: 10%; */
  left: 90%;
}
.banner .swiper-wrapper .banner-pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .swiper-wrapper .banner-pic .banner1-text {
  color: #fff;
  position: relative;
  left: 22%;
  top: 15%;
}
.banner .swiper-wrapper .banner-pic .banner1-text .art {
  font-size: 50px;
  font-weight: bold;
}
.banner .swiper-wrapper .banner-pic .banner1-text .title {
  font-size: 36px;
}
.banner .swiper-wrapper .banner-pic .banner1-text .lover {
  font-size: 20px;
  letter-spacing: 12px;
}
.banner .swiper-pagination > .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #939393;
  opacity: 1;
  margin: 0 23px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #e40b20;
}
.home-news .top-title {
  padding: 40px 0;
  background: #454545;
  font-size: 36px;
  color: #fff;
}
.home-news .news-tab {
  padding-top: 50px;
}
.home-news .news-tab .news-tab .news-more a {
  text-decoration: none;
  color: #333;
}
.home-news .news-tab .nav-tabs {
  border: none;
}
.home-news .news-tab .nav-tabs .nav-tabs .active {
  background: #e40b20;
}
.home-news .news-tab .nav-tabs .nav-tabs .active:after {
  border-left-color: #e40b20;
}
.home-news .news-tab .nav-tabs .nav-tabs .active > a {
  color: #fff;
}
.home-news .news-tab .nav-tabs > li {
  display: inline-block;
  width: 80%;
  float: none;
  border: none;
  transition: background 0.5s;
  height: 80px;
  font-size: 24px;
  background: #e6e6e6;
  text-align: center;
  max-width: 345px;
  margin-bottom: 20px;
}
.home-news .news-tab .nav-tabs > li:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-left-color: transparent;
  transition: border-left-color 0.5s;
  position: absolute;
  top: 0;
  right: -80px;
}
.home-news .news-tab .nav-tabs > li > a {
  position: relative;
  line-height: 80px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-right: 0;
  background: transparent;
  color: #333;
}
.home-news .news-tab .nav-tabs > li > a:hover {
  background: transparent;
}
.home-news .news-tab .nav-tabs > li > a:focus {
  background: transparent;
}
.home-news .news-tab .tab-content {
  padding-top: 15px;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item .news-pic {
  height: 100px;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item .news-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item .news-text {
  padding-top: 10px;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item .news-text .news-title {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  text-decoration: none;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item .news-text .news-describe {
  font-size: 14px;
  color: #666;
}
.home-news .news-tab .tab-content .home-news-list .home-news-item .news-text .news-date {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.extraordinary {
  padding-top: 40px;
}
.extraordinary .extraordinary-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.extraordinary .extraordinary-box {
  padding: 0;
}
.extraordinary .extraordinary-box .top {
  background: #e40b20;
  color: #fff;
  margin-bottom: 2px;
}
.extraordinary .extraordinary-box .bottom {
  background: #454545;
  color: #fff;
  margin-bottom: 2px;
}
.extraordinary .extraordinary-box .box-left {
  padding: 30px 40px 30px 20%;
  border-right: 1px solid #fff;
}
.extraordinary .extraordinary-box .box-left img {
  float: left;
}
.extraordinary .extraordinary-box .box-left .box-txt h3 {
  margin-top: 0;
  font-size: 36px;
  font-weight: bold;
}
.extraordinary .extraordinary-box .box-left .box-txt p {
  font-size: 18px;
}
.extraordinary .extraordinary-box .box-right {
  padding: 30px 20% 30px 40px;
  border-left: 1px solid #fff;
}
.extraordinary .extraordinary-box .box-right img {
  float: right;
}
.extraordinary .extraordinary-box .box-right .box-txt h3 {
  margin-top: 0;
  font-size: 36px;
  font-weight: bold;
}
.extraordinary .extraordinary-box .box-right .box-txt p {
  font-size: 18px;
}
.talk {
  background: #f2f2f2;
}
.talk .talk-title {
  font-weight: bold;
  margin-top: 0;
  padding-top: 50px;
}
.talk .talk-xs-box {
  overflow: hidden;
}
.talk .talk-xs-box .xs-pic img {
  width: 100%;
  height: 100%;
}
.talk .talk-xs-box .xs-text {
  padding-bottom: 20px;
}
.talk .swiper-talk {
  overflow: hidden;
}
.talk .swiper-wrapper {
  padding: 40px 0;
}
.talk .swiper-wrapper .swiper-slide {
  background: #f2f2f2;
}
.talk .swiper-wrapper .left {
  padding-left: 15%;
  background: #f2f2f2;
}
.talk .swiper-wrapper .right {
  padding-right: 15%;
  background: #f2f2f2;
}
.talk .swiper-wrapper .box-txt {
  padding: 30px 20px;
  background: #454545;
  display: inline-block;
  width: 347px;
  height: 289px;
  color: #fff;
  position: relative;
  top: 65px;
  left: -30px;
}
.talk .swiper-wrapper .box-txt p {
  margin: 10px 0;
  min-height: 125px;
}
.talk .swiper-wrapper .pic {
  display: inline-block;
}
.talk .swiper-wrapper .pic img {
  vertical-align: baseline;
  padding: 5px;
  background: white;
  width: 170px;
  height: 200px;
  object-fit: cover;
}
.talk .swiper-wrapper .pic a {
  text-decoration: none;
  color: #333;
  display: block;
  text-align: left;
}
.talk .swiper-pagination-talk {
  padding: 40px 0;
}
.talk .swiper-pagination-talk .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 14px;
}
.talk .swiper-pagination-talk .swiper-pagination-bullet-active {
  background: #e40b20;
}
.charity {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.charity .charity-text {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 50px;
  padding: 0 40px;
}
/* 公益项目 */
.program {
  background-color: #f2f2f2;
}
.program .tab .nav-tabs {
  border: none;
  margin-top: 45px;
  margin-bottom: 52px;
}
.program .tab .nav-tabs .tab-item-center {
  margin-left: 36px;
  margin-right: 36px;
}
.program .tab .nav-tabs .tab-item {
  float: none;
  display: inline-block;
}
.program .tab .nav-tabs .tab-item a {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #939393;
  border: none;
  padding: 0;
}
.program .tab .nav-tabs .active a {
  background-color: #e30b20;
}
.program .tab .tab-content .program-list .program-item .thumbnail-wrapper {
  display: block;
  position: relative;
}
.program .tab .tab-content .program-list .program-item .thumbnail-wrapper .right-label {
  position: absolute;
  right: 0;
  width: 95px;
  z-index: 99;
  height: 30px;
  background: #ff8e8e;
  border-radius: 0 0 0 30px;
  line-height: 30px;
  text-indent: 25px;
  color: white;
}
.program .tab .tab-content .program-list .program-item .thumbnail-wrapper .pic-box {
  /* 	padding-bottom: 56%; */
  width: 100%;
  position: relative;
  margin-bottom: 0;
  background: white;
  height: 225px;
}
.program .tab .tab-content .program-list .program-item .thumbnail {
  border: 1px solid transparent;
  margin-bottom: 0;
}
.program .tab .tab-content .program-list .program-item .program-title {
  text-indent: 20px;
  font-size: 18px;
  background: white;
  display: block;
  padding: 10px 0 20px;
  color: black;
}
.program .tab .tab-content .program-list .program-item .program-title:hover {
  text-decoration: none;
}
.program .tab .tab-content .program-list .program-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .news-left {
  padding-bottom: 43px;
  border-bottom: solid 1px #dfdfdf;
}
.news .news-left .wp-post-image {
  width: 100%;
  height: 373px;
}
.news .news-left .news-left-title {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-top: 17px;
}
.news .news-left .thumbnail-wrapper {
  display: block;
}
.news .news-left .new-left-describe {
  font-size: 14px;
  margin: 20px 0;
}
.news .news-left .new-left-date {
  font-size: 14px;
  color: #cccccc;
}
.news .news-right {
  padding-left: 35px;
}
.news .news-right .news-list {
  padding-left: 5px;
}
.news .news-right .news-list .news-item {
  margin-bottom: 20px;
}
.news .news-right .news-list .news-item .news-pic {
  width: 100%;
  height: 180px;
  position: relative;
  margin-bottom: 0;
  background: white;
}
.news .news-right .news-list .news-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .news-right .news-list .news-item .news-right-describe {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 52px;
  margin-top: 17px;
}
.news .news-right .news-list .news-item .news-title {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  padding: 17px 0;
}
.news .news-right .news-list .news-item .news-right-date {
  font-size: 14px;
  margin-bottom: 0;
  color: #cccccc;
  padding-bottom: 13px;
  border-bottom: solid 1px #dfdfdf;
}
.partner {
  position: relative;
}
.partner .left-btn {
  position: absolute;
  left: -40px;
  top: 70%;
  width: 40px;
  height: 60px;
  margin-top: -37px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 60px;
  color: #ccc;
}
.partner .right-btn {
  position: absolute;
  right: -40px;
  top: 70%;
  width: 40px;
  height: 60px;
  margin-top: -37px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 60px;
  color: #ccc;
}
.partner .partner-mask {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.partner .partner-mask .partner-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 3885px;
  height: 230px;
}
.partner .partner-mask .partner-list .partner-item {
  width: 228px;
  display: inline-block;
  padding: 10px 30px;
}
.partner .partner-mask .partner-list .partner-item .partner-pic {
  height: 115px;
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.partner .partner-mask .partner-list-s {
  width: 100%;
}
.partner .partner-mask .partner-list-s .partner-pic img {
  width: 100%;
}
.partner .partner-mask .partner-list-s .partner-item {
  width: 19%;
  display: inline-block;
}
.partner .partner-mask .partner-list-s .partner-item .partner-pic {
  height: 115px;
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.box .nav-tabs {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  position: relative;
  top: -2px;
}
.box .nav-tabs li {
  float: none;
  position: relative;
  top: 0px;
  display: inline-block;
  padding: 50px 15px;
  border-bottom: 3px solid transparent;
}
.box .nav-tabs li a {
  font-size: 30px;
  color: #333333;
}
.box .nav-tabs li a:hover {
  color: #e40b20;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}
.box .nav-tabs .active {
  border-bottom: 3px solid #e40b20;
}
.box .nav-tabs .active :hover {
  background: transparent;
  border: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.box .nav-tabs .active :focus {
  border-top: 2px solid transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.box .nav-tabs .active a {
  border: none;
}
.box .tab-content .tab-pane {
  margin-bottom: 150px;
}
.box .tab-content .tab-pane .text-content {
  padding: 20px;
  line-height: 30px;
  font-size:16px;
}
.box .tab-content .tab-pane .text-content p{text-indent:20px;}
.box .tab-content .tab-pane .text-content ul li{list-style:disc;text-indent:0;margin-left:40px}
.box .tab-content .tab-pane .text-content h3 {border-left:5px solid #e40b20;padding-left:10px;}
.program-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.program-box .program-title {
  margin-bottom: 55px;
  font-size: 36px;
}
.program-box .program-toptab .nav-tabs li {
  display: inline-block;
}
.program-box .program-tab {
  border-bottom: solid 1px rgba(136, 136, 136, 0.3);
  margin-bottom: 30px;
}
.program-box .program-tab .current-cat {
  border-color: #e40b20;
}
.program-box .program-tab .current-cat a {
  color: #e40b20;
}
.program-box .program-tab li {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 50px 15px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  margin-left: 30px;
}
.program-box .program-tab li:hover {
  border-bottom: 3px solid #e40b20;
}
.program-box .program-tab li a {
  font-size: 30px;
  color: #333333;
}
.program-box .program-tab li a:hover {
  text-decoration: none;
  color: #da533b;
}
.program-box .program-page .program-page-item {
  margin-bottom: 50px;
}
.program-box .program-page .program-page-item a {
  display: block;
  position: relative;
}
.program-box .program-page .program-page-item a:hover {
  text-decoration: none;
}
.program-box .program-page .program-page-item a .right-label {
  position: absolute;
  right: 0;
  width: 95px;
  z-index: 99;
  height: 30px;
  background: #ff8e8e;
  border-radius: 0 0 0 30px;
  line-height: 30px;
  text-indent: 25px;
  color: white;
}
.program-box .program-page .program-page-item .thumbnail {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.program-box .program-page .program-page-item .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.program-box .program-page .program-page-item .program-page-title,
.program-box .program-page .program-page-item .program-page-date {
  display: block;
  font-size: 18px;
  color: #777;
  padding-top: 27px;
  padding-bottom: 30px;
  background: #f2f2f2;
}
.program-box .program-page .program-page-item .program-page-title {
  color: black;
}
.msg-box .msg-articles .msg-item {
  padding: 30px 0 50px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.msg-box .msg-articles .msg-item .item-pic {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.msg-box .msg-articles .msg-item .item-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  object-fit: cover;
}
.msg-box .msg-articles .msg-item .item-pic:hover img {
  transform: scale(1.1);
}
.msg-box .msg-articles .msg-item .item-pic:hover .organization-year {
  top: -164px;
  left: 57px;
}
.msg-box .msg-articles .msg-item .item-text {
  padding: 17px 30px 20px;
}
.msg-box .msg-articles .msg-item .msg-title {
  display: block;
  font-size: 24px;
  color: black;
  margin-bottom: 30px;
}
.msg-box .msg-articles .msg-item .msg-title:hover {
  text-decoration: none;
}
.msg-box .msg-articles .msg-item .author {
  color: #666666;
  font-size: 14px;
}
.msg-box .msg-articles .msg-item .msg-date {
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
}
.msg-box .msg-articles .msg-item .item-description {
  margin-top: 30px;
}
.msg-box .msg-articles .msg-item .item-btn {
  margin-top: 10px;
}
.msg-box .msg-articles .msg-item .item-btn .btn-more {
  display: inline-block;
  background: #e40b20;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.msg-box .msg-articles .msg-item .item-btn .share {
  display: inline-block;
  float: right;
}
.msg-box .msg-articles .msg-item .item-btn .share .share-text {
  position: relative;
  top: -9px;
}
.msg-box .msg-articles .msg-item .audit-text {
  text-align: center;
  position: relative;
  top: -143px;
}
.msg-box .msg-articles .msg-item .audit-text .audit-year {
  font-size: 51px;
  color: red;
}
.msg-box .msg-articles .msg-item .audit-text .audit-title {
  font-size: 20px;
  font-weight: bold;
}
.msg-box .msg-articles .msg-item .organization-year {
  font-size: 23px;
  position: relative;
  top: -159px;
  left: 60px;
  display: inline;
  transition: all 0.6s;
}
.msg-box .msg-programa {
  border-bottom: solid 1px rgba(136, 136, 136, 0.3);
}
.msg-box .msg-programa .current_page_item {
  border-color: #e40b20;
}
.msg-box .msg-programa .current_page_item a {
  color: #e40b20;
}
.msg-box .msg-programa li {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 50px 15px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  margin-left: 30px;
}
.msg-box .msg-programa li:hover {
  border-bottom: 3px solid #e40b20;
}
.msg-box .msg-programa li a {
  font-size: 30px;
  color: #333333;
}
.msg-box .msg-programa li a:hover {
  text-decoration: none;
  color: #da533b;
}
.msg-box .admin-first {
  padding: 0px 40px;
}
.msg-box .admin-first .admin-item {
  width: 20%;
  margin: 40px auto;
  padding: 0 27px;
}
.msg-box .admin-first .admin-item .item-text {
  padding: 13px 27px 16px;
  border-radius: 10px;
  display: block;
  color: #e40b20;
  text-decoration: none;
  background-size: cover;
}
.msg-box .admin-first .admin-item .item-text img {
  display: block;
  margin: 0 auto 10px;
}
.msg-box .admin-first .admin-item .item-text a {
  color: #e40b20;
}
.msg-box .admin-first .admin-item .item-text a:hover {
  text-decoration: none;
}
.msg-box .admin {
  padding: 50px 40px;
  border-top: solid 1px rgba(136, 136, 136, 0.2);
}
.msg-box .admin .admin-item {
  width: 20%;
  margin-bottom: 82px;
  padding: 0 27px;
}
.msg-box .admin .admin-item .item-text {
  padding: 13px 27px 16px;
  border-radius: 10px;
  display: block;
  color: #e40b20;
  text-decoration: none;
  background-size: cover;
}
.msg-box .admin .admin-item .item-text img {
  display: block;
  margin: 0 auto 10px;
}
.msg-box .admin .admin-item .item-text a {
  color: #e40b20;
}
.msg-box .admin .admin-item .item-text a:hover {
  text-decoration: none;
}
.news-box .news-programa {
  border-bottom: solid 1px rgba(136, 136, 136, 0.3);
}
.news-box .news-programa .current-cat {
  border-color: #e40b20;
}
.news-box .news-programa .current-cat a {
  color: #e40b20;
}
.news-box .news-programa li {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 50px 15px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  margin-left: 30px;
}
.news-box .news-programa li:hover {
  border-bottom: 3px solid #e40b20;
}
.news-box .news-programa li a {
  font-size: 30px;
  color: #333333;
}
.news-box .news-programa li a:hover {
  text-decoration: none;
  color: #da533b;
}
.news-box .news-list .news-item {
  padding: 30px 0 50px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  margin-bottom: 30px;
}
.news-box .news-list .news-item a {
  display: block;
  overflow: hidden;
}
.news-box .news-list .news-item a:hover {
  text-decoration: none;
}
.news-box .news-list .news-item .news-item-pic {
  height: 230px;
}
.news-box .news-list .news-item .news-item-pic img {
  height: 200px;
  background: #777;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-box .news-list .news-item .news-item-describe {
  padding: 20px 40px;
  color: #555;
}
.news-box .news-list .news-item .news-item-describe .msg-title {
  display: block;
  font-size: 24px;
  color: black;
  margin-bottom: 30px;
}
.news-box .news-list .news-item .news-item-describe .msg-title:hover {
  text-decoration: none;
}
.news-box .news-list .news-item .news-item-describe .author {
  color: #666666;
  font-size: 14px;
}
.news-box .news-list .news-item .news-item-describe .msg-date {
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
}
.news-box .news-list .news-item .news-item-describe .item-description {
  margin-top: 30px;
}
.box-join .join-title {
  border-bottom: solid 1px rgba(136, 136, 136, 0.3);
}
.box-join .join-title li {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 50px 15px;
  border-bottom: 3px solid transparent;
  margin-left: 30px;
  margin-right: 30px;
}
.box-join .join-title li:hover {
  border-bottom: 3px solid #e40b20;
}
.box-join .join-title li a {
  font-size: 30px;
  color: #333333;
}
.box-join .join-title li a:hover {
  text-decoration: none;
  color: #da533b;
}
.box-join .join-talents .join-talents-left {
  background: #e40b20;
  padding: 0;
}
.box-join .join-talents .join-talents-left img {
  width: 100%;
  height: auto;
}
.box-join .join-talents .join-talents-left p {
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  color: white;
  margin-bottom: 0;
}
.box-join .join-talents .join-talents-left .join-talents-we {
  font-size: 20px;
  margin-bottom: 40px;
}
.box-join .join-talents .join-talents-left .join-talents-love {
  font-size: 30px;
}
.box-join .join-talents .join-talents-right {
  padding: 30px 40px;
}
.box-join .join-talents .join-talents-right .join-essay .join-item {
  margin-bottom: 20px;
}
.box-join .join-talents .join-talents-right .join-essay .join-item a {
  color: black;
  font-size: 18px;
}
.box-join .join-talents .join-talents-right .join-essay .join-item a:hover {
  text-decoration: none;
}
.box-join .join-talents .join-talents-right .join-more {
  padding: 0 15px;
  color: #e80a21;
  font-size: 16px;
}
.box-join .join-talents .join-talents-right .join-more:hover {
  text-decoration: none;
}
.box-join .join-talents,
.box-join .join-volunteer,
.box-join .join-cooperation {
  border: 1px solid rgba(136, 136, 136, 0.2);
  margin-bottom: 100px;
}
.box-join .join-volunteer .join-volunteer-text {
  padding: 50px 30px;
}
.box-join .join-volunteer .join-volunteer-text .join-volunteer-num {
  font-size: 32px;
  font-weight: bold;
}
.box-join .join-volunteer .join-volunteer-pic {
  padding: 0;
}
.box-join .join-volunteer .join-volunteer-pic img {
  width: 100%;
}
.box-join .join-volunteer .join-volunteer-pic .join-volunteer-btn {
  display: block;
  background: #e40b20;
  color: white;
  line-height: 40px;
  font-size: 20px;
}
.box-join .join-volunteer .join-volunteer-pic .join-volunteer-btn:hover {
  text-decoration: none;
}
.box-join .join-cooperation p .inp-name {
  display: inline-block;
  width: 120px;
  text-align: right;
  margin-right: 20px;
}
.box-join .join-cooperation p textarea {
  width: 300px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.box-join .join-cooperation p input {
  width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.box-join .join-cooperation p input[type="submit"] {
  background: #e40b20;
  width: 100px;
  color: white;
  font-size: 18px;
  line-height: 18px;
  border-radius: 25px;
  position: relative;
  right: 30px;
}
.box-join .join-cooperation p i {
  color: #e40b20;
}
.volunteer-page .volunteer-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.volunteer-page .volunteer-form p .inp-name {
  display: inline-block;
  width: 150px;
  text-align: right;
  margin-right: 20px;
}
.volunteer-page .volunteer-form p textarea {
  width: 300px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #a6a6a6;
}
.volunteer-page .volunteer-form p input {
  width: 300px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.volunteer-page .volunteer-form p input[type="radio"] {
  width: auto;
}
.volunteer-page .volunteer-form p input[type="checkbox"] {
  width: auto;
}
.volunteer-page .volunteer-form p input[type="submit"] {
  background: #e40b20;
  width: 100px;
  color: white;
  font-size: 18px;
  line-height: 18px;
  border-radius: 25px;
  position: relative;
  right: 30px;
}
.volunteer-page .volunteer-form p i {
  color: #e40b20;
}
.volunteer-page .volunteer-form p .wpcf7-checkbox {
  width: 300px;
  display: inline-table;
  text-align: left;
}
.volunteer-page .volunteer-form p .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 100px;
  display: inline-block;
  white-space: nowrap;
}
.volunteer-page .volunteer-form p .wpcf7-radio {
  width: 300px;
  display: inline-table;
  text-align: left;
}
.search-header .search-title .search-results {
  color: #e40b20;
}
.search-header .search-count {
  color: #666666;
  font-size: 14px;
}
.search-page .search-list .page-header {
  border-bottom: none;
}
.search-page .search-list .search-item {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  height: 240px;
  margin-bottom: 37px;
}
.search-page .search-list .search-item .search-pic img {
  width: 100%;
  max-height: 185px;
}
.search-page .search-list .search-item .search-text .msg-title {
  display: block;
  font-size: 24px;
  color: black;
  margin-bottom: 30px;
}
.search-page .search-list .search-item .search-text .msg-title:hover {
  text-decoration: none;
}
.search-page .search-list .search-item .search-text .author {
  color: #666666;
  font-size: 14px;
}
.search-page .search-list .search-item .search-text .msg-date {
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
}
.search-page .search-list .search-item .search-text .item-description {
  margin-top: 30px;
}
.single .single-title {
  margin-bottom: 39px;
}
.single .single-title h1 {
  margin-bottom: 19px;
  font-size: 30px;
  margin-top: 40px;
}
.single .single-title p span {
  color: #666666;
  font-size: 14px;
}
.single .single-content .single-title {
  margin: 0 15px;
}
.single .single-content .single-text {
  padding: 0 40px;
  margin: 0 15px;
  margin-bottom: 153px;
  line-height: 30px;
}
.single .single-content .single-text h3{
  border-left:5px solid #ddd;
  padding-left:10px;
}
.single .single-content .single-text span {
  line-height: 30px;
}
.single .single-content .single-text p {
  line-height: 30px;
}
.single .single-content .single-text img {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}
.single .single-content .single-text .wp-video {
  width: 100% !important;
  position: relative;
}
.single .single-content .consult {
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
}
.single .single-content .consult-list {
  padding: 0 40px;
}
.single .single-content .consult-list .consult-item {
  font-size: 14px;
  border-bottom: 1px solid #ebe8e1;
  margin-bottom: 10px;
}
.single .single-content .consult-list .consult-item .consult-time {
  float: right;
}
.single .single-content .consult-list .consult-item .consult-title {
  color: black;
  text-decoration: none;
}
.entry-content img {
  display: block;
  margin: 0 auto;
}
.navbar {
  margin-bottom: 10px;
}
.navbar-nav > li > a {
  padding-top: 8px;
}
.join-cooperation-text {
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  background: #e40b20;
  font-size: 20px;
  color: white;
}
.left-pic {
  padding: 0;
}
.right-list {
  margin: 40px 0;
}
.wpcf7-list-item .wpcf7-list-item-label {
  margin: 0 5px;
}
.holiday {
  width: 100%;
  height: 100%;
  background: rgba(255, 100, 97, 0.5);
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  color: #FFF;
  padding: 6%;
}
.holiday .welcome {
  position: relative;
  display: inline-block;
  height: 100%;
}
.holiday .welcome .welcomePic {
  height: 100%;
  width: auto;
}
.holiday .welcome .closeBtn {
  float: none;
  position: absolute;
  top: 4px;
  right: 4px;
}
.holiday-xs {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  color: #FFF;
  padding: 10%;
  background-size: contain;
  background-repeat: no-repeat;
}
.closeBtn {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 20px;
  background: #999;
  color: #FFF;
  transition: linear 0.06s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
}
.closeBtn:hover {
  background: #d1282a;
  box-shadow: 0 1px 3px rgba(209, 40, 42, 0.5);
  color: #FFF;
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
.volunteer-link {
  display: inline-block;
  background-size: 100% 100%;
  padding: 10px;
  text-align: center;
}
.volunteer-link:hover {
  text-decoration: none;
}
.volunteer-link img {
  width: 40px;
}
.volunteer-link .volunteer-china {
  color: red;
  font-size: 20px;
}
.wpcf7 > .screen-reader-response {
  display: none;
}
.wpcf7-response-output,
.wpcf7-mail-sent-ok {
  color: red;
}
.share .share-text {
  position: relative;
  top: -9px;
}
.share {
  display: inline-block;
  float: right;
}
.party-box .msg-articles .msg-item .item-pic {
  height: 230px;
}
.party-box .msg-articles .msg-item .item-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e8e8e8;
}
.isWeixin > .header,
.isWeixin > .header-pic,
.isWeixin > .footer {
  /*display: none;*/
}
.wx-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 199;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.wx-page .wx-page-hd {
  position: relative;
  background: url('../wximg/wx_bg1.jpg') center center no-repeat;
  background-size: cover;
  height: 100px;
  padding-right: 24%;
  overflow: hidden;
  margin-bottom: 20px;
}
.wx-page .wx-page-hd::after {
  position: absolute;
  content: '';
  height: 10px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
}
.wx-page .wx-page-hd .wx-page-logo {
  width: 85px;
  position: absolute;
  right: 25px;
  bottom: 3px;
  z-index: 2;
}
.wx-page .wx-page-hd .wx-page-logo img {
  display: block;
  width: 100%;
}
.wx-page .wx-page-hd .title {
  color: #fff;
  text-shadow: 0 2px 0 #000;
  font-size: 20px;
  border-bottom: #fff solid 1px;
  line-height: 1.6;
  padding: 5px 0;
  margin: 30px 10px 0;
}
.wx-page .text-content {
  text-align: justify;
  text-align-last: left;
}
.wx-page .text-content * {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}
.wx-page .wx-cat-box .wx-cat-bg {
  width: 100%;
  height: 0;
  padding-top: 110%;
  background: center center no-repeat;
  background-size: cover;
}
.wx-page .wx-cat-box .wx-cat-list-group {
  margin: -48px auto 30px;
  width: 75%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  overflow: hidden;
}
.wx-page .wx-cat-box .list-group-item {
  border-width: 0;
  border-radius: 0;
  border-top: #fcbfc5 solid 1px;
  padding: 15px;
}
.wx-page .wx-cat-box .list-group-item:first-child {
  border-top-width: 0;
}
.wx-page .wx-cat-box .list-group-item .media {
  display: block;
}
.wx-page .wx-cat-box .list-group-item .media:active,
.wx-page .wx-cat-box .list-group-item .media:hover,
.wx-page .wx-cat-box .list-group-item .media:focus {
  text-decoration: none;
}
.wx-page .wx-cat-box .list-group-item .media-left {
  width: 50%;
  vertical-align: middle;
}
.wx-page .wx-cat-box .list-group-item .media-object {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto;
}
.wx-page .wx-cat-box .list-group-item .media-heading {
  line-height: 48px;
  color: #e30b20;
  margin-bottom: 0;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .row {
  margin-left: -5px;
  margin-right: -5px;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .volunteer-item-cell {
  padding-left: 5px;
  padding-right: 5px;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .volunteer-item-cell > p {
  white-space: nowrap;
  font-size: 1.3rem;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .volunteer-item-cell h3 {
  margin: 10px 0 0;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .thumbnail {
  border-width: 0;
  margin-bottom: 0;
  padding: 0 4px;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .thumbnail .caption {
  padding: 8px 8px 0;
}
.wx-page .wx-cat-box .list-group-item.volunteer-item .thumbnail .caption h4 {
  margin: 0;
  color: #e40b20;
}

/*css 重写*/
.header .nav-top{background-color:rgba(255,255,255,.9);}
.header .navbar-default .navbar-collapse .nav-title li a{color:#666;}
.header .nav-top .mask{color:#666;}
.header .nav-top .mask a{color:#666;}
.banner .banner-mask .mask-box{background-color:rgba(255,255,255,.9)}
.banner .banner-mask .mask-box span{color:#666}
.header .navbar-default .navbar-collapse .navbar-search li,
.header #searchform button {color:#666;}

iframe{border:0;}