.list {
  padding-top: 82px;
  padding-bottom: 70px;
}
.list .list_txt li {
  margin-top: 60px;
  border-bottom: 1px dashed #adadad;
}
.list .list_txt li a h6 {
  font-size: 24px;
  line-height: 30px;
  color: #262626;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list .list_txt li a p {
  font-size: 16px;
  margin-top: 10px;
  color: #345553;
  margin-bottom: 20px;
}
