@charset "UTF-8";
.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:nth-child(1) {
  border-bottom: none;
}
.title-box span {
  display: block;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #286ace;
}
.title-box a {
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.title-box a:hover {
  color: #286ace;
}
.title-box i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background-color: #286ace;
}
.title-box .search-box1 {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 200px);
  *zoom: 1;
}
.title-box .search-box1:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.title-box .search-box1 input {
  float: left;
  padding: 0 15px;
  width: calc(100% - 240px);
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  background-color: rgb(242, 245, 249);
  box-sizing: border-box;
}
.title-box .search-box1 input::-moz-placeholder {
  color: #999;
}
.title-box .search-box1 input::placeholder {
  color: #999;
}
.title-box .search-box1 .search-btn1 {
  float: right;
  margin-left: 20px;
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  background-color: rgb(32, 83, 195);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.title-box .search-box1 .search-btn1 img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  height: 18px;
}
.title-box .search-box1 .wyty {
  float: right;
  margin-left: 20px;
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  background-color: rgb(26, 93, 250);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.first-title-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -25px;
  padding: 10px 25px 0px 15px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fbfdff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #c3d5f1;
}
.first-title-box:nth-child(1) {
  border-bottom: none;
}
.first-title-box span {
  display: block;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #286ace;
}
.first-title-box a {
  font-size: 16px;
  color: #999;
}
.first-title-box a:hover {
  color: #286ace;
}
.first-title-box i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background-color: #286ace;
}
.first-title-box .title-ico {
  display: block;
  width: 191px;
}
.first-title-box .search-box1 {
  margin-top: -10px;
  margin-left: 20px;
  width: calc(100% - 220px);
  *zoom: 1;
}
.first-title-box .search-box1:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.first-title-box .search-box1 input {
  float: left;
  padding: 0 15px;
  width: calc(100% - 265px);
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #deecf6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.first-title-box .search-box1 input::-moz-placeholder {
  color: #999;
}
.first-title-box .search-box1 input::placeholder {
  color: #999;
}
.first-title-box .search-box1 .search-btn1 {
  float: right;
  margin-left: 0;
  width: 120px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 1.35px;
  text-align: center;
  background-image: linear-gradient(to bottom, #568fe7, #43abfd);
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.first-title-box .search-box1 .search-btn1 img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  height: 18px;
}
.first-title-box .search-box1 .wyty {
  float: right;
  margin-left: 15px;
  width: 120px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 1.35px;
  text-align: center;
  background-image: linear-gradient(to bottom, #568fe7, #43abfd);
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.result-title {
  margin-top: 30px;
  font-size: 16px;
  color: red;
}

.search-type-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  padding: 8px;
  width: 700px;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: solid 1px #d4e3f6;
  box-shadow: 0 0 6px 0 #c3d5f1;
  background-color: #fff;
  box-sizing: border-box;
}
.search-type-tabs span {
  position: relative;
  display: block;
  width: 25%;
  height: 100%;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  color: #454545;
  letter-spacing: 1.8px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.search-type-tabs span.active {
  color: #fff;
  background-color: #286ace;
}

.type-box {
  margin-top: 45px;
  width: 100%;
}
.type-box .type-item {
  display: none;
}
.type-box .type-item ul {
  margin-bottom: -15px;
  width: 100%;
  *zoom: 1;
  overflow: hidden;
}
.type-box .type-item ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.type-box .type-item ul li {
  float: left;
  margin-bottom: 15px;
  margin-right: 18px;
  width: calc((100% - 108px) / 7);
  height: 40px;
  background-color: #e8f1fc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.type-box .type-item ul li:nth-child(7n+7) {
  margin-right: 0;
}
.type-box .type-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #286ace;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.type-box .type-item ul .active, .type-box .type-item ul li:hover {
  background-color: #286ace;
}
.type-box .type-item ul .active a, .type-box .type-item ul li:hover a {
  color: #fff;
}
.type-box .type-item .type-list {
  position: relative;
  display: flex;
  flex-direction: row;
}
.type-box .type-item .type-list .list-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.3%;
  height: 100%;
  min-height: 40px;
  background-image: url(../images/yj-yy-zcwj-jdzl-zcwdk-tpye-header-bg.png);
  background-repeat: no-repeat;
  background-size: 120% 158px;
  background-position: 0 calc(100% + 78px);
  background-color: #f2b745;
  border-radius: 3px;
}
.type-box .type-item .type-list .list-header span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.35px;
  color: #fff;
}
.type-box .type-item .type-list:nth-child(3) .list-header {
  background-color: #457ed5;
}
.type-box .type-item .type-list .gr-list {
  padding-left: 13.3%;
  flex: 1;
  box-sizing: border-box;
}
.type-box .type-item .type-list .gr-list li {
  margin-right: 0;
  margin-left: 14px;
  margin-bottom: 15px;
  border: dashed 1px #c4d7f3;
  background-color: #fff;
}
.type-box .type-item .type-list .gr-list li a {
  font-size: 16px;
  color: #454545;
}
.type-box .type-item .type-list .gr-list .active, .type-box .type-item .type-list .gr-list li:hover {
  background-color: #e8f1fc;
}
.type-box .type-item .type-list .gr-list .active a, .type-box .type-item .type-list .gr-list li:hover a {
  color: #286ace;
}
.type-box .type-item .line {
  display: block;
  margin: 25px 0;
  width: 100%;
  height: 1px;
  background-color: #dff0fc;
}

