#l-container {
    margin-top: 0.63rem;
    border-top: 1px solid #E8E8E8;
}
#l-container>.inner {
    padding: 0.7rem 0;
    width: 13rem;
}
.news  .bf{
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #000;
    cursor: pointer;
    font-size: 0.25rem;
    text-align: center;
    opacity: 0; 
    transition: opacity 0.3s ease;
    pointer-events: none; 
}
.news_list .news .bf[style*="opacity: 1"] {
    pointer-events: auto;
}
.news{position:relative;}
.news .bf.playing {
    background: #000;
}
.news .bf:not(.playing):before {
    content: '▶';
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.5rem;
color:#fff;
}
.news .bf.playing:before {
    content: '❚❚';
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.5rem;
color:#fff;
}
.list1_top{font-size:0.3rem;color:#000000;line-height:1.5;padding:0.39rem 0 0.45rem;padding-right: 2.73rem;position: relative;}
.top1.list1_top:after{display:none;}
.list1_top:after{content:'';height:4px;width:1.44rem;background-color:#2E74FF;display:block;position:absolute;top:4px;left:-4px;}
.news_list1 li.news .news_text{line-height:1.7;font-size:0.18rem;}
.list1_box{display:flex;justify-content: space-between;}
.list1_box .news_text{width:50%;}
.list1_box .news_imgs,.list1_box .news_video{width:42.46%;padding-top: 22.6%;height: 0;}
.col_news_list .news:first-child{margin-bottom:0.3rem}
.news .news_more a{display:inline-block;border: 0.01rem solid #333;padding: 0 0.05rem;}
.news:first-child .list1_box .news_text{display:flex;flex-direction: column;justify-content: space-between;}
.news_list li.news p {
    line-height: 1.7;
}
.tpj{background:#21B288;position:relative;}
    .tpj:after{content:'';display:block;width:100%;height:100%;background-image:url();position:absolute;top:0;background-size:cover;}
.tpj .inner{width:13rem;display:flex;gap:0.2rem;padding: 1rem 0;}
.tpj .news_imgs img{cursor:pointer;}
.tpj .news_imgs:hover img{transform:scale(1.1);}
.tpj .ml ,.tpj .mr{width: 50%;}
.tpj .ml .tp{margin-bottom:0.2rem;}
.tpj .mr .tp{margin-top:0.2rem;}
.tpj .tp .news_imgs{padding-top: 66.56%;}
.tpj .bt{display:flex;gap:0.2rem;}
.tpj .bt .bt1{width:50%;}
.tpj .bt .news_imgs{padding-top: 66.56%;}
@media screen and (max-width: 767px) {
.list1_top{padding-right:0;font-size: 0.24rem;}
.news_list1 li.news {
    padding: 0.2rem 0;
}
.list1_box{    flex-wrap: wrap;gap: 0.2rem;}
.list1_box .news_text{width:100%;}
.list1_box .news_imgs,.list1_box .news_video {
    width: 100%;
    padding-top: 52.6%;
    height: 0;
}
.tpj .inner{width:100%;}
#l-container>.inner {
    padding: 0.3rem 0;
    width: 100%;
}
}