/**
收录证明项目执行页样式
*/

fieldset.sty_include_proof,
fieldset#exe_retrieval_db {
  width: 100%;
}
.sty_include_proof field-item2 {
  /* background-color: pink; */
  margin-left: 50px;
  /* width: 380px; */
  display: block;
  width: 100%;
  /* background-color: pink; */
}

.sty_include_proof input {
  width: 690px;
  height: 30px;
  border: 1px solid #bdbcbc;
  outline: none;
}

.sty_include_proof textarea {
  border: 1px solid #bdbcbc;
  white-space: pre-line;
}

.sty_include_proof .sty_proof_partition {
  display: block;
  width: auto;
}

.sty_include_proof .sty_proof_partition textarea {
  width: 690px;
  display: inline-block;
  vertical-align: middle;
}

.sty_include_proof .sty_proof_other input[name$='_label'] {
  width: 105px;
  margin-right: 25px;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.sty_include_proof .sty_proof_spec {
  display: inline-block;
  width: 380px;
}

.sty_include_proof .sty_proof_spec input {
  width: 250px;
}
