/* 页面内容 */
.page-container {margin-top: 100rpx;font-family: "HarmonyOS Sans SC";}
.detali-news {
    position: relative;
}
.detali-news .container {
    display: flex;
    width: 1200px;
    margin: 50px auto 140px; 
}
.detali-news .container  .news_left {
    position: relative;
    width: 863px; 
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);        
    border-radius: 5px;
    padding: 30px 43px 50px 43px;
    
}
.news_left  .news-bottom {
    padding-top: 100px;
}
.news_left  .news-bottom .end {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-bottom .end .end-left {
    margin-right: 10px;
    width: 361px;
    height: 0px;
    border-top: 1px solid rgba(238, 238, 238, 1);            
}
.news-bottom .end .end-right {
    margin-left: 10px;
    width: 361px;
    height: 0px;
    border-top: 1px solid rgba(238, 238, 238, 1);  
}
.news-bottom .end  .end-text {
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
}
.news-bottom .next-news { 
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
.news-bottom  .other-news {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.news-bottom .previous-news {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.detali-news .container .news_right .news_right-contianer {
    width: 317px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 20px 0 20px ; 
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px;
}
.detali-news .container .news_right {
    /* position: absolute;
    right: 0; */
    /* width: 317px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 20px 0 20px ; 
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px; */
}
.news_right  .recommend-title {
   border-bottom: 1px solid rgba(238, 238, 238, 1);

}
.news_right  .recommend-title .recommend-txt {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(248, 199, 33, 1);
    font-size: 20px;
    font-weight: 700;
    font-family: "HarmonyOS Sans SC";
}
.news_right .recommend-list {

}
.news_right .recommend-list .recommend-item {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding: 25px 0 ;
}
.news_right .recommend-list .recommend-item:last-child {
    border-bottom: 0px solid rgba(238, 238, 238, 1);
}
.recommend-item  .item-title {
    display: flex;

}
.recommend-item  .item-title .order {
    margin-top: 8px;
    height: 5px;
    width: 5px;
    background: rgba(248, 199, 33, 1);
}
.recommend-item  .item-title .title-con { 
    margin-left: 10px;
    font-family: "HarmonyOS Sans SC";
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 400;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
} 
.recommend-item  .item-title .date {
    margin-top: 10px;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: 400;
}
.news_left .news-info {
    font-family: "HarmonyOS Sans SC";
    font-size: 16px;
    color: rgba(0, 0, 0, 1) ;
}
.news_left .news-info p{
    font-family: "HarmonyOS Sans SC";
    font-size: 16px;
    color: rgba(0, 0, 0, 1) ;
}
.news_left .news-info .news-info-title {
    font-size: 24px;
    font-weight: 700;
}
.news_left .news-info .news-info-text {
    margin-top: 25px;
    margin-bottom: 48px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}
.news_left .news-info .news-info-text .hr {
    margin: 0 15px 0; 
    border-left: 2px solid rgba(153, 153, 153, 1);
    height: 19px;
    background-color: rgba(153, 153, 153, 1);;
}

.title-con .more-news {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}