@charset "utf-8";

.policyPage{
  background-color: #FFFFFF;
}
.resourceBanner{
  height: 400px;
  background: url('https://tx-public-resource.oss-cn-beijing.aliyuncs.com/xueshi_website_static_files/image/policy/policyBanner.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.newsImageWrap{
  margin-top: 120px;
}
.newsImageWrap img{
  width: 100%;
}
.contentWrap .title{
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
}
.contentWrap .publDate{
  color: #999999;
  font-size: 14px;
  margin: 24px 0 52px 0;
}
.contentWrap .summary img{
  width: 100%;
}