@charset "UTF-8";

/* 网上调查列表页 */
/* .wsdc-list li {
  border-bottom: none;
  position: relative;
}
.wsdc-list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2a68bc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wsdc-list li a {
  padding-left: 10px;
}
.wsdc-list li:nth-child(5n) {
  border-bottom: 1px dotted #999;
}
.wsdc-list li:nth-child(20) {
  border-bottom: none;
} */

/* 网上调查详情页 */
.hdjl{
  margin-bottom: 20px;
}
.hd_survey_title {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hd_survey_title h1 {
  font-size: 24px;
  /* font-weight: 500; */
  color: #333;
  line-height: 50px;
  text-align: center;
  word-wrap: break-word;
  margin: 20px 0;
}
.hd_survey_time {
  margin-top: 12px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.hd_survey_time > span {
  margin-right: 20px;
}
.hd_survey_time p {
  text-indent: 2em;
  font-size: 16px;
  text-align: left;
}
.hd_form {
  overflow: auto;
}
.hd_form > div {
  margin-bottom: 20px;
}
.hd_form div h5 {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: normal;
  text-indent: 10px;
  padding: 7px 0;
  background: #f4f4f4;
}
.hd_form div h5 span {
  color: red;
}
.hd_form div p {
  overflow: hidden;
  padding: 8px 0;
}
.hd_form div p > input {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 5px 0 0 20px;
}
.hd_form div p label {
  display: block;
  float: left;
  font-size: 16px;
  color: #828282;
  margin-left: 10px;
}
.hd_forms div p label {
  width: 50%;
}
.hd_form div p label input {
  margin-left: 10px;
}
.hd_form div p label img {
  height: 103px;
  margin-left: 10px;
}
.hd_yzm {
  text-align: center;
  margin-top: 8px;
}
.hd_yzm p {
  display: inline-block;
}
.hd_yzm input {
  display: inline-block;
  width: 250px;
  height: 30px;
  margin-right: 20px;
  padding: 0 8px;
}
.hd_yzm div {
  display: inline-block;
  width: 100px;
  height: 30px;
}
.hd_btn {
  text-align: center;
  margin-top: 20px;
}
.hd_btn input {
  width: 120px;
  height: 34px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  outline: none;
  border: 0;
  background-color: #0099ff;
}
.hd_form div p textarea {
  width: 40%;
  height: 160px;
  outline: none;
  resize: none;
  margin-left: 20px;
}

.hd_form div p span {
  display: block;
  float: left;
  width: 30%;
  height: 10px;
  background-color: #ccc;
  margin-top: 6px;
}
.hd_form div p span i {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1a4d99;
  transition: all 0.4s linear;
}
.hd_form div p b {
  float: left;
  margin: 1px 0 0 10px;
}
.zxft-list {
}

.zxft-list li {margin-bottom: 20px;}

.zxft-list li a {
    display: flex;
}

.zxft-list li a img {
    width: 300px;
}

.zxft-list li a .txt {
    margin-left: 50px;
}

.zxft-list li a .txt >div {
    display: flex;
}

@media screen and (max-width: 768px) {
  /* 网上调查详情页 */
  .hd_survey_time > span {
    display: block;
    margin: 0 auto;
  }
  .hd_yzm,
  .hd_btn {
    width: 100%;
  }
  .hd_yzm p {
    display: block;
    float: left;
  }
  .hd_yzm input {
    width: 40%;
    margin-right: 5px;
  }
  .hd_btn input {
    width: 80%;
    height: 40px;
  }
  .hd_form p {
    float: none;
  }
  .hd_form div p > input {
    margin: 5px 0 0 9px;
  }
  .hd_forms div p label {
    width: 80%;
  }
  .hd_form div p span {
    width: 50%;
    margin-left: 10px;
  }
  .hd_form div p textarea {
    width: 100%;
    margin: 0 auto;
  }
}
