.header {
  height: auto;
  background: url(../images/yj-yy-zcwj-jdzl-banner-bg.png) no-repeat center;
  background-color: #6ca7e8;
  background-size: 100% 100%;
}
.header .top .fr .user .user-center {
  color: #fff;
}
.header .top .fr .u-item {
  border: 1px solid #fff;
}
.header .top .fr .ghb {
  background-color: #fb9e0d;
  border: 1px solid #fb9e0d;
}
.header .top a {
  color: #fff;
}
.header .index-menu {
  background-color: rgba(17, 81, 153, 0.9);
}
.header .logo-search {
  margin-top: 30px;
}
.header .banner-bg {
  margin-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  *zoom: 1;
}
.header .banner-bg:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .banner-bg .banner-left {
  float: left;
  margin-top: 50px;
  width: 55%;
}
.header .banner-bg .banner-left img {
  display: block;
  width: 100%;
}
.header .banner-bg .banner-left .menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}
.header .banner-bg .banner-left .menu-list .menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 3);
  height: 88px;
  background-color: #b7cffd;
  box-shadow: 0px 4px 20px 0 rgba(30, 103, 245, 0.45);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .banner-bg .banner-left .menu-list .menu-item img {
  display: block;
  margin-right: 10px;
  width: 30px;
}
.header .banner-bg .banner-left .menu-list .menu-item span {
  font-size: 22px;
  font-weight: bold;
  color: #1e67f5;
}
.header .banner-bg .banner-left .menu-list .menu-item:hover {
  background-color: #fff;
}
.header .banner-bg .banner-left .menu-list .active {
  background-color: #fff;
}
.header .banner-bg .banner-right {
  float: right;
  margin-top: 0;
  height: 289px;
}

.title-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 43px;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
}
.title-box span {
  display: block;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #286ace;
}
.title-box a {
  font-size: 16px;
  color: #999;
}
.title-box a:hover {
  color: #286ace;
}
.title-box i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background-color: #286ace;
}

.text-list {
  width: 100%;
  *zoom: 1;
}
.text-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.text-list li {
  float: left;
  position: relative;
  padding: 25px;
  margin-top: 30px;
  margin-right: 30px;
  width: calc((100% - 30px) / 2);
  height: 108px;
  border: solid 1px #d9e4f5;
  background-color: #f5f7fa;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.text-list li:hover {
  background-color: #e1edfe;
}
.text-list li:nth-child(2n+2) {
  margin-right: 0;
}
.text-list li .text-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #286ace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-list li span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #286ace;
}
.text-list li .zcyy-btn {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 25px;
  padding: 0 15px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #286ace;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.ytdd-list {
  width: 100%;
  *zoom: 1;
}
.ytdd-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ytdd-list li {
  float: left;
  margin-top: 35px;
  margin-right: 35px;
  width: calc((100% - 70px) / 3);
}
.ytdd-list li:nth-child(3n+3) {
  margin-right: 0;
}
.ytdd-list li .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.ytdd-list li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.ytdd-list li span {
  display: block;
  padding: 0 15px;
  width: 100%;
  height: 76px;
  font-size: 18px;
  line-height: 76px;
  background-color: #f2f6fa;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ytdd-list li:hover .img-box img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.ytdd-list li:hover span {
  color: #286ace;
}

.video-list {
  margin-bottom: 55px;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .header .banner-bg {
    margin-top: 1.5625vw;
    padding-bottom: 2.60417vw;
  }
  .header .banner-bg .banner-left {
    margin-top: 2.60417vw;
  }
  .header .banner-bg .banner-left .menu-list {
    margin-top: 2.60417vw;
  }
  .header .banner-bg .banner-left .menu-list .menu-item {
    width: calc((100% - 3.125vw) / 3);
    height: 4.58333vw;
  }
  .header .banner-bg .banner-left .menu-list .menu-item img {
    display: block;
    margin-right: 0.52083vw;
    width: 1.5625vw;
  }
  .header .banner-bg .banner-left .menu-list .menu-item span {
    font-size: 19.8px;
    font-size: 1.1458333333vw;
  }
  .header .banner-bg .banner-right {
    height: 15.05208vw;
  }
  .title-box {
    margin-top: 2.23958vw;
  }
  .title-box span {
    padding-bottom: 0.9375vw;
    font-size: 21.6px;
    font-size: 1.25vw;
  }
  .title-box a {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .title-box i {
    width: 5vw;
    height: 0.20833vw;
  }
  .text-list li {
    padding: 1.30208vw;
    margin-top: 1.5625vw;
    margin-right: 1.5625vw;
    width: calc((100% - 1.5625vw) / 2);
    height: 5.625vw;
  }
  .text-list li .text-title {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .text-list li span {
    margin-top: 1.04167vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .text-list li .zcyy-btn {
    bottom: 0.52083vw;
    right: 1.30208vw;
    padding: 0 0.78125vw;
    height: 1.82292vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    line-height: 1.82292vw;
  }
  .ytdd-list li {
    margin-top: 1.82292vw;
    margin-right: 1.82292vw;
    width: calc((100% - 3.64583vw) / 3);
  }
  .ytdd-list li .img-box {
    height: 16.02083vw;
  }
  .ytdd-list li span {
    padding: 0 0.78125vw;
    width: 100%;
    height: 3.95833vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
    line-height: 3.95833vw;
  }
  .video-list {
    margin-bottom: 2.86458vw;
  }
}
@media screen and (max-width: 992px) {
  .header .banner-bg {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .header .banner-bg .banner-left {
    float: none;
    margin: 0 auto;
    width: 88%;
  }
  .header .banner-bg .banner-left img {
    display: block;
    width: 100%;
  }
  .header .banner-bg .banner-left .menu-list {
    flex-direction: column;
    margin-top: 25px;
  }
  .header .banner-bg .banner-left .menu-list .menu-item {
    margin-bottom: 10px;
    width: 100%;
    height: 68px;
    background-color: #b7cffd;
    box-shadow: 0px 4px 10px 0 rgba(30, 103, 245, 0.45);
  }
  .header .banner-bg .banner-left .menu-list .menu-item span {
    font-size: 20px;
  }
  .header .banner-bg .banner-left .menu-list .active {
    background-color: #fff;
  }
  .header .banner-bg .banner-right {
    display: none;
  }
  .title-box {
    margin-top: 23px;
  }
  .title-box span {
    padding-bottom: 18px;
    font-size: 20px;
  }
  .title-box i {
    width: 80px;
    height: 3px;
  }
  .text-list li {
    padding: 15px;
    margin-top: 15px;
    margin-right: 0;
    width: 100%;
    height: 88px;
  }
  .text-list li .zcyy-btn {
    bottom: 5px;
    right: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .ytdd-list li {
    float: left;
    margin-top: 25px;
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
  }
  .ytdd-list li:nth-child(3n+3) {
    margin-right: 15px;
  }
  .ytdd-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ytdd-list li .img-box {
    height: 128px;
  }
  .ytdd-list li span {
    padding: 0 10px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
  .video-list {
    margin-bottom: 35px;
  }
  .video-list li:nth-child(3) {
    display: none;
  }
}