.content {
  width: 1062px;
  margin-right: -20px;
  padding-bottom: 40px;
}
.news-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.news-title {
  min-height: 32px;
  padding: 0 60px;
  font-weight: bold;
  font-size: 24px;
  color: #4064C8;
  line-height: 32px;
  font-style: normal;
}

.pre-page {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}

.pre-page span {
  width: 38px;
  height: 21px;
  font-size: 16px;
  color: #979797;
  line-height: 21px;
  font-style: normal;
  margin-left: 10px;
}

.pre-page img {
  width: 27px;
  height: 24px;
}

.news-line {
  margin-top: 19px;
  width: 100%;
  height: 1px;
  background:  #CCCCCC;
}

.news-meta {
  margin-top: 20px;
  width: 349px;
  height: 21px;
  font-size: 16px;
  color: #979797;
  line-height: 21px;
  font-style: normal;
}

.news-content {
  margin-top: 40px;
}

.news-content p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  font-style: normal;
}

.news-content img {
  display: block;
  max-width: 860px;
  margin: 30px auto 0;
}
.news-content img + img{
  margin-top: 0;
}
.news-content img + p{
  margin-top: 30px;
}

.search-icon {
  padding: 0 10px;
}

.back-link {
  float: right;
  margin-top: 10px;
}
