@charset "utf-8";
/* 子页样式 */
body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: url(../images/child-bg1.png) no-repeat top center;
  /* padding-bottom: 160px; */
}
body.jz-bg {
  background: url(../images/child-bg.png) no-repeat top center;
}
.mobile-tip {
  display: none;
}
.header-nav .logo {
  width: 380px;
}
.header-nav.scroll .logo {
  width: auto;
}

.wrap {
  width: 1200px;
}
.list-wrapper {
	width: 1260px;
}
.newsbox {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 70px 40px 60px;
  min-height: 600px;
  margin-top: 50px;
}
.newsbox.new-list-box {
	padding: 90px 70px 60px;
}
.newsbox.new-list-box.nopading {
	padding: 0 70px 80px;
}
.small-pad.newsbox {
  padding-top: 60px;
}
.newTitle {
  position: absolute;
  top: -40px;
  left: 15px;
}
.newTitle .t-text {
  position: absolute;
  top: 22px;
  left: 88px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.problem .newTitle .t-text {
  left: 78px;
}
.tit {
  font-size: 20px;
  background-color: #eee;
  border-radius: 6px 6px 0 0;
  padding: 4px 15px;
  color: #154d7c;
  margin-bottom: 30px;
}
.news-cell li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 18px 10px;
  line-height: 32px;
  border-bottom: 1px dashed rgba(58, 59, 62, 0.1);
}
.news-cell.search li {
  flex-direction: column;
}
.annou-box {
  margin-bottom: 25px;
}
.question .q-cell {
  border-bottom: 1px dashed rgba(58, 59, 62, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: justify;
}
.question .q-cell:last-child {
  border: none;
}
.news-cell li a {
  width: 90%;
  font-size: 18px;
  text-align: justify;
}
.news-cell.search li a {
  width: 100%;
  margin-bottom: 8px;
}
.news-cell li::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/dot.jpg);
  width: 3px;
  height: 3px;
  left: 0;
}
.news-cell.search li::after {
  display: none;
}
.news-cell li .date {
  color: rgba(17, 58, 34, 0.5);
  color: var(--color-grey);
  font-size: 14px;
  align-self: flex-start;
}
.news-cell li:hover a,
.question .q-cell:hover .tt,
.zcfg-list li a:hover {
  color: #1faf2e;
}
.share-box .question .q-cell:hover .tt,
.problem .question .q-cell:hover .tt {
  color: #113a22;
  color: var(--color);
}
.question .q-cell .tt {
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.question .q-cell .tt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.question .q-cell .tt img {
  align-self: flex-start;
}
.question .q-cell .da {
  background: #f2f2f2b3;
  padding: 10px;
  line-height: 2;
  border-radius: 6px;
}
.liuy .intro {
  margin-top: 11px;
  width: 100%;
  border-radius: 10px;
  background-color: #f1fff4;
  border: 1px dashed #27b629;
  padding: 18px 14px;
}
.liuy .intro span {
  font-size: 16px !important;
  font-size: var(--size-base) !important;
}
.zcbox {
  width: calc((100% - 120px) / 3);
  /* margin-right: 60px; */
  position: relative;
}
.zcbox .news-cell li {
  border: none;
  padding-top: 0;
}
.zcbox .news-cell li a {
  flex: 1;
  text-align: left;
}
.zc-left::after,
.zc-center::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 100%;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
.news-cell a.right {
  color: #1faf2e;
  float: right;
  font-size: 16px;
}
.panel-left {
  width: 545px;
  float: left;
  overflow: hidden;
}
.panel-right {
  width: 545px;
  float: right;
  overflow: hidden;
}
.panel-title {
  width: 100%;
  border-bottom: 1px solid #cdd8e3;
  height: 40px;
  margin-bottom: 25px;
}
.panel-title img {
  margin-right: 9px;
  position: relative;
  top: 3px;
}
.panel-title .text {
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
  color: #0a5f9e;
  line-height: 40px;
  border-bottom: 3px solid #389a00;
  display: inline-block;
}
.panel-title .desc {
  height: 55px;
  font-size: 17px;
  font-family: MicrosoftYaHei;
  color: #333;
  display: inline-block;
  line-height: 55px;
  padding-left: 28px;
}

.panel-title .more {
  line-height: 55px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #0a5f9e;
  float: right;
  padding-right: 18px;
  position: relative;
}
.panel-title .right {
  color: #1faf2e;
  font-size: 16px;
  margin-top: 14px;
  font-weight: bold;
  float: right;
}
.panel-title .more:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position-y: 50%;
  position: absolute;
  right: 0;
  top: 23px;
}
.panel-title .more:hover {
  text-decoration: underline;
}
.panel-right .video-box span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.video-box {
  flex-wrap: wrap;
}
.video-box .video-list{
	width: calc((100% - 78px) / 4);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-right: 26px;
	margin-bottom: 26px;
}
.video-box .video-list:nth-child(4n) {
  margin-right: 0;
}
.video-box .video-list .play {
  position: absolute;
  left: calc(50% - 19px);
  top: calc(42% - 19px);
  width: 38px;
  height: 38px;
  z-index: 1;
}
.video-box .video-list img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.video-box .video-list a img:hover {
  transform: scale(1.05);
  text-decoration: none;
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}
.video-box .video-list span {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.aboutbox {
  position: relative;
}
.wyhcell-1 .flex {
  margin-bottom: 10px;
}
.wyhcell-1 .flex img {
  width: 60px;
}
.wyhcell-1 p.sj {
  text-indent: 2em;
}
.wyhcell-1 .bold {
  font-weight: bold;
}
.wyhcell-1 .n-head {
  margin-bottom: 62px;
}
.wyhcell-1 .n-head p {
  text-align: center;
}
.wyhcell-1 .n-tlt {
  font-size: 28px;
  color: #45b649;
  margin-bottom: 10px;
}
.wyhcell-1 .newbox .ab-left,
.wyhcell-1 .newbox .ab-right {
  position: relative;
  width: 55%;
}
.wyhcell-1 .newbox .ab-right {
  width: 35%;
}
.wyhcell-1 .ab-left .cell p.bold {
  font-size: 18px;
}
.wyhcell-1 .ab-left .cell .indet {
  font-size: 16px;
  line-height: 2;
  margin-top: 12px;
  text-align: justify;
  text-indent: 2em;
}
.wyhcell-1 .ab-left .cell {
  margin-bottom: 48px;
}
.wyhcell-1 .ab-right p {
  margin-bottom: 30px;
}
.wyhcell-1 .ab-right::before {
  content: "";
  display: block;
  position: absolute;
  height: 400px;
  left: -50px;
  border-left: 1px dashed rgba(58, 59, 62, 0.1);
}
.search-list {
  position: absolute;
  top: -21px;
  right: 30px;
}
.search-list select {
  position: absolute;
  top: 0;
  left: 85px;
  width: 270px;
  height: 40px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding-left: 8px;
  border: none;
}
.jkjw-cell {
  display: inline-block;
  width: 360px;
  background: #fff;
  box-shadow: 0px 5px 16px -4px rgb(0 0 0 / 7%);
  border-radius: 20px;
  padding: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.project-box .jkjw-cell:nth-child(3n) {
  margin-right: 0;
}
.content .jkjw-cell .topimg {
  width: 100%;
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}
.content .jkjw-cell .topimg img {
  width: 100%;
  height: 221px;
  border-radius: 12px;
  object-fit: cover;
}
.content .jkjw-cell .wyjk {
  padding: 5px 8px;
  color: #fff;
  background-color: #0a5f9e;
  border-radius: 1000px;
}
.content .jkjw-cell .jkjw-c-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 1.4;
  padding: 16px 10px 10px;
  font-size: 16px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.content .jkjw-cell .jkjw-c-news {
  margin: 5px 0 2px;
}
.content .jkjw-cell .jkjw-c-time {
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
}
.content .jkjw-cell .jkjw-c-state .address {
  width: 60%;
  margin: 0;
}
.content .jkjw-cell .jkjw-c-state img {
  width: 20px;
}
.newsbox.nopading {
  padding: 0 0 80px;
}
.newsbox .jieshi {
  border-radius: 15px 15px 0 0;
  /* background-color: rgba(239, 237, 237, 0.4); */
  padding: 70px 50px 30px;
  font-size: 18px;
  line-height: 2;
}
.newsbox .jieshi.small {
  padding: 50px 50px 20px;
}
.newsbox .jieshi p {
  text-indent: 2em;
  margin-bottom: 8px;
  text-align: justify;
}
.shd1 {
  display: flex;
  justify-content: center;
  color: #1faf2e;
}
.buzhou {
  padding: 50px 0 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.buzhou .bzx {
  width: 60px;
  height: 1px;
  border-radius: 1px;
  margin-right: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.buzhou .bzx.on {
  border-color: #1faf2e;
}
.buzhou .showzs a {
  font-size: 12px;
  text-decoration: underline;
  color: #1faf2e;
  font-weight: bold;
}
.bz-cell {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #dcdcdc;
  color: rgb(17 58 34 / 50%);
  padding: 5px 8px 5px 0;
  margin-right: 8px;
}
.buzhou .showzs {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
}
.bz-cell.on {
  border: 1px solid #1faf2e;
  color: #1faf2e;
  font-weight: bold;
}
.bz-cell .sx {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #dcdcdc;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin: 0 8px 0 5px;
}
.bz-cell.on .sx {
  background-color: #1faf2e;
}
.address .hd {
  margin-bottom: 30px;
}
.address ul {
  display: flex;
  flex-wrap: wrap;
}
.address .ads-cell {
  width: calc((100% - 40px) / 3);
  padding: 8px 0;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
.address .ads-cell:nth-child(3n) {
  margin-right: 0;
}
.address .ads-cell .tt {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 27%;
}
.address .ads-cell .info {
  font-size: 12px;
  margin-left: 5%;
  color: rgba(17, 58, 34, 0.7);
  width: 70%;
  padding-left: 2%;
}
.address .ads-cell .info .itm {
  font-size: 14px;
}
.address .ads-cell.newall .info .itm,
.address .ads-cell.newall .info .itm span {
  color: #fff;
}
.address .ads-cell.newall .info .jinze {
  display: inline;
}
.address .ads-cell.newall .info .jinze .rig {
  margin-right: 12px;
}
.address ul .info .itm {
  font-size: 12px !important;
}
.address .ads-cell .info span {
  font-size: 14px;
  margin-left: 5px;
}
.newsbox.nopading .search-list {
  left: 0;
  top: 10px;
  right: auto;
}
.donate-box {
	padding-top: 90px;
}
.projecta-box {
  width: 48%;
}
.projecta-box .p-head {
  margin-bottom: 20px;
}
.projecta-box .p-head .pic-title {
  font-size: 18px;
}
.projecta-box .p-head .more {
  color: #1faf2e;
  font-size: 14px;
}
.projecta-box .p-head .grey {
  font-size: 14px;
  margin-left: 10px;
}
.project-box .selectAddress {
  font-size: 14px;
}
.projecta-box .project-list {
  position: relative;
  min-height: 393px;
}
.project-box .project-page .st-next,
.project-box .project-page .wl-next {
  right: 0;
}
.project-box .project-page .st-prev,
.project-box .project-page .wl-prev {
  left: 0;
}
.project-box .project-page img {
  position: absolute;
  top: calc((100% - 36px) / 2);
  cursor: pointer;
}
.projecta-box .project-list .item {
  height: 113px;
  border-radius: 10px;
  margin-bottom: 27px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0px 5px 8px -4px rgb(0 0 0 / 10%);
}
.projecta-box .project-list .item .imgs {
  position: relative;
  height: 100%;
}
.projecta-box .project-list .item .imgs .address {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  justify-content: flex-end;
}
.projecta-box .project-list .item .imgs .address img {
  width: 14px;
  margin-right: 3px;
}
.projecta-box .project-list a:last-child .item {
  margin-bottom: 0;
}
.projecta-box .project-list .item img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.projecta-box .project-list .item .item-cont {
  width: 70%;
  margin-left: 14px;
}
.projecta-box .project-list .item-cont h3 {
  color: #004f41;
  font-size: 15px;
  height: 45px;
}
.projecta-box .project-list .item-cont .tip {
  line-height: 1.45;
  width: 100%;
}
.projecta-box .project-list .item-cont .tip .state {
  font-size: 14px;
  color: rgba(17, 58, 34, 0.7);
}
.projecta-box .project-list .item-cont .tip p,
.projecta-box .project-list .item-cont .tip div {
  color: #004f41;
  font-size: 14px;
}
.projecta-box .project-list .item-cont .tip .yhjk {
  max-width: 75%;
}
.item-cont .tip .orange i {
  color: #ff7a00;
}
.projecta-box .project-list .item-cont .tip > div:first-of-type {
  width: 100%;
}
.ryb-lilt-cell {
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
}
.ryb-lilt-cell:last-child {
  border: none;
}
.ryb-lilt-cell .rlc-imgbox {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.ryb-lilt-cell .rlc-name {
  margin-left: 10px;
  width: 240px;
}
.ryb-lilt-cell .rlc-money {
  width: 360px;
  text-align: center;
  margin-left: 23px;
}
.ryb-lilt-cell .rlc-money img {
  margin-right: 8px;
}
.ryb-lilt-cell .rlc-money .rlc-m-1 {
  color: #797979;
}
.ryb-lilt-cell .rlc-money .rlc-m-2 {
  font-size: 20px;
}
.ryb-lilt-cell .rlc-money .rlc-m-3,
.rlc-time {
  font-size: 14px;
}
.search-list input {
  position: absolute;
  top: 0;
  left: 30px;
  width: 285px;
  height: 40px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding-left: 8px;
  border: none;
}
.search-list button {
  height: 40px;
  width: 40px;
  background: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
  border: none;
}
.form {
  margin: 20px 0;
}
.zs-form-wrapper {
  margin-top: 64px;
}
.input input{
  width: 300px;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  line-height: 35px;
	font-size: 16px;
  padding-left: 8px;
  margin-right: 10px;
}
.input .submit {
  width: 80px;
  height: 36px;
  border-radius: 3px;
  background-color: #1faf2e;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 16px;
}
.panel-title.tab-panel .text {
  max-width: unset;
}
.panel-title.tab-panel .tabs .text {
  color: #b3b4b5;
  border-bottom: none;
  cursor: pointer;
}
.panel-title.tab-panel .tabs.cur .text {
  color: #0a5f9e;
  border-bottom: 3px solid #389a00;
}
.zs-list .zsbox-cell {
  display: inline-block;
  width: calc((100% - 40px) / 3);
  height: 335px;
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 14px 25px -25px #000;
  box-sizing: content-box;
}
.zs-list ul .zsbox-cell:nth-child(3n) {
  margin-right: 0;
}
.zs-list .zsbox-cell .zs-c-top {
  width: 332px;
  padding: 15px;
  height: 235px;
  background: url("../../images/child/ywzs/zsborder.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  box-sizing: content-box;
}
.zs-list .zsbox-cell .zs-c-top.zs-c-top-y {
  background: url("../../images/child/ywzs/zsborder-y.png") no-repeat;
  background-size: cover;
}
.zs-list .zsbox-cell .zs-c-top img {
  width: 100%;
  border-radius: 10px;
  margin: 0;
}
.zs-list .zsbox-cell .zs-c-name {
  font-size: 20px;
  color: #142c44;
  font-weight: bold;
  width: 340px;
  margin: 0 auto;
  line-height: 35px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zs-list .zsbox-cell .zs-c-num {
  font-size: 14px;
  color: #142c44;
  width: 340px;
  margin: 0 auto;
  margin-top: 5px;
}

/* .bottombg{
    margin-top: 30px;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: url("../images/bottombg.png") no-repeat center top;
}
.footer{
	position: absolute;
	bottom: 30px;
    width: 100%;
    z-index: 1001;
	line-height: 28px;
}
.footer p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
} */
.flexfooter p:first-child {
  text-align: right;
}
.flexfooter p:last-child {
  text-align: left;
  margin-left: 20px;
}
/* .footer a{
    color: #fff;
}
.footer .footer-1 {
    margin-bottom: 10px;
}
.footer .footer-1 span{
    font-size: 30px;
    margin: 0 10px;
} */
.returntop {
  position: fixed;
  right: 0;
  top: 50%;
  text-align: center;
  width: 91px;
}
.returntop img {
  margin-bottom: 20px;
}
.pagebox {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
}
span.btn,
a.btn,
#laypage a,
#laypage span {
  display: inline-block;
  border: 1px solid #48c140;
  padding: 5px 8px;
  margin-right: 10px;
  color: #6d6d6d;
}
#laypage span em {
  font-style: normal;
}
span.btn-success,
#laypage .layui-laypage-curr {
  background: #48c140;
  border: 0;
  padding: 6px 9px;
  color: #fff;
}

a.btn:hover,
#laypage a:hover {
  border: 0;
  padding: 6px 9px;
  background: #48c140;
  color: #fff;
}

/* 时间线 */
.newsbox_n {
  padding-left: 10px;
  border-left: 1px dashed rgba(58, 59, 62, 0.1);
}
.newsbox_n li {
  padding: 16px 0;
}
.newsbox_n .sj-cell .times {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.newsbox_n .sj-cell .times::before {
  position: absolute;
  left: -13.5px;
  top: 6.5px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1faf2e;
}
.newsbox_n .sj-cell {
  margin-bottom: 10px;
}
.newsbox_n li .cl-cell {
  border-radius: 5px;
  background-color: rgba(241, 255, 244, 0.3);
  border: 1px dashed #eeeeee;
  padding: 13px 20px 24px;
  width: 100%;
}
.newsbox_n li .cl-cell p {
  text-indent: 2em;
}
.newsbox_n li .cl-cell .smtt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.newsbox_n li a {
  max-width: 100%;
}

/* 详情 */
.newdetail .lib-title {
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  margin-bottom: 15px;
}
.newdetail .lib-title .ftitle {
  font-size: 18px !important;
  line-height: 1.5 !important;
  text-align: center;
}
.newdetail p,
.newdetail .gaisuan {
  margin-bottom: 10px;
}
.newdetail p span {
  line-height: 2em;
}
.newdetail .lib-titletime {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.newdetail .lib-titletime span {
  margin-right: 30px;
  color: rgba(17, 58, 34, 0.5) !important;
  color: var(--color-grey) !important;
  line-height: 1.5 !important;
  text-align: justify;
}
.newdetail .boldtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
}
.newdetail img {
  display: block;
  margin: 15px auto;
  max-width: 80%;
}
.newdetail .icon_pdf {
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto !important;
}
.shangxiatiao {
  margin-top: 100px;
  overflow: hidden;
}
.shangxiatiao .left {
  float: left;
}
.shangxiatiao .right {
  float: right;
}
.shangxiatiao a {
  color: rgba(17, 58, 34, 0.5);
  color: var(--color-grey);
  font-weight: bold;
}
.project-detail .newdetail .lib-title {
  color: #189e1a;
  margin-bottom: 50px;
}
.project-detail .newdetail .lib-time .lib-l-left {
  display: inline-block;
  padding-right: 40px;
  border-right: 1px solid #dedede;
}
.project-detail .newdetail .pc-margin {
  margin-top: 15px;
}
.project-detail .newdetail .lib-time .lib-l-left-1 {
  font-size: 16px;
  color: rgba(17, 58, 34, 0.5);
  color: var(--color-grey);
}
.project-detail .newdetail .lib-time .lib-l-left-1 span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}
.project-detail .newdetail .lib-time .lib-l-left-2 {
  font-size: 12px;
}
.project-detail .newdetail .lib-time .lib-l-left-2 span {
  font-size: 18px;
}
.project-detail .newdetail .lib-time .lib-l-left.lib-l-two {
  margin-left: 40px;
}
.project-detail .newdetail .lib-time .lib-l-left.lib-l-two:last-child {
  border: none;
}
.project-detail .newdetail .lib-time .lib-l-left.lib-l-two .lib-l-left-2 span {
  color: #ffa800;
}
.project-detail .newdetail .lib-time .lib-l-right {
  display: inline-block;
  font-size: 18px;
  color: rgba(17, 58, 34, 0.5);
  color: var(--color-grey);
  line-height: 55px;
  margin-left: 30px;
  vertical-align: top;
}
.project-detail .newdetail .lib-time .lib-l-right span {
  color: #189e1a;
  font-size: 20px;
  font-weight: bold;
}
.project-detail .newdetail .lib-time .rightimg {
  padding: 8px 12px;
  color: #fff;
  background: #1faf2e;
  border-radius: 1000px;
  display: inline-block;
}
.project-detail .newdetail .lib-time .rightimg.end {
  background: #c5c5c5;
}
.project-detail .newdetail .lib-time .rightimg.wap {
  display: none;
}
.project-detail .newdetail .lib-time .cell {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.project-detail .newdetail .lib-time .cell .cate {
  width: 250px;
  display: flex;
  align-items: center;
}
.project-detail .newdetail .lib-time .cell .date {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.project-detail .newdetail .lib-time .cell .value {
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
}
.project-detail .newdetail .lib-time .cell .address {
  max-width: 85%;
}
.project-detail .newdetail .lib-time .cell .gomap {
  display: flex;
  align-items: center;
  color: #046636;
  font-size: 14px;
  margin-left: 8px;
}
.project-detail .newdetail .lib-time .cell .tag-box {
  flex-wrap: wrap;
}
.project-detail .newdetail .lib-time .cell .tag-box .tag {
  font-size: 14px;
  color: #22a14d;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #92d8aa;
}
.greentextbox {
  padding: 30px;
  background: #f1fff4;
  border: 1px dashed #3cc269;
  border-radius: 10px;
  margin: 20px 0;
  line-height: 1.6;
}
#feedback {
  margin: 50px 0;
}
#feedback h3 {
  font-size: 26px;
}
.feedbox {
  padding-left: 10px;
  border-left: 1px dashed rgba(58, 59, 62, 0.1);
  margin: 30px auto 0;
}
.feedbox li {
  padding: 16px 0;
  background: none;
  display: block;
  text-indent: unset;
}
.feedbox .sj-cell .times {
  position: relative;
  color: rgba(58, 59, 62, 0.7);
}
.feedbox .sj-cell .times::before {
  position: absolute;
  left: -13.5px;
  top: 6.5px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1faf2e;
}
.feedbox .sj-cell {
  margin-bottom: 10px;
}
.feedbox li .cl-cell .tt {
  font-size: 18px;
}
.feedbox li .cl-cell .imgs {
  margin-top: 15px;
}
.feedbox li .cl-cell .imgs img {
  width: 70%;
  object-fit: cover;
  border-radius: 5px;
  margin: 0 auto 20px;
}
.feedbox li .cl-cell img:last-child {
  margin-bottom: 0;
}
.feedbox .intro {
  margin: 10px 0;
}
.feedbox .intro,
.feedbox .intro p {
  /* text-indent: 2em; */
  margin-bottom: 10px;
}
.active {
  overflow-y: hidden;
}
.active .bm-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.newdetail .linegobox {
  position: relative;
}
.newdetail .linegobox img {
  max-width: 100%;
}
.newdetail .linegobox .code {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 258px;
  height: 258px;
}
.active .bm-popup .linegobox .code {
  top: 135px;
}

.xmslidernav {
  margin: 50px 0 30px;
  border-bottom: 1px solid #dedede;
}
.xmslidernav .xsn-cell {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
  color: rgba(17, 58, 34, 0.5);
  color: var(--color-grey);
  cursor: pointer;
  padding-bottom: 8px;
}
.xmslidernav .xsn-cell.active {
  color: #1faf2e;
}
.xmslidernav .xsn-cell.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 5px;
  background: #1faf2e;
}
.newdetail .detailbox {
  margin-bottom: 50px;
}
.newdetail .xmjj {
  position: relative;
  border-bottom: 1px solid #dedede;
  height: 700px;
  overflow: hidden;
}
.newdetail .clickmore {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  background: #fff;
}
.newdetail .clickmore img {
  width: 84px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.newdetail .newjk {
  margin-top: 30px;
}
.nj-search {
  position: relative;
  width: 370px;
  height: 42px;
  background: url(../../images/child/xwdt/input.png) no-repeat;
  background-size: 100% 100%;
}
.nj-search input {
  position: absolute;
  height: 33px;
  width: 280px;
  left: 42px;
  top: 3px;
  border: none;
  outline: none;
}
.nj-search button {
  position: absolute;
  width: 46px;
  height: 40px;
  border: none;
  background: none;
  right: 0;
  cursor: pointer;
}
.jklistcontainer {
  width: 100%;
  height: 535px;
  overflow: hidden;
  background: #fcfcfc;
  margin: 30px 0 20px;
}
.rybbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jklistcontainer .rybbox img {
  margin: 0;
}
.rybbox .rb-cell {
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.rybbox .rb-cell .rb-cell-imgbox {
  display: inline-block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: -10px;
  margin-left: 4%;
}
.rybbox .rb-cell .rb-cell-imgbox img {
  width: 100%;
  vertical-align: top;
}
.rybbox .rb-cell .rb-cell-textbox {
  width: 90%;
  height: 80px;
  line-height: 80px;
  display: inline-block;
}
.rb-cell-t-1 {
  font-size: 16px;
  color: #3a3a3a;
  display: inline-block;
  width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rb-cell-t-2 {
  font-size: 16px;
  color: #000;
  display: inline-block;
  width: 38%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rb-cell-t-3 {
  display: inline-block;
  color: #000;
  font-size: 16px;
  width: 24%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rb-cell-t-3.wap {
  display: none;
}

.gobox-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.gobox-inner .box-inner{
	width: calc((100% - 70px) / 3);
	text-align: center;
}
.gobox-inner .title {
  font-size: 16px;
  color: #ffa800;
  position: relative;
}
.gobox-inner .title::after {
  content: "";
  display: block;
  width: 170px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: #ffa800;
}
.gobox-inner .item::after {
  content: "";
  display: block;
  clear: both;
}
.gobox-inner .item {
  height: calc(100% - 18px);
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #eee;
  padding: 35px 30px 0 30px;
}
.gobox-inner .item .sub-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.gobox-inner .item p {
  margin-bottom: 0;
  line-height: 1.6 !important;
}
.gobox-inner .item .tips {
  font-weight: bold;
  text-indent: 0;
  margin-bottom: 25px;
}
.gobox-inner .ewmden {
  text-align: center;
  padding: 35px 65px 70px 65px;
}
.gobox-inner .ewmden .tips {
  margin-top: 40px;
  margin-bottom: 30px;
  opacity: 0.7;
}
.ewm-box {
  width: 100px;
  height: 100px;
  position: relative;
}
.gobox-inner .item > div .ewm {
  display: inline-block;
  width: 100px;
  margin: 0;
  max-width: 100%;
  height: 100px;
  margin: 0;
}
.gobox-inner .item > div .ewm-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
}
.gobox-inner .item > div p {
  font-weight: bold;
  text-indent: 0 !important;
}
.gobox-inner .item .fl {
  float: left;
}
.gobox-inner .item .fr {
  float: right;
}

.gobox-lxwm {
  display: flex;
}
.gobox-lxwm.nf {
  display: block;
}
.gobox-lxwm.space-top {
  margin-top: 30px;
}
.gobox-lxwm .cont {
  text-indent: 2em;
}
.gl-link,
a.gl-link {
  color: #0d9bfd;
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline !important;
}
.gobox-lxwm .span-right {
  margin-right: 20px;
}
.gobox-lxwm.nf p {
  margin-bottom: 0;
}
.ldjzitembox .gobox-lxwm > img {
  margin: 0;
  margin-right: 70px;
  height: fit-content;
}
.newdetail .spandetail img {
  max-width: 100% !important;
  height: auto !important;
}
.rb-cell-t-2 span {
  font-weight: bold;
  color: #2b9b2e !important;
  font-style: italic;
}

/* 搜索框 */
.search-box {
  width: 100%;
}
.search-box .search {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.search-box .search .button {
  width: 116px;
  height: 46px;
  font-size: 16px;
  color: #22a14d;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #22a14d;
  cursor: pointer;
}

.search-box .search span {
  color: #000;
  font-family: Microsoft YaHei;
}
.search-box .search select {
  border: none;
  width: 100px;
  margin-left: 10px;
  color: #263d35;
  outline: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f1fff4 url(../images/select-jt.png) no-repeat 140px;
  border-radius: 5px;
  border: 1px solid #a2e4b8;
  height: 36px;
  width: 160px;
  font-weight: bold;
  font-size: 15px;
  color: #22a14d;
  padding-right: 14px;
  padding-left: 12px;
}
.search-box .radio-box {
  margin-left: 60px;
	font-size: 16px;
}
.search-box .radio-box label {
  display: flex;
  align-items: center;
}
.search-box .radio-box label:not(:nth-child(3n)) {
  margin-right: 30px;
}
.search-box .radio-box .radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #22a14d;
  cursor: pointer;
  margin-right: 6px;
}
.search-box .radio-box .radio::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
}
.search-box .radio-box .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  margin-right: 6px;
}
.search-box .radio-box .checkbox svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.search-box .radio-box span {
  cursor: pointer;
}
.search-box .radio-box input {
  display: none;
}
.search-box .radio-box input[type="radio"]:checked + .radio::after {
  background: #22a14d;
}
.search-box .radio-box input[type="radio"]:checked + .radio + span {
  color: #22a14d;
  font-weight: bold;
}
.search-box .radio-box input[type="checkbox"]:checked + .checkbox {
  border-color: #22a14d;
  background: #22a14d;
}
.search-box .radio-box input[type="checkbox"]:checked + .checkbox + span {
  color: #22a14d;
  font-weight: bold;
}
.lujing {
  white-space: nowrap;
  font-size: 16px;
  color: #000;
}
.lujing img {
  margin-right: 3px;
}
.lujing a {
  margin-left: 8px;
  color: #22a14d;
  font-weight: bold;
  text-decoration: underline;
}
.search-box .input-box {
  width: 336px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #788580;
  overflow: hidden;
}

.search-box .input-box:not(:last-child) {
  margin-right: 20px;
}

.search-box .input-box input {
  width: 0;
  flex: 1;
  height: 100%;
  padding: 0 20px;
  border: none;
  outline: none;
  background: transparent;
}

.search-box .input-box .button {
  width: 48px;
  height: 100%;
  cursor: pointer;
  background: url(../images/search-new.png) no-repeat center center;
}

.search-box .input-box.no-btn {
  width: 280px;
}

.search-box .input-box.no-btn .button {
  display: none;
}

.search-box .btn {
  width: 96px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  background: #22a14d;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.protongji {
  display: none;
  padding-left: 40px;
  margin-bottom: 0;
  --right: 40px;
}
.protongji::after {
  border-radius: 0;
}

/* 新列表 */
.tabbar {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.tabbar .tab {
  width: 50%;
  height: 76px;
  text-align: center;
  font-size: 22px;
  color: #788580;
  line-height: 76px;
  cursor: pointer;
  background: rgba(239, 237, 237, 0.3);
  border-bottom: 4px solid #e6ede8;
}

.tabbar .tab.on {
  color: #0a5faa;
  font-weight: bold;
  border: none;
}

.tabbar .tab.on:first-child {
  background: rgba(239, 237, 237, 0.3) url(../images/tabbar-bg.png) no-repeat
    center / 100% 100%;
}
.tabbar .tab.on:last-child {
  background: rgba(239, 237, 237, 0.3) url(../images/tabbar-bg.png) no-repeat
    center / 100% 100%;
  transform: rotateY(180deg);
}

.tabbar .tab.on:last-child p {
  transform: rotateY(-180deg);
}

.end-divder {
  display: none;
  font-size: 17px;
  padding-top: 20px;
  border-top: 1px dashed rgba(51, 51, 51, 0.2);
}

.list-box {
  min-height: 200px;
  padding: 0 40px;
}

.list-box a:not(:last-child) .article {
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}

.list-box .article {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.list-box .article .info {
  width: 0;
  flex: 1;
  font-size: 16px;
}

.list-box .article .info .title {
  font-size: 20px;
  flex: 1;
  width: 0;
}

.list-box .article .info .top {
  font-size: 12px;
  padding: 3px 5px;
  color: #fff;
  border-radius: 3px;
  margin-right: 8px;
  background: #0085b1;
}

.list-box .article .info .thumb {
  display: none;
  width: 100%;
  height: 4rem;
  object-fit: cover;
}

.list-box .article .info .address {
  margin: 6px 0;
}

.list-box .article .info .address .type {
  color: #22a14d;
}
.list-box .article .info .address .type.blue {
  color: #2255a1;
}

.list-box .article .info .address .shu {
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background: #113a22;
  opacity: 0.3;
}

.list-box .article .info .address-11 {
  width: 0;
  flex: 1;
}

.list-box .article .info .des {
  font-size: 14px;
}

.list-box .article .info .times {
  margin-top: 5px;
}

.list-box .article .info .tag-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  width: 0;
}

.list-box .article .info .tag-box .tag {
  font-size: 14px;
  color: #22a14d;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #92d8aa;
}

.list-box .article .info .tag-box .tag.hui {
  color: rgba(17, 58, 34, 0.5);
  border-color: rgba(17, 58, 34, 0.5);
}

.list-box .article .info .green {
  color: #22a14d;
}

.list-box .article .info .bold {
  font-weight: bold;
}

.list-box .article .info .grey.mr {
  margin-left: 20px;
}

.list-box .article .info .address-name {
  flex: 1;
  width: 0;
}

.list-box .article.pro-end .info {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: grayscale(1);
  opacity: 0.75;
}

.list-box .article .img {
  position: relative;
  margin-left: 60px;
}
.list-box .article .img img {
  width: 210px;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
}

.list-box .article.pro-end .img::after {
  content: "已结束";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 32px;
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0.7);
  color: #545e58;
  font-size: 14px;
  text-align: center;
}

.list-box .show-detail {
  display: inline-flex;
  align-items: center;
  border-radius: 1000px;
  background: #22a14d;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  margin-top: 10px;
}

.list-box .article.pro-end .show-detail {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  filter: grayscale(0);
  display: block;
  padding: 0;
  background: transparent;
  color: #3b463f;
  opacity: 1;
}

.list-box .show-detail::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 1px;
  background: url(../images/more-new.png) no-repeat center/100%;
}

.list-box .article.pro-end .show-detail::after {
  display: none;
}

.list-box .load-more {
  color: #22a14d;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  margin-top: 60px;
}
.list-box .load-more[isload] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757575;
}
.list-box .load-more .load {
  display: none;
  border: 3px solid transparent;
  border-top-color: #d1cfcf;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  animation: spin 1s linear infinite;
}
.list-box .load-more[isload] .load {
  display: block;
}
.list-box .load-more[isload] img {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.list-box .empty {
  padding: 20px 0 100px;
  flex-direction: column;
  text-align: center;
}
.list-box .empty p {
  color: #abb9cd;
  font-weight: bold;
  font-size: 20px;
  margin-top: -60px;
}
/* 列表end */

/* 尽责参与 */
.adopt-box {
	margin-top: 40px;
}
.adopt-box .adopt-btn {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  justify-content: flex-end;
  padding: 20px 0;
}
.adopt-box,
.pro-section {
  padding: 0 24px;
}
.protongji {
  padding-left: 0;
}
.pro-section .city-box {
  width: 110px;
}
.adopt-box .adopt-btn img {
  width: 20px;
}
.adopt-box .adopt-btn img:first-child {
  margin-right: 21px;
}
.pro-section .pro-item .thumb img {
  height: 133px;
}
/* end */

/* 捐资尽责 底部捐款按钮样式 */
.donate-window {
  display: none;
  height: 1rem;
}
.donate-window div {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  max-width: 750px;
  height: 1rem;
  background: #2e9855;
  text-align: center;
  line-height: 1rem;
}
.donate-window a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
/* end */

@media screen and (max-width: 1440px) {
  .header-nav .logo {
    width: 300px;
  }
  /* .wrap, .header-nav .wrap{width: 1100px;} */
  .zcbox {
    margin-right: 25px;
  }
  .video-box .video-list {
    width: 240px;
    margin-right: 20px;
  }
  .jkjw-cell {
    width: 326px;
  }
  .content .jkjw-cell .topimg {
    height: 200px;
  }
  .content .jkjw-cell .topimg img {
    height: 100%;
  }
  .address .ads-cell {
    width: calc((100% - 20px) / 2);
  }
  .address .ads-cell:nth-child(3n) {
    margin-right: 20px;
  }
  .address .ads-cell:nth-child(2n) {
    margin-right: 0;
  }
  .address .ads-cell .info {
    width: 80%;
    padding-left: 5%;
    margin: 0;
  }
  .address .ads-cell .info span.bold {
    margin-right: 10px;
  }
  .address .ads-cell .tt {
    width: 19%;
  }
  .zs-list .zsbox-cell {
    height: 295px;
  }
  .zs-list .zsbox-cell .zs-c-top {
    width: 285px;
    height: 200px;
  }
  .zs-list .zsbox-cell .zs-c-name,
  .zs-list .zsbox-cell .zs-c-num {
    width: 315px;
  }
  .rybbox .rb-cell .rb-cell-textbox {
    width: 88%;
  }
  .rb-cell-t-1 {
    width: 30%;
  }
  .rb-cell-t-3 {
    width: 28%;
  }
  .gobox-inner .item .tips {
    margin-bottom: 10px;
  }
  .newdetail .lib-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  /* .wrap, .fix-header .wrap{width: 1100px;} */
  .small-pad.newsbox {
    padding-top: 50px;
  }
  .address .ads-cell .tt {
    width: 22%;
  }
  .video-box .video-list {
    width: 276px;
    margin-right: 26px;
  }
  .video-box .video-list img {
    height: 165px;
  }
  .video-box .video-list:nth-child(4n) {
    margin-right: 26px;
  }
  .video-box .video-list:nth-child(3n) {
    margin-right: 0;
  }
  .wyhcell-1 .newbox .ab-left {
    width: 40%;
  }
  .wyhcell-1 .newbox .ab-right {
    width: 48%;
  }
  .wyhcell-1 .newbox {
    align-items: flex-start;
  }
  .jkjw-cell {
    width: 280px;
  }
  .content .jkjw-cell .topimg {
    height: 160px;
  }
  .content .jkjw-c-state {
    font-size: 14px;
  }
  .zs-list .zsbox-cell {
    height: 290px;
  }
  .zs-list .zsbox-cell .zs-c-top {
    width: 250px;
    height: 175px;
  }
  .zs-list .zsbox-cell .zs-c-name,
  .zs-list .zsbox-cell .zs-c-num {
    width: 260px;
  }
  .gobox-inner .item p {
    font-size: 14px !important;
    text-align: left;
    line-height: 1.4 !important;
  }
  .gobox-inner .item .tips {
    font-size: 16px !important;
    text-align: justify;
  }
  .wap-br {
    display: none;
  }
  .pro-section .pro-item .thumb img {
    height: 100px;
  }
  .city-list a {
    height: 47px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background: url(../images/bg-am.png) no-repeat !important;
    background-attachment: fixed !important;
  }
  .header-nav {
    height: 1.24rem;
    padding-top: 0.2rem;
  }
  .main {
    padding: 0.32rem;
  }
  .returntop {
    display: none;
  }
  .news-cell li a {
    width: 80%;
  }
  .video-box .video-list {
    margin-right: 0.48rem;
    width: 31%;
  }
  .wyhcell-1 .ab-left .cell p:last-child {
    font-size: 0.28rem;
  }
  .wyhcell-1 .n-tlt {
    font-size: 0.56rem;
  }
  .project-box .jkjw-cell:nth-child(3n) {
    margin-right: 20px;
  }
  .project-box .jkjw-cell:nth-child(2n) {
    margin-right: 0;
  }
  .jkjw-cell {
    width: calc((100% - 20px) / 2);
  }
  .content .jkjw-cell .topimg {
    height: 200px;
  }
  span.btn,
  a.btn {
    margin-bottom: 0.2rem;
  }
  .newsbox .jieshi {
    padding: 0.8rem 0.32rem 0.3rem;
    font-size: 0.28rem;
  }
  .buzhou {
    padding: 0.6rem 0 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    overflow-x: scroll;
    flex-wrap: nowrap;
    width: 100%;
  }
  .shd1 {
    justify-content: unset;
    width: 100%;
  }
  .newsbox .donate-box {
    padding: .6rem 0.32rem 0;
  }
  .newsbox .donate-box.pad2 {
    padding: 0 0.24rem;
  }
  .buzhou .bzx {
    width: 0.5rem;
  }
  .bz-cell,
  .buzhou .bzx,
  .buzhou a {
    flex-shrink: 0;
  }
  .newsbox.nopading .infos .xiangmu-box {
    flex-direction: column;
  }
  /* .project-box .project-list .item-cont .tip .yhjk{width: 65%;} */
  .project-box {
    width: 100%;
  }
  .project-box:first-child {
    margin-bottom: 0.8rem;
  }
  .project-box .p-head {
    margin-bottom: 0.4rem;
  }
  .project-box .p-head .grey {
    font-size: 0.24rem;
  }
  .projecta-box {
    width: 100%;
  }
  .projecta-box .project-list .item {
    height: 2.2rem;
    margin-bottom: 0.4rem;
  }
  .projecta-box .project-list .item .imgs .address {
    font-size: 0.24rem;
  }
  .projecta-box .project-list .item .imgs .address img {
    width: 0.24rem;
  }
  .projecta-box .p-head {
    margin-bottom: 0.2rem;
  }
  .projecta-box .p-head .pic-title {
    font-size: 0.32rem;
  }
  .projecta-box .project-list .item-cont h3 {
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .projecta-box .project-list .item img {
    width: 2.8rem;
  }
  .projecta-box .project-list .item .item-cont {
    margin: 0 0.6rem 0 0.16rem;
  }
  .projecta-box .project-list {
    min-height: 6.9rem;
  }
  .ryb-lilt-cell .rlc-imgbox {
    width: 0.4rem;
  }
  .ryb-lilt-cell .rlc-name {
    width: 1.3rem;
    margin-left: 0.16rem;
    font-size: 0.28rem;
  }
  .ryb-lilt-cell .rlc-money .rlc-m-1,
  .ryb-lilt-cell .rlc-money img {
    display: none;
  }
  .ryb-lilt-cell .rlc-money .rlc-m-2 {
    font-size: 0.32rem;
  }
  .ryb-lilt-cell .rlc-money {
    width: 1.5rem;
    margin-left: 0.16rem;
  }
  .ryb-lilt-cell .rlc-time.pc {
    display: none;
  }
  .ryb-lilt-cell .rlc-time.hide {
    display: block;
  }
  .ryb-lilt-cell {
    padding: 0.16rem 0;
  }
  .input input {
    margin-bottom: 0.2rem;
  }
  .panel-title.tab-panel .tabs .text {
    width: 49%;
    font-size: 0.36rem;
    text-align: center;
  }
  .panel-title.tab-panel a {
    margin-left: 0 !important;
  }
  .zs-list .zsbox-cell {
    width: 100%;
    margin-right: 0 !important;
    height: auto;
    padding: 0.24rem 0;
    margin-bottom: 0.16rem;
  }
  .zs-list .zsbox-cell .zs-c-top {
    width: calc(100% - 0.48rem);
    height: 4.55rem;
    padding: 0.24rem;
  }
  .zs-list .zsbox-cell .zs-c-name,
  .zs-list .zsbox-cell .zs-c-num {
    width: 91%;
  }
  .donate-box .infos .flag {
    font-size: 0.4rem !important;
  }
  .list-box .article .info .title {
    font-size: 0.34rem;
  }

  /* 详情 */
  .newdetail .lib-title {
    font-size: 0.45rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
	.project-detail .newdetail .lib-title {
		margin-bottom: 0.2rem;
	}
  .newdetail .lib-title .ztitle {
    margin-bottom: 0.16rem;
  }
  .newdetail .lib-title .ftitle {
    font-size: 0.32rem !important;
  }
  .newdetail .lib-titletime {
    font-size: 0.26rem;
    padding-bottom: 0.14rem;
    margin-bottom: 0.5rem;
  }
  .newdetail .lib-titletime span {
    margin-right: 0.3rem;
  }
  .newdetail .lib-titletime span:last-child {
    margin-right: 0;
  }
  .newdetail p,
  .newdetail span {
    font-size: 0.32rem !important;
  }
  .newdetail img,
  .newdetail video,
  .newdetail table {
    width: 100% !important;
    max-width: 100%;
    height: auto;
  }
  .newdetail table {
    margin: 0 !important;
  }
  .shangxiatiao {
    margin-top: 1.6rem;
  }
  .shangxiatiao .left,
  .shangxiatiao .right {
    float: none;
    display: block;
    margin-bottom: 0.2rem;
  }
  .feedbox .intro,
  .feedbox .intro p,
  .feedbox .intro span {
    font-size: 0.32rem !important;
  }
  .feedbox .intro img,
  .feedbox .intro video,
  .feedbox .intro table {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0.16rem;
  }
  #feedback h3 {
    font-size: 0.44rem;
  }
  .newdetail .linegobox .code {
    width: 60vw !important;
    height: 60vw;
    top: 1.64rem;
  }
  .newdetail .lib-time,
  .newdetail .lib-time > .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-detail .newdetail .lib-time .lib-l-right {
    margin-left: 0;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .project-detail .newdetail .lib-time .lib-l-left {
    padding-right: 0;
    border: none;
    font-size: 0.28rem;
    display: flex;
    align-items: baseline;
  }
  .project-detail .newdetail .lib-time .lib-l-left-2,
  .project-detail .newdetail .lib-time .lib-l-left-1,
  .project-detail .newdetail .lib-time .lib-l-left.lib-l-two .lib-l-left-1 {
    font-size: 0.28rem;
  }
  .project-detail .newdetail .lib-time .lib-l-left-2 {
    flex: 1;
    margin-left: 5px;
  }
  .project-detail .newdetail .lib-time .lib-l-left.lib-l-two {
    margin-left: 0;
  }
  .project-detail .newdetail .lib-time .lib-l-left-1 span,
  .project-detail .newdetail .lib-time .lib-l-left-2 span,
  .project-detail .newdetail .lib-time .lib-l-right span {
    font-size: 0.32rem;
  }
  .project-detail .newdetail .lib-time .wapgang {
    display: inline;
  }
  .project-detail .newdetail .pc-margin {
    margin-top: 0;
  }
  .newdetail .clickmore img {
    width: 1.68rem !important;
  }
  .gobox-inner .ewmden {
    padding: 0.4rem 0.16rem 0.6rem;
  }
  .gobox-inner .ewmden .ewm-over {
    padding: 0 0.5rem;
  }
  .gobox-inner .ewmden .tips {
    margin: 0.4rem 0;
  }
  .gobox-inner .item > div .ewm-icon {
    width: 0.4rem !important;
    height: 0.4rem;
  }
  .gobox-inner .item > div p,
  .gobox-inner .item span {
    font-size: 0.28rem !important;
  }
  .project-detail .newdetail .lib-time .rightimg {
    font-size: 0.28rem;
    padding: 0.12rem 0.2rem;
    margin-top: 0.1rem;
  }
  .project-detail .newdetail .lib-time .rightimg.pc {
    display: none;
  }
  .project-detail .newdetail .lib-time .rightimg.wap {
    display: inline-block;
  }
  .gobox-lxwm .cont {
    text-indent: 0;
  }

  .bottombg {
    height: 5rem;
    background: url(../images/bottombg.png) no-repeat center center;
    background-size: cover;
  }

  .search-box,
  .list-box .article,
  .list-box .article .info .times,
  .search-box-box {
    flex-direction: column;
  }
  .search-box .radio-box {
    margin-left: 0;
  }
  .lujing {
    margin-top: 10px;
  }
  .list-box {
    padding: 0 0.24rem 0.8rem;
  }
  .list-box .article .info .times {
    align-items: baseline;
  }
  .list-box .article .info .times .tag-box {
    width: 100%;
    margin-top: 5px;
  }
  .search-box .search {
    margin-bottom: 0.2rem;
  }
  .search-box .search .button {
    width: 90px;
    height: 40px;
    font-size: 0.28rem;
  }
  .search-box .input-box {
    height: 42px;
  }
  .list-box .article {
    padding: 0.4rem 0;
  }
  .list-box .article .info {
    width: 100%;
  }
  .list-box .article .info .address {
    margin: 0.2rem 0;
  }
  .list-box .article .info .grey.mr {
    margin-left: 0;
  }
  .list-box .article .img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .list-box .article .img img {
    width: 100%;
    height: 4rem;
  }
  .list-box .article.pro-end .img::after {
    height: 40px;
    line-height: 40px;
    font-size: 0.28rem;
  }
  .list-box .article .info .thumb {
    display: block;
    border-radius: 5px;
    margin-bottom: 0.2rem;
  }
  .list-box .show-detail {
    display: none;
  }

  .tabbar {
    margin-bottom: 30px;
  }
  .tabbar .tab {
    font-size: 0.32rem;
    height: 50px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #e6ede8;
  }

  .project-detail .newdetail .lib-time .cell.column,
  .project-detail .newdetail .lib-time .cell .column {
    flex-direction: column;
    align-items: baseline;
  }
  .project-detail .newdetail .lib-time .cell .cate {
    width: 100%;
  }
  .project-detail .newdetail .lib-time .cell .date {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .project-detail .newdetail .lib-time .cell .tag-box {
    width: 100%;
    margin-top: 5px;
  }
  .protongji {
    padding-left: 0.24rem;
  }
	.pro-section .city-box {
		width: 100%;
		margin-top: .4rem;
	}
  .pro-section,
  .adopt-box {
		padding: 0 .32rem;
    margin-top: 20px;
  }
  .pro-section .pro-item .thumb img {
    height: 2rem;
  }

  .gobox-inner .item .mobile-tip {
    margin-bottom: 0.32rem;
  }
  .mobile-tip {
    display: block;
    background: #f3fbfc;
  }
  .mobile-tip ~ .tips {
    display: none;
  }
  .mobile-tip .head {
    display: flex;
    align-items: center;
    background: #e6f9fa;
    padding: 0.26rem 0.2rem;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }
  .mobile-tip .head span {
    display: block;
    flex: 1;
    width: 0;
    color: #202f63 !important;
    font-size: 0.26rem !important;
  }
  .mobile-tip img {
    width: 0.36rem !important;
    height: 0.36rem;
    margin: 0;
    margin-right: 6px;
  }
  .mobile-tip .content-tip {
    padding: 0.18rem 0.16rem 0.32rem;
    color: #505566;
  }
  .mobile-tip .tip {
    font-size: 0.26rem;
    margin-bottom: 0.32rem;
    text-align: left;
  }
  .gobox-inner .item .mobile-tip .tips {
    font-size: 0.26rem !important;
    margin: 0;
  }
  .mobile-tip .tips {
    font-size: 0.26rem;
  }
  .mobile-tip .tips:last-child,
  .gobox-inner .item .mobile-tip .tips:last-child {
    margin-top: 0.32rem;
  }
  .mobile-tip .bold,
  .gobox-inner .item .mobile-tip .bold,
  .gobox-inner .item > div p {
    font-size: 0.26rem !important;
    font-weight: bold;
    color: #202f63 !important;
    line-height: normal !important;
  }
  .gobox-inner .ewmden .mobile-tip .tips {
    opacity: 1;
    font-weight: normal;
  }

  .gobox-lxwm .span-right {
    margin-right: 0;
  }
  .gobox-lxwm .span-right:first-child {
    margin-right: 0.2rem;
  }

  /* 捐资尽责 +h5 支付 */
  .activity-body-detail {
    padding-bottom: 0.5rem;
  }
  .activity-body-detail .newsbox.nopading {
    padding: .2rem 0 0;
  }
  .donate-window {
    display: block;
  }
  .activity-body-detail .lib-time .right,
  .activity-body-detail .bottombg,
  .activity-body-detail .footer {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0.24rem;
  }
  .newTitle {
    width: 3.2rem;
    height: 1.2rem;
    top: -0.6rem;
    left: 0.16rem;
  }
  .newTitle .t-text {
    font-size: 0.32rem;
    top: 0;
    left: 0 !important;
    padding-left: 0.8rem;
    width: 100%;
    line-height: 1.2rem;
    text-align: center;
  }
  .newTitle img {
    width: 100%;
    height: 100%;
  }
  .newsbox, .newsbox.new-list-box {
    margin-top: 0.7rem;
    padding: 0.9rem 0.32rem 0.8rem;
  }
	.newsbox.nopading, .newsbox.new-list-box.nopading {
		padding: 0 0 .8rem;
	}
  .tit {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .newdetail .detailbox {
    margin-bottom: 0;
  }
  .project-detail .newdetail .lib-time .lib-l-left.special {
    flex-direction: column;
  }
  .project-detail .newdetail .lib-time .lib-l-left.special .lib-l-left-2 span,
  .project-detail .newdetail .lib-time .lib-l-left.special .lib-l-left-2 {
    margin-left: 0;
  }
  .news-cell li {
    padding: 0.2rem 0 0.2rem 0.16rem;
  }
  .news-cell li a {
    width: 75%;
  }
  .news-cell li .date {
    font-size: 0.24rem;
  }
  .pagebox {
    margin-top: 0.6rem;
  }
  .footer {
    padding: 0.24rem;
    line-height: 1.5;
    bottom: 0;
  }
  .footer p {
    font-size: 0.28rem;
  }
  .footer .footer-1 span {
    font-size: 0.52rem;
  }
  .footer,
  .flexfooter p:last-child,
  .flexfooter p:first-child {
    text-align: center;
  }
  .footer .flex {
    flex-direction: column;
  }
  .flexfooter p:last-child {
    margin-left: 0;
  }
  .policy-box {
    flex-direction: column;
  }
  .zcbox {
    margin: 0 0 0.3rem;
    width: 100% !important;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed rgba(58, 59, 62, 0.3);
  }
  .gobox-inner .ewmden .ewm-over {
    padding: 0 0.9rem;
  }
  .zc-right {
    border: none;
  }
  .zc-left::after,
  .zc-center::after {
    display: none;
  }
  .liuy .intro {
    padding: 0.36rem 0.28rem;
  }
  .liuy .intro span {
    font-size: 0.3rem !important;
  }
  .problem .newTitle .t-text {
    font-size: 0.3rem;
  }
  .video-box .video-list {
    margin-right: 4% !important;
    width: 48%;
  }
  .video-box .video-list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .video-box .video-list img {
    height: 1.8rem;
  }
  .video-box .video-list .play {
    width: 0.64rem;
    height: 0.64rem;
    left: calc(60% - 0.64rem);
    top: calc(45% - 0.64rem);
  }
  .aboutbox {
    padding: 0;
  }
  .wyhcell-1 .newbox {
    flex-direction: column;
  }
  .wyhcell-1 .newbox .ab-left,
  .wyhcell-1 .newbox .ab-right {
    width: 100%;
  }
  .wyhcell-1 .newbox .ab-right span,
  .wyhcell-1 .newbox .ab-right img {
    display: block;
    margin-top: 0.1rem;
  }
  .wyhcell-1 .newbox .ab-right .flex {
    flex-direction: column;
  }
  .jkjw-cell {
    width: 100%;
    margin-right: 0 !important;
  }
  .content .jkjw-cell .topimg {
    height: 3.7rem;
  }
  .content .jkjw-cell .jkjw-c-title {
    font-size: 0.32rem;
  }
  .content .jkjw-c-state,
  .content .jkjw-cell .topimg .yhjk p {
    font-size: 0.28rem;
  }
  .content .jkjw-cell .jkjw-c-time {
    font-size: 0.26rem;
  }
  .content .jkjw-cell .topimg .wyjk {
    font-size: 0.28rem;
    padding: 0.16rem 0;
  }
  .search-list {
    width: 2rem;
  }
  .search-list.wap-select img {
    display: none;
  }
  .search-list.wap-select select {
    border: 0.02rem solid rgba(17, 58, 34, 0.5);
    border: 0.02rem solid var(--color-grey);
    width: 2rem;
    height: 0.6rem;
    left: 0.2rem;
    top: 0.1rem;
    border-radius: 0.1rem;
    color: #113a22;
    color: var(--color);
    background: url("../images/down.png") right 0.1rem center no-repeat;
    background-size: 10%;
  }
  .donate-box .search-list {
    width: 100%;
    height: 0.72rem;
  }
  .donate-box .search-list img {
    width: 100%;
    height: 0.72rem;
  }
  .donate-box .search-list select {
    height: 0.66rem;
    left: 1.44rem;
    width: 4.14rem;
  }
  .address .ads-cell {
    width: 100%;
    margin-right: 0 !important;
  }
  .address .ads-cell .tt {
    font-size: 0.36rem;
    width: 32%;
  }
  .address .ads-cell .info .itm {
    font-size: 0.28rem;
  }
  .address ul .info .itm {
    font-size: 0.24rem !important;
  }
  .ads-cell.newall {
    height: auto !important;
  }
  .ads-cell.newall .info {
    flex-direction: column;
    width: 80% !important;
    padding-left: 5% !important;
  }
  .ads-cell.newall .tt {
    width: 19% !important;
  }
  .address .ads-cell.newall .info .jinze {
    display: inline-block;
  }
  .address .ads-cell.newall .info span.bold {
    margin-right: 0;
  }
  .address .ads-cell.newall .info .jinze .rig {
    margin-right: 0.24rem;
  }
  .projecta-box .project-list .item {
    height: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .projecta-box .project-list .item .item-cont {
    margin: 0 0 0 0.15rem;
  }
  .projecta-box .project-list .item img {
    width: 2rem;
  }
  .projecta-box .project-list .item-cont .tip p,
  .projecta-box .project-list .item-cont .tip span {
    font-size: 0.24rem;
  }
  /* .projecta-box .project-list .item-cont .tip>div:first-of-type{width: auto;margin-right: 0;} */
  .projecta-box .project-list .item {
    padding: 0.16rem;
  }
  .search-list.junk {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .search-list.junk img {
    width: 100%;
  }
  .search-list.junk input {
    height: 0.68rem;
    width: 5rem;
  }
  .search-list.junk button {
    width: 0.8rem;
    height: 0.7rem;
    right: 0;
  }
  .project-detail .newdetail .lib-time .lib-l-right.yellow .cu {
    font-size: 0.48rem;
  }
  .project-detail .newdetail .lib-time .lib-l-left-1 span,
  .project-detail .newdetail .lib-time .lib-l-left-2 span,
  .project-detail .newdetail .lib-time .lib-l-right span {
    margin-left: 0.08rem;
  }
  .newjk .nj-topimg {
    flex-direction: column;
    align-items: baseline;
  }
  .nj-search {
    width: 100%;
    margin-top: 0.3rem;
  }
  .nj-search input {
    width: 74%;
    height: 0.65rem;
  }
  .nj-search button {
    width: 0.9rem;
    height: 0.8rem;
  }
  .rybbox .rb-cell .rb-cell-imgbox {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.1rem;
    top: -0.32rem;
    margin-left: 2%;
  }
  .rybbox .rb-cell .rb-cell-textbox {
    width: 83%;
  }
  .rb-cell-t-1,
  .rb-cell-t-2 {
    font-size: 0.28rem;
    width: 22%;
  }
  .rb-cell-t-2 {
    width: 45%;
  }
  .rb-cell-t-3 {
    font-size: 0.24rem;
  }
  .rb-cell-t-3.pc {
    display: none;
  }
  .rb-cell-t-3.wap {
    display: inline-block;
  }
  .rybbox .rb-cell,
  .rybbox .rb-cell .rb-cell-textbox {
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .jklistcontainer {
    height: 10.7rem;
    margin: 0.3rem 0;
  }
  .gobox-inner .box-inner {
    width: 100%;
  }
  .gobox-inner .item {
    height: auto;
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .gobox-lxwm {
    margin-top: 0.2rem;
  }
  .gobox-lxwm.nf p {
    line-height: 1.6 !important;
  }
  .xmslidernav {
    margin: 0.4rem 0 0.2rem;
  }
  .xmslidernav .xsn-cell,
  .newdetail .boldtitle {
    font-size: 0.32rem;
  }
  .xmslidernav .xsn-cell {
    margin-right: 0.4rem;
  }
  .greentextbox {
    padding: 0.4rem;
  }
  .rb-cell-t-2 span {
    font-size: 0.28rem !important;
  }
  .feedbox li .cl-cell .imgs img {
    margin: 0 auto 0.2rem;
    height: auto;
  }
  .gl-link,
  a.gl-link {
    font-size: 0.32rem;
  }
  .zs-form-wrapper {
    margin-top: 0.6rem;
  }
  .zs-form-wrapper .input input {
    width: 100% !important;
  }
}
@media screen and (max-width: 320px) {
  .newsbox .donate-box.pad2,
  .main {
    padding: 0 0.1rem;
  }
  .projecta-box .project-list .item {
    padding: 0.1rem;
  }
}
