body {
  background: #F7F8FA;
}
body#block .header {
  background: #F7F8FA;
}
.page {
  position: relative;
}
.page .return {
  position: absolute;
  top: 258px;
  left: 4.42708333vw;
  display: flex;
  align-items: center;
}
.page .return .circle {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  transition: 0.7s;
}
.page .return .circle .iconfont {
  color: #F36413;
  font-size: 12px;
  transform: rotateY(180deg);
  transition: 0.7s;
}
.page .return p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  transition: 0.7s;
}
.page .return:hover .circle {
  background: #F36413;
}
.page .return:hover .circle .iconfont {
  color: #fff;
}
.page .return:hover p {
  color: #F36413;
}
.page .wrap {
  width: 62.5vw;
  margin: 258px auto 139px;
}
.page .wrap .title {
  text-align: center;
  padding: 0 0 50px;
}
.page .wrap .title span {
  font-size: 30px;
  font-weight: bold;
  color: #455673;
  display: block;
  margin: 0 0 26px;
}
.page .wrap .title .line {
  width: 60px;
  height: 2px;
  background: #0468DB;
  margin: 0 auto 25px;
}
.page .wrap .title .time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .wrap .title .time .iconfont {
  color: #0468DB;
  font-size: 18px;
  margin: 0 12px 0 0;
}
.page .wrap .title .time p {
  font-size: 20px;
  font-weight: 400;
  color: #0468DB;
}
.page .wrap .content {
  width: 52.08333333vw;
  max-width: 100%;
  margin: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px 0 0 0;
}
.page .wrap .content p {
  font-size: 18px;
  font-weight: 400;
  color: #455673;
  line-height: 40px;
}
/*# sourceMappingURL=news_page.css.map */
@media screen and (max-width: 1023px) {
  .page .return {
    top: 80px;
    left: 5%;
  }
  .page .wrap {
    width: 90%;
    margin: 156px auto 35px;
  }
  .page .wrap .title span{
    font-size: 24px;
  }
  .page .wrap .title .time p{
    font-size: 13px;
  }
  .page .wrap .title .time .iconfont{
    font-size: 16px;
  }
  .page .wrap .title span{
    margin: 0 0 15px;
  }
  .page .wrap .title .line {
    margin: 0 auto 18px;
  }
  .page .wrap .content{
    width: 100%;
    padding: 36px 0 0 0;
  }
  .page .wrap .title {
    padding: 0 0 29px;
  }
  .page .return p{
    font-size: 13px;
  }
  .page .return .circle{
    width: 35px;
    height: 35px;
  }
  .page .wrap .content p {
    font-size: 13px;
    line-height: 30px;
  }
}