.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;
}

.query-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 100%;
}
.query-box .search-title {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #333;
}
.query-box input {
  margin-right: 18px;
  padding: 0 20px;
  width: 23%;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  background-color: #f2f4f7;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.query-box .search-btn {
  width: 10%;
  height: 60px;
  background-color: #286ace;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.query-box .search-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 2.2px;
  color: #fff;
  text-align: center;
}

.type-list {
  margin-bottom: 56px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.type-list .type-item {
  position: relative;
  display: block;
  margin: 0 10px 0 10px;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.type-list .type-item:hover {
  color: #286ace;
}
.type-list .type-item i {
  display: none;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #286ace;
}
.type-list .type-active {
  background-color: #286ace;
  color: #fff;
}
.type-list .type-active i {
  display: block;
}
.type-list .type-active:hover {
  color: #fff;
}

.list-box {
  margin-bottom: 50px;
  padding: 20px 28px 40px 28px;
  width: 100%;
  box-shadow: 0px 4px 20px 0 rgba(7, 42, 101, 0.15);
  background-color: #fff;
  box-sizing: border-box;
}
.list-box .list-header {
  display: flex;
  flex-direction: row;
  background-color: #f2f6fa;
}
.list-box .list-header li {
  display: inline-block;
  height: 48px;
  text-align: center;
}
.list-box .list-header li:nth-child(1) {
  width: 97px;
}
.list-box .list-header li:nth-child(2) {
  width: calc(100% - 397px);
}
.list-box .list-header li:nth-child(3), .list-box .list-header li:nth-child(4) {
  width: 150px;
}
.list-box .list-header li span {
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  color: #286ace;
}
.list-box .list {
  margin-bottom: 30px;
  width: 100%;
}
.list-box .list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0 25px 0;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.list-box .list li .number {
  display: inline-block;
  width: 97px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.list-box .list li .con {
  display: inline-block;
  width: calc(100% - 397px);
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box .list li .con:hover {
  color: #286ace;
}
.list-box .list li .date {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.list-box .list li .date .date-title {
  display: none;
}
.list-box .list li .tools {
  margin-top: 23px;
  padding-left: 97px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.list-box .list li .tools .tools-item {
  position: relative;
  margin-right: 40px;
}
.list-box .list li .tools .tools-item span {
  font-size: 16px;
  color: #286ace;
  line-height: 28px;
}
.list-box .list li .tools .tools-item a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  box-sizing: border-box;
  border: solid 1px #e4e7eb;
  color: #999;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.list-box .list li .tools .tools-item a:hover {
  border: solid 1px #286ace;
  color: #286ace;
  background-color: #f5f8fc;
}
.list-box .list li .tools .tools-item:hover .zcwd-bg {
  display: block;
}
.list-box .list li .tools .tools-item .zcwd-bg {
  display: none;
  position: absolute;
  top: 28px;
  left: calc(50% - 190px);
  padding-top: 10px;
  width: 380px;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 999;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box {
  width: 100%;
  height: auto;
  background-color: #ebf5ff;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul {
  margin: 15px auto;
  width: calc(100% - 30px);
  max-height: 270px;
  background-color: #fff;
  overflow-y: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #e6eaef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #76a7ee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li {
  padding: 10px 0;
  border-bottom: none;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  padding: 0 10px;
  width: 100%;
  height: auto;
  border: none;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a:hover {
  background-color: #fff;
  border: none;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a i {
  display: block;
  margin-top: 9px;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  background-color: #286ace;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a span {
  color: #286ace;
  font-size: 16px;
  line-height: 24px;
}
.list-box .list li .tools .zcwd-item {
  padding: 0 12px;
  background-color: #fb9e0d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.list-box .list li .tools .zcwd-item span {
  color: #fff;
}

@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;
  }
  .query-box {
    margin: 2.08333vw 0;
  }
  .query-box .search-title {
    margin-right: 1.04167vw;
    font-size: 21.6px;
    font-size: 1.25vw;
    line-height: 3.125vw;
  }
  .query-box input {
    margin-right: 0.9375vw;
    padding: 0 1.04167vw;
    width: 23%;
    height: 3.125vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    line-height: 3.125vw;
  }
  .query-box .search-btn {
    height: 3.125vw;
  }
  .query-box .search-btn a {
    font-size: 19.8px;
    font-size: 1.1458333333vw;
    line-height: 3.125vw;
  }
  .type-list {
    margin-bottom: 2.91667vw;
  }
  .type-list .type-item {
    margin: 0 0.52083vw 0 0.52083vw;
    padding: 0 1.5625vw;
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 18px;
    font-size: 1.0416666667vw;
  }
  .type-list .type-item i {
    bottom: -0.78125vw;
    left: calc(50% - 0.83333vw);
    border-left: 0.83333vw solid transparent;
    border-right: 0.83333vw solid transparent;
    border-top: 0.83333vw solid #286ace;
  }
  .list-box {
    margin-bottom: 2.60417vw;
    padding: 1.04167vw 1.45833vw 2.08333vw 1.45833vw;
  }
  .list-box .list-header li {
    height: 2.5vw;
  }
  .list-box .list-header li:nth-child(1) {
    width: 5.05208vw;
  }
  .list-box .list-header li:nth-child(2) {
    width: calc(100% - 20.67708vw);
  }
  .list-box .list-header li:nth-child(3), .list-box .list-header li:nth-child(4) {
    width: 7.8125vw;
  }
  .list-box .list-header li span {
    font-size: 16.2px;
    font-size: 0.9375vw;
    line-height: 2.5vw;
  }
  .list-box .list {
    margin-bottom: 1.5625vw;
  }
  .list-box .list li {
    padding: 1.5625vw 0 1.30208vw 0;
  }
  .list-box .list li .number {
    width: 5.05208vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .list-box .list li .con {
    width: calc(100% - 20.67708vw);
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .list-box .list li .date {
    width: 7.8125vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .list-box .list li .tools {
    margin-top: 1.19792vw;
    padding-left: 5.05208vw;
  }
  .list-box .list li .tools .tools-item {
    margin-right: 2.08333vw;
  }
  .list-box .list li .tools .tools-item span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    line-height: 1.45833vw;
  }
  .list-box .list li .tools .tools-item a {
    margin-left: 0.52083vw;
    padding: 0 0.52083vw;
    height: 1.45833vw;
    font-size: 12.6px;
    font-size: 0.7291666667vw;
    line-height: 1.35417vw;
  }
  .list-box .list li .tools .tools-item .zcwd-bg {
    top: 1.45833vw;
    left: calc(50% - 9.89583vw);
    padding-top: 0.52083vw;
    width: 19.79167vw;
  }
  .list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul {
    margin: 0.78125vw auto;
    width: calc(100% - 1.5625vw);
    max-height: 14.0625vw;
  }
  .list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li {
    padding: 0.52083vw 0;
    border-bottom: none;
  }
  .list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a {
    margin-left: 0;
    padding: 0 0.52083vw;
    width: 100%;
    height: auto;
    border: none;
  }
  .list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a:hover {
    background-color: #fff;
    border: none;
  }
  .list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a i {
    display: block;
    margin-top: 0.46875vw;
    margin-right: 0.3125vw;
    width: 0.26042vw;
    height: 0.26042vw;
    background-color: #286ace;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .list-box .list li .tools .tools-item .zcwd-bg .zcwd-box ul li a span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .list-box .list li .tools .zcwd-item {
    padding: 0 0.625vw;
  }
}
@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;
  }
  .query-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 20px 0;
    width: 100%;
  }
  .query-box .search-title {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }
  .query-box input {
    margin-top: 15px;
    margin-right: 0;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .query-box .search-btn {
    margin: 10px auto 10px auto;
    width: 100px;
    height: 40px;
  }
  .query-box .search-btn a {
    font-size: 16px;
    line-height: 40px;
  }
  .type-list {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .type-list .type-item {
    margin: 0 10px 0 10px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .type-list .type-active i {
    display: none;
  }
  .list-box {
    margin-bottom: 30px;
    padding: 10px 10px 30px 10px;
  }
  .list-box .list-header li {
    height: 40px;
  }
  .list-box .list-header li:nth-child(1) {
    width: 16%;
  }
  .list-box .list-header li:nth-child(2) {
    width: 28%;
  }
  .list-box .list-header li:nth-child(3), .list-box .list-header li:nth-child(4) {
    display: none;
    width: 28%;
  }
  .list-box .list-header li span {
    font-size: 18px;
    line-height: 40px;
  }
  .list-box .list {
    margin-bottom: 30px;
  }
  .list-box .list li {
    padding: 15px 0 15px 0;
  }
  .list-box .list li .number {
    width: 16%;
  }
  .list-box .list li .con {
    margin-bottom: 10px;
    width: 84%;
  }
  .list-box .list li .date {
    width: 42%;
    text-align: left;
  }
  .list-box .list li .date:nth-child(3) {
    margin-left: 16%;
  }
  .list-box .list li .date .date-title {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  .list-box .list li .tools {
    margin-top: 15px;
    padding-left: 16%;
  }
  .list-box .list li .tools .tools-item {
    margin-bottom: 8px;
    margin-right: 20px;
  }
  .list-box .list li .tools .tools-item a {
    margin-left: 10px;
    padding: 0 10px;
  }
  .list-box .list li .tools .tools-item .zcwd-bg {
    position: fixed;
    bottom: calc(100vw - 150px);
    left: 15px;
    width: calc(100vw - 30px);
    height: 300px;
  }
}