body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: RGBA(244, 246, 248, 1) !important;
}

.hero-bg {
  /* background-image: url('/img/news-template-bc1.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 490px; 
  background-color: #000;
  padding: 111px 0 37px 0 !important;
}
.hero-bg .title-box{
  /* background-image: url('/img/news-template-bc2.png'); */
  /* background-size: cover; */
  background-position: center;
  min-height: 342px; 
}
.hero-bg .title-box .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
  margin:0  0 18px 100px;
  padding-top: 123px;
}
.hero-bg .title-box .title2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 56px;
  margin-left: 100px;
}
/*  */

/*  */
.news-template-main1{
 padding: 95px 0 40px 0 !important;
 background: RGBA(244, 246, 248, 1) !important;
}
.news-template-main1 .bread-list{
 display: flex;
 margin-bottom: 12px;
}
.news-template-main1 .bread-list div{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 19px;
}
.news-template-main1 .bread-list .icon{
  margin: 0 6px;
}
.news-template-main1 .bread-list .active{
  color: rgba(98, 140, 255, 1);
}
.news-template-main1 .bread-list .label{
  cursor: pointer;
}
.news-template-main1 .bread-list .label:hover{
  opacity: 0.8;
}
.editor-bottom-box{
  display: flex;
}
.editor-bottom-box .left-main{
  flex: 1;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 40px 30px 23px 38px;
  margin-right: 20px;
  word-break: break-all;
}
.right-box{
  width: 290px;
}
.editor-bottom-box .right-main{
  width: 290px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 17px 13px;
}

.editor-bottom-box .right-main .item{
 display: flex;
 align-items: flex-start;
 padding-bottom: 21px;
 padding-top: 17px;
 border-bottom: 1px solid #E6EBF5;
 cursor: pointer;
}
.editor-bottom-box .right-main .item:hover .right-item .title1{
  opacity: 0.8;
}
.editor-bottom-box .right-main .item:nth-child(1) .left-index{
  color: #0B55E6;
}
.editor-bottom-box .right-main .item:nth-child(2) .left-index{
  color: #598EFF;
}
.editor-bottom-box .right-main .item:nth-child(3) .left-index{
  color: #27CAFF;
}
.editor-bottom-box .right-main .item:last-child{
  border: none;
}
.editor-bottom-box .right-main .item:first-child{
  padding-top: 0;
}
.editor-bottom-box .right-main .item .left-index{
  width: 22px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 20px;
  color: #A5AACA;
  line-height: 28px;
}
.editor-bottom-box .right-main .item .right-item{
 flex: 1;
}
.editor-bottom-box .right-main .item .right-item .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
  word-break: break-all;
}
.editor-bottom-box .right-main .item .right-item .bottom-box{
  display: flex;
  justify-content: space-between;
}
.editor-bottom-box .right-main .item .right-item .bottom-box .tag{
  width: 77px;
  height: 24px;
  background: #3E95FF;
  border-radius: 160px 160px 160px 160px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-bottom-box .right-main .item .right-item .bottom-box .desc{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 28px;
    max-width: 150px;
    word-break: break-all;
    margin: 0;
}
/*  */

.editor-container-readonly {
  -webkit-user-modify: read-only;
  user-modify: read-only;
  pointer-events: none; /* 禁用鼠标交互 */
}