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

.news {
  min-height: 100%;
  background: #F7F7F7;
}

.content {
  width: 60%;
  height: 100%;
  margin: 0 auto;
}

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

.content .new-list {
  padding: 0 30px;
  background: #ffffff;
  margin-bottom: 23px;
}

.content .new-list .new-list-item {
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  padding: 30px 0;
}

.content .new-list .new-list-item .left {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.content .new-list .new-list-item .right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.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;
}
