/* å’¨è¯¢è¯¦æƒ… */
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.page {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}
.bread-crumb {
  margin-top: 108px;
  padding: 0 28.6vw 0 18.7vw;
  display: flex;
  align-items: center;
  background-color: #dde1e6;
  width: 100%;
  height: 68px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 16px;
  color: #101a2b;
  line-height: 16px;
  margin-bottom: 88px;
}
.bread-crumb a {
  text-decoration: none; /* åŽ»æŽ‰ä¸‹åˆ’çº?*/
  color: inherit; /* ç»§æ‰¿çˆ¶å…ƒç´ çš„é¢œè‰²ï¼Œé€šå¸¸1221æ˜¯é»‘è‰?*/
}
.content {
  padding: 0 28.6vw 0 18.7vw;
  display: flex;
  flex-flow: column;
  position: relative;
}
.title {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 44px;
  color: #101a2b;
  line-height: 44px;
  margin-bottom: 20px;
}
.date {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 16px;
  color: #757b84;
  line-height: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.divider {
  width: 100%;
  border-bottom: #dde1e6 1px solid;
  margin-bottom: 20px;
}
.author {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 16px;
  color: #757b84;
  line-height: 16px;
  text-align: left;
  margin-bottom: 50px;
}
.article {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 16px;
  color: #838992;
  text-align: left;
  margin-bottom: 100px;
}
.sub-title {
  margin: 40px 0;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-size: 20px;
  color: #101a2b;
  line-height: 20px;
  text-align: left;
}
.share {
  z-index: 20;
  width: 32px;
  height: 178px;
  position: absolute;
  right: 22vw;
  top: 120px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 16px;
  color: #838992;
  line-height: 16px;
}

/* åª’ä½“æŸ¥è¯¢ */
@media screen and (max-width: 1200px) {
  .page {
    background: url("../images/top_bg.png") no-repeat top center;
    background-size: 100% 4.09rem;
  }
  .bread-crumb {
    display: none;
  }

  .content {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding-top: 1.5rem;
  }

  .title {
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
  }

  .date,
  .author {
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-bottom: 0.3rem;
  }

  .divider {
    display: none;
  }

  .article {
    font-size: 0.28rem;
    color: #101a2b;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
    text-indent: 2em;
  }

  .article img {
    width: 100% !important;
    height: 4rem !important;
    object-fit: cover;
  }

  .article p {
    margin-bottom: 0.3rem;
  }

  .article p:has(img),
  .article p span:has(img){
    width: 100%;
    text-indent: 0;
  }

  .sub-title {
    margin: 0.3rem 0;
    margin-top: 0.8rem;
    font-size: 0.32rem;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #101a2b;
    line-height: 0.32rem;
    text-align: left;
  }
}
