.container.active { background: url(../images/bg.png) no-repeat center bottom; background-attachment: fixed; }

.banner .banner-text { position: absolute; left: 0; right: 0; bottom: 18%; color: #fff; }

.banner .banner-text a { font-size: 22px; }

.banner .banner-text .title { font-size: 64px; margin: 5px 0 6px; }

.banner .banner-text .intro { font-size: 18px; color: rgba(255, 255, 255, 0.6); }

.newsnav { margin: 35px 0 32px; }

.newsnav .title { font-size: 24px; }

.newsnav .intro { color: rgba(51, 51, 51, 0.7); margin-top: 20px; font-size: 16px; line-height: 28px; }

.newsnav .intro.sz { color: #333; font-size: 15px; }

.newsnav .total { color: rgba(51, 51, 51, 0.5); }

.newsnav .total span { color: #333; }

.newsnav .jz-box { display: flex; align-items: center; justify-content: center; margin: 40px 0 50px; }

.newsnav .jz-box .jz-cell { list-style: none; padding: 4px 30px 6px; border-radius: 3px; cursor: pointer; font-size: 16px; }

.newsnav .jz-box .jz-cell.active, .newsnav .jz-box .jz-cell:hover { background: var(--base-color); color: #fff; font-weight: bold; }

.newsnav .duty-info { background: rgba(var(--base-rgb-color), .06);padding: 20px;border-radius: 8px;margin-bottom: 40px; }

.newsnav .duty-info .des { font-size: 17px; font-weight: bold; }

.newsnav .duty-info .convert {margin-top: 10px;}

.newsnav .duty-info .convert span { font-weight: bold; }

.search-box { display: flex; align-items: center; justify-content: space-between; margin: 50px auto 40px; }

.search-box .tongji { color: rgba(51, 51, 51, 0.7); }

.search-box .tongji span { color: #333; }

.search-box .search { display: flex; width: calc(1185px / 2); line-height: 44px; border: 1px solid #d9d9d9; border-radius: 5px; overflow: hidden; }

.search-box .search select {
	width: 100px;
	border: none;
	outline: none;
	padding: 0 10px;
  font-size: 16px;
}

.search-box .search input { flex: 1; border: none; padding: 0 10px; outline: none; font-size: 16px; }

.search-box .search .button { width: 96px; color: #fff; font-size: 16px; text-align: center; background: var(--base-color); cursor: pointer; }

.search-box.inputs { display: block; }

.search-box.inputs .search { width: 100%; margin-top: 20px; border: none; }

.search-box.inputs .search input { flex: 0 0 40%; border: 1px solid #d9d9d9; border-radius: 5px; margin-right: 20px; }

.search-box.inputs .search .button { border-radius: 5px; }

.list-box { margin-left: 43px; border-left: 1px solid; padding: 52px 0 60px; border-image: linear-gradient(180deg, rgba(4, 102, 54, 0.3) 0%, rgba(4, 102, 54, 0) 100%) 2 2 2 2; }

.list-box.notime { border: none; margin-left: 0; }

.list-box.notime .article { padding-left: 0; }

.list-box.notime .article::after { display: none; }

.list-box .article { position: relative; display: flex; padding-left: 42px; margin-bottom: 60px; }

.list-box .article::after { content: ''; position: absolute; top: 5px; left: -5px; width: 10px; height: 10px; background: var(--base-color); border-radius: 100%; }

.list-box .article .info { width: calc(100% - 300px); }

.list-box .article .info.noimg { width: 100%; }

.list-box .article .times { color: rgba(51, 51, 51, 0.5); }

.list-box .article .times span { color: #333; margin-right: 20px; }

.list-box .article .title { font-size: 20px; font-weight: bold; margin: 10px 0; }

.list-box .article .des { color: rgba(51, 51, 51, 0.7); }

.list-box .article .img img { width: 270px; height: 180px; object-fit: cover; border-radius: 5px; margin-left: 30px; }

.show-detail { display: inline-block; border-radius: 1000px; border: 1px solid var(--base-color); color: var(--base-color); padding: 11px 27px; margin-top: 20px; }

.load-more { color: var(--base-color); font-size: 13px; text-align: center; cursor: pointer; }

.project-box { min-height: 300px; padding-bottom: 60px; }

.project-box .article { display: flex; align-items: center; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px dashed rgba(51, 51, 51, 0.1); }

.project-box .article.last { border: none; margin: 0; }

.project-box .article .img img { width: 414px; height: 287px; object-fit: cover; border-radius: 5px; margin-right: 40px; }

.project-box .article .infos { width: calc(100% - 414px - 40px); }

.project-box .article .infos.noimg {width: 100%;}

.project-box .article .infos .info { width: 546px; }

.project-box .article .infos.noimg .info {width: 0;flex: 1;}

.project-box .article .infos .tags { display: inline-block; border-radius: 8px 0 8px 0; background: var(--base-color); color: #fff; padding: 6px 10px; }

.project-box .article .infos .title { font-weight: bold; font-size: 22px; margin: 20px 0; }

.project-box .article .infos .des { color: rgba(51, 51, 51, 0.5); margin-bottom: 20px; }

.project-box .article .infos .times { margin-bottom: 8px; }

.project-box .article .infos .times span { color: var(--base-color); font-size: 16px; }

.project-box .article .infos .times .bold { font-weight: bold; font-size: 18px; }

.project-box .article .infos .show-detail { align-self: flex-end; margin: 0 0 17px 40px; }

.mien-nav { padding-bottom: 25px; margin: 50px 0; text-align: center; border-bottom: 1px dashed rgba(51, 51, 51, 0.1); }

.mien-nav div { position: relative; display: inline-block; width: 120px; font-size: 16px; color: rgba(51, 51, 51, 0.7); margin-right: 30px; cursor: pointer; }

.mien-nav div.sz { min-width: 120px; width: auto; margin-right: 180px; text-align: center; }

.mien-nav div.active { font-size: 18px; color: #333; font-weight: bold; }

.mien-nav div.active::after { content: ''; position: absolute; left: 0; bottom: -25px; width: 120px; height: 4px; background: var(--base-color); }

.mien-nav.auto div { width: calc(1155px / 4); text-align: center; margin-right: 15px; }

.mien-nav.auto div:last-child { margin-right: 0; }

.mien-nav.auto div.active::after { right: 0; margin: 0 auto; }

.mien-nav:last-child { margin-right: 0; }

.mien-box { min-height: 200px; padding-bottom: 60px; }

.mien-box .article { display: flex; align-items: center; padding-bottom: 60px; }

.mien-box .article img { width: 270px; height: 180px; object-fit: cover; border-radius: 5px; margin-right: 30px; }

.mien-box .article .infos { width: calc(100% - 300px); overflow: hidden; }

.mien-box .article .infos.noimg { width: 100%; }

.mien-box .article .infos .info { float: left; width: calc(100% - 180px - 40px); margin-right: 40px; }

.mien-box .article .infos .info .title { font-weight: bold; font-size: 20px; margin-bottom: 10px; }

.mien-box .article.policy {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.2);
}

.mien-box .article.policy .infos .info .title { font-size: 18px; }

.mien-box .article.policy .infos .info .address {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
}

.mien-box .article.policy .infos .info .address p:first-child {
  margin-right: 40px;
}

.mien-box .article .infos .info .des { color: rgba(51, 51, 51, 0.7); }

.mien-box .article .infos .times { float: left; margin-top: 9px; padding: 15px 0 15px 30px; border-left: 1px solid rgba(51, 51, 51, 0.1); }

.mien-box .article .infos .times p, .mien-box .article.policy .infos .info .address p { color: rgba(51, 51, 51, 0.5); }

.mien-box .article .infos .times p span, .mien-box .article.policy .infos .info .address p span { color: #333; }

.mien-box a:nth-child(3n) .article-mien { margin-right: 0; }

.mien-box .article-mien { display: inline-block; width: calc((100% - 30px) / 3); margin-right: 15px; margin-bottom: 50px; }

.mien-box .article-mien img { width: 100%; height: 270px; border-radius: 5px; object-fit: cover; }

.mien-box .article-mien .info { padding: 0 10px; }

.mien-box .article-mien .info .title { font-size: 16px; font-weight: bold; margin: 10px 0; }

.mien-box .article-mien .info .des { height: 34px; font-size: 13px; color: rgba(51, 51, 51, 0.5); margin-bottom: 10px; }

.mien-box .article-mien .info .more { color: var(--base-color); font-size: 13px; }

.adopt-box { min-height: 200px; padding-bottom: 60px; }

.adopt-box .article { display: flex; align-items: center; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px dashed rgba(51, 51, 51, 0.1); }

.adopt-box .article:last-child { border: none; margin-bottom: 0; }

.adopt-box .article .img { position: relative; width: 306px; height: 212px; margin-right: 40px; }

.adopt-box .article .img .z-img { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; }

.adopt-box .article .img .imgs { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px; border-radius: 0 0 5px 5px; background: rgba(0, 0, 0, 0.7); white-space: nowrap; overflow-x: auto; font-size: 0; }

.adopt-box .article .img .imgs img { width: 52px; height: 37px; object-fit: cover; border-radius: 3px; margin-right: 8px; cursor: pointer; }

.adopt-box .article .img .imgs img.active { border: 1px solid rgba(255, 255, 255, 0.5); }

.adopt-box .article .infos { display: flex; align-items: center; }

.adopt-box .article .info { width: 590px; margin-right: 100px; }

.adopt-box .article .title { font-weight: bold; font-size: 22px; margin-right: 20px; }

.adopt-box .article .green { color: var(--base-color); font-size: 16px; }

.adopt-box .article .des { margin: 20px 0; font-size: 15px; }

.adopt-box .article .more { color: var(--base-color); cursor: pointer; }

.adopt-box .article .renyang { width: 165px; height: 186px; border-radius: 5px; border: 1px solid #27BD74; padding: 10px; }

.adopt-box .article .renyang img { width: 145px; height: 145px; }

.adopt-box .article .renyang p { font-size: 12px; text-align: center; color: var(--base-color); }

.adopt-box .article .renyang .wanc { display: none; }

.adopt-box .article .renyang.end { display: flex; align-items: center; justify-content: center; border: none; padding: 0; }

.adopt-box .article .renyang.end .wanc { display: inline-block; padding: 6px 10px; font-weight: bold; font-size: 22px; color: rgba(51, 51, 51, 0.5); border-radius: 5px; border: 1px solid rgba(51, 51, 51, 0.5); transform: rotate(-30deg); }

.donate-box { min-height: 150px; padding-bottom: 60px; }

.donate-box .article { display: flex; align-items: center; justify-content: space-between; font-size: 16px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px dashed rgba(51, 51, 51, 0.1); line-height: 40px; }

.donate-box .article .img { display: flex; align-items: center; }

.donate-box .article .img .img-box { margin-right: 10px; width: 40px; height: 40px; }

.donate-box .article .img .img-box img { width: 100%; height: 100%; border-radius: 100%; object-fit: cover; }

.donate-box .article .img .name { width: 250px; font-weight: bold; }

.donate-box .article .money { width: 300px; }

.donate-box .article .money .green { color: var(--base-color); font-weight: bold; font-size: 18px; }

.donate-box .article .time { color: rgba(51, 51, 51, 0.5); }

.donate-box .article:last-of-type { border: none; }

.donate-box .load-more { margin-top: 50px; }

.donate-box a { display: inline-block; width: calc((100% - 45px) / 4); margin-right: 15px; margin-bottom: 20px; }

.donate-box a:nth-child(4n) { margin-right: 0; }

.donate-box .zs-item { width: 100%; }

.donate-box .zs-item img { width: 100%; }

.donate-box .zs-item .name { font-size: 16px; margin-bottom: 4px; }

.show-iframe { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; }

.show-iframe .popup { border-radius: 15px; background: #fff; width: 800px; padding: 20px; }

.show-iframe .popup .title { text-align: center; margin-bottom: 15px; }

.show-iframe .popup .intro { font-size: 16px; line-height: 1.6; }

[v-cloak] { display: none; }

.content-info { min-height: 200px; padding: 60px; }

.content-info .title { max-width: 90%; margin: 0 auto; text-align: center; }

.content-info .times { text-align: center; color: rgba(51, 51, 51, 0.7); margin: 20px; }

.content-info .times span { color: #333; margin-right: 10px; }

.detail-box, .detail-box p, .detail-box span, #feedback .feedbox .intro, #feedback .feedbox .intro p { font-size: 16px !important; line-height: 2.25 !important; font-family: Microsoft YaHei !important; text-align: justify; }

.detail-box p { margin-bottom: 8px; }

.detail-box table p { margin-bottom: 0; }

.detail-box a { text-decoration: underline; color: #0066cc; font-size: 16px !important; }

.detail-box .icon_pdf { margin-right: 5px; vertical-align: middle; }

.detail-box img, .detail-box video, .detail-box table { max-width: 100%; }

.donate-detaile-box { padding: 60px 0; min-height: 200px; }

.donate-detaile-box .title { font-size: 24px; text-align: center; line-height: 1.6; margin-bottom: 20px; }

.donate-detaile-box .head-times { padding: 16px 0; border-top: 1px dashed rgba(51, 51, 51, 0.1); border-bottom: 1px dashed rgba(51, 51, 51, 0.1); font-size: 16px; }

.donate-detaile-box .head-times > div { max-width: 80%; }

.donate-detaile-box .head-times .address { width: 100%; margin-top: 10px; }

.donate-detaile-box .head-times .address span { display: inline-block; max-width: 80%; vertical-align: bottom; }

.donate-detaile-box .head-times .address a { color: var(--base-color); font-size: 14px; }

.donate-detaile-box .head-times p { margin-right: 40px; }

.donate-detaile-box .head-times p:last-child { margin-right: 0; }

.donate-detaile-box .head-times .nowbtn { color: #fff; display: inline-block; padding: 8px 12px; border-radius: 20px; background: var(--base-color); justify-self: end; }

.el-tabs {
  margin-top: 20px;
}
.el-tabs .el-tabs__item {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  opacity: .6;
}
.el-tabs .el-tabs__active-bar {
  height: 4px;
  border-radius: 4px;
  background-color: #1faf2e;
}
.el-tabs .el-tabs__item:hover,
.el-tabs .el-tabs__item.is-active {
  color: #1faf2e;
  opacity: 1;
}

.donate-detaile-box .article { margin-top: 30px; }

.donate-detaile-box .article .name { display: flex; align-items: center; font-size: 18px; margin-bottom: 20px; }

.donate-detaile-box .article .name::before { content: ''; width: 17px; height: 27px; background: var(--base-color); margin-right: 10px; }

.donate-detaile-box .article .zuo { display: flex; align-items: center; }

.donate-detaile-box .article .zuo .name { margin-bottom: 0; margin-right: 20px; }

.donate-detaile-box .article .head { margin-bottom: 20px; }

.donate-detaile-box .article .jk-list { width: 900px; margin: 0 auto; }

.donate-detaile-box .article .jk-list .juan { display: flex; align-items: center; justify-content: space-between; line-height: 60px; border-bottom: 1px dashed rgba(51, 51, 51, 0.3); }

.donate-detaile-box .article .jk-list .juan:last-child { border: none; }

.donate-detaile-box .article .jk-list .juan .avatar { display: flex; align-items: center; width: 300px; }

.donate-detaile-box .article .jk-list .juan .avatar img { width: 36px; height: 36px; object-fit: cover; border-radius: 100%; margin-right: 10px; }

.donate-detaile-box .article .jk-list .juan .avatar div { width: calc(100% - 46px); }

.donate-detaile-box .article .jk-list .juan .money { width: 345px; }

.donate-detaile-box .article .jk-list .juan .money i { color: var(--base-color) }

.donate-detaile-box .article .jk-list .juan .time { color: rgba(51, 51, 51, 0.7); }

.donate-detaile-box .article .gobox-inner { display: flex; align-items: center; justify-content: center; }

.donate-detaile-box .article .gobox-inner .box-inner { width: 30%; margin-right: 30px; }

.donate-detaile-box .article .gobox-inner .box-inner:last-child { margin-right: 0; }

.donate-detaile-box .article .gobox-inner .box-inner h3 { position: relative; color: #ffa800; text-align: center; }

.donate-detaile-box .article .gobox-inner .box-inner h3::after { content: ""; width: 170px; height: 6px; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); border-radius: 3px; background-color: #ffa800; }

.donate-detaile-box .article .gobox-inner .box-inner .item { height: 350px; border-radius: 12px; box-shadow: 0 0 10px #eee; padding: 35px 15px 0; font-size: 16px; }

.donate-detaile-box .article .gobox-inner .box-inner .item p { line-height: 1.6; }

.donate-detaile-box .article .gobox-inner .box-inner .item .tips { font-weight: bold; margin-bottom: 20px; }

.donate-detaile-box .article .gobox-inner .box-inner .item .sub-title { margin: 10px 0 5px; }

.donate-detaile-box .article .gobox-inner .box-inner .item.ewmden { text-align: center; }

.donate-detaile-box .article .gobox-inner .box-inner .item.ewmden .tips { margin: 40px 0 30px; color: rgba(51, 51, 51, 0.7); }

.donate-detaile-box .article .gobox-inner .box-inner .item.ewmden .fl { display: inline-block; }

.donate-detaile-box .article .gobox-inner .box-inner .item.ewmden .fl .ewm-box { font-size: 0; }

.donate-detaile-box .article .gobox-inner .box-inner .item.ewmden .fl .ewm-box img { width: 100%; }

.donate-detaile-box .article .concate span { margin-right: 20px; }

#xmfk { width: 1100px; margin: 0 auto; border-left: 5px solid #f5f5f5; padding: 10px 20px; font-size: 16px; }

#xmfk .fb-title { font-weight: bold; margin-bottom: 12px; }

#xmfk .box { position: relative; margin: 20px 0; }

#xmfk .box .biao { width: 14px; height: 14px; border-radius: 8px; border: 1px solid #dedede; background: #f5f5f5; position: absolute; top: 2px; left: -30px; }

#xmfk .box .time { color: #9f9f9f; margin-bottom: 5px; }

.linegobox { position: relative; width: 407px; margin: 0 auto; }

.linegobox img.bg { width: 100%; }

.linegobox .code { position: absolute; top: 120px; right: 0; left: 0; margin: 0 auto; width: 258px; height: 258px; }

#feedback { padding-bottom: 50px; }

#feedback .feedbox { padding-left: 10px; border-left: 1px dashed rgba(51, 51, 51, 0.1); margin: 30px auto 0; }

#feedback .feedbox li { padding: 16px 0; background: none; display: block; text-indent: unset; }

#feedback .feedbox li .cl-cell .tt { font-size: 18px; }

#feedback .feedbox li .cl-cell .imgs { margin-top: 15px; display: flex; align-items: center; flex-wrap: wrap; }

#feedback .feedbox li .cl-cell .imgs img { width: 265px; height: 160px; object-fit: cover; border-radius: 5px; margin: 0 15px 15px 0; }

#feedback .feedbox li .cl-cell .imgs img:nth-child(4n) { margin-right: 0; }

#feedback .feedbox .sj-cell { margin-bottom: 10px; }

#feedback .feedbox .sj-cell .times { position: relative; color: rgba(51, 51, 51, 0.7); font-size: 16px; }

#feedback .feedbox .sj-cell .times::before { content: ''; position: absolute; left: -13.5px; top: 6.5px; display: block; width: 6px; height: 6px; border-radius: 100%; background-color: var(--base-color); }

#feedback .feedbox .intro { margin: 10px 0; }

#feedback .feedbox .intro, #feedback .feedbox .intro p { margin-bottom: 10px; }

.channerl-a {color: var(--base-color);font-size: 13px;}