@charset "UTF-8";
@import url("https://at.alicdn.com/t/font_1360053_17egunhno2u.css");
body,
html {
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", "sans-serif";
  color: #333;
  background-color: #f5f5f5;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .w1500 {
    width: 100%;
    margin: 0;
  }
}

.i_header {
  background: url(../images/bg_001.jpg) center center no-repeat;
  background-size: cover;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.i_header .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_header .w1500 .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_header .w1500 .logo a img {
  max-width: 600px;
}

.i_header .w1500 .sear form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0054c2;
  border-radius: 5px;
  overflow: hidden;
}

.i_header .w1500 .sear form input {
  width: 240px;
  height: 38px;
  outline: none;
  padding: 0 12px;
  font-size: 15px;
  border: none;
}

.i_header .w1500 .sear form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", "sans-serif";
}

.i_header .w1500 .sear form input::-moz-placeholder {
  font-size: 16px;
  color: #999;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", "sans-serif";
}

.i_header .w1500 .sear form input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", "sans-serif";
}

.i_header .w1500 .sear form input::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", "sans-serif";
}

.i_header .w1500 .sear form input::placeholder {
  font-size: 16px;
  color: #999;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", "sans-serif";
}

.i_header .w1500 .sear form button {
  border: none;
  background: #0054c2;
  color: #fff;
  height: 38px;
  font-size: 16px;
  line-height: 1;
  padding: 0 10px;
}

.i_header .w1500 .btns {
  display: none;
}

@media screen and (max-width: 640px) {
  .i_header {
    padding: 12px;
  }
  .i_header .w1500 .logo img {
    max-height: 40px;
  }
  .i_header .w1500 .sear {
    display: none;
  }
  .i_header .w1500 .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .i_header .w1500 .btns .col i {
    font-size: 32px;
  }
}

.i_nav {
  background: #0054c2;
  position: fixed;
  top: 132px;
  left: 0;
  width: 100%;
  height: 62px;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.i_nav::before {
  position: absolute;
  z-index: 999;
  top: 62px;
  left: 0;
  width: -webkit-calc((100% - 1500px) / 2);
  width: calc((100% - 1500px) / 2);
  height: -webkit-calc(100% - 62px);
  height: calc(100% - 62px);
  content: "";
  background: url(../images/pic_001.png) center 40px no-repeat #bcceeb;
  background-size: 100% auto;
}

.i_nav::after {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 62px);
  height: calc(100% - 62px);
  content: "";
  background: url(../images/bg_002.jpg) center center no-repeat;
  background-size: cover;
  z-index: 998;
}

.i_nav:hover {
  height: 372px;
}

.i_nav .w1500 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i_nav .w1500 ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.i_nav .w1500 ul li.active .sub dl {
  background: #e3eaf4;
}

.i_nav .w1500 ul li.active .sub dl dd a {
  color: #333;
}

.i_nav .w1500 ul li .nam {
  font-size: 20px;
  line-height: 62px;
  text-align: center;
}

.i_nav .w1500 ul li .nam a {
  color: #fff;
}

.i_nav .w1500 ul li .sub {
  position: relative;
  height: -webkit-calc(100% - 62px);
  height: calc(100% - 62px);
  padding: 0 15px;
  z-index: 999;
}

.i_nav .w1500 ul li .sub dl {
  height: 100%;
  padding: 15px 0;
}

.i_nav .w1500 ul li .sub dl dd {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.i_nav .w1500 ul li .sub dl dd a {
  color: #b7b6b6;
}

.i_nav .w1500 ul li .sub dl dd a:hover {
  color: #0054c2;
}

@media screen and (max-width: 640px) {
  .i_nav {
    top: 64px;
    height: auto;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .i_nav::before {
    display: none;
  }
  .i_nav::after {
    display: none;
  }
  .i_nav:hover {
    height: auto;
  }
  .i_nav .w1500 {
    padding: 0 12px;
  }
  .i_nav .w1500 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .i_nav .w1500 ul li {
    border-bottom: 1px solid #fff;
  }
  .i_nav .w1500 ul li:last-child {
    border: none;
  }
  .i_nav .w1500 ul li .nam {
    font-size: 16px;
    line-height: 50px;
  }
  .i_nav .w1500 ul li .sub {
    display: none;
  }
}

.i_banner {
  padding: 194px 0 0 0;
  position: relative;
}

.i_banner .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.i_banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
}

.i_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0054c2;
}

