body {
  width: 100%;
  height: 100%;
}

.news {
  height: auto;
  background: #F7F7F7;
}

.content {
  width: 90%;
  margin: 0 auto;
}

.content .title {
  height: 58px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #2E3745;
  line-height: 58px;
  text-align: center;
}

.content .new-list {
  background-color: #fff;
  padding: 0 17px;
  margin-bottom: 48px;
}

.content .new-list .new-list-item {
  padding: 10px 0 24px;
  border-bottom: 1px solid #EAEAEA;
}

.content .new-list .new-list-item .left {
  text-align: center;
}

.content .new-list .new-list-item .left img {
  width: 80%;
}

.content .new-list .new-list-item .right .new-title {
  font-size: 22px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: 600;
  color: #222222;
  line-height: 29px;
  margin: 25px 0  0;
}

.content .new-list .new-list-item .right .new-name {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #444444;
  line-height: 32px;
}

.content .new-list .new-list-item .right .new-detail a {
  color: #F05438;
  line-height: 32px;
}

.content .new-list .new-list-item:last-child {
  border-bottom: none;
}

span {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #F05438;
  position: absolute;
  bottom: -10px;
  right: 7px;
  box-sizing: border-box;
}