.zcwdk-list {
  margin-top: 25px;
  width: 100%;
  *zoom: 1;
}
.zcwdk-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zcwdk-list li {
  float: left;
  position: relative;
  padding: 20px 20px 20px 20px;
  margin-bottom: 27px;
  margin-right: 30px;
  width: calc((100% - 30px) / 2);
  height: 188px;
  background-image: linear-gradient(to bottom, #e8f1fc, #fff);
  box-sizing: border-box;
  border: solid 1px #e8f1fc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.zcwdk-list li:nth-child(2n+2) {
  margin-right: 0;
}
.zcwdk-list li .text {
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
  *zoom: 1;
  background-image: url(../images/yj-yy-zcwj-jdzl-zcwdk-list-q.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 24px;
}
.zcwdk-list li .text:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zcwdk-list li .text:nth-of-type(1) {
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.zcwdk-list li .text:nth-of-type(1) span {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 17px;
  color: #454545;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zcwdk-list li .text:nth-of-type(2) {
  height: 44px;
  line-height: 22px;
  background-image: url(../images/yj-yy-zcwj-jdzl-zcwdk-list-a.png);
}
.zcwdk-list li .text:nth-of-type(2) span {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.2px;
  box-sizing: border-box;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.zcwdk-list li .text span {
  float: left;
  display: block;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.zcwdk-list li .line {
  display: block;
  max-width: 100%;
  margin: 10px 0;
  height: 1px;
}
.zcwdk-list li .type-btn {
  display: inline-block;
  margin-right: 8px;
  margin-top: 20px;
  padding: 0 10px;
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: 1.13px;
  text-align: center;
  background-color: #e8f1fc;
  color: #71a2ec;
}
.zcwdk-list li:hover {
  border: solid 1px #286ace;
}

.hot-list li {
  padding: 25px 30px 25px 50px;
}
.hot-list li .text:nth-of-type(1) {
  width: calc(100% - 115px);
}
.hot-list li .fire {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 16px;
}

.ytdd-list {
  margin-bottom: 60px;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}

.no-data {
  margin: 20px 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-data img {
  margin-bottom: 10px;
  height: 200px;
}
.no-data span {
  color: #286ace;
  font-size: 21.6px;
  font-size: 1.25vw;
}

.no-data-active {
  display: flex;
}

.pagination {
  margin-top: 0;
  padding-bottom: 0;
}

@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;
  }
  .title-box .search-box1 {
    width: calc(100% - 10.41667vw);
  }
  .title-box .search-box1 input {
    padding: 0 0.78125vw;
    width: calc(100% - 12.5vw);
    height: 2.29167vw;
    line-height: 2.29167vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .title-box .search-box1 .search-btn1 {
    margin-left: 1.04167vw;
    width: 5.20833vw;
    height: 2.29167vw;
    line-height: 2.29167vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .title-box .search-box1 .search-btn1 img {
    margin-top: -0.15625vw;
    margin-left: 0.26042vw;
    height: 0.9375vw;
  }
  .title-box .search-box1 .wyty {
    margin-left: 1.04167vw;
    width: 5.20833vw;
    height: 2.29167vw;
    line-height: 2.29167vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .first-title-box {
    padding: 0.52083vw 1.30208vw 0 0.78125vw;
    margin-top: -1.30208vw;
    box-shadow: 0 0 10px 0 #c3d5f1;
    border-radius: 0.26042vw;
    -webkit-border-radius: 0.26042vw;
    -moz-border-radius: 0.26042vw;
    -ms-border-radius: 0.26042vw;
    -o-border-radius: 0.26042vw;
  }
  .first-title-box span {
    font-size: 21.6px;
    font-size: 1.25vw;
  }
  .first-title-box a {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .first-title-box i {
    width: 5vw;
    height: 0.20833vw;
  }
  .first-title-box .title-ico {
    width: 9.94792vw;
  }
  .first-title-box .search-box1 {
    margin-top: -0.52083vw;
    margin-left: 1.04167vw;
    width: calc(100% - 11.45833vw);
  }
  .first-title-box .search-box1 input {
    padding: 0 0.78125vw;
    width: calc(100% - 13.80208vw);
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
    border-top-left-radius: 0.15625vw;
    border-bottom-left-radius: 0.15625vw;
  }
  .first-title-box .search-box1 .search-btn1 {
    width: 6.25vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
    letter-spacing: 0.07031vw;
    border-top-right-radius: 0.15625vw;
    border-bottom-right-radius: 0.15625vw;
  }
  .first-title-box .search-box1 .search-btn1 img {
    margin-top: -0.15625vw;
    margin-left: 0.26042vw;
    height: 0.9375vw;
  }
  .first-title-box .search-box1 .wyty {
    margin-left: 0.78125vw;
    width: 6.25vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
    letter-spacing: 0.07031vw;
    border-radius: 0.15625vw;
    -webkit-border-radius: 0.15625vw;
    -moz-border-radius: 0.15625vw;
    -ms-border-radius: 0.15625vw;
    -o-border-radius: 0.15625vw;
  }
  .result-title {
    margin-top: 1.5625vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .search-type-tabs {
    margin-top: 2.08333vw;
    padding: 0.41667vw;
    width: 36.45833vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -ms-border-radius: 1.5625vw;
    -o-border-radius: 1.5625vw;
  }
  .search-type-tabs span {
    font-size: 19.8px;
    font-size: 1.1458333333vw;
    line-height: 2.08333vw;
    border-radius: 1.04167vw;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
  }
  .type-box {
    margin-top: 2.34375vw;
  }
  .type-box .type-item ul {
    margin-bottom: -0.78125vw;
  }
  .type-box .type-item ul li {
    margin-bottom: 0.78125vw;
    margin-right: 0.9375vw;
    width: calc((100% - 5.625vw) / 7);
    height: 1.97083vw;
  }
  .type-box .type-item ul li a {
    font-size: 12.6px;
    font-size: 0.7291666667vw;
    line-height: 1.97083vw;
  }
  .type-box .type-item .type-list .list-header {
    min-height: 2.08333vw;
    background-size: 120% 8.22917vw;
    background-position: 0 calc(100% + 4.0625vw);
  }
  .type-box .type-item .type-list .list-header span {
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .type-box .type-item .type-list .gr-list li {
    margin-left: 0.72917vw;
    margin-bottom: 0.78125vw;
  }
  .type-box .type-item .type-list .gr-list li a {
    font-size: 12.6px;
    font-size: 0.7291666667vw;
  }
  .type-box .type-item .line {
    margin: 1.30208vw 0;
  }
  .type-box .expand-box {
    width: 3.38542vw;
  }
  .type-box .expand-box img {
    width: 0.72917vw;
  }
  .type-box .expand-box span {
    font-size: 12.6px;
    font-size: 0.7291666667vw;
  }
  .zcwdk-list {
    margin-top: 1.30208vw;
  }
  .zcwdk-list li {
    padding: 1.04167vw;
    margin-bottom: 1.40625vw;
    margin-right: 1.5625vw;
    width: calc((100% - 1.5625vw) / 2);
    height: 9.79167vw;
    border-radius: 0.20833vw;
    -webkit-border-radius: 0.20833vw;
    -moz-border-radius: 0.20833vw;
    -ms-border-radius: 0.20833vw;
    -o-border-radius: 0.20833vw;
  }
  .zcwdk-list li .text {
    padding-left: 2.08333vw;
    width: 100%;
    background-size: auto 1.25vw;
  }
  .zcwdk-list li .text:nth-of-type(1) {
    height: 1.30208vw;
    line-height: 1.30208vw;
  }
  .zcwdk-list li .text:nth-of-type(1) span {
    font-size: 15.3px;
    font-size: 0.8854166667vw;
  }
  .zcwdk-list li .text:nth-of-type(2) {
    height: 2.29167vw;
    line-height: 1.14583vw;
  }
  .zcwdk-list li .text:nth-of-type(2) span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .zcwdk-list li .text span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .zcwdk-list li .line {
    margin: 0.52083vw 0;
  }
  .zcwdk-list li .type-btn {
    margin-right: 0.41667vw;
    margin-top: 1.04167vw;
    padding: 0 0.52083vw;
    height: 1.35417vw;
    line-height: 1.35417vw;
    font-size: 13.5px;
    font-size: 0.78125vw;
    letter-spacing: 0.05885vw;
  }
  .hot-list li {
    padding: 1.60208vw 1.5625vw 1.60208vw 2.60417vw;
  }
  .hot-list li .text:nth-of-type(1) {
    width: calc(100% - 5.98958vw);
  }
  .hot-list li .fire {
    position: absolute;
    top: 1.30208vw;
    left: 1.04167vw;
    width: 0.83333vw;
  }
  .ytdd-list {
    margin-bottom: 3.125vw;
  }
  .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;
  }
  .no-data {
    margin: 1.04167vw 0;
  }
  .no-data img {
    margin-bottom: 0.52083vw;
    height: 10.41667vw;
  }
}
@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;
  }
  .result-title {
    margin-top: 20px;
    font-size: 16px;
  }
  .title-box {
    margin-top: 23px;
  }
  .title-box:nth-child(1) {
    flex-direction: column;
  }
  .title-box:nth-child(1) i {
    display: none;
  }
  .title-box span {
    display: block;
    padding-bottom: 18px;
    font-size: 20px;
  }
  .title-box i {
    width: 80px;
    height: 3px;
  }
  .title-box .search-box1 {
    position: static;
    width: 100%;
  }
  .title-box .search-box1 input {
    float: none;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .title-box .search-box1 .search-btn1 {
    float: left;
    margin-left: 30px;
    width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .title-box .search-box1 .wyty {
    float: right;
    margin-right: 30px;
    width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .first-title-box {
    flex-direction: column;
    padding: 15px;
    margin-top: 20px;
  }
  .first-title-box .title-ico {
    display: block;
    width: 160px;
  }
  .first-title-box .search-box1 {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .first-title-box .search-box1 input {
    float: none;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .first-title-box .search-box1 .search-btn1 {
    float: none;
    margin-left: 0;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .first-title-box .search-box1 .wyty {
    float: none;
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .search-type-tabs {
    margin-top: 20px;
    padding: 8px 8px;
    width: 100%;
    height: 56px;
  }
  .search-type-tabs span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .type-box {
    margin-top: 10px;
  }
  .type-box .type-item ul {
    margin-bottom: 0;
  }
  .type-box .type-item ul li {
    margin-bottom: 8px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
    height: 35px;
  }
  .type-box .type-item ul li:nth-child(7n+7) {
    margin-right: 10px;
  }
  .type-box .type-item ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .type-box .type-item ul li a {
    font-size: 16px;
    line-height: 35px;
  }
  .type-box .type-item .type-list {
    flex-direction: column;
  }
  .type-box .type-item .type-list .list-header {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85px;
  }
  .type-box .type-item .type-list .gr-list {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .type-box .type-item .type-list .gr-list li {
    margin-right: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .type-box .type-item .type-list .gr-list li:nth-child(7n+7) {
    margin-right: 10px;
  }
  .type-box .type-item .type-list .gr-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .type-box .type-item .type-list .gr-list li a {
    font-size: 16px;
    color: #454545;
  }
  .type-box .type-item .line {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #gpwd-swiper {
    padding-bottom: 30px;
    width: 100%;
  }
  .zcwdk-list {
    margin-top: 20px;
  }
  .zcwdk-list li {
    padding: 10px;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .zcwdk-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .zcwdk-list li .text {
    padding-left: 30px;
    width: 100%;
    background-size: auto 24px;
  }
  .zcwdk-list li .text:nth-of-type(1) {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }
  .zcwdk-list li .text:nth-of-type(1) span {
    font-size: 16px;
  }
  .zcwdk-list li .type-btn {
    margin-top: 15px;
  }
  .hot-list li {
    padding: 15px 20px 15px 30px;
  }
  .hot-list li .fire {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 12px;
  }
  .ytdd-list {
    margin-bottom: 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:nth-child(n+3) {
    display: none;
  }
  .ytdd-list li .img-box {
    height: 128px;
  }
  .ytdd-list li span {
    padding: 0 10px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
  .no-data {
    margin: 20px 0;
  }
  .no-data img {
    height: 100px;
  }
  .no-data span {
    font-size: 16px;
  }
}