@charset "UTF-8";
.copy-right-view {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  background-color: #285AFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.copy-right-title {
  color: white;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.copy-right-tag {
  margin-top: 6px;
  color: white;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }

.top-view {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8; }

.top-btns {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.homeBtn {
  border: 0;
  background-color: transparent; }

* {
  padding: 0;
  margin: 0;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400; }

.content-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5; }

.notice-detail {
  margin: 24px 0 60px;
  padding: 36px 88px 50px;
  width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #e8e8e8; }
  .notice-detail .title {
    width: 100%;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    font-size: 26px;
    line-height: 36px;
    text-align: center; }
  .notice-detail .text {
    margin-top: 20px;
    width: 100%;
    font-family: PingFang SC;
    color: #666666;
    font-size: 18px;
    line-height: 25px;
    text-align: center; }
  .notice-detail .line {
    margin-top: 36px;
    width: 100%;
    height: 1px;
    background-color: #cccccc; }

.html-content {
  margin-top: 16px; }
  .html-content p {
    font-family: 仿宋, PingFang SC, Microsoft YaHei, arial, sans-serif;
    color: #666666;
    font-size: 14px;
    line-height: 28px; }
  .html-content strong {
    font-family: 仿宋, PingFang SC, Microsoft YaHei, arial, sans-serif;
    font-weight: bold; }
  .html-content table, .html-content th, .html-content td {
    border: 1px solid;
    border-color: #cccccc; }

/* 大屏幕 */
@media screen and (min-width: 1600px) {
  .top-view {
    height: 70px;
    padding: 0 24px; }

  .content-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    overflow: auto; }

  .logo-image {
    width: 124px;
    height: 40px; } }
/* 小屏幕 */
@media screen and (min-width: 800px) and (max-width: 1600px) {
  .top-view {
    height: 70px;
    padding: 0 24px; }

  .content-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    overflow: auto; }

  .logo-image {
    width: 124px;
    height: 40px; } }
/* 手机端显示 */
@media screen and (max-width: 800px) {
  .top-view {
    height: 36px;
    padding: 0 12px; }

  .content-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 36px;
    overflow: auto; }

  .logo-image {
    width: 62px;
    height: 20px; }
  .notice-detail {
    margin: 0px 0 30px;
    padding: 18px 44px 25px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #e8e8e8; }
    .notice-detail .title{
      font-size: 18px;
      line-height: 30px;
    }
    .notice-detail .text {
      margin-top: 20px;
      width: 100%;
      font-family: PingFang SC;
      color: #666666;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
    }
    .notice-detail .line {
      margin-top: 26px;
      width: 100%;
      height: 1px;
      background-color: #cccccc;
    }
}

/*# sourceMappingURL=detail0.css.map */
