.flex {
  display: flex
}

.flex_s_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.flex_s_a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex_f_s {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.flex_s_b_f_s {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_s_a_f_s {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex_column {
  flex-direction: column;
}

.flex_wrap {
  flex-wrap: wrap;
}


.flex_none {
  flex: none;
}


.flex_1 {
  flex: 1;
}

.flex_half {
  width: 50%;
}


.content {
  width: 1260px;
  margin: 0 auto;
}

/* header */
header {
  padding: 18px 0; 
  border-bottom: 1px solid rgba(243,243,243,0.3);
  background-color: #1a723c;
}

.logo {
  width: 255px;
  height: 66px;
  cursor: pointer;
}

.logo img {
  width: 100%;
  height: 100%;
}

.header_title {
  position: relative;
  top: 8px;
  margin-left: 18px;
  color: #fff;
}


.header_title::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -8px;
  width: 1px;
  height: 33px;
  background-image: linear-gradient(180deg, #1a723c, #fff, #1a723c);
}


.header_title .title_zh {
  font-size: 30px;
}


.header_r {
  position: relative;
}

.header_r input {
  width: 340px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 46px;
	background-color: #d0e9db;
  border-radius: 20px;
  border: none;
}


.header_r .search_icon {
  position: absolute;
  top: 8px;
  right: 17px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.header_r .search_icon img {
  width: 100%;
  height: 100%;
}


/* nav */
.nav-wrapper {
  background-color: #1a723c;
}
.nav {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

.nav a {
  position: relative;
  display: block;
  width: 10%;
  color: #fff;
}

.nav a:hover {
  background-color: #0d5a2b;
  color: #fff;
}

.nav .active {
  background-color: #0d5a2b;
  color: #fff;
}


/* footer */
footer {
  /* background: url('common_res/footer_bg.png') no-repeat center center;
  background-color: #003e1b;
  color: #b2b2b2; */
}

footer .link {
  padding: 40px 0;
  background: url('common_res/footer_bg.png') no-repeat center center;
  background-color: rgba(0, 0, 0, .7);
}

footer .link .item {
  flex: none;
  width: 14.28%;
  text-align: center;
  border-right: 1px solid #686868;
}


footer .link .item:last-child {
  border-right: 0;
}

footer .link .item .item-title {
  margin-bottom: 26px;
  color: #fff;
  font-size: 16px;
}

footer .link .item .item-link a {
  margin-bottom: 16px;
  color: #b2b2b2;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}

footer .link .item .item-link:hover {
  color: #fff;
}


footer .copyright {
  height: 76px;
  line-height: 76px;
  color: #828282;
  background-color: #242424;
  text-align: center;
}


.common_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* banner common */
.banner_common {
  height: 360px;
}

.banner_common img {
  width: 100%;
  height: 100%;
}

/* router */
.router {
  width: 272px;
  padding-bottom: 43px;
  background-color: #fff;
}

.router .router_title {
  padding: 46px 0 33px 0;
  background-color: #1a723c;;
  text-align: center;
  color: #fff;
}

.router .router_title .router_title_zh {
  font-size: 30px;
}

.router .router_title .router_title_en {
  font-size: 18px;
}

.router_list {
  padding: 28px 0 0 0;
}

.router_list .router_item {
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.router_list .router_item:hover,
.router_list .router_item.active {
  background-color:#1a723c;;
  color: #fff;
}
.router_item a{
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  color: #333333;
  
}
.router_item a:hover{
  color: #fff;
  
}
.router_item.active a{
  color: #fff;
}
.enter {
  width: 272px;
  padding: 40px 17px 25px 17px;
  background-color: #dee6f2;
  box-sizing: border-box;
}

.enter .enter_title {
  padding-bottom: 30px;
  font-size: 24px;
  color: #333333;
}

.enter .enter_item {
  padding: 20px 0;
  border-top: 1px solid #c0cde1;
  cursor: pointer;
}


.enter_item .enter_icon {
  width: 70px;
  height: 70px;
  margin-right: 16px;
}

.enter_item .enter_icon img {
  width: 100%;
  height: 100%;
}

.enter_item .enter_r_zh {
  font-size: 16px;
  color: #333333;
}

.enter_item .enter_r_zh:hover {
  color:#003e1b;
}

.enter_item .enter_r_en {
  position: relative;
  padding: 2px 6px;
  margin-top: 10px;
  background-color: #b7c6e0;
  color: #dee6f2;
  font-size: 12px;
}


.enter_item .enter_r_en::after {
  position: absolute;
  content: "";
  top: 6px;
  right: -3px;
  width: 10px;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}


.qrcode {
  text-align: center;
}

.qrcode .qrcode_img {
  width: 103px;
  height: 103px;
  margin: 0 auto 15px auto;
}

.qrcode .qrcode_img img {
  width: 100%;
  height: 100%;
}

/* detail */

.detail {
  overflow: hidden;
  margin-left: 30px;
  border: 1px solid #eee;
}

.detail .detail_title  {
  position: relative;
  padding: 20px;
  background-color: #f3f3f3;
}

.detail .detail_content {
  padding: 0 20px 20px 20px;
}
.detail .title_icon {
  width: 10px;
  height: 30px;
  background-color: #1a723c;
}


.detail .title_text {
  margin-left: 20px;
  font-size: 30px;
  color: #333333;
}


.detail .detail_nav {
  cursor: pointer;
}
.detail .detail_nav a {
  cursor: pointer;
  color: #333333;
}
.detail .detail_nav .curr {
  color: #989898;
}


.detail .list .item {
  position: relative;
  padding: 23px 0 23px 16px;
  border-bottom: 1px solid#efefef;
  font-size: 16px;
  cursor: pointer;
}

.detail .list .item:hover {
  color: #ee780f;
}

.detail .list .item::before {
  position: absolute;
  content: "";
  top: 48%;
  left: 0;
  transform: translate(0, -48%);
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #ee780f;
  border-top: 5px solid transparent;
}

.detail .list .item .item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.item_text a {
  color: #333;
}
.detail .list .item .item_time {
  color: #989898;
}
.detail .pagination {
  margin-top: 55px;
  text-align: center;
  color: #989898;
}
.detail .pagination a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 12px;
  border: 1px solid #dedede;
  cursor: pointer;
  background-color: #efefef;
  color: #0c0c0c;
  user-select: none;
}
.detail .pagination .a1  {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 12px;
  border: 1px solid #dedede;
  cursor: pointer;
  background-color: #efefef;
  color: #0c0c0c;
  user-select: none;
}
.detail .pagination span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 12px;
  border: 1px solid #dedede;
  cursor: pointer;
  background-color: #fff;
  color: #0c0c0c;
  user-select: none;
}
.detail .pagination span:hover,
.detail .pagination span.active {
  background-color: #fff;
}

.detail_heading {
  padding: 45px 0 0 0;
  color: #333333;
  font-size: 34px;
  text-align: center;
}

.detail_main p {
  margin: 30px 0;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-indent: 30px;
  text-align: justify;
}


/* detail_donation_ways */
.detail_donation_ways .ways {
  margin-top: 45px;
}

.detail_donation_ways .ways_title{
  font-size: 16px;
  color: #333333;
}

.detail_donation_ways .ways_content div {
  padding: 8px 0;
}
