.h_contents {
  padding-bottom: 20px;
}
.h_ggTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
}
.h_ggTitle .h_title {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  width: auto;
}
.h_ggTitle .h_title img {
  margin-bottom: 3px;
}
.h_ggTitle .h_title span {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.h_ggTitle a {
  color: var(--active-color);
  font-size: 13px;
}
.h_banner {
  margin-top: 20px;
}
.h_banner img {
  width: 100%;
}
.h_Box1 {
  margin: 14px 0 0;
  column-gap: 24px;
  row-gap: 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.h_Box1 .h_L {
  width: 786px;
}
.h_Box1 .h_L .h_Img {
  width: 100%;
}
.h_Box1 .h_L .h_swipers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  column-gap: 14px;
  row-gap: 14px;
}
.h_Box1 .h_L .h_swipers .h_sweiper {
  width: calc(50% - 7px);
}
.h_Box1 .h_L .h_swipers .h_sweiper .swiper-pagination {
  bottom: 32px;
}
.h_Box1 .h_L .h_swipers .h_sweiper .h_xbox {
  position: relative;
  height: 240px;
  display: block;
}
.h_Box1 .h_L .h_swipers .h_sweiper .h_xbox .h_text {
  padding: 0 12px;
  position: absolute;
  width: 100%;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  bottom: 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_Box1 .h_L .h_swipers .h_sweiper .h_xbox img {
  min-width: 100%;
  height: 100%;
}
.h_Box1 .h_R {
  width: calc(100% - 810px);
}
.h_Box1 .h_R .h_list {
  margin-top: 10px;
}
.h_Box1 .h_R .h_list a {
  display: block;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  color: #333333;
  padding-left: 15px;
  position: relative;
}
.h_Box1 .h_R .h_list a:hover {
  color: var(--active-color);
}
.h_Box1 .h_R .h_list a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: calc(50% - 5px);
  background-image: url(../images/right.png);
}
.h_Box2 {
  margin-top: 14px;
}
.h_Box2 .picMarquee-left {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.h_Box2 .picMarquee-left .bd {
  padding: 10px;
}
.h_Box2 .picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.h_Box2 .picMarquee-left .bd ul li {
  margin: 0 14px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}
.h_Box2 .picMarquee-left .bd ul li .h_box {
  display: block;
  width: 120px;
}
.h_Box2 .picMarquee-left .bd ul li .h_box .pic {
  width: 100%;
  height: 90px;
}
.h_Box2 .picMarquee-left .bd ul li .h_box .pic img {
  height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
}
.h_Box2 .picMarquee-left .bd ul li .h_box .h_text {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}
.h_Box2 .picMarquee-left .bd ul li .h_box:hover .h_text {
  color: var(--active-color);
}
.h_Box3 {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.h_Box3 .h_box {
  width: 280px;
}
.h_Box3 .h_box .h_img {
  width: 100%;
}
.h_Box3 .h_box .h_list a {
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 14px;
  line-height: 35px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.h_Box3 .h_box .h_list a .h_title {
  width: calc(100% - 88px);
}
.h_Box3 .h_box .h_list a .h_time {
  width: 88px;
  text-align: right;
}
.h_Box3 .h_box .h_list a:hover {
  color: var(--active-color);
}
.h_Box3 .h_box .h_list a:hover::before {
  border-left-color: var(--active-color);
}
.h_Box3 .h_box .h_list a::before {
  content: '';
  position: absolute;
  left: 0;
  border-left: solid 5px #d2d2d2;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  top: calc(50% - 4px);
}
.h_Box3 .h_box .h_list a.h_link {
  border: none;
  margin-top: 12px;
  padding: 0;
  column-gap: 14px;
}
.h_Box3 .h_box .h_list a.h_link::before {
  display: none;
}
.h_Box3 .h_box .h_list a.h_link .h_text {
  line-height: normal;
  width: calc(100% - 134px);
}
.h_Box3 .h_box .h_list a.h_link .h_text .h_title {
  width: 100%;
  font-size: 13px;
}
.h_Box3 .h_box .h_list a.h_link .h_text .h_desc {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 6px;
}
.h_Box3 .h_box .h_list a.h_link .h_text .h_time2 {
  color: #ccc;
  font-size: 12px;
  margin-top: 2px;
}
.h_Box3 .h_box .h_list a .h_pic {
  width: 120px;
}
.h_Box3 .h_box:nth-child(2) {
  width: calc(100% - 600px);
}
.h_Box3 .h_box:nth-child(3) {
  width: 300px;
}
.h_Box3 .h_box:nth-child(4),
.h_Box3 .h_box:nth-child(5) {
  width: calc(50% - 5px);
}
.h_Box4 {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  --r-gap: 10px;
  --c-gap: 10px;
  --rown: 3;
  --bjs: calc((var(--rown) - 1)*var(--c-gap)/var(--rown));
  row-gap: var(--r-gap);
  column-gap: var(--c-gap);
}
.h_Box4 .h_box {
  width: calc(100%/var(--rown) - var(--bjs));
}
.h_Box4 .h_box .h_img1 {
  display: block;
  width: 100%;
  margin-top: 2px;
}
.h_Box4 .h_box .h_list a {
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 14px;
  line-height: 35px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.h_Box4 .h_box .h_list a .h_title {
  width: calc(100% - 88px);
}
.h_Box4 .h_box .h_list a .h_time {
  width: 88px;
  text-align: right;
}
.h_Box4 .h_box .h_list a:hover {
  color: var(--active-color);
}
.h_Box4 .h_box .h_list a:hover::before {
  border-left-color: var(--active-color);
}
.h_Box4 .h_box .h_list a::before {
  content: '';
  position: absolute;
  left: 0;
  border-left: solid 5px #d2d2d2;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  top: calc(50% - 4px);
}
.h_Box4 .h_box .h_list a.h_link {
  border: none;
  margin-top: 12px;
  padding: 0;
  column-gap: 14px;
}
.h_Box4 .h_box .h_list a.h_link::before {
  display: none;
}
.h_Box4 .h_box .h_list a.h_link .h_text {
  line-height: normal;
  width: calc(100% - 134px);
}
.h_Box4 .h_box .h_list a.h_link .h_text .h_title {
  width: 100%;
  font-size: 13px;
}
.h_Box4 .h_box .h_list a.h_link .h_text .h_desc {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 6px;
}
.h_Box4 .h_box .h_list a.h_link .h_text .h_time2 {
  color: #ccc;
  font-size: 12px;
  margin-top: 2px;
}
.h_Box4 .h_box .h_list a .h_pic {
  width: 120px;
}
.h_hzhb {
  margin-top: 18px;
}
.h_hzhb .picMarquee-left2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.h_hzhb .picMarquee-left2 .bd ul {
  overflow: hidden;
  zoom: 1;
}
.h_hzhb .picMarquee-left2 .bd ul li {
  margin: 0 14px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}
.h_hzhb .picMarquee-left2 .bd ul li .h_box {
  display: block;
  width: 210px;
}
.h_hzhb .picMarquee-left2 .bd ul li .h_box .pic {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.h_hzhb .picMarquee-left2 .bd ul li .h_box .h_text {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}
.h_hzhb .picMarquee-left2 .bd ul li .h_box:hover .pic {
  border-color: var(--active-color);
}
.h_hzhb .picMarquee-left2 .bd ul li .h_box:hover .h_text {
  color: var(--active-color);
}
.h_yqlj {
  margin-top: 18px;
}
.h_yqlj .h_ggTitle {
  border-bottom: 4px solid var(--active-color);
}
.h_yqlj .h_list {
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 10px;
}
.h_yqlj .h_list .h_box {
  line-height: 30px;
  color: #333;
  font-size: 12px;
}
.h_yqlj .h_list .h_box:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_Box1 {
    flex-direction: column;
  }
  .h_Box1 .h_L {
    width: 100%;
  }
  .h_Box1 .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_Box1 .h_L .h_swipers .h_sweiper {
    width: 100%;
  }
  .h_Box3 .h_box,
  .h_Box4 .h_box {
    width: calc(50% - 5px) !important;
  }
}
@media screen and (max-width: 480px) {
  .h_Box3 .h_box,
  .h_Box4 .h_box {
    width: 100% !important;
  }
}
