.h_rmyx {
  margin-top: 48px;
}
.h_rmyx .h_list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.h_rmyx .h_list a {
  display: flex;
  padding: 12px;
  align-items: center;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  width: calc(25% - 15px);
  margin: 20px 20px 0 0;
  transition: box-shadow 0.3s linear, transform 0.3s linear;
}
.h_rmyx .h_list a:nth-child(4n) {
  margin-right: 0;
}
.h_rmyx .h_list a .h_img {
  width: 60px;
  margin-right: 14px;
}
.h_rmyx .h_list a .h_img img {
  width: 100%;
}
.h_rmyx .h_list a .h_text {
  width: calc(100% - 74px);
}
.h_rmyx .h_list a .h_text .h_title {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 6px;
}
.h_rmyx .h_list a .h_text .h_desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.h_rmyx .h_list a .h_text .h_desc .h_tag {
  display: flex;
  align-items: center;
}
.h_rmyx .h_list a .h_text .h_desc .h_tag span {
  margin-right: 6px;
  padding: 0 6px;
  line-height: 22px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #E6E6E6;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #AAAEB3;
}
.h_rmyx .h_list a .h_text .h_desc .h_tag span:last-child {
  margin-right: 0;
}
.h_rmyx .h_list a .h_text .h_desc .h_tag span:hover {
  border-color: #1258C0;
  background: #1258C0;
  color: #fff;
}
.h_rmyx .h_list a .h_text .h_desc .h_tag span.h_active {
  border-color: #1258C0;
  background: #1258C0;
  color: #fff;
}
.h_rmyx .h_list a .h_text .h_desc .h_position {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #AAAEB3;
  line-height: 20px;
}
.h_rmyx .h_list a .h_text .h_desc .h_position img {
  width: 16px;
  margin-right: 2px;
}
.h_rmyx .h_list a:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 12px -2px rgba(0, 0, 0, 0.2);
}
.h_rmyx .h_list a:hover .h_text .h_title {
  color: #1258C0;
}
.h_dtzx {
  margin-top: 48px;
}
.h_dtzx .h_list {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
}
.h_dtzx .h_list .h_L {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.h_dtzx .h_list .h_L a {
  display: flex;
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.h_dtzx .h_list .h_L a .h_img {
  width: 134px;
}
.h_dtzx .h_list .h_L a .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_dtzx .h_list .h_L a .h_text {
  width: calc(100% - 134px);
  padding: 15px 20px;
}
.h_dtzx .h_list .h_L a .h_text .h_title {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_dtzx .h_list .h_L a .h_text .h_desc {
  font-size: 12px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #959595;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_dtzx .h_list .h_L a:hover .h_img img {
  transform: scale(1.05);
}
.h_dtzx .h_list .h_L a:hover .h_text .h_title {
  color: #1258C0;
}
.h_dtzx .h_list .h_R {
  width: 220px;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s linear;
}
.h_dtzx .h_list .h_R img {
  width: 100%;
}
.h_dtzx .h_list .h_R:hover {
  transform: scale(1.05);
}
.h_gzgk {
  margin-top: 28px;
}
.h_gzgk .h_imglist {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.h_gzgk .h_imglist a {
  width: calc(25% - 15px);
  margin: 0 20px 20px 0;
  overflow: hidden;
  border-radius: 6px;
}
.h_gzgk .h_imglist a img {
  width: 100%;
      height: 154px;
  transition: transform 0.3s linear;
}

.h_gzgk .h_imglist a span{

position: relative;
    /* bottom: -165px; */
    background-color: #1258C0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 0 5px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;}
.h_gzgk .h_imglist a:nth-child(4n) {
  margin-right: 0;
}
.h_gzgk .h_imglist a:hover img {
  transform: scale(1.05);
}
.h_gzgk .h_List {
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 0 0 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.h_gzgk .h_List .h_box {
  padding-right: 20px;
  width: 25%;
}
.h_gzgk .h_List .h_box .h_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.h_gzgk .h_List .h_box .h_title p {
  font-size: 18px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  border-left: 2px solid #1258C0;
  padding-left: 8px;
  line-height: 18px;
}
.h_gzgk .h_List .h_box .h_title a {
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #8590A6;
}
.h_gzgk .h_List .h_box .h_title a i {
  font-size: 13px;
  color: #8590A6;
}
.h_gzgk .h_List .h_box .h_title a:hover {
  color: #1258C0;
}
.h_gzgk .h_List .h_box .h_title a:hover i {
  color: #1258C0;
}
.h_gzgk .h_List .h_box .h_list a {
  padding: 13px 0 ;
  border-top: 1px dashed rgba(61, 61, 61, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
}
.h_gzgk .h_List .h_box .h_list a i {
  font-size: 12px;
  color: #1258C0;
  margin-right: 4px;
}
.h_gzgk .h_List .h_box .h_list a span {
  width: calc(100% - 16px);
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_gzgk .h_List .h_box .h_list a:hover span {
  color: #1258C0;
}
.h_gzgk .h_List .h_box:first-child {
  width: 100%;
}
.h_gzgk .h_List .h_box:first-child .h_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_gzgk .h_List .h_box:first-child .h_list a {
  width: calc(50% - 10px);
}
.h_kscp {
  margin-top: 38px;
}
.h_kscp .h_form {
  margin-top: 32px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 20px 0px  20px;
}
.h_kscp .h_form form {
  display: flex;
  flex-wrap: wrap;
}
.h_kscp .h_form form .h_box {
  width: calc(33.3333% - 20.33333px);
  margin: 0 20px 20px 0;
}
.h_kscp .h_form form .h_box:nth-child(3n) {

}
.h_kscp .h_form form .h_box p {
  margin-bottom: 12px;
  font-size: 15px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  border-left: 2px solid #1258C0;
  line-height: 14px;
  height: 14px;
  padding-left: 9px;
}
.h_kscp .h_form form .h_box .h_list {
  background: #F8F8F8;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  padding: 0 18px;
  transition: box-shadow 0.3s linear;
}
.h_kscp .h_form form .h_box .h_list .h_radio {
  cursor: pointer;
  line-height: 48px;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  padding-left: 20px;
  position: relative;
  margin-right: 25px;
  user-select: none;
}
.h_kscp .h_form form .h_box .h_list .h_radio:last-child {
  margin-right: 0;
}
.h_kscp .h_form form .h_box .h_list .h_radio::after,
.h_kscp .h_form form .h_box .h_list .h_radio::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: transform 0.3s linear;
}
.h_kscp .h_form form .h_box .h_list .h_radio::before {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  left: 0;
  top: calc(50% - 6.5px);
  border: 1px solid #1258C0;
}
.h_kscp .h_form form .h_box .h_list .h_radio::after {
  width: 6px;
  height: 6px;
  background: #1258C0;
  left: 4px;
  top: calc(50% - 2px);
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.3s linear;
}
.h_kscp .h_form form .h_box .h_list .h_radio:hover {
  color: #1258C0;
}
.h_kscp .h_form form .h_box .h_list .h_radio:hover::before {
  transform: scale(1.2);
}
.h_kscp .h_form form .h_box .h_list .h_radio:active::before {
  transform: scale(1);
}
.h_kscp .h_form form .h_box .h_list .h_radio.h_active::after {
  transform: scale(1);
  opacity: 1;
}
.h_kscp .h_form form .h_box .h_list .h_radio.h_active::before {
  transform: scale(1) !important;
}
.h_kscp .h_form form .h_box .h_list input {
  height: 48px;
  background: none;
  width: 100%;
   
  font-size: 14px;
  color: #3D3D3D;
}    
.h_kscp .h_form form .h_box .h_list .h_radio1{line-height: 48px;    margin-right: 15px;}
.h_kscp .h_form form .h_box .h_list .h_radio1 span{padding-left:8px;}
.h_kscp .h_form form .h_box .h_list .h_radio1 input {
    font-size: 14px;
    color: #3D3D3D;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    left: 0;
    top: calc(50% - 6.5px);
    border: 1px solid #1258C0;
}
.h_kscp .h_form form .h_box .h_list.h_focus {
  box-shadow: 0 0 4px #1258C0;
  background: none;
}
.h_kscp .h_form form .h_box.h_button p {
  border: none;
}
.h_kscp .h_form form .h_box.h_button button {
  height: 48px;
  width: 100%;
  background: #F39800;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
}
.h_kscp .h_form form .h_box.h_button button img {
  width: 20px;
  margin-right: 4px;
}
.h_kscp .h_form form .h_box.h_button button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #1258C0;
  z-index: -1;
  transition: height 0.3s linear;
}
.h_kscp .h_form form .h_box.h_button button:hover {
  transform: translateY(-6px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.h_kscp .h_form form .h_box.h_button button:hover::after {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .h_kscp .h_form form .h_box {
    width: calc(50% - 10px);
  }
  .h_kscp .h_form form .h_box:nth-child(3n) {
    margin-right: 20px;
  }
  .h_kscp .h_form form .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_rmyx .h_list a {
    width: calc(33.3333% - 13.33333px);
  }
  .h_rmyx .h_list a:nth-child(4n) {
    margin-right: 20px;
  }
  .h_rmyx .h_list a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .h_kscp .h_form form .h_box .h_list .h_radio::after {
    top: calc(50% - 2.5px);
  }
  .h_rmyx .h_list a {
    width: calc(50% - 10px);
  }
  .h_rmyx .h_list a:nth-child(3n) {
    margin-right: 20px;
  }
  .h_rmyx .h_list a:nth-child(2n) {
    margin-right: 0;
  }
  .h_dtzx .h_list .h_L {
    width: 100%;
  }
  .h_dtzx .h_list .h_L a {
    width: calc(50% - 10px);
  }
  .h_dtzx .h_list .h_L a:nth-child(2n) {
    margin-right: 0;
  }
  .h_dtzx .h_list .h_R {
    display: none;
  }
  .h_gzgk .h_imglist {
    display: none;
  }
  .h_gzgk .h_List .h_box {
    width: 50%;
  }
  .h_gzgk .h_List .h_box:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_kscp .h_form form .h_box {
    width: 100%;
    margin-right: 0;
  }
  .h_kscp .h_form form .h_box:nth-child(3n) {
    margin-right: 0;
  }
  .h_rmyx .h_list a {
    width: 100%;
    margin-right: 0;
  }
  .h_rmyx .h_list a:nth-child(3n) {
    margin-right: 0px;
  }
  .h_dtzx .h_list .h_L a {
    width: 100%;
    margin-right: 0;
  }
  .h_gzgk .h_List .h_box {
    margin-bottom: 10px;
    width: 100%;
  }
  .h_gzgk .h_List .h_box:first-child .h_list a {
    width: 100%;
  }
  .h_kscp .h_form form .h_box .h_list{padding:0 14px;}
  .h_kscp .h_form form .h_box .h_list .h_radio{font-size:12px;}
}