@media screen and (max-width: 640px) {
  .i_banner {
    padding: 64px 0 0 0;
  }
  .i_banner .swiper-pagination {
    bottom: 10px;
  }
  .i_banner .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.i_xydt {
  padding: 60px 0;
  background: url(../images/bg_003.jpg) center center no-repeat;
  background-size: cover;
}

.i_xydt .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_xydt .w1500 .col:nth-child(1) {
  width: 55%;
  position: relative;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide {
  position: relative;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide a {
  display: block;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide a .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide a .nam {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 3;
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  width: 100%;
  padding: 0 180px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
}

.i_xydt .w1500 .col:nth-child(1) .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0054c2;
}

.i_xydt .w1500 .col:nth-child(2) {
  width: -webkit-calc(45% - 40px);
  width: calc(45% - 40px);
  margin: 0 0 0 40px;
}

.i_xydt .w1500 .col:nth-child(2) .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 46px;
}

.i_xydt .w1500 .col:nth-child(2) .tit span {
  font-size: 28px;
  font-weight: bold;
  color: #0054c2;
}

.i_xydt .w1500 .col:nth-child(2) .tit a {
  font-size: 15px;
  color: #999;
}

.i_xydt .w1500 .col:nth-child(2) .box {
  margin: 16px 0 0 0;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) {
  background: rgba(0, 84, 194, 0.2);
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a {
  display: block;
  padding: 30px;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .nam {
  font-size: 22px;
  line-height: 1;
  color: #0054c2;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .des {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .tim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .tim i {
  font-size: 14px;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .tim span {
  margin: 0 0 0 2px;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) {
  margin: 0 10px;
  border-bottom: 1px dashed #ddd;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 20px 0;
  line-height: 1;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a:hover .nam {
  color: #0054c2;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a .tim {
  font-size: 16px;
  color: #333;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a .tim span {
  font-size: 22px;
  font-weight: bold;
  color: #0054c2;
}

.i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a .nam {
  margin: 0 0 0 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 640px) {
  .i_xydt {
    padding: 24px 12px;
  }
  .i_xydt .w1500 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .i_xydt .w1500 .col:nth-child(1) {
    width: 100%;
  }
  .i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide a .pic img {
    height: 240px;
  }
  .i_xydt .w1500 .col:nth-child(1) .swiper-wrapper .swiper-slide a .nam {
    font-size: 16px;
    padding: 0 100px 0 20px;
  }
  .i_xydt .w1500 .col:nth-child(1) .swiper-pagination {
    bottom: 21px;
  }
  .i_xydt .w1500 .col:nth-child(1) .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .i_xydt .w1500 .col:nth-child(2) {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .i_xydt .w1500 .col:nth-child(2) .tit {
    line-height: 1;
  }
  .i_xydt .w1500 .col:nth-child(2) .tit span {
    font-size: 24px;
  }
  .i_xydt .w1500 .col:nth-child(2) .tit a {
    font-size: 14px;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a {
    padding: 20px;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .nam {
    font-size: 18px;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .des {
    font-size: 14px;
    margin: 12px 0 0 0;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(1) a .tim {
    margin: 12px 0 0 0;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a {
    padding: 16px 0;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a .tim {
    font-size: 14px;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a .tim span {
    font-size: 18px;
  }
  .i_xydt .w1500 .col:nth-child(2) .box .row:nth-child(n + 2) a .nam {
    font-size: 16px;
    margin: 0 0 0 20px;
  }
}

.i_tzgg {
  padding: 60px 0;
  background: url(../images/bg_004.jpg) center bottom no-repeat #fff;
  background-size: 100% auto;
}

.i_tzgg .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_tzgg .w1500:nth-child(1) .col {
  width: -webkit-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

.i_tzgg .w1500:nth-child(1) .col:nth-child(1) {
  margin: 0 40px 0 0;
}

.i_tzgg .w1500:nth-child(1) .col .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

.i_tzgg .w1500:nth-child(1) .col .tit span {
  font-size: 28px;
  font-weight: bold;
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(1) .col .tit a {
  font-size: 15px;
  color: #999;
}

.i_tzgg .w1500:nth-child(1) .col .box {
  margin: 25px 0 0 0;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) {
  background: rgba(0, 84, 194, 0.2);
  padding: 0 30px 0 0;
  border-bottom: 4px solid #0054c2;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) a {
  background: url(../images/pic_002.png) right center no-repeat;
  display: block;
  padding: 30px 170px 30px 30px;
  background-size: auto 80%;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) a:hover .nam {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) a .nam {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  min-height: 60px;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) a .tim {
  font-size: 16px;
  margin: 15px 0 0 0;
  color: #666;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) {
  margin: 25px 0 0 0;
  padding: 0 10px;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
  position: relative;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #0054c2;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a:hover .nam {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a .nam {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}

.i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a .tim {
  font-size: 16px;
  color: #999;
  margin: 0 0 0 40px;
}

.i_tzgg .w1500:nth-child(2) {
  padding: 60px 0;
}

.i_tzgg .w1500:nth-child(3) .col {
  width: -webkit-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row {
  margin: 20px 0 0 0;
  border-top: 1px dashed #ddd;
  padding: 20px 0 0 0;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a:hover .txt .nam {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim {
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim span {
  text-align: center;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim span:nth-child(1) {
  background: #0054c2;
  color: #ffff;
  font-size: 24px;
  line-height: 36px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim span:nth-child(2) {
  background: #fff;
  color: #0054c2;
  font-size: 16px;
  line-height: 28px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .txt {
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  margin: 0 0 0 20px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .txt .nam {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .txt .des {
  font-size: 14px;
  color: #666;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 0 0;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) {
  margin: 0 40px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a:hover .rig .nam {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .lef {
  width: 60%;
  position: relative;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .lef .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .lef .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .lef .nam {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  font-size: 18px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig {
  width: 40%;
  background: #ffff;
  padding: 20px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig .nam {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1;
  color: #666;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim i {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(n + 2) {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(n + 2) a {
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
  font-size: 18px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(n + 2) a::before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(n + 2) a:hover {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row {
  margin: 20px 0 0 0;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row:first-child {
  margin: 0;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a:hover .txt .nam {
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .pic {
  width: 180px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .pic img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 0 0 20px;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .nam {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .des {
  font-size: 16px;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .tim {
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0 0;
  color: #999;
}

.i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .tim i {
  font-size: 14px;
}

.i_tzgg .w1500:nth-child(3) .col .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

.i_tzgg .w1500:nth-child(3) .col .tit span {
  font-size: 28px;
  font-weight: bold;
  color: #0054c2;
}

.i_tzgg .w1500:nth-child(3) .col .tit a {
  font-size: 15px;
  color: #999;
}

.i_tzgg .w1500:nth-child(3) .col .box {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 640px) {
  .i_tzgg {
    padding: 24px 12px;
    background-size: cover;
  }
  .i_tzgg .w1500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_tzgg .w1500:nth-child(1) .col {
    width: 100%;
  }
  .i_tzgg .w1500:nth-child(1) .col:nth-child(2) {
    margin: 24px 0 0 0;
  }
  .i_tzgg .w1500:nth-child(1) .col .tit span {
    font-size: 24px;
  }
  .i_tzgg .w1500:nth-child(1) .col .tit a {
    font-size: 14px;
  }
  .i_tzgg .w1500:nth-child(1) .col .box {
    margin: 16px 0 0 0;
  }
  .i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) {
    padding: 0 20px 0 0;
  }
  .i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) a {
    padding: 20px 100px 20px 20px;
  }
  .i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(1) a .nam {
    font-size: 16px;
    max-height: 60px;
    overflow: hidden;
  }
  .i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) {
    margin: 16px 0 0 0;
  }
  .i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a .nam {
    font-size: 16px;
  }
  .i_tzgg .w1500:nth-child(1) .col .box .row:nth-child(n + 2) a .tim {
    font-size: 14px;
    margin: 0 0 0 20px;
  }
  .i_tzgg .w1500:nth-child(2) {
    padding: 24px 0;
  }
  .i_tzgg .w1500:nth-child(3) .col {
    width: 100%;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim {
    width: 80px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim span:nth-child(1) {
    font-size: 20px;
    line-height: 32px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .tim span:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .txt {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
    margin: 0 0 0 16px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(1) .box .row a .txt .nam {
    font-size: 16px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) {
    margin: 24px 0;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .lef {
    width: 50%;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .lef .pic img {
    height: 140px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig {
    width: 50%;
    padding: 16px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig .nam {
    font-size: 16px;
    line-height: 24px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim {
    margin: 16px 0 0 0;
    font-size: 14px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim i {
    font-size: 14px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(n + 2) {
    padding: 16px 0;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(2) .box .row:nth-child(n + 2) a {
    font-size: 16px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .pic {
    width: 120px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .pic img {
    height: 80px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt {
    width: -webkit-calc(100% - 136px);
    width: calc(100% - 136px);
    margin: 0 0 0 16px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .nam {
    font-size: 16px;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .des {
    font-size: 14px;
    margin: 8px 0 0 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .tim {
    font-size: 12px;
    margin: 8px 0 0 0;
  }
  .i_tzgg .w1500:nth-child(3) .col:nth-child(3) .box .row a .txt .tim i {
    font-size: 12px;
  }
  .i_tzgg .w1500:nth-child(3) .col .tit span {
    font-size: 24px;
  }
  .i_tzgg .w1500:nth-child(3) .col .tit a {
    font-size: 14px;
  }
  .i_tzgg .w1500:nth-child(3) .col .box {
    margin: 16px 0 0 0;
  }
}

.i_djgz {
  padding: 60px 0 25px 0;
  background: #fff;
}

.i_djgz .w1500:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_djgz .w1500:nth-child(1) .col {
  width: -webkit-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row {
  margin: 20px 0 0 0;
  border-top: 1px dashed #ddd;
  padding: 20px 0 0 0;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a:hover .txt .nam {
  color: #0054c2;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim {
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim span {
  text-align: center;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim span:nth-child(1) {
  background: #0054c2;
  color: #ffff;
  font-size: 24px;
  line-height: 36px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim span:nth-child(2) {
  background: #fff;
  color: #0054c2;
  font-size: 16px;
  line-height: 28px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .txt {
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  margin: 0 0 0 20px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .txt .nam {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .txt .des {
  font-size: 14px;
  color: #666;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 0 0;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) {
  margin: 0 40px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a:hover .rig .nam {
  color: #0054c2;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .lef {
  width: 60%;
  position: relative;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .lef .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .lef .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .lef .nam {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  font-size: 18px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig {
  width: 40%;
  background: rgba(0, 84, 194, 0.1);
  padding: 20px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig .nam {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1;
  color: #666;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim i {
  color: #0054c2;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(n + 2) {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(n + 2) a {
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
  font-size: 18px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(n + 2) a::before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #0054c2;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(n + 2) a:hover {
  color: #0054c2;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row a img {
  height: 52px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 0;
  color: #fff;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(1) {
  width: 100%;
  background: -o-linear-gradient(45deg, #abcc81, #f7f7f2);
  background: linear-gradient(45deg, #abcc81, #f7f7f2);
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(1) a img {
  height: 70px;
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(2) {
  background: -o-linear-gradient(45deg, #95bdee, #f7f7f2);
  background: linear-gradient(45deg, #95bdee, #f7f7f2);
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(3) {
  background: -o-linear-gradient(45deg, #eec679, #f7f7f2);
  background: linear-gradient(45deg, #eec679, #f7f7f2);
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(4) {
  background: -o-linear-gradient(45deg, #8a9eef, #f7f7f2);
  background: linear-gradient(45deg, #8a9eef, #f7f7f2);
}

.i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(5) {
  background: -o-linear-gradient(45deg, #f0745f, #f7f7f2);
  background: linear-gradient(45deg, #f0745f, #f7f7f2);
}

.i_djgz .w1500:nth-child(1) .col .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

.i_djgz .w1500:nth-child(1) .col .tit span {
  font-size: 28px;
  font-weight: bold;
  color: #0054c2;
}

.i_djgz .w1500:nth-child(1) .col .tit a {
  font-size: 15px;
  color: #999;
}

.i_djgz .w1500:nth-child(1) .col .box {
  margin: 25px 0 0 0;
}

.i_djgz .w1500:nth-child(2) {
  padding: 60px 0 0 0;
}

.i_djgz .w1500:nth-child(2) .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}

.i_djgz .w1500:nth-child(2) .tit span {
  font-size: 28px;
  font-weight: bold;
  color: #0054c2;
}

.i_djgz .w1500:nth-child(2) .tit a {
  font-size: 15px;
  color: #999;
}

.i_djgz .w1500:nth-child(2) .box {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_djgz .w1500:nth-child(2) .box .col {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.i_djgz .w1500:nth-child(2) .box .col:last-child {
  border: none;
}

.i_djgz .w1500:nth-child(2) .box .col a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_djgz .w1500:nth-child(2) .box .col a span {
  font-size: 16px;
  line-height: 1;
  color: #3391e5;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 640px) {
  .i_djgz {
    padding: 24px 12px;
  }
  .i_djgz .w1500:nth-child(1) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_djgz .w1500:nth-child(1) .col {
    width: 100%;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim {
    width: 80px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim span:nth-child(1) {
    font-size: 20px;
    line-height: 32px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .tim span:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .txt {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
    margin: 0 0 0 16px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(1) .box .row a .txt .nam {
    font-size: 16px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) {
    margin: 24px 0;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .lef {
    width: 50%;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .lef .pic img {
    height: 140px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig {
    width: 50%;
    padding: 16px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig .nam {
    font-size: 16px;
    line-height: 24px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim {
    margin: 16px 0 0 0;
    font-size: 14px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(1) a .rig .tim i {
    font-size: 14px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(n + 2) {
    padding: 16px 0;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(2) .box .row:nth-child(n + 2) a {
    font-size: 16px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row:nth-child(1) a img {
    height: 60px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row a {
    padding: 16px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row a img {
    height: 40px;
  }
  .i_djgz .w1500:nth-child(1) .col:nth-child(3) .box .row a span {
    font-size: 14px;
  }
  .i_djgz .w1500:nth-child(1) .col .tit span {
    font-size: 24px;
  }
  .i_djgz .w1500:nth-child(1) .col .tit a {
    font-size: 14px;
  }
  .i_djgz .w1500:nth-child(1) .col .box {
    margin: 16px 0 0 0;
  }
  .i_djgz .w1500:nth-child(2) {
    padding: 24px 0 0 0;
  }
  .i_djgz .w1500:nth-child(2) .tit {
    padding: 0 0 12px 0;
  }
  .i_djgz .w1500:nth-child(2) .tit span {
    font-size: 24px;
  }
  .i_djgz .w1500:nth-child(2) .tit a {
    font-size: 14px;
  }
  .i_djgz .w1500:nth-child(2) .box {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_djgz .w1500:nth-child(2) .box .col {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: none;
    margin: 16px 0 0 0;
  }
  .i_djgz .w1500:nth-child(2) .box .col a span {
    font-size: 14px;
  }
}

.i_link {
  background: rgba(0, 84, 194, 0.1);
  padding: 20px 0;
}

.i_link .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i_link .w1500 .col:nth-child(1) {
  background: #0054c2;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 10px 10px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_link .w1500 .col:nth-child(n + 2) {
  background: #fff;
  position: relative;
}

.i_link .w1500 .col:nth-child(n + 2)::after {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  content: "\e999";
  font-family: "iconfont";
  font-size: 16px;
  line-height: 1;
}

.i_link .w1500 .col:nth-child(n + 2) select {
  background: none;
  border: none;
  width: 300px;
  height: 48px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 74px 0 40px;
}

@media screen and (max-width: 640px) {
  .i_link {
    padding: 24px 12px;
  }
  .i_link .w1500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_link .w1500 .col {
    width: 100%;
  }
  .i_link .w1500 .col:nth-child(1) {
    width: 100%;
    height: auto;
    letter-spacing: 0;
    background: none;
    padding: 0;
    color: #0054c2;
    font-size: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .i_link .w1500 .col:nth-child(n + 2) {
    margin: 16px 0 0 0;
  }
  .i_link .w1500 .col:nth-child(n + 2)::after {
    right: 20px;
  }
  .i_link .w1500 .col:nth-child(n + 2) select {
    width: 100%;
    height: 36px;
    padding: 0 60px 0 20px;
    font-size: 14px;
  }
}

.i_footer {
  padding: 30px 0;
  background: #0054c2;
}

.i_footer .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_footer .w1500 .pic a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_footer .w1500 .ifo .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.i_footer .w1500 .ifo .row span,
.i_footer .w1500 .ifo .row a {
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1;
}

.i_footer .w1500 .ewm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_footer .w1500 .ewm .col {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_footer .w1500 .ewm .col img {
  max-width: 90px;
}

.i_footer .w1500 .ewm .col span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 640px) {
  .i_footer {
    padding: 24px 12px;
  }
  .i_footer .w1500 .pic {
    display: none;
  }
  .i_footer .w1500 .ewm {
    display: none;
  }
  .i_footer .w1500 .ifo .row {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_footer .w1500 .ifo .row span,
  .i_footer .w1500 .ifo .row a {
    font-size: 14px;
    margin: 5px 10px;
  }
}

.i_section {
  padding: 60px 0;
  background: #f6f6f6;
}

.i_section .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_section .w1500 .side {
  width: 240px;
}

.i_section .w1500 .side .tit {
  background: #0054c2;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
}

.i_section .w1500 .side .box {
  background: #fff;
  padding: 10px 0;
}

.i_section .w1500 .side .box .row {
  margin: 2px 0;
}

.i_section .w1500 .side .box .row:hover {
  background: rgba(16, 99, 208, 0.1);
}

.i_section .w1500 .side .box .row.active {
  background: #0054c2;
}

.i_section .w1500 .side .box .row.active a {
  color: #fff;
}

.i_section .w1500 .side .box .row a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 48px;
}

.i_section .w1500 .wrap {
  background: #fff;
  width: -webkit-calc(100% - 285px);
  width: calc(100% - 285px);
  margin: 0 0 0 45px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.i_section .w1500 .wrap .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #0054c2;
  line-height: 1;
  padding: 20px 0;
}

.i_section .w1500 .wrap .head .lef {
  font-size: 22px;
  font-weight: bold;
  color: #0054c2;
}

.i_section .w1500 .wrap .head .rig {
  font-size: 14px;
  line-height: 1;
  color: #999;
}

.i_section .w1500 .wrap .head .rig a {
  color: #999;
}

.i_section .w1500 .wrap .head .rig a:hover {
  color: #0054c2;
}

.i_section .w1500 .wrap .list .row {
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px dashed #ddd;
}

.i_section .w1500 .wrap .list .row a {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_section .w1500 .wrap .list .row a:hover .nam {
  color: #0054c2;
  font-weight: bold;
}

.i_section .w1500 .wrap .list .row a .nam {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #333;
}

.i_section .w1500 .wrap .list .row a .tim {
  font-size: 14px;
  color: #999;
}

.i_section .w1500 .wrap .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.i_section .w1500 .wrap .grid .col {
  width: -webkit-calc((100% - 120px) / 4);
  width: calc((100% - 120px) / 4);
  margin: 30px 15px 0 15px;
}

.i_section .w1500 .wrap .grid .col a {
  position: relative;
  display: block;
}

.i_section .w1500 .wrap .grid .col a .pic img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_section .w1500 .wrap .grid .col a .nam {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.i_section .w1500 .wrap .fany {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.i_section .w1500 .wrap .fany .pb_sys_style1 .p_no_d {
  border: 1px solid #0054c2;
  background-color: #0054c2;
}

.i_section .w1500 .wrap .view {
  padding: 30px 10px;
}

.i_section .w1500 .wrap .view .tit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.i_section .w1500 .wrap .view .att {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_section .w1500 .wrap .view .att span {
  font-size: 14px;
  margin: 0 10px;
  line-height: 1;
  color: #999;
}

.i_section .w1500 .wrap .view .box {
  font-size: 16px;
  line-height: 28px;
}

.i_section .w1500 .wrap .view .box p {
  text-indent: 0 !important;
}

.i_section .w1500 .wrap .view .box img,
.i_section .w1500 .wrap .view .box video,
.i_section .w1500 .wrap .view .box audio {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

.i_section .w1500 .wrap .page {
  padding: 30px 10px;
  font-size: 16px;
  line-height: 28px;
}

.i_section .w1500 .wrap .page p {
  text-indent: 0 !important;
}

.i_section .w1500 .wrap .page img,
.i_section .w1500 .wrap .page video,
.i_section .w1500 .wrap .page audio {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .i_section {
    padding: 24px 12px;
  }
  .i_section .w1500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_section .w1500 .side {
    width: 100%;
  }
  .i_section .w1500 .side .tit {
    display: none;
  }
  .i_section .w1500 .side .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background: none;
  }
  .i_section .w1500 .side .box .row {
    margin: 0 12px 12px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .i_section .w1500 .side .box .row.active {
    border-color: #2d6dd8;
  }
  .i_section .w1500 .side .box .row a {
    font-size: 16px;
    line-height: 36px;
    padding: 0 12px;
  }
  .i_section .w1500 .wrap {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
  .i_section .w1500 .wrap .head {
    display: none;
  }
  .i_section .w1500 .wrap .list .row a {
    padding: 0;
  }
  .i_section .w1500 .wrap .list .row a .nam {
    font-size: 16px;
  }
  .i_section .w1500 .wrap .list .row a .tim {
    font-size: 14px;
    margin: 0 0 0 24px;
  }
  .i_section .w1500 .wrap .grid .col {
    width: -webkit-calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
    margin: 12px 12px 0 0;
  }
  .i_section .w1500 .wrap .grid .col:nth-child(2n) {
    margin-right: 0;
  }
  .i_section .w1500 .wrap .grid .col a .pic img {
    height: 220px;
  }
  .i_section .w1500 .wrap .view {
    padding: 24px 0;
  }
  .i_section .w1500 .wrap .view .tit {
    font-size: 24px;
  }
  .i_section .w1500 .wrap .view .att {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
  }
  .i_section .w1500 .wrap .view .att span {
    margin: 5px;
    font-size: 12px;
  }
  .i_section .w1500 .wrap .page {
    padding: 24px 0;
  }
}
