.h_banner {
  position: relative;
}
.h_banner img {
  width: 100%;
}
.h_banner .h_text {
  position: absolute;
  top: 47%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_banner .h_text .h_title {
  width: 95%;
  margin-bottom: 22px;
}
.h_banner .h_text .h_title img {
  margin-left: -31%;
}
.h_banner .h_text .h_desc {
  display: inline-block;
  margin-bottom: 24px;
  font-family: Medium;
  font-size: 36px;
  color: #FFFFFF;
  text-align-last: justify;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.h_banner .h_text .h_desc .h_p2 {
  letter-spacing: 2px;
  margin-top: 10px;
}
.h_banner .h_text .h_btns {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
.h_banner .h_text .h_btns a {
  border: 1px solid #fff;
  border-radius: 2px;
  width: 208px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_banner .h_text .h_btns a img {
  width: 22px;
}
.h_banner .h_text .h_btns a span {
  margin-left: 12px;
  
  font-size: 18px;
  color: #FFFFFF;
}
.h_banner .h_text .h_btns a:hover {
  border-color: var(--active-color);
  background: var(--active-color);
}
.h_Box1 {
  padding: 50px 0;
}
.h_Box1 .h_title {
  font-family: Medium;
  font-size: 32px;
  color: #222222;
  text-align: center;
  margin-bottom: 32px;
}
.h_Box1 .h_desc {
  text-align: justify;
  
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.8;
}
.h_Box1 .h_imgs .h_posImg {
  overflow: hidden;
  padding-top: 71.9424%;
}
.h_Box1 .h_imgs .h_posImg:hover img {
  transform: scale(1.05);
}
.h_index_list {
  /* padding: 0 0 50px; */
}
.h_index_list .h_title {
  font-family: Medium;
  font-size: 32px;
  color: #222222;
  text-align: center;
}
.h_index_list .h_box {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_index_list .h_box .h_text {
  width: calc(100% - 320px);
}
.h_index_list .h_box .h_text .h_name {
  font-family: "MiSans-Demibold";
  font-size: 17px;
  color: #555555;
  margin-bottom: 12px;
  position: relative;
}
.h_index_list .h_box .h_text .h_line {
  width: 65px;
  height: 1px;
  background-color: var(--active-color);
  margin-bottom: 10px;
}
.h_index_list .h_box .h_text .h_desc {
  /*  */
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  margin-bottom: 16px;
}
.h_index_list .h_box .h_text .h_date {
  /*  */
  font-size: 15px;
  color: #959595;
  margin-bottom: 12px;
}
.h_index_list .h_box .h_text .h_more {
  width: 147px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #BEBEBE;
  border-radius: 2px 2px 2px 2px;
  
  font-size: 13px;
  color: #FFFFFF;
}
.h_index_list .h_box .h_img {
  width: 280px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.h_index_list .h_box .h_img .h_posImg {
  padding-top: 67.857%;
}
.h_index_list .h_box:hover .h_text .h_name {
  color: var(--active-color);
}
.h_index_list .h_box:hover .h_text .h_more {
  background-color: var(--active-color);
}
.h_search {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
}
.h_search .h_searchBox {
  min-height: 600px;
  padding: 50px;
  background: #fff;
  border-radius: 18px 18px 0px 0px;
}
.h_search .h_searchBox .h_top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 50px;
}
.h_search .h_searchBox .h_top .h_form {
  width: calc(50% - 25px);
}
.h_search .h_searchBox .h_top .h_form .h_title {
  font-size: 32px;
  color: #222222;
  font-family: Medium;
  margin-bottom: 20px;
}
.h_search .h_searchBox .h_top .h_form input {
  margin-bottom: 16px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid var(--active-color);
  width: 100%;
  padding: 0 12px;
  font-size: 19px;
  font-family: Light;
}
.h_search .h_searchBox .h_top .h_form .h_date {
  margin-bottom: 16px;
  position: relative;
}
.h_search .h_searchBox .h_top .h_form .h_date input {
  margin: 0;
}
.h_search .h_searchBox .h_top .h_form .h_date::after {
  position: absolute;
  content: '';
  right: 12px;
  top: calc(50% - 5px);
  border-top: 10px solid #A1A1A1;
  border-left: 6px solid #A1A1A100;
  border-right: 6px solid #A1A1A100;
}
.h_search .h_searchBox .h_top .h_form .h_desc {
  
  font-size: 14px;
  color: #707070;
  line-height: 16px;
}
.h_search .h_searchBox .h_top .h_form .h_desc span {
  color: #FF7B3E;
}
.h_search .h_searchBox .h_top .h_form button {
  margin-top: 32px;
  width: 132px;
  height: 44px;
  background: var(--active-color);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}
.h_search .h_searchBox .h_top .h_form button img {
  width: 22px;
}
.h_search .h_searchBox .h_top .h_form button span {
  font-size: 16px;
  color: #FFFFFF;
  
  margin-bottom: 2px;
}
.h_search .h_searchBox .h_top .h_img {
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  width: calc(50% - 25px);
}
.h_search .h_searchBox .h_top .h_img img {
  width: 100%;
}
.h_search .h_searchBox .h_result {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #D8D8D8;
}
.h_search .h_searchBox .h_result .h_title {
  font-size: 32px;
  color: #222222;
  font-family: Medium;
}
.h_search .h_searchBox .h_result .h_list {
  margin-top: 40px;
}
.h_search .h_searchBox .h_result .h_list .h_item {
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  padding: 14px;
  display: flex;
  column-gap: 20px;
}
.h_search .h_searchBox .h_result .h_list .h_item .h_img {
  width: 122px;
  border-radius: 6px;
  overflow: hidden;
}
.h_search .h_searchBox .h_result .h_list .h_item .h_img .h_posImg {
  padding-top: 127.87%;
}
.h_search .h_searchBox .h_result .h_list .h_item .h_img .h_posImg::before {
  position: absolute;
  content: attr(data-name);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 34px;
  color: #FFFFFF;
  
}
.h_search .h_searchBox .h_result .h_list .h_item .h_msg {
  width: calc(100% - 142px);
}
.h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_name {
  margin-top: 8px;
  font-size: 28px;
  color: #222222;
  font-family: Medium;
}
.h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_date {
  font-size: 19px;
  color: #545454;
  font-family: Light;
  margin-top: 16px;
}
.h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_position {
  margin-top: 16px;
  font-size: 19px;
  color: #545454;
  font-family: Light;
}
.h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_position span {
  color: #FF7B3E;
}
.h_search .h_searchBox .h_nav .h_title {
  font-size: 32px;
  color: #222222;
  font-family: Medium;
}
.h_search .h_searchBox .h_nav .h_back {
  cursor: pointer;
  font-size: 22px;
  color: #999999;
  font-family: Light;
  column-gap: 4px;
}
.h_search .h_searchBox .h_nav .h_back i {
  font-size: 18px;
}
.h_search .h_searchBox .h_nav .h_back:hover {
  color: var(--active-color);
}
.h_search .h_searchBox .h_hr {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}
.h_search .h_searchBox .h_donorInfo {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 30px;
  margin-bottom: 50px;
}
.h_search .h_searchBox .h_donorInfo .h_img {
  width: 300px;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.h_search .h_searchBox .h_donorInfo .h_img .h_posImg {
  padding-top: 128.3333%;
}
.h_search .h_searchBox .h_donorInfo .h_img .h_posImg::before {
  position: absolute;
  content: attr(data-name);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 70px;
  color: #FFFFFF;
  font-family: Medium;
}
.h_search .h_searchBox .h_donorInfo .h_info {
  width: calc(100% - 350px);
}
.h_search .h_searchBox .h_donorInfo .h_info .h_name {
  font-size: 50px;
  color: #222222;
  font-family: Medium;
  margin-bottom: 10px;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_param1 {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 38px;
  row-gap: 10px;
  font-size: 20px;
  color: #545454;
  font-family: Light;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_param1 span {
  color: #FF7B3E;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_param2 {
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 16px;
  color: #545454;
  font-family: Light;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_param2 .h_ls {
  display: flex;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_hr {
  margin: 30px 0 22px;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_subtitle {
  font-size: 20px;
  color: #555555;
  
  margin-bottom: 20px;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_list {
  max-width: 626px;
}
.h_search .h_searchBox .h_donorInfo .h_info .h_list span {
  cursor: pointer;
  width: 96px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: rgba(170, 138, 111, 0.7);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #FFFFFF;
  
}
.h_search .h_searchBox .h_donorInfo .h_info .h_list span:hover {
  background: rgba(170, 138, 111);
}
.h_search .h_searchBox .h_title_gg {
  font-family: "MiSans-Demibold";
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 30px;
}
.h_search .h_searchBox .h_title_gg span {
  font-family: "MiSans-Demibold";
  font-size: 32px;
  color: var(--active-color);
}
.h_search .h_searchBox .h_title_gg img {
  width: 28px;
}
/* .h_search .h_searchBox .h_content p,
.h_search .h_searchBox .h_content div {
  font-family: Regular !important;
} */
.h_search .h_searchBox .h_content .h_title {
  text-align: center;
  font-size: 24px;
  color: #555555;
  margin-bottom: 12px;
  font-family: "MiSans-Demibold";
}
.h_search .h_searchBox .h_content>.h_date {
  text-align: center;
  font-size: 14px;
  color: #B2B0B3;
}
.h_search .h_searchBox .h_content .h_hr {
  margin: 20px 0;
  height: 1px;
  background-color: #D8D8D8;
}
.h_search .h_searchBox .h_content .h_text {
  line-height: 1.8;
  font-size: 16px;
  color: #666666;
}
.h_search .h_searchBox .h_content .h_text img {
  max-width: 100%;
  height: auto !important;
}
.h_search .h_searchBox .h_content .h_fBox a {
  
  font-size: 15px;
  color: #555555;
  margin: 10px 0;
}
.h_search .h_searchBox .h_content .h_fBox a:hover {
  color: var(--active-color);
}
.h_search .h_searchBox .h_xczxBox .h_T {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 36px;
}
.h_search .h_searchBox .h_xczxBox .h_T .h_desc {
  
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}
.h_search .h_searchBox .h_xczxBox .h_T.h_rfssb {
  padding-bottom: 46px;
}
.h_search .h_searchBox .h_xczxBox .h_T.h_rfssb .h_text {
  width: calc(100% - 575px);
}
.h_search .h_searchBox .h_xczxBox .h_T.h_rfssb .h_img {
  width: 525px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.h_search .h_searchBox .h_xczxBox .h_T.h_rfssb .h_img .h_posImg {
  padding-top: 55.619%;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text {
  width: calc(100% - 320px);
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_title {
  
  font-size: 17px;
  color: #555555;
  margin-bottom: 12px;
  position: relative;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_line {
  width: 65px;
  height: 1px;
  background-color: var(--active-color);
  margin-bottom: 10px;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_desc {
  
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  margin-bottom: 36px;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_date {
  
  font-size: 15px;
  color: #959595;
  margin-bottom: 12px;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_more {
  width: 147px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #BEBEBE;
  border-radius: 2px 2px 2px 2px;
  
  font-size: 13px;
  color: #FFFFFF;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_img {
  width: 280px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_img .h_posImg {
  padding-top: 67.857%;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box:hover .h_text .h_title {
  color: var(--active-color);
}
.h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box:hover .h_text .h_more {
  background-color: var(--active-color);
}
.h_search .h_searchBox .h_xczxBox .h_news .h_list {
  margin-top: 48px;
  border-top: 1px solid #E5E8EF;
  padding-top: 10px;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_list a {
  padding: 15px 0;
  border-bottom: 1px dashed #D8D8D8;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_title {
  width: calc(100% - 160px);
  
  font-size: 17px;
  color: #555555;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_date {
  text-align: right;
  
  font-size: 15px;
  color: #959595;
  width: 160px;
}
.h_search .h_searchBox .h_xczxBox .h_news .h_list a:hover .h_title {
  color: var(--active-color);
}
.h_search .h_searchBox .h_xczxBox .h_ygcp {
  margin-top: 40px;
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_img {
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_img .h_posImg {
  padding-top: 56.647%;
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text {
  margin-top: 20px;
  padding: 0 8px;
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text .h_name {
  font-family: Medium;
  font-size: 20px;
  color: #3D3D3D;
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text .h_desc {
  margin-top: 8px;
  font-family: Light;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box:hover .h_img .h_posImg img {
  transform: scale(1.05);
}
.h_search .h_searchBox .h_xczxBox .h_ygcp .h_box:hover .h_text .h_name {
  color: var(--active-color);
}
.h_search .h_searchBox .h_jryg {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.h_search .h_searchBox .h_jryg .h_L {
  padding-top: 50px;
  width: 200px;
  border-right: 1px solid #D8D8D8;
}
.h_search .h_searchBox .h_jryg .h_L .h_title {
  font-family: Medium;
  font-size: 32px;
  color: var(--active-color);
}
.h_search .h_searchBox .h_jryg .h_L .h_check .h_box {
  margin-top: 18px;
  display: flex;
  column-gap: 16px;
  cursor: pointer;
}
.h_search .h_searchBox .h_jryg .h_L .h_check .h_box i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid var(--active-color);
  text-align: center;
}
.h_search .h_searchBox .h_jryg .h_L .h_check .h_box span {
  width: calc(100% - 36px);
  line-height: 20px;
  
  font-size: 17px;
  color: #686868;
}
.h_search .h_searchBox .h_jryg .h_L .h_check .h_box.h_active i {
  background: var(--active-color);
}
.h_search .h_searchBox .h_jryg .h_R {
  width: calc(100% - 200px);
  padding: 50px 0 50px 50px;
}
.h_search .h_searchBox .h_jryg .h_R .h_box {
  padding: 40px;
  background: #F9F9F9;
  margin-bottom: 34px;
  border-radius: 12px 12px 12px 12px;
}
.h_search .h_searchBox .h_jryg .h_R .h_box .h_t {
  display: flex;
  justify-content: space-between;
}
.h_search .h_searchBox .h_jryg .h_R .h_box .h_t .h_name {
  font-family: Medium;
  font-size: 24px;
  color: #555555;
  line-height: 28px;
  width: calc(100% - 90px);
}
.h_search .h_searchBox .h_jryg .h_R .h_box .h_t .h_btn {
  width: 84px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #FF7B3E;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  
  font-size: 13px;
  color: #FFFFFF;
}
.h_search .h_searchBox .h_jryg .h_R .h_box .h_sub {
  margin-top: 24px;
  
  font-size: 16px;
  color: #686868;
}
.h_search .h_searchBox .h_jryg .h_R .h_box .h_desc {
  margin-top: 20px;
  
  font-size: 16px;
  color: #999999;
  line-height: 1.8;
  text-align: justify;
}
.h_search .h_searchBox .h_jryg .h_R #demo-laypage {
  margin-top: 42px;
}
#demo-laypage {
  text-align: center;
  margin-top: 30px;
}
.layui-laypage a,
.layui-laypage span {
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  text-align: center;
  border: none;
  margin-left: 7px;
}
#demo-laypage .layui-laypage-next,
#demo-laypage .layui-laypage-prev {
  width: auto;
  padding: 0 10px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #BDC0C5;
  margin-left: 12px;
}
#demo-laypage .layui-laypage-next:hover,
#demo-laypage .layui-laypage-prev:hover {
  border-color: var(--active-color);
}
@media screen and (max-width: 1300px) {
  .h_banner .h_text .h_desc {
    font-size: 28px;
  }
  .h_banner .h_text .h_desc .h_p2 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .h_banner .h_text .h_title {
    margin-bottom: 10px;
  }
  .h_banner .h_text .h_btns a {
    width: 160px;
    height: 46px;
  }
  .h_banner .h_text .h_btns a img {
    width: 18px;
  }
  .h_banner .h_text .h_btns a span {
    margin-left: 7px;
    line-height: 18px;
    font-size: 14px;
  }
  .h_banner .h_text .h_desc {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .h_banner .h_text .h_desc .h_p2 {
    margin-top: 5px;
  }
  .h_Box1 {
    padding: 40px 0;
  }
  .h_Box1 .h_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .h_Box1 .h_imgs {
    --rown: 2;
  }
  .h_search .h_searchBox {
    padding: 40px;
  }
  .h_search .h_searchBox .h_top .h_form {
    width: 100%;
  }
  .h_search .h_searchBox .h_top .h_img {
    display: none;
  }
  .h_search .h_searchBox .h_top .h_form .h_title {
    font-size: 28px;
  }
  .h_search .h_searchBox .h_result .h_list {
    --rown: 1;
  }
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_name {
    font-size: 25px;
    margin: 0;
  }
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_position,
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_date {
    font-size: 18px;
  }
  .h_search .h_searchBox .h_result .h_title {
    font-size: 28px;
  }
  .h_search .h_searchBox .h_result .h_list {
    margin-top: 26px;
    --r-gap: 30px;
  }
  .h_search .h_searchBox .h_result {
    margin-top: 30px;
    padding-top: 30px;
  }
  .h_search .h_searchBox .h_top .h_form button {
    margin-top: 16px;
  }
  .h_search .h_searchBox .h_result .h_list .h_item {
    align-items: center;
  }
  .h_search .h_searchBox .h_donorInfo {
    justify-content: center;
  }
  .h_search .h_searchBox .h_donorInfo .h_info {
    width: 100%;
  }
  .h_search .h_searchBox .h_nav .h_title {
    font-size: 28px;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_name {
    font-size: 40px;
    text-align: center;
  }
  .h_search .h_searchBox .h_donorInfo {
    margin-top: 26px;
  }
  .h_search .h_searchBox .h_title_gg span {
    font-size: 28px;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_desc {
    margin-bottom: 16px;
  }
  .h_search .h_searchBox .h_xczxBox .h_T.h_rfssb,
  .h_search .h_searchBox .h_xczxBox .h_T {
    padding-bottom: 30px;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list,
  .h_search .h_searchBox .h_xczxBox .h_ygcp,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box {
    margin-top: 30px;
  }
  .h_search .h_searchBox .h_title_gg {
    margin-bottom: 20px;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text {
    width: calc(100% - 300px);
  }
  .layui-laypage {
    margin: 0;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text .h_name,
  .h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_title {
    font-size: 16px;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list {
    padding-top: 0;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp {
    --c-gap: 20px;
    --r-gap: 20px;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text {
    margin-top: 10px;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text .h_desc {
    font-size: 14px;
    margin-top: 4px;
  }
  .h_search .h_searchBox .h_xczxBox .h_T.h_rfssb .h_text {
    width: 100%;
  }
  .h_search .h_searchBox .h_xczxBox .h_T.h_rfssb .h_img {
    display: none;
  }
  .h_search .h_searchBox .h_jryg .h_L {
    padding-top: 30px;
    width: 170px;
  }
  .h_search .h_searchBox .h_jryg .h_R {
    padding: 30px 0 30px 30px;
    width: calc(100% - 170px);
  }
  .h_search .h_searchBox .h_jryg .h_L .h_title {
    font-size: 28px;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box {
    margin-bottom: 30px;
    padding: 30px;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box .h_t .h_name {
    font-size: 20px;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box .h_sub {
    margin-top: 16px;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box .h_desc {
    margin-top: 16px;
    font-size: 15px;
  }
  .h_index_list {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .h_index_list {
    padding-bottom: 0px;
  }
  .h_Box1 {
    padding: 30px 0;
  }
  .h_Box1 .h_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .h_Box1 .h_desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .h_Box1 .h_imgs {
    --rown: 2;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_banner .h_text .h_title {
    margin: 6px;
  }
  .h_banner .h_text .h_desc {
    margin-bottom: 9px;
  }
  .h_banner .h_text .h_btns a {
    width: 150px;
    height: 40px;
  }
  .h_banner .h_text {
    top: 50%;
  }
  .h_banner .h_text .h_btns {
    column-gap: 10px;
  }
  .h_banner .h_text .h_title {
    width: 85%;
    text-align: center;
  }
  .h_banner .h_text .h_desc {
    font-size: 13px;
  }
  .h_banner .h_text .h_desc .h_p2 {
    margin-top: 0px;
  }
  .h_banner .h_text .h_btns a img {
    width: 16px;
  }
  .h_banner .h_text .h_btns a span {
    font-size: 13px;
  }
  .h_banner .h_text .h_desc p {
    line-height: 1.8;
  }
  .h_banner .h_text .h_btns a img {
    width: 16px;
  }
  .h_banner .h_text .h_btns a {
    width: 140px;
    height: 35px;
  }
  .h_search .h_searchBox .h_top .h_form .h_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .h_search .h_searchBox {
    width: 100%;
    padding: 15px;
    border-radius: 0;
  }
  .h_search .h_searchBox .h_top .h_form input {
    height: 40px;
    font-size: 16px;
  }
  .h_search .h_searchBox .h_top .h_form button img {
    width: 18px;
  }
  .h_search .h_searchBox .h_top .h_form button {
    height: 40px;
    column-gap: 8px;
  }
  .h_search .h_searchBox .h_top .h_form button {
    margin-top: 13px;
  }
  .h_search .h_searchBox .h_top .h_form button span {
    margin-bottom: 0;
  }
  .h_search .h_searchBox .h_result {
    margin-top: 15px;
    padding-top: 15px;
  }
  .h_search .h_searchBox .h_nav .h_title,
  .h_search .h_searchBox .h_result .h_title {
    font-size: 20px;
  }
  .h_search .h_searchBox .h_result .h_list {
    margin-top: 15px;
    --r-gap: 15px;
  }
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_name {
    font-size: 20px;
  }
  .h_search .h_searchBox .h_result .h_list .h_item {
    column-gap: 15px;
  }
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_position,
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg .h_date {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_search .h_searchBox .h_result .h_list .h_item .h_msg {
    width: calc(100% - 137px);
  }
  .h_search .h_searchBox .h_result .h_list .h_item .h_img .h_posImg::before {
    font-size: 28px;
  }
  .h_search .h_searchBox .h_nav .h_back {
    font-size: 16px;
  }
  .h_search .h_searchBox .h_donorInfo {
    margin: 15px 0;
    row-gap: 15px;
  }
  .h_search .h_searchBox .h_donorInfo .h_img .h_posImg::before {
    font-size: 52px;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_name {
    font-size: 30px;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_param1 {
    font-size: 16px;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_hr {
    margin: 15px 0;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_list {
    --r-gap: 10px;
  }
  .h_search .h_searchBox .h_donorInfo .h_info .h_list span {
    width: calc(33.33333% - (20px / 3));
  }
  .h_popup .h_popupBox .h_list .h_item .h_subList {
    --rown: 2;
  }
  .h_popup .h_close {
    margin-left: 0px;
  }
  .h_popup .h_popupBox .h_tabs .h_btns {
    width: 56px;
  }
  .h_popup .h_popupBox .h_tabs .mySwiper {
    width: calc(100% - 56px);
  }
  .h_popup .h_popupBox .h_tabs {
    height: 46px;
    z-index: 2;
  }
  .h_popup .h_popupBox .h_tabs .h_btns .h_btn {
    display: none;
  }
  .h_popup .h_popupBox .h_tabs .mySwiper .swiper-slide {
    font-size: 16px;
    line-height: 42px;
    padding: 0 20px;
  }
  .h_search .h_searchBox .h_title_gg span {
    font-size: 22px;
  }
  .h_search .h_searchBox .h_title_gg img {
    width: 18px;
  }
  .h_search .h_searchBox .h_title_gg {
    margin-bottom: 10px;
  }
  .h_search .h_searchBox .h_xczxBox .h_T .h_desc,
  .h_search .h_searchBox .h_content .h_text {
    font-size: 14px;
  }
  .h_search .h_searchBox .h_xczxBox .h_T {
    padding-bottom: 12px;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list {
    margin: 0;
    border: none;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_date {
    font-size: 13px;
    width: 105px;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_title {
    width: calc(100% - 105px);
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_date span {
    display: none;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp {
    --rown: 2;
    --c-gap: 15px;
    --r-gap: 15px;
    margin-top: 15px;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text .h_name {
    font-size: 15px;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_text {
    padding: 0;
  }
  .h_search .h_searchBox .h_xczxBox .h_ygcp .h_box .h_img {
    border-radius: 4px;
  }
  .h_search .h_searchBox .h_jryg .h_L {
    width: 100%;
    border-right: none;
    padding: 10px 15px;
    background: #F9F9F9;
    margin-top: 15px;
  }
  .h_search .h_searchBox .h_jryg .h_R {
    width: 100%;
    padding: 15px 0;
  }
  .h_search .h_searchBox .h_xczxBox .h_T.h_rfssb,
  .h_search .h_searchBox .h_xczxBox .h_T {
    padding-bottom: 15px;
  }
  .h_search .h_searchBox .h_jryg .h_L .h_title {
    font-size: 18px;
    position: relative;
  }
  .h_search .h_searchBox .h_jryg .h_L .h_title::after {
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--active-color);
    border-right: 2px solid var(--active-color);
  }
  .h_search .h_searchBox .h_jryg .h_L .h_check {
    display: none;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
  }
  #demo-laypage {
    text-align: center;
  }
  .h_search .h_searchBox .h_jryg .h_R #demo-laypage {
    margin: 0;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box .h_desc,
  .h_search .h_searchBox .h_jryg .h_R .h_box .h_sub {
    margin-top: 12px;
  }
  .h_search .h_searchBox .h_jryg .h_R .h_box .h_t .h_btn {
    line-height: 30px;
  }
  #demo-laypage .layui-laypage-next,
  #demo-laypage .layui-laypage-prev {
    padding: 0 5px;
  }
  .h_index_list .h_box,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box {
    margin-top: 16px;
  }
  .h_index_list .h_box .h_text,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text {
    width: calc(64% - 16px);
  }
  .h_index_list .h_box .h_img,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_img {
    width: 36%;
  }
  .h_index_list .h_box .h_text .h_date,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_date {
    margin: 0;
    font-size: 14px;
  }
  .h_index_list .h_box .h_text .h_line,
  .h_index_list .h_box .h_text .h_desc,
  .h_index_list .h_box .h_text .h_more,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_more,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_line,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_desc {
    display: none;
  }
  .h_index_list .h_box .h_text .h_name,
  .h_search .h_searchBox .h_xczxBox .h_news .h_topUp .h_box .h_text .h_title {
    -webkit-line-clamp: 2;
    font-size: 15px;
    text-align: justify;
  }
  .h_search .h_searchBox .h_xczxBox .h_news .h_list a .h_title {
    font-size: 15px;
  }
  .h_index_list .h_title {
    font-size: 22px;
  }
  .h_banner .h_text .h_title img {
    margin-left: auto;
  }
  #demo-laypage{margin-top: 18px;}
  .h_search .h_searchBox .h_content .h_title{font-size: 18px;}
}
