html.set-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: ;
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.inner {
  width: 1200px;
  margin: auto;
}
.title-box {
  padding: 0 32px;
  position: relative;
  display: flex;
  align-items: center;
}
.title-box .title {
  font-size: 31px;
  line-height: 44px;
  color: #f76a01;
  padding: 0 16px;
  width: fit-content;
  letter-spacing: 4px;
}
.title-box .line {
  flex: 1;
  height: 1px;
  background-color: #eee;
}
.common1 .swiper-container {
  width: 100%;
}
.common1 .swiper-container .swiper-wrapper {
  padding-top: 30px;
}
.common1 .swiper-container .swiper-slide {
  width: 382px;
}
.common1 .swiper-container .swiper-slide:hover {
  cursor: pointer;
}
.common1 .swiper-container .swiper-slide:hover .temp-box .img-box {
  border: solid 1px rgba(0, 0, 0, 0);
}
.common1 .swiper-container .swiper-slide:hover .common-title {
  color: #f76a01;
}
.common1 .swiper-container .swiper-slide:hover .temp-box .tags {
  top: 1px;
}
.common1 .swiper-container .swiper-slide .temp-box {
  position: relative;
}
.common1 .swiper-container .swiper-slide .temp-box .tags {
  position: absolute;
  width: 110px;
  padding-left: 28px;
  box-sizing: border-box;
  height: 31px;
  color: #fff;
  line-height: 31px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 5px;
  top: 0;
  transform: translatey(-12px);
}
.common1 .swiper-container .swiper-slide .temp-box .img-box {
  width: 382px;
  height: 259px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.common1 .swiper-container .swiper-slide .temp-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common1 .swiper-container .swiper-slide .common-title {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common1 .swiper-container .swiper-slide .publish-time {
  font-size: 14px;
  line-height: 16px;
  color: #ff6601;
}
.common1 .swiper-container .swiper-slide .summary {
  font-size: 14px;
  line-height: 21px;
  color: #9c9c9c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  font-family: -apple-system, blinkmacsystemfont, segoe ui, pingfang sc, hiragino sans gb, microsoft yahei, helvetica neue, helvetica, arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
}
ul {
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
}
input::-webkit-input-placeholder {
  /* webkit browsers */
  color: #aaa;
}
input:-moz-placeholder {
  /* mozilla firefox 4 to 18 */
  color: #aaa;
}
input::-moz-placeholder {
  /* mozilla firefox 19  */
  color: #aaa;
}
input:-ms-input-placeholder {
  /* internet explorer 10  */
  color: #aaa;
}
.title.filter-title {
  font-weight: 600;
  margin: 0 !important;
  font-size: 14px !important;
}
.donate.icon3 {
  width: 131px;
  height: 38px;
  padding-left: 43px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  background: linear-gradient(123deg, #e73f0d 0%, #ff7b04 100%);
  border-radius: 24px;
  margin-left: 19px;
  position: relative;
}
.donate.icon3:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translatey(-50%);
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.donate.icon3:hover {
  opacity: 0.8;
}
.common-banner {
  width: 100%;
  height: 260px;
}
.common-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-nav2 {
  width: 100%;
  height: 100px;
  background: #fff;
}
.common-nav2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.common-nav2 ul li {
  height: 100px;
  padding: 38px 24px 32px;
  box-sizing: border-box;
}
.common-nav2 ul li .li-box {
  width: fit-content;
  height: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.common-nav2 ul li.active {
  background: #f76a01;
}
.common-nav2 ul li.active .li-box {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.common-nav2 ul li:hover {
  background: #f76a01;
}
.common-nav2 ul li:hover .li-box {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.main {
  width: 100%;
  padding-bottom: 54px;
  background: #f6f6f6;
}
.main5 {
  width: 100%;
  background: #262626;
}
.main.area-main {
  padding-top: 38px;
}
.main.main-index {
  background: #fff;
}
.top-img {
  width: 1200px;
  height: 345px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  margin: auto;
  margin-bottom: 38px;
  position: relative;
}
.top-img .tags {
  position: absolute;
  width: 323px;
  height: 323px;
  padding: 60px 60px 0 72px;
  box-sizing: border-box;
  left: 0px;
  top: -38px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.top-img .tags .title {
  height: 40px;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
}
.top-img .tags .line {
  margin-top: 14px;
  height: 1px;
  background: #f47121;
}
.top-img .tags .num {
  font-size: 26px;
  line-height: 31px;
  margin-top: 20px;
  color: #fff;
}
.top-img .tags .desc {
  height: 20px;
  font-size: 14px;
  color: #ffbd91;
  line-height: 20px;
}
.top-img .tags .donate.icon3 {
  margin-top: 23px;
  position: relative;
  width: 196px;
  background: #fff;
  color: #f76a01;
  margin-left: 0;
  padding-left: 74px;
}
.top-img .tags .donate.icon3:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translatey(-50%);
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.top-img .img-box {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.top-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-box2 {
  width: 1200px;
  margin: auto;
  margin-top: -167px;
  background: #fff;
  padding: 38px 54px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.top-box2 .li-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.top-box2 .li-box .img-box {
  margin-right: 43px;
  height: 145px;
}
.top-box2 .li-box .img-box img {
  width: auto;
  max-width: 400px;
  height: 100%;
  object-fit: contain;
}
.top-box2 .li-box .content-li {
  flex: 1;
}
.top-box2 .li-box .content-li .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.top-box2 .li-box .content-li .desc {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.top-box2 .li-box .content-li .temp-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.top-box2 .li-box .content-li .temp-box .left-box {
  margin-right: 31px;
  padding-right: 29px;
  width: fit-content;
}
.top-box2 .li-box .content-li .temp-box .left-box:after {
  content: '';
  width: 1px;
  height: 45px;
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.top-box2 .li-box .content-li .temp-box .left-box .num {
  font-size: 26px;
  line-height: 31px;
  color: #f76a01;
}
.top-box2 .li-box .content-li .temp-box .donate.icon3 {
  width: 177px;
  padding-left: 60px;
  margin-left: 0;
}
.top-box2 .li-box .content-li .temp-box .donate.icon3:before {
  left: 39px;
}
.top-box2.top-box3 {
  margin-top: -167px;
  background: #fff;
  padding: 0;
}
.top-box2.top-box3 .li-box .img-box {
  margin-right: 43px;
  border-right: none;
  width: 673px;
  height: 453px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.top-box2.top-box3 .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-box2.top-box3 .li-box .content-li {
  flex: 1;
  padding-right: 42px;
}
.top-box2.top-box3 .li-box .content-li .img-box {
  width: 251px;
  height: 117px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.top-box2.top-box3 .li-box .content-li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-box2.top-box3 .li-box .content-li .num {
  margin-top: 16px;
  font-size: 26px;
  line-height: 31px;
  color: #f76a01;
}
.top-box2.top-box3 .li-box .content-li .line {
  height: 1px;
  background: #f3f3f3;
  margin: 16px 0 24px;
}
.top-box2.top-box3 .li-box .content-li .donate.icon3 {
  margin-left: 0;
}
.inner2 {
  width: 1200px;
  margin: auto;
  position: relative;
  margin-top: -120px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 500px;
  display: flex;
}
.inner3 {
  width: 1200px;
  margin: auto;
  background: #262626;
  min-height: 400px;
}
.inner2.area-wrapper {
  margin-top: 38px;
}
.left-breadcrumb {
  flex: 0 0 215px;
  height: 100%;
}
.left-breadcrumb .title-box2 {
  width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  padding-top: 34px;
  border-bottom: solid 1px #f1f1f1;
  text-align: center;
}
.left-breadcrumb .title-box2 .title {
  font-size: 26px;
  color: #333;
  line-height: 37px;
  padding: 0 15px;
}
.left-breadcrumb .title-box2 .name {
  font-size: 16px;
  color: #999999;
  line-height: 19px;
}
ul.common-nav {
  padding-top: 5px;
  padding-bottom: 30px;
}
ul.common-nav li {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
ul.common-nav li .li-box {
  width: fit-content;
  height: 26px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
ul.common-nav li .li-box.active {
  color: #f76a01;
  border-bottom: solid 2px #f76a01;
}
ul.common-nav li .li-box:hover {
  color: #f76a01;
  border-bottom: solid 2px #f76a01;
}
.right-wrapper {
  flex: 1;
  width: 985px;
  padding: 10px 37px 40px 32px;
  border-left: solid 1px #f1f1f1;
  box-sizing: border-box;
}
.right-wrapper ul.list li {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: solid 1px #f3f3f3;
}
.right-wrapper ul.list li .li-box {
  display: flex;
  align-items: center;
  position: relative;
}
.right-wrapper ul.list li .li-box .img-box {
  margin-right: 19px;
  width: 251px;
  height: 145px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper ul.list li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper ul.list li .li-box .content-li {
  flex: 1;
}
.right-wrapper ul.list li .li-box .content-li .title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 4px;
}
.right-wrapper ul.list li .li-box .content-li .time {
  height: 14px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
.right-wrapper ul.list li .li-box .content-li .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 23px;
  height: 60px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.right-wrapper ul.list li .li-box:hover .img-box {
  opacity: 0.8;
}
.right-wrapper ul.list li .li-box:hover .content-li .title {
  color: #f76a01;
}
.right-wrapper .content-box {
  width: 100%;
  box-sizing: border-box;
  padding-top: 26px;
}
.right-wrapper .content-box.hide {
  display: none;
}
.right-wrapper .content-box .title {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.right-wrapper .content-box .item {
  margin-bottom: 30px;
}
.right-wrapper .content-box .item .detail {
  margin-top: 13px;
}
.right-wrapper .content-box .item .ul-img-title {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.right-wrapper .content-box .item .ul-img-title li {
  width: 275px;
  margin-bottom: 30px;
  margin-right: 0;
}
.right-wrapper .content-box .item .ul-img-title li:not(:nth-child(3n)) {
  margin-right: 38px;
}
.right-wrapper .content-box .item .ul-img-title li .li-box .img-box {
  padding: 0px;
  border: 1px solid #ebebeb;
  width: 275px;
  height: 149px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper .content-box .item .ul-img-title li .li-box .title {
  height: 31px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
  text-align: center;
}
.right-wrapper .content-box .item .ul-img-title li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper .content-box .item .ul-img-title li .li-box:hover .title {
  color: #f76a01;
}
.right-wrapper .content-box .item .ul-title-time {
  margin-top: 10px;
}
.right-wrapper .content-box .item .ul-title-time li {
  height: 51px;
  border-bottom: 1px solid #eee;
}
.right-wrapper .content-box .item .ul-title-time li .li-box {
  display: flex;
}
.right-wrapper .content-box .item .ul-title-time li .li-box .title {
  max-width: 800px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper .content-box .item .ul-title-time li .li-box .time {
  flex: 0 0 100px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  margin-left: auto;
}
.right-wrapper .content-box .item .ul-title-time li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper .content-box .item .ul-title-time li .li-box:hover .title {
  color: #f76a01;
}
.right-wrapper .content-box .item .ul-title-time li .li-box:hover .time {
  color: #f76a01;
}
.right-wrapper .content-box .item .ul-img-title.pictures {
  margin-top: 20px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li {
  width: 435px;
  margin-bottom: 30px;
  margin-right: 0;
}
.right-wrapper .content-box .item .ul-img-title.pictures li:not(:nth-child(2n)) {
  margin-right: 38px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box {
  position: relative;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box .shadow {
  position: absolute;
  z-index: 15;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box .shadow.shadow1 {
  width: 424px;
  height: 4px;
  background: #6f6f6f;
  left: 4px;
  bottom: -3px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box .shadow.shadow2 {
  width: 408px;
  height: 4px;
  background: #bbb;
  left: 13px;
  bottom: -7px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 435px;
  height: 241px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .time {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  height: 17px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li:hover {
  opacity: 0.8;
}
.right-wrapper .content-box .item .ul-img-title.pictures li:hover .title {
  color: #f76a01;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box {
  position: relative;
  border: none;
  width: 273px;
  height: 147px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .img-num {
  position: absolute;
  padding-left: 12px;
  bottom: 9px;
  left: 0;
  width: fit-content;
  color: #f76a01;
  font-size: 14px;
  line-height: 16px;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .img-num span {
  margin-left: 7px;
  color: #c6c6c6;
  line-height: 20px;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer {
  position: absolute;
  width: 274px;
  height: 187px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 8px;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer .img-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer .desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  color: #f76a01;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box:hover .mark-layer {
  display: flex;
}
.right-wrapper .content-box .detail p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.right-wrapper .content-box .detail img {
  max-width: 800px;
  margin-top: 15px;
  margin-bottom: 10px;
  height: auto !important;
}
.right-wrapper .temp-box .title {
  height: 22px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 26px;
  margin-bottom: 12px;
}
.right-wrapper .temp-box .select-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  background: #f9f9f9;
  border-radius: 8px;
}
.right-wrapper .temp-box .select-box .search {
  width: 251px;
  height: 32px;
  padding: 0 18px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.right-wrapper .temp-box .select-box .search button,
.right-wrapper .temp-box .select-box .search .search-icon {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 32px;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  background: transparent;
}
.right-wrapper .temp-box .select-box .search button .iconfont,
.right-wrapper .temp-box .select-box .search .search-icon .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 18px;
}
.right-wrapper .temp-box .select-box .box {
  width: 167px;
  height: 32px;
  padding: 0 18px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.right-wrapper .temp-box .select-box .box.long {
  width: 200px;
}
.right-wrapper .temp-box .select-box .box input {
  cursor: pointer;
}
.right-wrapper .temp-box .select-box .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 10px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
.right-wrapper .temp-box .select-box .box.show ul {
  display: block;
}
.right-wrapper .temp-box .select-box .box ul {
  width: 100%;
  max-height: 190px;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 32px;
  display: none;
  box-shadow: 0 10px 30px -5px #ddd;
}
.right-wrapper .temp-box .select-box .box ul::-webkit-scrollbar {
  display: none;
}
.right-wrapper .temp-box .select-box .box ul li {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #666;
}
.right-wrapper .temp-box .select-box .box ul li.active {
  background: #f76a01;
  color: #fff;
}
.right-wrapper .temp-box .select-box .box ul li:hover {
  background: #f76a01;
  color: #fff;
}
.right-wrapper .temp-box .select-box .box ul li.hide {
  display: none;
}
.right-wrapper .temp-box .select-box input {
  outline: none;
  border: none;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: transparent;
}
.right-wrapper .temp-box .select-box input::-webkit-input-placeholder {
  font-size: 14px;
}
.right-wrapper ul.list.area li .li-box .img-box {
  margin-right: 25px;
  border: 1px solid #f0f0f0;
  width: 251px;
  height: 145px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper ul.list.area li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper ul.list.area li .li-box .content-li {
  flex: 1;
}
.right-wrapper ul.list.area li .li-box .content-li .title {
  font-size: 18px;
}
.right-wrapper ul.list.area li .li-box .content-li .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 9px;
  height: 40px;
}
.right-wrapper ul.list.area li .li-box .content-li .num {
  margin-top: 11px;
  font-size: 22px;
  line-height: 26px;
  color: #f76a01;
}
.right-wrapper ul.list.area li .li-box .content-li .desc {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 5px;
}
.right-wrapper ul.list.area li .li-box .donate.icon3 {
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #0089d4;
  margin-left: 30px;
  padding-left: 41px;
}
.right-wrapper ul.list.area li .li-box .donate.icon3:before {
  left: 18px;
}
.right-wrapper ul.list.area li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper ul.list.area li .li-box:hover .img-box {
  box-shadow: 0px 7px 16px 0px rgba(247, 106, 1, 0.12);
}
.right-wrapper .ul-title-time {
  margin-top: 23px;
}
.right-wrapper .ul-title-time li {
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.right-wrapper .ul-title-time li .li-box {
  display: flex;
  height: 60px;
  line-height: 60px;
}
.right-wrapper .ul-title-time li .li-box .title {
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper .ul-title-time li .li-box .time {
  flex: 0 0 100px;
  width: 100px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-left: 20px;
  margin-right: 7px;
}
.right-wrapper .ul-title-time li .li-box .iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  color: #666;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.right-wrapper .ul-title-time li .li-box:hover .title {
  color: #f76a01;
}
.right-wrapper .ul-title-time li .li-box:hover .iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  color: #f76a01;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-head5 {
  display: flex;
  position: relative;
  padding-bottom: 9px;
  align-items: baseline;
  border-bottom: solid 1px #f1faf1;
}
.common-head5 .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-right: auto;
}
.common-head5 .more {
  padding-left: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.common-head5 .more:hover {
  color: #f76a01;
}
.common-head5 .line {
  width: 25px;
  height: 2px;
  border-right: 2px;
  background: #f76a01;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-wrap {
  width: 100%;
  height: 82px;
  background-color: #fff;
}
.header-wrap .inner {
  width: 1200px;
  height: 82px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
}
.header-wrap .inner img {
  width: 238px;
  height: 67px;
  display: block;
}
.header-wrap .inner .header-nav-box {
  flex: 1;
  margin-left: 158px;
}
.header-wrap .inner .header-nav-box .nav-ul1 {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 {
  height: 82px;
  box-sizing: border-box;
  line-height: 82px;
  position: relative;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 .li-box {
  color: #666;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active {
  border-bottom: solid 3px #f76a01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active .li-box {
  color: #f76a01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover {
  border-bottom: solid 3px #f76a01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .li-box {
  color: #f76a01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .nav-ul2 {
  display: block;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translatex(-50%);
  top: 82px;
  list-style: none;
  width: 138px;
  background-color: #fff;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.23);
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .li-box {
  color: #333;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active {
  background-color: #f76a01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active .li-box {
  color: #fff;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover {
  background-color: #f76a01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover .li-box {
  color: #fff;
}
.footer-wrap {
  padding-top: 60px;
  background:  no-repeat center;
  background-size: cover;
  opacity: 0.92;
}
.footer-wrap .footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-wrap .footer-inner:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.footer-wrap .footer-inner .box {
  font-size: 14px;
}
.footer-wrap .footer-inner .box.box-qr {
  width: 304px;
}
.footer-wrap .footer-inner .box.box-qr a {
  cursor: default;
}
.footer-wrap .footer-inner .box .nav {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer-wrap .footer-inner .box .nav-item {
  display: inline-block;
  color: #7bcffe;
  vertical-align: middle;
  margin-top: 22px;
}
.footer-wrap .footer-inner .box .link-main .qr-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 20px;
}
.footer-wrap .footer-inner .box .link-main .qr-box:last-child {
  margin-right: 0;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-img {
  width: 120px;
  height: 120px;
  border: 1px solid #7bcffe;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 8px;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-img .img-box {
  padding: 4px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.footer-wrap .footer-copyright {
  margin-top: 40px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: #bdbdbd;
  text-align: center;
  background: #002d46;
}
.footer-wrap .footer-copyright a {
  color: #bdbdbd;
}
.footer-wrap .footer-copyright a:hover {
  opacity: 0.8;
}
.table-box {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.table-box div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-box .common-table {
  display: none;
}
.table-box .common-table.show {
  display: block;
}
.table-box .common-table:target {
  display: block;
}
.table-box .caption {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background-color: #fff0ea;
  display: flex;
  margin-bottom: 2px;
}
.table-box .caption .common-title {
  height: 48px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 48px;
  color: #333;
}
.table-box .caption .common-title.table-tags .active {
  height: 48px;
  box-sizing: border-box;
  border-bottom: solid 3px #f76a01;
}
.table-box .caption .common-title.table-tags:hover > div {
  height: 48px;
  box-sizing: border-box;
  border-bottom: solid 3px #f76a01;
}
.table-box .caption a.more {
  margin-left: auto;
}
.table-box .caption a.more .more {
  padding: 0 22px;
  height: 48px;
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
.table-box .caption a.more .more:hover {
  color: #f76a01;
}
.table-box .t-tr {
  width: 100%;
  display: flex;
}
.table-box .t-tr > div {
  padding: 0 10px 0 32px;
  box-sizing: border-box;
}
.table-box .thead {
  height: 52px;
  margin-bottom: 2px;
}
.table-box .thead > div {
  background-color: #eee;
  height: 52px;
  font-size: 16px;
  color: #333333;
  line-height: 52px;
}
.table-box .who {
  width: 531px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-box .t-time {
  width: 376px;
  margin-left: 2px;
}
.table-box .money {
  width: 213px;
  margin-left: 2px;
}
.table-box .table-li {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #666;
}
.table-box .table-li > div {
  background: #f8f8f8;
}
.index-header-wrap {
  width: 100%;
  height: 802px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.index-header-wrap .inner {
  width: 1280px;
  height: 82px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
}
.index-header-wrap .inner img {
  width: 238px;
  height: 67px;
}
.index-header-wrap .inner .header-nav-box {
  flex: 1;
  margin-left: 21px;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 {
  height: 82px;
  box-sizing: border-box;
  line-height: 82px;
  position: relative;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 .li-box {
  color: #fff;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active {
  border-bottom: solid 3px #f76a01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active .li-box {
  color: #f76a01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover {
  border-bottom: solid 3px #f76a01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .li-box {
  color: #f76a01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .nav-ul2 {
  display: block;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 {
  display: none;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 82px;
  list-style: none;
  width: 138px;
  background-color: #fff;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.23);
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .li-box {
  color: #333;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active {
  background-color: #f76a01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active .li-box {
  color: #fff;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover {
  background-color: #f76a01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover .li-box {
  color: #fff;
}
.index-header-wrap .inner .search-box {
  margin-left: 35px;
  width: 192px;
  height: 34px;
  border-radius: 17px;
  background-color: #fff8f1;
  display: flex;
}
.index-header-wrap .inner .search-box input {
  width: 120px;
  height: 34px;
  margin-left: 17px;
  outline: none;
  border: none;
  background-color: transparent;
}
.index-header-wrap .inner .search-box input::-webkit-input-placeholder {
  font-size: 14px;
}
.index-header-wrap .inner .search-box button {
  outline: none;
  border: none;
  background-color: transparent;
  width: 50px;
  height: 34px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center center;
}
.index-header-wrap .inner .search-box button:hover {
  cursor: pointer;
}
.index-header-wrap .inner .icon {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  background:  no-repeat 100% center;
}
.index-header-wrap .inner .icon.login {
  width: 35px;
  background-image: ;
}
.index-header-wrap .banner-box {
  width: 100%;
  height: 100%;
}
.index-header-wrap .banner-box .swiper-container {
  width: 100%;
  height: 100%;
}
.index-header-wrap .banner-box .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-header-wrap .banner-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-header-wrap .banner-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-header-wrap .banner-box .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 229px;
  left: 50%;
  transform: translatex(-50%);
}
.index-header-wrap .banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f76a01;
}
.index-header-wrap .banner-box .swiper-container .swiper-button {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: center center;
}
.index-header-wrap .banner-box .swiper-container .swiper-button-prev {
  opacity: 0.9;
  width: 64px;
  height: 64px;
  background-image: ;
  background-size: 100% 100%;
  left: 50%;
  transform: translatex(-604px);
}
.index-header-wrap .banner-box .swiper-container .swiper-button-prev:after {
  content: '';
}
.index-header-wrap .banner-box .swiper-container .swiper-button-next {
  opacity: 0.9;
  width: 64px;
  height: 64px;
  background-image: ;
  background-size: 100% 100%;
  right: 50%;
  transform: translatex(604px);
}
.index-header-wrap .banner-box .swiper-container .swiper-button-next:after {
  content: '';
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-next:hover {
  background-image: ;
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-prev:hover {
  background-image: ;
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-next.swiper-button-disabled {
  background-image: ;
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-prev.swiper-button-disabled {
  background-image: ;
}
.index-header-wrap .banner-box .swiper-container .swiper-pagination-bullet {
  background: #fff;
}
.index-header-wrap .recommend-wrap {
  width: 1200px;
  height: 209px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.index-header-wrap .recommend-wrap .special {
  width: 104px;
  height: 31px;
  background-color: #0089d4;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  position: absolute;
  left: 38px;
  transform: translatey(-50%);
}
.index-header-wrap .recommend-wrap .special:before {
  content: '☆';
  font-size: 18px;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul {
  width: 100%;
  height: 209px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li:not(:first-child):before {
  content: '';
  width: 1px;
  height: 84px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 29px 0 24px;
  display: flex;
  align-items: center;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box:hover {
  cursor: pointer;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box:hover .img-box {
  border: solid 1px rgba(0, 0, 0, 0);
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box:hover .info .title {
  color: #f76a01;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .img-box {
  width: 102px;
  height: 102px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info {
  flex: 1;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info .title {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info .summary {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px 0 6px;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info .more {
  color: #0089d4;
  font-size: 12px;
  line-height: 17px;
}
.index-header-wrap .mark-layer {
  width: 100%;
  height: 805px;
  position: absolute;
  left: 0;
  top: -805px;
  z-index: 999;
  background-color: #000;
  opacity: 0.84;
  display: none;
  transition: all 10s ease-in-out 3s;
}
.index-header-wrap .mark-layer.has_float {
  transform: translate(0, 100%);
}
.index-header-wrap .mark-layer .img {
  width: 100%;
  height: 100%;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-header-wrap .mark-layer .close-btn {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 80px;
  right: 227px;
  cursor: pointer;
}
.index-header-wrap .mark-layer .close-btn .iconfont {
  font-family: "iconfont" !important;
  font-size: 66px;
  color: #000;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-index .info-main {
  width: 1200px;
  margin: 0 auto;
}
.main-index .info-main .inner-trust {
  margin-top: 18px;
}
.main-index .info-main .inner-trust .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 29px;
}
.main-index .info-main .inner-trust .trust-ul {
  display: flex;
  flex-wrap: wrap;
}
.main-index .info-main .inner-trust .trust-ul .trust-li {
  width: 300px;
  height: 230px;
  box-sizing: border-box;
}
.main-index .info-main .inner-trust .trust-ul .trust-li:not(:nth-child(4n 1)) {
  border-left: solid 1px #f4f4f4;
}
.main-index .info-main .inner-trust .trust-ul .trust-li:nth-child(n 5) {
  border-top: solid 1px #f4f4f4;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box {
  width: 100%;
  height: 100%;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box:hover {
  cursor: pointer;
  opacity: 0.8;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .img-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 21px auto 0;
  box-sizing: border-box;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .number {
  text-align: center;
  font-size: 46px;
  line-height: 55px;
  color: #0089d4;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .number span.not-num {
  font-size: 34px;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .number span.little {
  font-size: 16px;
  line-height: 22px;
  margin-left: 2px;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.main-index .info-main .inner-news {
  margin-top: 57px;
}
.main-index .info-main .inner-news .title-box {
  margin-bottom: 37px;
}
.main-index .info-main .inner-news .swiper-main {
  width: 100%;
  position: relative;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 130px;
  z-index: 999;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn:hover {
  cursor: pointer;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: ;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: ;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn:focus {
  outline: none;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-next:hover {
  background-image: ;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-prev:hover {
  background-image: ;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: ;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: ;
}
.main-index .info-main .inner-news .more {
  width: 120px;
  height: 34px;
  border-radius: 21px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  margin: 24px auto 70px;
  background-color: #0089d4;
  color: #fff;
}
.main-index .project-main .temp-box:first-child {
  width: 100%;
  height: 226px;
  opacity: 0.92;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.main-index .project-main .temp-box:first-child .inner {
  width: 1200px;
  margin: 0 auto;
}
.main-index .project-main .temp-box:first-child .inner .title-box {
  padding-top: 41px;
}
.main-index .project-main .temp-box:first-child .inner .title-box .line {
  opacity: 46%;
}
.main-index .project-main .temp-box:first-child .inner .title-box .title {
  color: #fff;
}
.main-index .project-main .temp-box:first-child .inner .description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.main-index .project-main .temp-box:first-child .inner .summary {
  width: 530px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.main-index .project-main .temp-box:last-child {
  width: 100%;
  height: 871px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.main-index .project-main .temp-box:last-child .inner {
  width: 1200px;
  height: 766px;
  margin: 0 auto;
}
.main-index .project-main .temp-box:last-child .swiper-main {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 412px;
  z-index: 999;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn:hover {
  cursor: pointer;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-prev {
  left: -16px;
  background-image: ;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-next {
  right: -16px;
  background-image: ;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn:focus {
  outline: none;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-next:hover {
  background-image: ;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-prev:hover {
  background-image: ;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: ;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: ;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container {
  width: 100%;
  height: 100%;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li {
  width: 25%;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box {
  padding-top: 72px;
  box-sizing: border-box;
  height: 383px;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box:hover .img-box {
  border: solid 1px rgba(0, 0, 0, 0);
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box:hover .common-title {
  color: #f76a01;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box > div {
  margin: auto;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .img-box {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  overflow: hidden;
  box-sizing: border-box;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .common-title {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 9px;
  width: fit-content;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .summary {
  width: 230px;
  height: 96px;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main-index .dynamic-main .inner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 114px;
}
.main-index .dynamic-main .inner .tags-box {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.main-index .dynamic-main .inner .tags-box .item {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.main-index .dynamic-main .inner .tags-box .item.active {
  color: #f76a01;
}
.main-index .dynamic-main .inner .tags-box .item.active a {
  color: #f76a01;
}
.main-index .dynamic-main .inner .tags-box .item:hover {
  cursor: pointer;
  color: #f76a01;
}
.main-index .dynamic-main .inner .tags-box .item:hover a {
  color: #f76a01;
}
.main-index .dynamic-main .inner .tags-box .item:not(:first-child) {
  margin-left: 5px;
}
.main-index .dynamic-main .inner .swiper-main {
  width: 100%;
  position: relative;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 130px;
  z-index: 999;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn:hover {
  cursor: pointer;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: ;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: ;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn:focus {
  outline: none;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-next:hover {
  background-image: ;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-prev:hover {
  background-image: ;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: ;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: ;
}
.main-index .dynamic-main .inner .more {
  width: 120px;
  height: 34px;
  border-radius: 21px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  margin: 24px auto 70px;
  background-color: #0089d4;
  color: #fff;
}
.main-index .independent-main {
  width: 100%;
  padding-bottom: 50px;
  opacity: 0.92;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.main-index .independent-main .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 72px;
}
.main-index .independent-main .inner .line {
  background-color: #ddd;
}
.main-index .independent-main .inner .logo-box {
  margin-top: 64px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li {
  margin-bottom: 35px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li:not(:nth-child(4n 1)) {
  margin-left: 34px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box {
  width: 274px;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box:hover .detail-box {
  display: block;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .box {
  width: 100%;
  height: 100%;
  padding: 22px;
  box-sizing: border-box;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .box .img-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: linear-gradient(136deg, #ff8e3a 0%, #ef6b08 100%);
  box-shadow: 0px 6px 26px 0px rgba(247, 106, 1, 0.09);
  border-radius: 8px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box .common-title {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 6px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box .summary {
  font-size: 12px;
  line-height: 17px;
  color: #ffbc8a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box .more {
  width: 98px;
  height: 31px;
  border-radius: 21px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
  margin: 24px auto 70px;
  background-color: #0089d4;
  color: #fff;
  margin-left: 0;
  margin-top: 13px;
}
.main-index .mission-main {
  width: 100%;
  height: 256px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.92;
}
.main-index .mission-main .inner {
  width: fit-content;
  margin: 0 auto;
  padding-top: 52px;
  display: flex;
  align-items: center;
}
.main-index .mission-main .inner .img-box {
  width: 162px;
  height: 136px;
  border-radius: 0px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 15px;
}
.main-index .mission-main .inner .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .mission-main .inner .temp-box {
  width: 915px;
}
.main-index .mission-main .inner .title {
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 14px;
}
.main-index .mission-main .inner .summary {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-index .open-main .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 62px;
}
.main-index .open-main .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.main-index .open-main .donate-box {
  width: 100%;
  padding: 48px 39px 33px 37px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: 29px;
  box-sizing: border-box;
  position: relative;
}
.main-index .open-main .donate-box .tags {
  position: absolute;
  width: 140px;
  padding-left: 28px;
  box-sizing: border-box;
  height: 37px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 10px;
  top: -14px;
}
.main-index .open-main .donate-box .tags .icon-xinxing:before {
  margin-right: 5px;
  font-size: 17px;
}
.main-index .open-main .donate-box .time {
  font-size: 18px;
  color: #333;
  line-height: 21px;
  margin-bottom: 11px;
}
.main-index .open-main .donate-box .num-box {
  display: flex;
}
.main-index .open-main .donate-box .num-box .num {
  width: 43px;
  height: 64px;
  background: #f76a01;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 32px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
}
.main-index .open-main .donate-box .num-box .num.dot {
  width: 14px;
  background-color: #fff;
  color: #f76a01;
}
.main-index .open-main .expend-box {
  width: 100%;
  padding: 30px 39px 28px 37px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: 21px;
  box-sizing: border-box;
}
.main-index .open-main .expend-box .big-box {
  display: flex;
}
.main-index .open-main .expend-box .big-box .expend.table-box {
  width: 500px;
  margin-top: 0;
}
.main-index .open-main .expend-box .big-box .expend.table-box .who {
  width: 178px;
}
.main-index .open-main .expend-box .big-box .expend.table-box .money {
  width: 159px;
}
.main-index .open-main .expend-box .big-box .expend.table-box .t-time {
  width: 159px;
}
.main-index .open-main .expend-box .big-box .issue.table-box {
  margin-left: 10px;
  margin-top: 0;
  width: 614px;
}
.main-index .open-main .expend-box .big-box .issue.table-box .who {
  width: 178px;
}
.main-index .open-main .expend-box .big-box .issue.table-box .money {
  width: 159px;
}
.main-index .open-main .expend-box .big-box .issue.table-box .unit {
  width: 148px;
  margin-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-index .open-main .expend-box .big-box .issue.table-box .t-time {
  width: 122px;
}
.main-index .partner-main {
  margin-top: 130px;
}
.main-index .partner-main .description {
  width: 506px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin: auto;
}
.main-index .partner-main .partner-tags {
  margin: auto;
  margin-top: 66px;
  width: fit-content;
  height: 32px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  display: flex;
}
.main-index .partner-main .partner-tags .item {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.main-index .partner-main .partner-tags .item.active {
  background-color: #f76a01;
  color: #fff;
}
.main-index .partner-main .partner-tags .item:hover {
  background-color: #f76a01;
  color: #fff;
}
.main-index .partner-main .logo-box {
  width: 1200px;
  margin-top: 52px;
  margin-bottom: 50px;
}
.main-index .partner-main .logo-box .logo-ul {
  width: 100%;
  flex-wrap: wrap;
}
.main-index .partner-main .logo-box .logo-ul.active {
  display: flex;
  box-sizing: border-box;
}
.main-index .partner-main .logo-box .logo-ul .logo-li {
  box-sizing: border-box;
  height: 60px;
  margin-bottom: 30px;
}
.main-index .partner-main .logo-box .logo-ul .logo-li .li-box {
  width: 100%;
  width: 170px;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
}
.main-index .partner-main .logo-box .logo-ul .logo-li .li-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-index .partner-main .logo-box .logo-ul .logo-li a .li-box:hover {
  box-shadow: 0 0 10px #ccc;
}
.right-wrapper.news-detail .contain-box {
  width: 632px;
  margin-top: 25px;
}
.right-wrapper.news-detail .contain-box .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.right-wrapper.news-detail .contain-box .time {
  height: 16px;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-top: 10px;
}
.right-wrapper.news-detail .contain-box .content {
  margin-top: 38px;
}
.right-wrapper.news-detail .contain-box .content p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.right-wrapper.news-detail .contain-box .content img {
  max-width: 632px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto !important;
}
.fix-box {
  width: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(208, 208, 208, 0.28);
  border-radius: 4px;
  padding: 18px 23px 0;
  box-sizing: border-box;
  border-top: 3px solid #f76a01;
}
.fix-box .recent {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.fix-box .line {
  width: 25px;
  height: 2px;
  background: #f76a01;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.fix-box li:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}
.fix-box .li-box {
  padding: 17px 0 18px;
}
.fix-box .li-box .title {
  height: fit-content;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fix-box .li-box .temp-box {
  margin-top: 13px;
  display: flex;
  height: 17px;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  color: #999;
}
.fix-box .li-box .temp-box span {
  margin-left: 5px;
  margin-right: 7px;
  font-size: 7px;
}
.fix-box .li-box:hover .title {
  color: #f76a01;
}
.right-wrapper .donate-box .time {
  font-size: 18px;
  color: #333;
  line-height: 21px;
  margin-bottom: 11px;
}
.right-wrapper .donate-box .num-box {
  display: flex;
  margin-bottom: 32px;
}
.right-wrapper .donate-box .num-box .num {
  width: 43px;
  height: 64px;
  background: #f76a01;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 32px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
}
.right-wrapper .donate-box .num-box .num.dot {
  width: 14px;
  background-color: #fff;
  color: #f76a01;
}
.right-wrapper .donate-box .temp-box {
  width: 100%;
  background: #f8f8f8;
  padding: 15px 18px 23px;
  box-sizing: border-box;
}
.right-wrapper .donate-box .temp-box .title {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0;
}
.right-wrapper .donate-box .temp-box .select-box {
  padding: 0;
  justify-content: normal;
  align-items: center;
  border-radius: 0px;
  margin-top: 11px;
  font-size: 12px;
  color: #666;
}
.right-wrapper .donate-box .temp-box .select-box .select {
  overflow: hidden;
}
.right-wrapper .donate-box .temp-box .select-box .search,
.right-wrapper .donate-box .temp-box .select-box .box {
  width: 179px;
  height: 32px;
  padding: 0 10px;
  border-radius: 0;
}
.right-wrapper .donate-box .temp-box .select-box .search input,
.right-wrapper .donate-box .temp-box .select-box .box input {
  height: 32px;
  font-size: 12px;
  color: #666;
}
.right-wrapper .donate-box .temp-box .select-box .search input::-webkit-input-placeholder,
.right-wrapper .donate-box .temp-box .select-box .box input::-webkit-input-placeholder {
  font-size: 12px;
}
.right-wrapper .donate-box .temp-box .select-box .desc.common-2 {
  margin-left: 31px;
}
.right-wrapper .donate-box .temp-box .select-box .desc.common-3 {
  margin-left: 22px;
}
.right-wrapper .donate-box .temp-box .select-box .search.common-1 {
  margin-left: 20px;
}
.right-wrapper .donate-box .temp-box .select-box .search.search-time {
  cursor: pointer;
}
.right-wrapper .donate-box .temp-box .select-box .search.search-time input {
  cursor: pointer;
}
.right-wrapper .donate-box .temp-box .select-box .search .icon-box {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.right-wrapper .donate-box .temp-box .select-box .search .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 10px;
}
.right-wrapper .donate-box .temp-box .select-box .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 2px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
.right-wrapper .donate-box .temp-box .select-box .box.show ul {
  display: block;
}
.right-wrapper .donate-box .temp-box .select-box .box ul {
  width: 100%;
  max-height: 190px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 31px;
  display: none;
  z-index: 20;
  overflow-y: auto;
  box-shadow: 0 10px 30px -5px #ddd;
}
.right-wrapper .donate-box .temp-box .select-box .box ul::-webkit-scrollbar {
  display: none;
}
.right-wrapper .donate-box .temp-box .select-box .box ul li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
}
.right-wrapper .donate-box .temp-box .select-box .box ul li.active {
  background: #f76a01;
  color: #fff;
}
.right-wrapper .donate-box .temp-box .select-box .box ul li:hover {
  background: #f76a01;
  color: #fff;
}
.right-wrapper .donate-box .table-box {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.right-wrapper .donate-box .table-box .t-tr {
  width: 100%;
  display: flex;
}
.right-wrapper .donate-box .table-box .t-tr > div {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.right-wrapper .donate-box .table-box .t-tr > div:not(:first-child) {
  margin-left: 2px;
}
.right-wrapper .donate-box .table-box .thead {
  height: 52px;
  margin-bottom: 2px;
}
.right-wrapper .donate-box .table-box .thead > div {
  background-color: #fff1e7;
}
.right-wrapper .donate-box .table-box .who-num {
  width: 163px;
}
.right-wrapper .donate-box .table-box .who {
  width: 88px;
}
.right-wrapper .donate-box .table-box .t-time {
  width: 106px;
}
.right-wrapper .donate-box .table-box .using {
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper .donate-box .table-box .recipient {
  width: 88px;
}
.right-wrapper .donate-box .table-box .way {
  width: 104px;
}
.right-wrapper .donate-box .table-box .money {
  width: 111px;
}
.right-wrapper .donate-box .table-box .message {
  flex: 1;
}
.right-wrapper .donate-box .table-box .message.iconfont {
  font-family: "iconfont" !important;
  font-size: 19px;
  color: #f76a01;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.right-wrapper .donate-box .table-box .table-li {
  height: 44px;
  line-height: 44px;
}
.right-wrapper .donate-box .table-box .table-li > div {
  background: #f8f8f8;
  padding: 0 8px;
}
.temp-box .button {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
.temp-box .button button {
  cursor: pointer;
  width: 126px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0089d4;
  border-radius: 15px;
  outline: none;
  border: none;
}
ul.ul-img-title.picture {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
ul.ul-img-title.picture li {
  margin-bottom: 39px;
  margin-right: 0;
}
ul.ul-img-title.picture li:not(:nth-child(3n)) {
  margin-right: 19px;
}
ul.ul-img-title.picture li .li-box {
  width: 291px;
  height: 219px;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(216, 216, 216, 0.5);
  border-radius: 8px;
}
ul.ul-img-title.picture li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 291px;
  height: 162px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
ul.ul-img-title.picture li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.ul-img-title.picture li .li-box .img-box .iconfont {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 57px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #000000;
  border-radius: 12px;
  opacity: 0.7;
}
ul.ul-img-title.picture li .li-box .img-box .iconfont:before {
  font-size: 20px;
}
ul.ul-img-title.picture li .li-box .title {
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 18px;
}
ul.ul-img-title.picture li .li-box .time {
  margin-left: 18px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
ul.ul-img-title.picture li .li-box:hover {
  opacity: 0.8;
}
ul.ul-img-title.picture li .li-box:hover .title {
  color: #f76a01;
}
.right-wrapper .temp-box .select-box.activity {
  justify-content: normal;
}
.right-wrapper .temp-box .select-box.activity .search {
  margin-right: 18px;
}
.right-wrapper ul.ul-img-title.activity {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.right-wrapper ul.ul-img-title.activity li {
  margin-bottom: 39px;
  margin-right: 0;
}
.right-wrapper ul.ul-img-title.activity li:not(:nth-child(2n)) {
  margin-right: 22px;
}
.right-wrapper ul.ul-img-title.activity li .li-box {
  width: 445px;
  height: fit-content;
  box-shadow: none;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 445px;
  height: 255px;
  border-radius: 8px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .tags {
  width: 60px;
  height: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: linear-gradient(133deg, #e73f0d 0%, #f76a01 100%);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.21);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  position: absolute;
  left: 0;
  top: 20px;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .tags.end {
  background: #e9e9e9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #999;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .temp-1 {
  width: fit-content;
  position: absolute;
  left: 11px;
  bottom: 13px;
  font-size: 20px;
  line-height: 24px;
  color: #f76a01;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .temp-1 span {
  font-size: 14px;
  line-height: 20px;
  color: #dcdcdc;
}
.right-wrapper ul.ul-img-title.activity li .li-box .title {
  margin-top: 9px;
  margin-left: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper ul.ul-img-title.activity li .li-box .temp-2 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.right-wrapper ul.ul-img-title.activity li .li-box .temp-2 .iconfont {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 5px;
}
.right-wrapper ul.ul-img-title.activity li .li-box .time {
  margin-left: 0px;
}
.right-wrapper ul.ul-img-title.activity li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper ul.ul-img-title.activity li .li-box:hover .title {
  color: #f76a01;
}
.right-wrapper ul.ul-img-title.videos {
  margin-top: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.right-wrapper ul.ul-img-title.videos li {
  margin-bottom: 32px;
  margin-right: 0;
}
.right-wrapper ul.ul-img-title.videos li:not(:nth-child(3n)) {
  margin-right: 19px;
}
.right-wrapper ul.ul-img-title.videos li .li-box {
  width: 291px;
  height: fit-content;
  box-shadow: none;
}
.right-wrapper ul.ul-img-title.videos li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 291px;
  height: 167px;
  border-radius: 8px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.right-wrapper ul.ul-img-title.videos li .li-box .img-box .icon {
  display: none;
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.right-wrapper ul.ul-img-title.videos li .li-box .img-box .temp-1 {
  width: fit-content;
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.right-wrapper ul.ul-img-title.videos li .li-box .title {
  margin-top: 6px;
  margin-left: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper ul.ul-img-title.videos li .li-box:hover .img-box .icon {
  display: block;
}
.inner3 {
  padding-top: 22px;
}
.inner3 .back {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  color: #f76a01;
}
.inner3 .pictures-wrapper {
  width: 1200px;
  display: flex;
}
.inner3 .pictures-wrapper ul li {
  margin-bottom: 10px;
}
.inner3 .pictures-wrapper ul li .li-box {
  width: 752px;
  height: 438px;
  border-radius: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inner3 .pictures-wrapper .right-contain {
  margin-left: 61px;
  flex: 1;
}
.inner3 .pictures-wrapper .right-contain .title {
  height: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}
.inner3 .pictures-wrapper .right-contain .time {
  margin-top: 2px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.inner3 .pictures-wrapper .right-contain .line {
  margin-top: 18px;
  margin-bottom: 14px;
  background: #3c3c3c;
  height: 1px;
}
.inner3 .pictures-wrapper .right-contain .content {
  font-size: 15px;
  line-height: 28px;
  color: #999;
}
#btntop {
  position: fixed;
  right: 200px;
  bottom: 100px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition-duration: 1s;
}
#btntop .img-top {
  width: 72px;
  height: 72px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#btntop .img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-box {
  width: 1200px;
  min-height: 500px;
  margin: auto;
  display: flex;
  position: relative;
  margin-top: -120px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 8px;
}
#search-box .search-box {
  margin: auto;
  margin-top: 20px;
  width: 192px;
  height: 34px;
  border-radius: 17px;
  background-color: #fff8f1;
  display: flex;
}
#search-box .search-box input {
  width: 120px;
  height: 34px;
  margin-left: 17px;
  outline: none;
  border: none;
  background-color: transparent;
}
#search-box .search-box input::-webkit-input-placeholder {
  font-size: 14px;
}
#search-box .search-box button {
  outline: none;
  border: none;
  background-color: transparent;
  width: 50px;
  height: 34px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center center;
}
#search-box .search-box button:hover {
  cursor: pointer;
}
#search-box .right-wrapper {
  padding-top: 26px;
}
#search-box .list-box-head.title {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#search-box .list-content {
  margin-bottom: 10px;
}
.case-dialog-wrap {
  display: none;
  padding-top: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.case-dialog-wrap .content {
  position: relative;
  width: 600px;
  height: 95%;
  margin: auto;
  background-color: #fff;
  border-bottom: 0.16rem solid #f1f1f1;
}
.case-dialog-wrap .content .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  vertical-align: middle;
  cursor: pointer;
}
html.body-over {
  overflow: hidden;
}
body.body-over {
  background: transparent;
}
nav.temp-box {
  width: 100%;
  background: #f8f8f8;
  padding: 15px 18px 23px;
  box-sizing: border-box;
}
nav.temp-box .title {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0;
}
nav.temp-box .select-box {
  padding: 0;
  justify-content: normal;
  align-items: center;
  border-radius: 0px;
  margin-top: 11px;
  font-size: 12px;
  color: #666;
}
nav.temp-box .select-box .select {
  overflow: hidden;
}
nav.temp-box .select-box .search,
nav.temp-box .select-box .box {
  width: 179px;
  height: 32px;
  padding: 0 10px;
  border-radius: 0;
}
nav.temp-box .select-box .search input,
nav.temp-box .select-box .box input {
  height: 32px;
  font-size: 12px;
  color: #666;
}
nav.temp-box .select-box .search input::-webkit-input-placeholder,
nav.temp-box .select-box .box input::-webkit-input-placeholder {
  font-size: 12px;
}
nav.temp-box .select-box .desc.common-2 {
  margin-left: 31px;
}
nav.temp-box .select-box .desc.common-3 {
  margin-left: 22px;
}
nav.temp-box .select-box .search.common-1 {
  margin-left: 20px;
}
nav.temp-box .select-box .search.search-time {
  cursor: pointer;
}
nav.temp-box .select-box .search.search-time input {
  cursor: pointer;
}
nav.temp-box .select-box .search .icon-box {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
}
nav.temp-box .select-box .search .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 10px;
}
nav.temp-box .select-box .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 2px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
nav.temp-box .select-box .box.show ul {
  display: block;
}
nav.temp-box .select-box .box ul {
  width: 100%;
  max-height: 190px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 31px;
  display: none;
  z-index: 20;
  overflow-y: auto;
  box-shadow: 0 10px 30px -5px #ddd;
}
nav.temp-box .select-box .box ul::-webkit-scrollbar {
  display: none;
}
nav.temp-box .select-box .box ul li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
}
nav.temp-box .select-box .box ul li.active {
  background: #f76a01;
  color: #fff;
}
nav.temp-box .select-box .box ul li:hover {
  background: #f76a01;
  color: #fff;
}
.main.main-index {
  padding-bottom: 10px;
}
.total {
  padding-top: 12px;
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #f76a01;
}
.total .money {
  margin-right: 30px;
}
.total .word {
  color: #666;
}
.space {
  height: 25px;
}
.select {
  color: #999;
}
.month {
  margin-left: 30px;
}
.month-money {
  color: #f76a01;
}
.time.project {
  font-size: 14px;
  float: right;
  color: #999;
  height: 20px !important;
  line-height: 20px !important;
}
.tags-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 0 17px;
}
.tags-only .item {
  border-radius: 8px;
  background: #f6f6f6;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 125px;
  color: #333;
  margin-right: 30px;
  font-size: 13px;
}
.tags-only .item:hover,
.tags-only .item.active {
  background: #f76a01;
  color: #fff;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.member-contain {
  padding-bottom: 30px;
  padding-left: 110px;
}
.member-contain .left-box {
  margin-right: 30px;
}
.member-contain .left-box .content {
  background: #f3f3f3;
  margin-top: 20px;
  padding-right: 10px;
}
.member-contain .left-box .content .detail {
  width: fit-content;
}
.member-contain .left-box .content p {
  font-size: 14px !important;
  line-height: 24px;
}
.member-contain .left-box .content p span {
  font-size: 14px !important;
}
.member-contain .login-code {
  padding: 10px;
  border: 1px solid #eee;
}
.member-contain .right-box .mobile {
  width: 440px;
}
.independent-project {
  position: relative;
}
.independent-project .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 0px;
  z-index: 999;
  bottom: 0px;
  margin: auto;
}
.independent-project .swiper-btn:hover {
  cursor: pointer;
}
.independent-project .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: ;
}
.independent-project .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: ;
}
.independent-project .swiper-btn:focus {
  outline: none;
}
.independent-project .swiper-btn.swiper-btn-next:hover {
  background-image: ;
}
.independent-project .swiper-btn.swiper-btn-prev:hover {
  background-image: ;
}
.independent-project .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: ;
}
.independent-project .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: ;
}
.common-partner {
  position: relative;
  padding-bottom: 20px;
}
.common-partner .swiper-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 0px;
  z-index: 999;
  bottom: 0px;
  margin: auto;
}
.common-partner .swiper-btn:hover {
  cursor: pointer;
}
.common-partner .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: ;
}
.common-partner .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: ;
}
.common-partner .swiper-btn:focus {
  outline: none;
}
.common-partner .swiper-btn.swiper-btn-next:hover {
  background-image: ;
}
.common-partner .swiper-btn.swiper-btn-prev:hover {
  background-image: ;
}
.common-partner .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: ;
}
.common-partner .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: ;
}
.logo-ul .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.logo-ul .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f76a01;
}
.logo-ul .swiper-pagination-bullet {
  margin-right: 4px;
  background: rgba(0, 0, 0, 0.5);
}
