.hero-bg {
  /* background-image: url('/labsys/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('/labsys/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: 15px 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;
}
.editor-bottom-box .right-main{
  width: 290px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 17px 13px;
}
.editor-bottom-box .right-main .item{
  padding: 13px 18px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  border-bottom: 1px solid #E6EBF5;
  cursor: pointer;
}
.editor-bottom-box .right-main .item:hover{
  opacity: 0.8;
}
.editor-bottom-box .right-main .item:first-child{
  padding-top: 0;
}
.editor-bottom-box .right-main .item:last-child{
  border: none;
}
.editor-bottom-box .right-main .active{
  color: rgba(0, 143, 246, 1);
}
/*  */

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