.breadcrumb {
  display: flex;
  align-items: center;
  height: 50px;
  flex-wrap: wrap;
}

.breadcrumb li span {
  vertical-align: middle;
}

.breadcrumb li,
.breadcrumb li a {
  font-size: 14px;
  color: #b8b8b8;
}

.breadcrumb li a:hover {
  color: #154d9b;
}

.box {
  border: 1px solid #e2e2e2;
  padding: 0 15px;
}

.box #newstitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
}

.box .subtitle {
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
  font-weight: 400;
}

.box .foo > div:last-child {
  text-align: right;
}

.box .newsline {
  font-size: 12px;
  height: 20px;
  color: #1d84ca;
  background-color: #eaf5fb;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.box .newsline * {
  font-size: 12px;
  height: 20px;
  color: #1d84ca;
  background-color: #eaf5fb;
  line-height: 20px;
  padding: 0 15px;
}

.box #newscontent {
  padding: 20px 0;
  font-size: 14px;
}
#newscontent p {
  margin-top: 20px !important;
}

.ck-content .media {
  clear: both;
  margin: 0 auto !important;
  display: block;
  max-width: 50%;
}

.box .foo {
  height: 45px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.box .foo a:hover {
  color: #c92e1a;
}

.box .foo * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}

#newscontent,
#newscontent *,
.docctxt * {
  font-family: Microsoft YaHei !important;
  line-height: 32px !important;
  overflow-wrap: break-word;
}
#newscontent img {
  max-width: 100%;
}

.font14,
.font14 * {
  font-size: 14px !important;
  line-height: 160%;
}

.font16,
.font16 * {
  font-size: 16px !important;
  line-height: 160%;
}

.font18,
.font18 * {
  font-size: 18px !important;
  line-height: 160%;
}

a:hover {
  color: #c92e1a;
}

@media screen and (max-width: 768px) {
  .ck-content .media {
    width: 100%;
  }
  .breadcrumb {
    height: 0.8rem;
  }

  .breadcrumb li,
  .breadcrumb li a {
    font-size: 0.22rem;
  }

  .box .foo {
    display: block;
    font-size: 0.23rem;
    height: 1.1rem;
  }

  #newscontent img {
    max-width: 100%;
    max-height: 6rem;
    object-fit: contain;
  }

  #newscontent p {
    margin-top: 0.2rem !important;
  }

  .font14,
  .font14 * {
    font-size: 0.2rem !important;
  }

  .font16,
  .font16 * {
    font-size: 0.28rem !important;
  }

  .font18,
  .font18 * {
    font-size: 0.32rem !important;
  }

  #newscontent,
  #newscontent *,
  .docctxt * {
    line-height: 0.5rem !important;
  }

  .box .newsline {
    height: auto;
    padding: 0.2rem 0.2rem;
    display: block;
  }

  .box .newsline * {
    font-size: 0.22rem;
    line-height: 0.4rem;
    height: auto;
    padding: 0;
  }

  .box .newsline a,
  .box .newsline span {
    display: block;
    text-align: left;
  }

  .box #newstitle {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .box .subtitle {
    font-size: 0.28rem;
  }

  .box .foo * {
    width: 100%;
    text-align: left !important;
  }
}
