section {
  padding: 20px 40px;
}

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

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

section .con .lie {
  position: relative;
  height: auto;
  padding: 3px 0;
  border-bottom: 1px dashed #cdcdcd;
}

section .con .lie .title a {
  width: calc(100% - 140px);
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 550;
  word-break: break-all;
}

section .con .lie .title a:link {
  color: #333;
}

section .con .lie .title a:visited {
  color: #aaa;
}

section .con .lie .title a:hover {
  color: #2d8cf0;
  cursor: pointer;
  transition: color .2s ease;
}

section .con .lie .lieBtm {
  display: flex;
  height: 35px;
  line-height: 35px;
  color: #777;
}

section .con .lie .lieBtm .conLie {
  padding-right: 20px;
}

section .con .lie .Content {
  margin-right: 100px;
}

section .con .lie .sumit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 12px;
  background: #2d8cf0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

section .con .lie .sumit:hover {
  filter: brightness(1.2);
}

.button {
  padding: 6px 12px;
  background: #2d8cf0;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  margin-right: 21px;
}