body {
  background-color: #E7EAEF;
}
.content {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.content .appeal_list {
  width: 100%;
}
.content .appeal_list .appeal-top-text {
  width: 1200px;
  height: auto;
  border: 1px solid #DCDFE6;
  background-color: #fff;
  margin: 0 auto;
}
.content .appeal_list .appeal-top-text {
  padding: 20px;
}
.content .appeal_list .appeal-top-text .text-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 34px;
  margin-bottom: 23px;
}
.content .appeal_list .appeal-top-text .text-top .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 34px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 34px;
}
.content .appeal_list .appeal-top-text .text-top .left span {
  height: 20px;
  border: 3px solid #007AEA;
  margin-right: 24px;
}
.content .appeal_list .appeal-top-text .text-content {
  width: 100%;
  height: auto;
  border-top: 1px solid #E7ECED;
}
.content .appeal_list .appeal-top-text .text-content .text-content-text1 {
  display: flex;
  justify-content: left;
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.content .appeal_list .appeal-top-text .text-content .text-content-text1 span {
  display: block;
  width: 27px;
  height: 28px;
  background-image: url(../images/q.png);
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.content .appeal_list .appeal-top-text .text-content .text-content-text1 a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  color: #333;
}
.content .appeal_list .appeal-top-text .text-content .text-content-text2 {
  display: flex;
  justify-content: left;
  width: 100%;
  line-height: 2;
}
.content .appeal_list .appeal-top-text .text-content .text-content-text2 span {
  display: block;
  width: 27px;
  height: 28px;
  background-image: url(../images/a.png);
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.content .appeal_list .appeal-top-text .text-content .text-content-text2 a {
  text-align: justify;
  flex: 1;
  color: #333;
}