.search-box {
  position: relative;
  margin-top: -30px;
  margin-bottom: 40px;
  width: 100%;
  height: 96px;
  box-shadow: 0 0 10px 0 #c3d5f1;
  background-color: #fbfdff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.search-box .img-title {
  float: left;
  display: block;
  width: 190px;
  z-index: 1;
}
.search-box input {
  float: left;
  display: block;
  margin-left: 10px;
  margin-top: 21px;
  padding: 0 10px;
  width: 679px;
  height: 54px;
  font-size: 18px;
  border: solid 1px #deecf6;
  box-sizing: border-box;
  color: #2c5da6;
  background-color: #fff;
}

.search-box .search {
  float: left;
  margin-top: 21px;
}
.search-box .search .search-btn {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 54px;
  font-size: 18px;
  letter-spacing: 1.35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: linear-gradient(to bottom, #568fe7, #43abfd);
  color: #fff;
}

.search-box .search .search-btn:nth-child(2) {
  margin-left: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.search-box .search .search-btn img {
  margin-right: 10px;
}

.u-title-box {
  text-align: center;
  background: url(yj-czj-zcwdk-u-title-bg.png) no-repeat;
  background-position: center center;
}
.long-title-box {
  background-image: url(yj-czj-zcwdk-u-title-bg2.png);
}
.u-title-box span,
.u-title-box a {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.1px;
  color: #2c5da6;
}

.wdtj-list {
  margin-top: 34px;
  margin-bottom: 10px;
}
.wdtj-list::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.wdtj-list li {
  float: left;
  padding: 0 20px;
  margin-right: 25px;
  margin-bottom: 28px;
  width: calc((100% - 25px) / 2);
  height: 143px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f0f4fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.wdtj-list li:nth-child(2n + 2) {
  margin-right: 0;
}

.wdtj-list li .title {
  display: -webkit-box;
  margin-top: 20px;
  margin-bottom: 15px;
  height: 44px;
  line-height: 22px;
  font-size: 17px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.wdtj-list li .title:hover {
  color: #2c5da6;
}
.wdtj-list li i {
  display: block;
  border-bottom: 1px dashed #c2d4e5;
}
.wdtj-list li .type-item {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
  padding: 0 12px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  background-color: #2c5da6;
  color: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.wdtj-list li .zcyw {
  background-color: #fdc450;
}

.spjd-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 45px;
}
.spjd-box::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.spjd-box .spjd-item {
  width: calc((100% - 54px) / 3);
  height: 229px;
}
.spjd-box .spjd-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wdzt-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 34px;
}

.wdzt-box .wdzt-item {
  width: calc((100% - 54px) / 3);
  height: 229px;
}
.wdzt-box .wdzt-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 116px;
  background: url(yj-czj-zcwdk-wdzt-banner-bg.png) no-repeat;
  background-size: cover;
}
.zt-box .title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1.73px;
  color: #2c5da6;
}
.zt-box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 128px;
  height: 35px;
  box-shadow: 0 0 3.7px 0.3px #a2cbe8;
  background-color: #fff;
  border-radius: 17.5px;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  -ms-border-radius: 17.5px;
  -o-border-radius: 17.5px;
}
.zt-box a span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.35px;
  color: #fdc450;
}

@media screen and (max-width: 768px) {
  .zcwdk-content {
    width: calc(100% - 20px);
  }
  .search-box {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .search-box .img-title {
    float: left;
    display: block;
    width: 190px;
    z-index: 1;
  }
  .search-box input {
    float: left;
    margin-left: 10px;
    margin-top: 20px;

    width: calc(100% - 20px);
    height: 44px;
    font-size: 16px;
  }

  .search-box .search {
    float: left;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .search-box .search .search-btn {
    float: left;
    width: 144px;
    height: 44px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .u-title-box span,
  .u-title-box a {
    font-size: 20px;
  }
  .long-title-box {
    background-image: url(yj-czj-zcwdk-u-title-bg.png);
  }
  .wdtj-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wdtj-list li {
    padding: 0 15px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 143px;
  }

  .wdtj-list li p {
    font-size: 16px;
  }

  .spjd-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .spjd-box .spjd-item {
    margin-bottom: 20px;
    width: 100%;
    height: 180px;
  }

  .wdzt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .wdzt-box .wdzt-item {
    margin-bottom: 20px;
    width: 100%;
    height: 168px;
  }

  .zt-box {
    margin-bottom: 25px;
    height: 116px;
  }
  .zt-box .title {
    font-size: 18px;
  }
  .zt-box a {
    margin-left: 5px;
    width: 100px;
    height: 35px;
  }
  .zt-box a span {
    font-size: 14px;
  }
}