body {
  background: #f5f5f5;
}
.list {
  padding: 40px 80px;
  margin-top: 30px;
  background: #fff;
}
.list .position {
  display: flex;
  justify-content: space-between;
  border-bottom: #d3321c 2px solid;
  line-height: 32px;
  padding: 10px 0;
}
.list .position span {
  display: block;
}
.list .position .position-title {
  color: #d3321c;
  font-size: 24px;
  font-weight: 600;
}
.list .position .position-info {
  color: #999999;
  font-size: 14px;
}
.list .list-item ul li {
  line-height: 28px;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: #eeeeee 1px dashed;
}
.list .list-item ul li a {
  color: #333333;
}
.list .list-item ul li a:hover {
  color: #d80008;
}
.list .list-item ul li span {
  float: right;
  color: #999999;
  font-size: 14px;
}
.content {
  padding: 80px 30px;
}
.content .title {
  color: #333333;
  font-size: 32px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.content .ftitle {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding: 20px 0;
}
.content .newstext {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
