.newsInfo_cont{

}
.newsInfo_cont .newsInfo_cont_li{
    border-bottom: 1px solid #EEEEEE;
    margin: 0 18px;
    padding-bottom: 18px;
    padding-top: 18px;
}
.newsInfo_cont .newsInfo_cont_top{
    display: flex;
    align-items: center;
}
.newsInfo_cont .newsInfo_cont_topping{
    font-size: 10px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    width: 30px;
    height: 16px;
    background: linear-gradient(359deg, #FF4E00 0%, #FF5000 33%, #FAA900 100%);
    display: block;
    text-align: center;
}
.newsInfo_cont .newsInfo_cont_title{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsInfo_cont .newsInfo_cont_txt{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-top: 6px;
    margin-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsInfo_cont .newsInfo_cont_topping_time{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-top: 6px;
    margin-left: 40px;
}
.newsInfo_cont .newsInfo_cont_time{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-top: 6px;
    margin-left: 16px;
}
.newsInfo_cont .newsInfo_cont_dot{
    width: 6px;
    height: 6px;
    background: #FF6F00;
    border-radius: 50%;
}
.details_cont{
    margin: 20px 18px;
    position: relative;
    overflow: hidden;
}
.details_cont .details_cont_top{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.details_cont .details_cont_title{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 32px;
}
.details_cont .details_cont_btm{
    margin-top: 8px;
}
.details_cont .details_cont_info{
    width: 100%;
    position: relative;
    padding: 0px 0 15px;
}
.details_cont .details_cont_info p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 22px;
}
.details_cont .details_cont_info img{
    width: 100%;
    display: block;
    margin: 10px auto;
}
.recommend_cont{
    border-top: 10px solid #EEEEEE;
    border-bottom: 10px solid #EEEEEE;
    padding: 0 18px;
}
.recommend_cont .recommend_cont_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 15px;
}
.recommend_cont .recommend_cont_top h1{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222;
    line-height: 14px;
}
.recommend_cont .recommend_cont_top a{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6F00;
    line-height: 14px;
}
.recommend_cont .recommend_cont_li{
    border-top: 1px solid #EEEEEE;
    padding: 14px 14px 14px 0;
    display: flex;
    align-items: center;
}
.recommend_cont .recommend_cont_li_y{
    width: 6px;
    height: 6px;
    background: #FF6F00;
    border-radius: 50%;
}
.recommend_cont .recommend_cont_li_txt{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}


.search_recommend{
    margin: 0 18px 20px;
    overflow: hidden;
}
.search_recommend h1{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 14px;
    border-bottom: 1px solid #EEEEEE;
    padding: 18px 0 15px;
}

.index-platform{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.index-platform .index-platform-li{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 48%;
    box-shadow: 0 0 0 0;
    margin-bottom: 0;
}
.index-platform .index-platform-li a.aLink{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0px 0px;
}
.index-platform .index-platform-li img{
    width: 44px;
    height: 44px;
    margin-left: 10px;
    border-radius: 10px;
}
.index-platform .index-platform-li-rg{
    width: 85px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.index-platform .index-platform-li-rg h2{
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
}
.index-platform .index-platform-li-rg p{
    word-break: break-all;
    color: #555555;
    font-size: 10px;   
}
