.page {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.page .header {
  width: 100%;
  margin: 0 0 2.08vw 0;
}
.page .header .title_area {
  min-width: 62.5vw;
  height: 10.83vw;
  background-image: url("../images/index/title_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .header .title_area .title_box {
  width: 72.92vw;
  margin: 0 auto;
}
.page .header .title_area .title_box .title_img {
  width: 38.07vw;
  height: 4.27vw;
}
.page .header .nav_area {
  width: 100%;
  height: 3.13vw;
  background: #dd2121;
}
.page .header .nav_area .nav_box {
  width: 72.92vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page .header .nav_area .nav_box .item_nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.17vw;
  height: 3.18vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.94vw;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page .header .nav_area .nav_box .item_nav:hover {
  background-color: #f6c762;
  color: #dd2121;
}
.page .header .nav_area .nav_box .active_nav {
  background-color: #f6c762;
  color: #dd2121;
}
.page .main .zxdt_area {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 72.92vw;
  margin: 0 auto 1.46vw;
}
.page .main .zxdt_area .left .swiper-container {
  position: relative;
  width: 45.63vw;
  height: 27.86vw;
}
.page .main .zxdt_area .left .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.page .main .zxdt_area .left .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.page .main .zxdt_area .left .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img {
  width: 100%;
  height: 100%;
}
.page .main .zxdt_area .left .swiper-container .swiper-wrapper .swiper-slide .banner-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.65vw;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.04vw;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 1.98vw;
}
.page .main .zxdt_area .left .swiper-container .swiper-wrapper .swiper-slide .banner-title .txt {
  width: 32.29vw;
  cursor: pointer;
}
.page .main .zxdt_area .left .swiper-container .swiper-pagination {
  text-align: right;
}
.page .main .zxdt_area .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 1.46vw;
  height: 1.15vw;
  background-image: url("../images/common/gray_flag_icon.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}
.page .main .zxdt_area .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.46vw;
  height: 1.15vw;
  background-image: url("../images/common/red_flag_icon.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-color: transparent;
  border-radius: 0;
}
.page .main .zxdt_area .right .news_list {
  width: 26.3vw;
  height: 27.86vw;
}
.page .main .zxdt_area .right .news_list .title_wrapper {
  width: 100%;
  height: 2.6vw;
  background-image: url("../images/index/zxdt_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.15vw 0 1.35vw;
  margin: 0 0 1.77vw 0;
}
.page .main .zxdt_area .right .news_list .title_wrapper .title_box {
  width: 6.35vw;
  height: 1.88vw;
}
.page .main .zxdt_area .right .news_list .title_wrapper .title_box img {
  width: 100%;
  height: 100%;
}
.page .main .zxdt_area .right .news_list .title_wrapper .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #6c3816;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.52vw 0 0 0;
}
.page .main .zxdt_area .right .news_list .title_wrapper .more .red_arrow {
  margin-left: 0.21vw;
  color: #d01122;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_1_bar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.15vw;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_1_bar .txt {
  width: 22.92vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.04vw;
  color: #20201f;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_1_bar .txt:hover {
  color: #dd2121;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_1_bar .date {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.83vw;
  color: #c2c2c2;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25vw;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar .left_side {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar .left_side .arrow {
  width: 0.36vw;
  height: 0.73vw;
  margin-right: 1.04vw;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar .left_side .arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar .left_side .txt {
  width: 20.83vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.94vw;
  color: #20201f;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar .left_side .txt:hover {
  color: #dd2121;
}
.page .main .zxdt_area .right .news_list .list_wrapper .type_2_bar .right_side .date {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.83vw;
  color: #c2c2c2;
}
.page .main .zcll_tzgg_area {
  width: 72.92vw;
  margin: 0 auto 2.6vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .main .zcll_tzgg_area .zcll_area {
  width: 35.42vw;
}
.page .main .zcll_tzgg_area .zcll_area .title_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page .main .zcll_tzgg_area .zcll_area .title_box .tag {
  width: 8.85vw;
  height: 4.43vw;
  margin: 0 0.31vw 0 0;
}
.page .main .zcll_tzgg_area .zcll_area .title_box .tag img {
  width: 100%;
  height: 100%;
}
.page .main .zcll_tzgg_area .zcll_area .title_box .line {
  width: 23.28vw;
  height: 1.82vw;
  margin: 0 0.47vw 0 0;
  padding: 0 0 0.52vw 0;
}
.page .main .zcll_tzgg_area .zcll_area .title_box .line img {
  width: 100%;
  height: 100%;
}
.page .main .zcll_tzgg_area .zcll_area .title_box .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #6c3816;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.73vw 0;
}
.page .main .zcll_tzgg_area .zcll_area .title_box .more .red_arrow {
  color: #d01122;
  margin: 0 0 0 0.21vw;
}
.page .main .zcll_tzgg_area .zcll_area .list_box .item_bar {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.13vw;
  border-bottom: 1px dotted #dfd4d1;
  padding: 0 0 0 0.21vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.94vw;
  color: #20201f;
}
.page .main .zcll_tzgg_area .zcll_area .list_box .item_bar:hover {
  color: #ffffff;
  background-image: url("../images/index/active_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  font-weight: 800;
  padding: 0 0 0 3.23vw;
}
.page .main .zcll_tzgg_area .zcll_area .list_box .item_bar:hover::before {
  position: absolute;
  content: "";
  left: 1.25vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.83vw;
  height: 1.67vw;
  background-image: url("../images/index/active_block.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.page .main .zcll_tzgg_area .tzgg_area {
  width: 35.42vw;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box .tag {
  width: 8.85vw;
  height: 4.43vw;
  margin: 0 0.31vw 0 0;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box .tag img {
  width: 100%;
  height: 100%;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box .line {
  width: 23.28vw;
  height: 1.82vw;
  margin: 0 0.47vw 0 0;
  padding: 0 0 0.52vw 0;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box .line img {
  width: 100%;
  height: 100%;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #6c3816;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.73vw 0;
}
.page .main .zcll_tzgg_area .tzgg_area .title_box .more .red_arrow {
  color: #d01122;
  margin: 0 0 0 0.21vw;
}
.page .main .zcll_tzgg_area .tzgg_area .list_box .item_bar {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.13vw;
  border-bottom: 1px dotted #dfd4d1;
  padding: 0 0 0 0.21vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.94vw;
  color: #20201f;
}
.page .main .zcll_tzgg_area .tzgg_area .list_box .item_bar:hover {
  color: #ffffff;
  background-image: url("../images/index/active_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  font-weight: 800;
  padding: 0 0 0 3.23vw;
}
.page .main .zcll_tzgg_area .tzgg_area .list_box .item_bar:hover::before {
  position: absolute;
  content: "";
  left: 1.25vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.83vw;
  height: 1.67vw;
  background-image: url("../images/index/active_block.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.page .main .gxfc_area {
  width: 100%;
  height: 38.75vw;
  background-image: url("../images/index/gxfc_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  margin-bottom: 3.23vw;
}
.page .main .gxfc_area .layout_box {
  width: 72.92vw;
  margin: 0 auto;
}
.page .main .gxfc_area .layout_box .title_box {
  margin: 0 0 2.19vw 22.4vw;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.04vw 0 0 0;
}
.page .main .gxfc_area .layout_box .title_box .tag {
  width: 14.17vw;
  height: 4.58vw;
  margin-right: 0.73vw;
}
.page .main .gxfc_area .layout_box .title_box .tag img {
  width: 100%;
  height: 100%;
}
.page .main .gxfc_area .layout_box .title_box .line {
  width: 32.14vw;
  height: 1.82vw;
  margin: 2.08vw 1.15vw 0 0;
}
.page .main .gxfc_area .layout_box .title_box .line img {
  width: 100%;
  height: 100%;
}
.page .main .gxfc_area .layout_box .title_box .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #ffffff;
  margin: 2.5vw 0 0 0;
  cursor: pointer;
}
.page .main .gxfc_area .layout_box .card_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .main .gxfc_area .layout_box .card_box .left_side {
  position: relative;
  width: 36.46vw;
  height: 28.54vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page .main .gxfc_area .layout_box .card_box .left_side .picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page .main .gxfc_area .layout_box .card_box .left_side .picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page .main .gxfc_area .layout_box .card_box .left_side .picture:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.page .main .gxfc_area .layout_box .card_box .left_side .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 0.42vw solid #f39229;
  padding: 0.52vw 0 0.52vw 0.83vw;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.page .main .gxfc_area .layout_box .card_box .left_side .content .title_txt {
  width: 34.38vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.94vw;
  color: #ffffff;
  margin-bottom: 0.21vw;
}
.page .main .gxfc_area .layout_box .card_box .left_side .content .intro_txt {
  width: 33.85vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #dddddd;
}
.page .main .gxfc_area .layout_box .card_box .right_side {
  width: 34.9vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item {
  width: 16.67vw;
  height: 13.54vw;
  background: -webkit-linear-gradient(left, #ffbf8b, #ffe4cc);
  background: -moz-linear-gradient(left, #ffbf8b, #ffe4cc);
  background: -o-linear-gradient(left, #ffbf8b, #ffe4cc);
  background: linear-gradient(90deg, #ffbf8b, #ffe4cc);
  margin: 0 1.56vw 1.35vw 0;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .cover {
  width: 100%;
  height: 9.69vw;
  overflow: hidden;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .cover img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .cover:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .info {
  height: 3.75vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.04vw;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .info .title_txt {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.83vw;
  color: #2d1d14;
  margin-bottom: 0.52vw;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .info .title_txt:hover {
  color: #dd2121;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item .info .school_txt {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #c00505;
}
.page .main .gxfc_area .layout_box .card_box .right_side .item:nth-child(2n) {
  margin-right: 0;
}
.page .main .djyl_area {
  width: 72.92vw;
  margin: 0 auto 3.75vw;
}
.page .main .djyl_area .top_box {
  position: relative;
  margin: 0 0 1.88vw 0;
}
.page .main .djyl_area .top_box .title_box {
  width: 100%;
  height: 4.69vw;
}
.page .main .djyl_area .top_box .title_box img {
  width: 100%;
  height: 100%;
}
.page .main .djyl_area .top_box .more_box {
  position: absolute;
  top: 2.45vw;
  right: 25.73vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #cb1e1c;
  cursor: pointer;
}
.page .main .djyl_area .bottom_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .main .djyl_area .bottom_box .content_box {
  position: relative;
  width: 35.68vw;
  height: 25.21vw;
  background: -webkit-linear-gradient(bottom, #faf3ec, #feefe3);
  background: -moz-linear-gradient(bottom, #faf3ec, #feefe3);
  background: -o-linear-gradient(bottom, #faf3ec, #feefe3);
  background: linear-gradient(0deg, #faf3ec, #feefe3);
}
.page .main .djyl_area .bottom_box .content_box .tag_box {
  position: absolute;
  top: -1.56vw;
  left: -0.78vw;
  width: 8.85vw;
  height: 5.73vw;
}
.page .main .djyl_area .bottom_box .content_box .tag_box img {
  width: 100%;
  height: 100%;
}
.page .main .djyl_area .bottom_box .content_box .more_box {
  position: absolute;
  z-index: 999;
  top: 1.3vw;
  right: 1.72vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #6c3816;
}
.page .main .djyl_area .bottom_box .content_box .more_box .red_arrow {
  color: #d01122;
}
.page .main .djyl_area .bottom_box .content_box .list_box {
  position: relative;
  z-index: 200;
  padding: 2.71vw 1.25vw 0 1.25vw;
}
.page .main .djyl_area .bottom_box .content_box .list_box .item_bar {
  height: 3.13vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.94vw;
  color: #1d1c1b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfd4d1;
}
.page .main .djyl_area .bottom_box .content_box .list_box .item_bar:hover {
  color: #dd2121;
}
.page .main .djyl_area .bottom_box .content_box .list_box .item_bar:nth-last-child(1) {
  border-bottom: none;
}
.page .main .djyl_area .bottom_box .content_box .badge_box {
  position: absolute;
  bottom: 0.42vw;
  right: 0.52vw;
  width: 10.21vw;
  height: 10.21vw;
  z-index: 100;
}
.page .main .djyl_area .bottom_box .content_box .badge_box img {
  width: 100%;
  height: 100%;
}
.page .main .hydw_area {
  width: 100%;
  padding: 0 0 4.17vw 0;
}
.page .main .hydw_area .top_box {
  position: relative;
  width: 72.92vw;
  margin: 0 auto 3.44vw;
}
.page .main .hydw_area .top_box .title_box {
  width: 100%;
  height: 4.69vw;
}
.page .main .hydw_area .top_box .title_box img {
  width: 100%;
  height: 100%;
}
.page .main .hydw_area .top_box .more_box {
  position: absolute;
  top: 2.45vw;
  right: 25.73vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.73vw;
  color: #cb1e1c;
  cursor: pointer;
}
.page .main .hydw_area .bottom_box .content_box {
  width: 100%;
  height: 23.44vw;
  margin: 0 auto;
}
.page .main .hydw_area .bottom_box .content_box img {
  width: 100%;
  height: 100%;
}
.page .footer {
  width: 100%;
  height: 16.93vw;
  background-image: url("../images/index/footer_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 2.4vw 0 0 0;
}
.page .footer .top_box {
  width: 34.17vw;
  height: 3.85vw;
  margin: 0 auto 3.65vw;
}
.page .footer .top_box img {
  width: 100%;
  height: 100%;
}
.page .footer .bottom_box {
  width: 72.92vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .footer .bottom_box .info_box .txt {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.83vw;
  color: #edd5d5;
  margin: 0 0 1.04vw 0;
}
.page .footer .bottom_box .link_box {
  position: relative;
  width: 15.63vw;
  height: 3.23vw;
  background-image: url("../images/index/blogroll_bg.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 0 0 0 2.08vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .footer .bottom_box .link_box .wrapper .txt {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.83vw;
  color: #ffffff;
}
.page .footer .bottom_box .link_box .wrapper .down_arrow_img {
  width: 0.78vw;
  height: 0.47vw;
  margin-left: 7.5vw;
}
.page .footer .bottom_box .link_box .popup {
  position: absolute;
  bottom: 3.23vw;
  left: 1.77vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 12.08vw;
  height: 0;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.page .footer .bottom_box .link_box .popup::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
.page .footer .bottom_box .link_box .popup::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.page .footer .bottom_box .link_box .popup:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}
.page .footer .bottom_box .link_box .popup:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}
.page .footer .bottom_box .link_box .popup a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-decoration: none;
  height: 4.17vw;
  padding-left: 0.52vw;
  color: #1c3572;
  font-size: 0.83vw;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page .footer .bottom_box .link_box:hover .down_arrow_img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page .footer .bottom_box .link_box:hover .popup {
  height: 10.42vw;
}