@font-face {
  font-family: 'HarmonyOS Sans SC';  /* Project id 2442050 */
  src: url('/static/public/font/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face {
  font-family: 'HarmonyOS Sans SC Lighter';  /* Project id 2442050 */
  src: url('/static/public/font/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: 'HarmonyOS Sans SC Regular';  /* Project id 2442050 */
  src: url('/static/public/font/HarmonyOS_Sans_SC_Regular.ttf');
}
html{
    font-size: calc(100vw/19.2);
}
body{
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
  height: 100vh;
  /* overflow-y: auto; */
  font-family: 'HarmonyOS Sans SC', sans-serif;
  position: relative;
}
.screen_container{
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.newsinfo_container::-webkit-scrollbar {
  width: 0; /* 隐藏垂直滚动条 */
  height: 0; /* 隐藏水平滚动条 */
}
.newsinfo_header-placeholder{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.newsinfo_box{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1rem 1rem 1.2rem 1rem;
  background-color: white;
  color: #1D1D1F;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url('/static/public/img/newsinfo_bg.png');
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.newsinfo_left{
  width: 12.55rem;
  box-sizing: border-box;
  padding: 0.6rem 0.8rem;
  box-shadow: 5px 8px 39.8px 0px rgba(197, 197, 197, 0.22);
  position: relative;
  border-radius: 0.18rem;
}
.newsinfo_header{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.4rem;
  line-height: 0.68rem;
  letter-spacing: 0%;
  margin-bottom: 0.48rem;
}

.newsinfo_ext{
  width: 5rem;
  font-family: 'HarmonyOS Sans SC Lighter';
  font-size: 0.18rem;
  line-height: 0.18rem;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.newsinfo_share{
  width: 2.5rem;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.newsinfo_share #share-buttons{display: flex;}
.newsinfo_share #share-buttons a{display: block;margin-right: 0.16rem;width: 29px;height: 29px;background-color: transparent!important;border-color: transparent!important;color: transparent!important;}
.newsinfo_share #share-buttons a.icon-wechat{background: no-repeat center;background-size: 100% 100%;background-image: url(/static/public/img/newsinfo_share1.png);}
.newsinfo_share #share-buttons a.icon-weibo{background: no-repeat center;background-size: 100% 100%;background-image: url(/static/public/img/newsinfo_share2.png);}

.newsinfo_share span{
    margin-right: 0.25rem;
    white-space: nowrap;
}
.newsinfo_share svg{
    margin-right: 0.16rem;
}
.newsinfo_share svg:hover circle{
    fill:rgba(17, 45, 54, 1);
}
.newsinfo_content{
  margin-top: 0.28rem;
  box-sizing: border-box;
  padding-top: 0.34rem;
  border-top: 1px solid rgba(232, 232, 232, 1);
    font-size: 0.18rem;
    line-height: 1.8;
}
.newsinfo_content img {
  width: 9.3rem;
  height: 5rem;
  border-radius: 0.16rem;
  margin: 0.6rem 0.95rem 0.2rem 0.95rem;
}
.newsinfo_content_text{
  font-family: 'HarmonyOS Sans SC Lighter';
  font-size: 0.18rem;
  line-height: 180%;
  margin-top: 0.24rem;
}
.newsinfo_content_title{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.22rem;
  line-height: 180%;
  margin-top: 0.4rem;
}
.newsinfo_right{
  width: 4.05rem;
  height: 6.8rem;
}
.newsinfo_related{
  margin-bottom: 0.2rem;
  width: 100%;
  height: 3.9rem;
  border-radius: 0.18rem;
  background-color: white;
  box-sizing: border-box;
  padding: 0.6rem 0.32rem 0.32rem 0.48rem;
  box-shadow: 5px 8px 39.8px 0px rgba(197, 197, 197, 0.22);
}
.newsinfo_related_title{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.24rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0.32rem;
  position: relative;
}
.newsinfo_related_title::before{
  content: '';
  width: 2px;
  height: 100%;
  background-color: rgba(17, 45, 54, 1);
  position: absolute;
  top: 0;
  left: -0.45rem;
}
.newsinfo_related_item{
  margin-bottom: 0.28rem;
  text-decoration: none;
}
.newsinfo_related_text{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.18rem;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 0.1rem;
  color: rgba(51, 51, 51, 1);
}
.newsinfo_related_time{
  font-family: 'HarmonyOS Sans SC Lighter';
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0%;
  color: rgba(176, 175, 177, 1);
}
.newsinfo_next{
  width: 100%;
  height: 2.7rem;
  border-radius: 0.18rem;
  background-color: white;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 0.6rem 0.32rem 0.32rem 0.48rem;
  box-shadow: 5px 8px 39.8px 0px rgba(197, 197, 197, 0.22);
}
.newsinfo_next_btn{
  width: 100%;
  background-color: rgba(17, 45, 54, 1);
  color: white;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.16rem;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsinfo_next_btn img {
  width: 0.16rem;
  height: 0.15rem;
  margin-left: 0.2rem;
}
