.banner {
  background: url(../img/news_bg.png) no-repeat center;
}

.content .news {
  padding: 66px;
}
.content .news .title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.content .news .tools {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0 50px;
  border-bottom: 1px solid #979797;

  font-size: 16px;
  font-weight: 400;
  color: #787878;

  position: relative;
}
.content .news .tools .date {
  margin-right: 40px;
}
.content .news .tools #print {
  cursor: pointer;
  position: absolute;
  right: 0;

  width: 62px;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.11);
  border-radius: 14px;
  text-align: center;
}
.content .news .article {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
}

.content .news .qrcode {
  text-align: center;
}
.content .news #qrcode {
  width: 160px;
  margin: 50px auto 15px;
}
