section {
  background: white;
  padding: 20px 40px;
}

section .con .title {
  color: #279fdd;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  display: flex;
  align-items: center;
}

section .con .title img {
  margin-right: 10px;
}

section .con ul {
  width: 1260px;
}

section .con ul li {
  justify-content: space-between;
  display: flex;
}

section .con ul li .lie {
  display: flex;
  margin-bottom: 18px;
}

section .con ul li .lie button {
  padding: 5px 20px;
  border: 1px solid #dfdfdf;
  height: 30px;
  background: #fafafa;
  margin-left: 10px;
}

section .con ul li .lie .selList {
  width: 561px;
  height: 55px;
  overflow-y: auto;
  border: 1px solid #c0ccfb;
  color: #94b0cd;
  padding: 0 3px 3px 0;
  text-align: center;
}

section .con ul li .lie input {
  border: 1px solid #c0ccfb;
}

section .con ul li .lie .dom .el-cascader__search-input {
  border: none;
}

section .con ul li .lie textarea {
  height: 30px;
  width: 500px;
  border: 1px solid #c0ccfb;
  padding-left: 10px;
  font-size: 14px;
}

section .con ul li .lie textarea {
  width: 1160px;
  height: 140px;
}

section .con ul li .lie textarea::placeholder,
section .con ul li .lie .ipt::placeholder {
  color: #94b0cd;
}

section .con ul li .lie .left {
  width: 90px;
  height: auto;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #333;
  text-align: right;
  margin-right: 12px;
}

section .con ul li .lie .left span {
  color: red;
  margin-right: 4px;
}

section .con ul li .lie .right .flie {
  width: 122px;
  height: 40px;
  position: relative;
}

section .con ul li .lie .right .flie .box_pldr_txtsc {
  position: absolute;
  width: 122px;
  height: 40px;
  cursor: pointer;
  background: url(../img/load.png) no-repeat;
}

section .con ul li .lie .right .flie input {
  width: 122px;
  height: 40px;
  position: absolute;
  opacity: 0;
}

section .con ul li #sumbit {
  padding: 0 30px;
  height: 30px;
  background: #34a6e3;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  text-indent: 0;
  margin-right: 20px;
  border: none;
  margin: 20px auto;
}
