@font-face {
  font-family: "outter-fonts";
  src: url(../fonts/FZZHUNYSK_CJRB.TTF);
}
.section-blue {
  background: url(../img/h_bg.png) #c8e5fd center top no-repeat;
  background-size: 1920px auto;
  padding-top: 28px;
  padding-bottom: 26px;
}
.section-blue .section-main {
  width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.section-blue .flex_between {
  display: flex;
  justify-content: space-between;
}
.section-blue a {
  color: inherit;
}
.section-blue a:hover {
  color: #006CC3;
}
.section-blue .imgBox img {
  display: block;
  width: inherit;
  height: inherit;
}

.h_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 1px;
  width: 1460px;
}
.h_tabs .tab-item {
  width: 472px;
  height: 77px;
  padding-bottom: 9px;
  text-align: center;
  background: url(../img/h_tab.png) center top no-repeat;
  background-size: 100% 100%;
  font-size: 26px;
  color: #006CC3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "outter-fonts";
  cursor: pointer;
}
.h_tabs .tab-item:hover {
  opacity: 0.8;
}
.h_tabs .tab-item .icon {
  width: 34px;
  height: 34px;
  margin-right: 15px;
  background: center no-repeat;
  background-size: contain;
}
.h_tabs .tab-item .icon01 {
  background-image: url(../img/h_tab_01.png);
}
.h_tabs .tab-item .icon02 {
  background-image: url(../img/h_tab_02.png);
}
.h_tabs .tab-item .icon03 {
  background-image: url(../img/h_tab_03.png);
}
.h_tabs .tab-item.active {
  background-image: url(../img/h_tab_active.png);
  color: #fff;
}
.h_tabs .tab-item.active .icon01 {
  background-image: url(../img/h_tab_01_active.png);
}
.h_tabs .tab-item.active .icon02 {
  background-image: url(../img/h_tab_02_active.png);
}
.h_tabs .tab-item.active .icon03 {
  background-image: url(../img/h_tab_03_active.png);
}

