.news_con{
  /* background: #090d1f; */
  width: 15.6rem;
  margin: 0 auto;
  align-items: flex-start;
}
.news_left{
  width: 10.8rem;
  border: 0.01rem solid rgba(217, 196, 118,0.2);
  box-sizing: border-box;
  padding: 0.6rem;
  border-radius: 0.2rem;
}
.news_title{
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.45rem;
}
.news_content{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.45rem;
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid rgba(217, 196, 118,0.2);
}
.news_content span{
  margin-right: 0.3rem;
  text-transform: uppercase;
}
.editor{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}
.editor p{
  margin-bottom: 0.2rem;
}
.news_right{
  width: 4.4rem;
}

.news_items{
  border: 0.01rem solid rgba(217, 196, 118,0.2);
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.news_tit{
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  position: relative;
}
.news_tit::before{
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.2rem;
  background: #d9c476;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 0.05rem  0.05rem 0;
}
.news_item .item{margin: 0.2rem 0;}
.news_item .item p{
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  
}
.news_item .item span{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
  font-family: AlibabaPuHuiTi_2_65_Light;
}
.news_item .item:hover p{
  color: #d9c476;
}

.return{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.return a{
  display: block;
  font-size: 0.2rem;
  line-height: 0.7rem;
  background: #d9c476;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
  overflow: hidden;
  
}
.return a .layui-icon{
  color: #fff;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.news_page{
  padding-bottom: 0.7rem;
}

/* ===== treatment 页面 ≤1024px ===== */
@media screen and (max-width: 1024px) {
  .news_con{width: 100%;padding: 0.2rem 4%;box-sizing: border-box;display: block;}
  .news_left{width: 100%;padding: 0.2rem;}
  .news_right{width: 100%;margin-top: 0.3rem;}
  .news_items{margin-bottom: 0.3rem;padding: 0.2rem;}
  .news_tit::before{left: -0.2rem;}
  .news_page{padding-bottom: 0.5rem;}
  .return a{line-height: 0.5rem;}
}

@media screen and (max-width: 768px) {
  .news_title{font-size: 0.24rem;}
  .news_content span{margin-right: 0.15rem;}

  .news_tit{font-size: 0.2rem;}
  .news_item .item p{font-size: 0.16rem;}
  .return a{font-size: 0.16rem;}
}