.h_box .box_title {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-family: "outter-fonts";
  position: relative;
}
.h_box .box_title::before {
  content: "";
  display: block;
  width: 6px;
  height: 22px;
  background: linear-gradient(180deg, #0F94FE 0%, #037DDF 100%);
  margin-right: 9px;
}
.h_box .more {
  margin-top: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999999;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.h_box .more::after {
  content: "";
  width: 8px;
  height: 10px;
  display: block;
  background: url(../img/h_more.png) left center no-repeat;
  background-size: 8px 10px;
  margin-left: 8px;
  margin-right: 6px;
}

.h_box01 {
  width: 1068px;
}

.h_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_list01 .item {
  width: 258px;
  height: 194px;
  background: url(../img/h_bg_02.png);
  background-size: cover;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.h_list01 .item .icon {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  display: block;
}
.h_list01 .item .title {
  margin-top: 0px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.h_list01 .item .desc {
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
  line-height: 20px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.h_list01 .item .hover-box {
  color: #fff;
  padding: 10px 14px;
  height: calc(200% + 15px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, #279EFF 0%, #1968D0 100%);
  border-radius: 6px;
  text-align: left;
  display: none;
}
.h_list01 .item .hover-box .icon {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  width: 42px;
  height: 42px;
}
.h_list01 .item .hover-box .title {
  line-height: 42px;
  color: #fff;
}
.h_list01 .item .hover-box .hover-list {
  clear: both;
}
.h_list01 .item .hover-box .hover-list .hover-item {
  margin-top: 10px;
  padding-left: 10px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.h_list01 .item .hover-box .hover-list .hover-item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.h_list01 .item .hover-box .hover-list .hover-item .wd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.h_list01 .item .hover-box .hover-list .icon-new {
  position: relative;
  top: -50%;
  left: 6px;
  width: 33px;
  height: 22px;
  background: url(../img/icon-new.png) left top no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.h_list01 .item.hover-top .hover-box {
  top: 0;
  bottom: unset;
}
.h_list01 .item:hover .hover-box {
  display: block;
}

.h_list02 {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.h_list02 .item {
  height: 88px;
  background: linear-gradient(180deg, #E4F3FF 0%, #EFF8FF 100%);
  border: 1px solid #FFFFFF;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.h_list02 .item + .item {
  margin-left: 12px;
}
.h_list02 .item .icon {
  width: 56px;
  height: 56px;
  background: center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.h_list02 .item.item-purple {
  background: linear-gradient(180deg, #F1EAFF 0%, #F8F5FF 100%);
}
.h_list02 .item.item-purple .icon {
  background-image: url(../img/h_img_02-1.png);
}
.h_list02 .item.item-blue {
  background: linear-gradient(180deg, #E4F3FF 0%, #EFF8FF 100%);
}
.h_list02 .item.item-blue .icon {
  background-image: url(../img/h_img_02-2.png);
}
.h_list02 .item.item-lblue {
  background: rgba(21, 200, 255, 0.12);
}
.h_list02 .item.item-lblue .icon {
  background-image: url(../img/h_img_02-3.png);
}
.h_list02 .item.item-green {
  background: linear-gradient(180deg, #D9FCF8 0%, #ECFBFF 100%);
}
.h_list02 .item.item-green .icon {
  background-image: url(../img/h_img_02-4.png);
}
.h_list02 .item:hover {
  top: -10px;
}

.h_box02 {
  width: 310px;
}

.h_list03 .item {
  overflow: hidden;
}
.h_list03 .item + .item {
  margin-top: 5px;
}
.h_list03 .item img {
  display: block;
  transition: all 0.3s;
}
.h_list03 .item:hover img {
  transform: scale(1.05);
}

.h_tabs02 {
  height: 74px;
  border-bottom: solid 1px #D8D8D8;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.h_tabs02 .more {
  margin-top: 14px;
}
.h_tabs02 .imgBox {
  height: 74px;
  margin-left: 50px;
}
.h_tabs02 .tab-item {
  height: 60px;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  line-height: 60px;
  border-bottom: 4px solid transparent;
  font-family: "outter-fonts";
}
.h_tabs02 .tab-item + .tab-item {
  margin-left: 26px;
}
.h_tabs02 .tab-item.active {
  color: #006CC3;
  border-color: #006CC3;
}
.h_tabs02 .tab-item:hover {
  color: #006CC3;
}

.section-main.h_section02 {
  padding-top: 0;
}

.h_box03 {
  width: 911px;
  overflow: hidden;
}

.h_list04 {
  margin-top: 11px;
}
.h_list04 .item {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.h_list04 .item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(0, 108, 195, 0.2);
  border-radius: 4px;
  margin-right: 10px;
}
.h_list04 .item .title {
  min-width: 0;
  flex: 1;
  margin-right: 120px;
  font-size: 18px;
  color: #333333;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h_list04 .item .time {
  font-size: 16px;
  color: #999999;
  line-height: 46px;
}

.h_search_box {
  width: 456px;
  height: 321px;
  background: url(../img/h_bg_03.png) left top no-repeat;
  background-size: 100% 100%;
  margin-top: 37px;
  padding: 25px 45px;
}
.h_search_box .search_title {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}
.h_search_box .search-item {
  width: 366px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
}
.h_search_box .search-item + .search-item {
  margin-top: 10px;
}
.h_search_box .search-item .line {
  width: 1px;
  height: 36px;
  background: rgba(216, 216, 216, 0.3);
}
.h_search_box .search-item .item-title {
  width: 83px;
  line-height: 44px;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}
.h_search_box .search-item .item-title.hasSelect {
  padding-left: 14px;
}
.h_search_box .search-item .item-content {
  flex: 1;
  padding-left: 14px;
}
.h_search_box .search-item .hasSelect {
  position: relative;
}
.h_search_box .search-item .hasSelect:after {
  content: "";
  width: 10px;
  height: 5px;
  display: block;
  background: url(../img/h_triangle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.h_search_box .search-item select {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
}
.h_search_box .search-item input {
  width: 100%;
  height: 44px;
}
.h_search_box .search-item .chooseWd {
  height: 44px;
  width: 100%;
  line-height: 44px;
  color: #000000;
  text-align: left;
}
.h_search_box .h_search_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.h_search_box .h_search_btns .search_btn {
  width: 175px;
  height: 44px;
  background: #006cc3;
  box-shadow: 0px 5px 0px 0px rgba(0, 73, 159, 0.92);
  border-radius: 8px;
  line-height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.h_search_box .h_search_btns .search_btn:hover {
  background: #4491d1;
  box-shadow: 0px 5px 0px 0px rgba(28, 94, 171, 0.92);
}
.h_search_box .h_search_btns .search_btn .icon-ss {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/icon_search_w.png) center no-repeat;
  background-size: 20px 20px;
}

.h_list05 {
  margin-top: 25px;
}
.h_list05 .h_list05_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_list05 .item {
  width: 220px;
  height: 78px;
  background: url(../img/h_bg_04.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.h_list05 .item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.h_list05 .item .icon {
  width: 78px;
  height: 78px;
  margin-left: 24px;
}
.h_list05 .item .wd {
  width: 80px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.h_list05 .item:hover {
  background-size: 110% 110%;
}
.h_list05 .item:hover .wd {
  color: #006CC3;
}

.h_box04 {
  margin-top: 23px;
  width: 911px;
}

.h_list06 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_list06 .item {
  width: 173px;
  height: 50px;
  background: rgba(216, 222, 226, 0.4);
  padding: 0 16px;
}
.h_list06 .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h_list06 .item:hover {
  background-color: #E4F3FF;
}
.h_list06 .item:hover a {
  color: #006CC3;
}

.h_list07 {
  margin-top: 15px;
  width: 456px;
}
.h_list07 .item {
  width: 220px;
  height: 104px;
  background: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.h_list07 .item.item_bg_01 {
  background-image: url(../img/h_bg_05.png);
}
.h_list07 .item.item_bg_02 {
  background-image: url(../img/h_bg_06.png);
}
.h_list07 .item:hover {
  background-size: 105% 105%;
}
.h_list07 .item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.h_list07 .item .icon {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 4px;
}
.h_list07 .item .wd {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
}

.section-main.h_section03 {
  padding-top: 28px;
}

.h_leftBox {
  width: 928px;
}

.h_box05 {
  width: 447px;
  overflow: hidden;
}
.h_box05 .imgBox {
  width: 100%;
  height: 279px;
  overflow: hidden;
}
.h_box05 .imgBox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.h_box05 .imgBox:hover img {
  transform: scale(1.05);
}

.h_box06 {
  width: 451px;
}

.h_list08 .item {
  font-size: 18px;
  color: #333333;
  line-height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h_box07 {
  margin-top: 13px;
}
.h_box07 .box_title {
  margin-bottom: 0;
}

.h_list09 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_list09 .item {
  width: 457px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid rgba(151, 151, 151, 0.3);
  position: relative;
  margin-top: 11px;
  display: flex;
  padding: 0 16px;
  align-items: center;
}
.h_list09 .item .icon {
  width: 48px;
  height: 48px;
  background: url(../img/h_icon_doc.png) center no-repeat;
  background-size: contain;
  margin-right: 12px;
  flex-shrink: 0;
}
.h_list09 .item .badge {
  height: 16px;
  position: absolute;
  right: 0;
  top: -2px;
  display: flex;
}
.h_list09 .item .badge img {
  width: 44px;
  height: 16px;
  display: block;
  margin-left: 4px;
}
.h_list09 .item .wd {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.h_list09 .item:hover .wd {
  color: #006CC3;
}

.h_rightBox {
  width: 447px;
}

.h_newsBox {
  width: 100%;
  height: 326px;
  background: rgba(216, 216, 216, 0.27);
}
.h_newsBox .imgBox {
  width: 100%;
  height: 252px;
  overflow: hidden;
}
.h_newsBox .imgBox img {
  transition: all 0.5s;
}
.h_newsBox .imgBox .view.TRS_UEDITOR {
  height: 100%;
  width: 100%;
}
.h_newsBox .imgBox .view.TRS_UEDITOR p {
  height: 100%;
  width: 100%;
}
.h_newsBox .imgBox iframe {
  width: 100%;
  height: 100%;
}
.h_newsBox .news-title {
  padding: 10px 18px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.h_newsBox:hover .imgBox img {
  transform: scale(1.05);
}
.h_newsBox:hover .news-title {
  color: #006CC3;
}

.h_commentBox {
  height: 173px;
  background: linear-gradient(180deg, #E8F6FF 0%, #CCEAFF 100%);
  margin-top: 14px;
  padding: 9px 22px;
}
.h_commentBox .comment-title {
  width: 100%;
}
.h_commentBox .comment-item {
  width: 196px;
  height: 97px;
  background: url(../img/h_img_07.png) right bottom no-repeat, linear-gradient(180deg, #DDEDFF 0%, #FFFFFF 100%);
  background-size: 72px 88px, 100% 100%;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1 1;
     border-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1 1;
  padding-left: 13px;
  padding-top: 18px;
}
.h_commentBox .comment-item1 {
  background: url(../img/h_img_08.png) right bottom no-repeat, linear-gradient(180deg, #DDEDFF 0%, #FFFFFF 100%);
}
.h_commentBox .comment-item + .comment-item {
  margin-left: 5px;
}
.h_commentBox .comment-item .title {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}
.h_commentBox .comment-item .num {
  margin-top: 8px;
  font-weight: bold;
  font-size: 23px;
  color: #0072CE;
  line-height: 31px;
}

@media screen and (max-width: 1460px) {
  .section-blue {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-blue .section-main {
    width: unset;
    padding: 20px;
  }
  .h_tabs {
    width: unset;
  }
  .h_tabs .tab-item {
    flex: 1;
  }
  .h_tabs .tab-item + .tab-item {
    margin-left: 20px;
  }
  .h_box01 {
    width: unset;
    margin-right: 20px;
  }
  .h_list01 .item {
    width: calc(25% - 10px);
  }
  .h_list01 .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .h_list02 .item {
    width: calc(25% - 10px);
    font-size: 16px;
  }
  .h_list02 .item .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .h_tabs02 .imgBox {
    max-width: 100px;
    height: 60px;
    margin-left: 20px;
  }
  .h_tabs02 .imgBox img {
    max-width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .h_box03 {
    flex: 1;
    width: unset;
    margin-right: 20px;
  }
  .h_list04 .item .title {
    margin-right: 40px;
  }
  .h_search_box {
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .h_search_box .search-item {
    width: unset;
  }
  .h_search_box .h_search_btns .search_btn {
    flex: 1;
    width: unset;
  }
  .h_search_box .h_search_btns .search_btn + .search_btn {
    margin-left: 10px;
  }
  .h_list05 {
    overflow: auto;
  }
  .h_list05 .item {
    flex: 1;
    width: unset;
    padding-right: 10px;
  }
  .h_list05 .item + .item {
    margin-left: 10px;
  }
  .h_list05 .item .icon {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }
  .section_02_bottom {
    display: block !important;
  }
  .h_box04 {
    flex: 1;
    width: unset;
    overflow: hidden;
  }
  .h_list06 .item {
    flex: 1;
    min-width: 0;
    width: unset;
  }
  .h_list06 .item + .item {
    margin-left: 10px;
  }
  .h_list07 {
    flex-shrink: 0;
    width: 100%;
  }
  .h_list07 .item {
    flex: 1;
  }
  .h_list07 .item + .item {
    margin-left: 15px;
  }
  .h_leftBox {
    width: unset;
    flex: 2;
    margin-right: 20px;
    overflow: hidden;
  }
  .h_rightBox {
    width: unset;
    flex: 1;
    overflow: hidden;
  }
  .h_box05 {
    flex: 1;
    width: unset;
    overflow: hidden;
  }
  .h_box06 {
    flex: 1;
    width: unset;
    margin-left: 20px;
    overflow: hidden;
  }
  .h_list09 {
    flex-wrap: wrap;
  }
  .h_list09 .item {
    width: calc(50% - 6px);
  }
  .h_commentBox .flex_between {
    display: block;
  }
  .h_commentBox .comment-item {
    height: 55px;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .h_commentBox .comment-item + .comment-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .h_commentBox .comment-item .num {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .section-blue {
    background-size: cover;
  }
  .h_section01 .flex_between {
    display: block;
  }
  .h_box .more {
    margin-top: 4px;
  }
  .h_box01 {
    margin-right: 0;
  }
  .h_list01 {
    display: block;
  }
  .h_list01 .item {
    width: unset;
    height: unset;
    margin-bottom: 12px;
    padding: 12px 10px;
  }
  .h_list01 .item .def {
    display: flex;
    align-items: center;
  }
  .h_list01 .item .item-top {
    width: 72px;
  }
  .h_list01 .item .title {
    white-space: wrap;
  }
  .h_list01 .item .desc {
    flex: 1;
    padding-top: 0;
    -webkit-line-clamp: unset;
  }
  .h_list01 .item:hover .hover-box {
    display: none;
  }
  .h_list02 {
    display: block;
    padding-top: 0;
  }
  .h_list02 .item {
    width: 100%;
    margin-bottom: 12px;
    flex: unset;
    padding-left: 20px;
    justify-content: flex-start;
    font-size: 18px;
  }
  .h_list02 .item + .item {
    margin-left: 0;
  }
  .h_list02 .item .icon {
    width: 56px;
    height: 56px;
  }
  .h_box02 {
    width: unset;
  }
  .h_tabs .tab-item {
    font-size: 20px;
  }
  .h_tabs .tab-item .icon {
    display: none;
  }
  .h_tabs02 {
    height: 60px;
  }
  .h_tabs02 .more {
    display: none;
  }
  .h_tabs02 .tab-item {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .h_tabs02 .tab-item + .tab-item {
    margin-left: 20px;
  }
  .h_tabs02 .imgBox {
    height: 50px;
  }
  .h_list03 .item img {
    width: 100%;
  }
  .section-main.h_section02 {
    padding-top: 0;
  }
  .section-main.h_section02 .flex_between {
    display: block;
  }
  .h_box03 {
    margin-right: 0;
  }
  .h_list04 .item .title {
    margin-right: 0;
  }
  .h_list04 .item .time {
    display: none;
  }
  .h_search_box {
    width: unset;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .h_list06 {
    display: block;
  }
  .h_list06 .item + .item {
    margin-top: 6px;
    margin-left: 0;
  }
  .h_list07 {
    margin-top: 5px;
  }
  .h_list07 .item {
    width: 100%;
  }
  .h_list07 .item + .item {
    margin-left: 0;
    margin-top: 5px;
  }
  .h_section03 .flex_between {
    display: block;
  }
  .h_section03 .h_leftBox {
    margin-right: 0;
  }
  .h_section03 .h_box05 .imgBox {
    height: unset;
  }
  .h_section03 .h_box06 {
    margin-left: 0;
    margin-top: 20px;
  }
  .h_section03 .h_list09 {
    display: block;
  }
  .h_section03 .h_list09 .item {
    width: 100%;
  }
  .h_section03 .h_box08 {
    margin-top: 20px;
  }
  .h_section03 .h_box08 .h_newsBox {
    height: unset;
  }
  .h_section03 .h_box08 .h_newsBox .imgBox {
    height: unset;
  }
  .h_section03 .h_box08 .h_newsBox .news-title {
    padding-bottom: 10px;
  }
  .h_section03 .h_commentBox {
    height: unset;
    padding: 10px 0 20px;
  }
  .h_section03 .h_commentBox .comment-title {
    margin-bottom: 5px;
  }
  .h_section03 .h_commentBox .comment-item {
    width: unset;
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .h_section03 .h_commentBox .comment-item .num {
    margin-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */