.abstract{
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    background: #F8F8F8;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    padding: 20px 16px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 20px;
}

.icon-time{
    margin-left: 34px;
}

.ad-header{
    width: 100%;
    min-height: 130px;
}
.ad-header a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recomment-news{
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.title-flex{
    min-height: 62px;
    padding: 20px 20px;
}
.title-flex h3{
    width: 80px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.recomment-news-list{
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    gap: 15px; /* 设置间距 */
    padding: 15px;
}
.recomment-news-item {
    flex: 0 0 calc(50% - 10px); /* 每行两个，减去间距 */
    box-sizing: border-box; /* 防止宽度溢出 */
    padding: 15px;
    text-align: left;
} 
.recomment-news-item .sort-icon{
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: red;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    font-style: normal;
}
.recomment-news-item a{
    width: calc(100% - 33px);
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recomment-news-item .type,.time{
    height: 28px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.time{
    margin-left: 32px;
}
.title-flex a{
    position: relative;
    font-size: 16px;
}
.title-flex .iconfont{
    position: absolute;
    top: 0;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url('../images/new_index/reload.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 2px;
}
.fixed-left{
    position: absolute;
    top: 5%;
    left: -8%;
}
.look i{
    background-image: url('../images/new_index/look.png'); 
}
.course i{
    background-image: url('../images/new_index/course.png');
}
.book i{
    background-image: url('../images/new_index/book.png');
}
.download i{
    background-image: url('../images/new_index/download.png');
}
.collection i{
    background-image: url('../images/new_index/collection.png');
}
/**已收藏的样式*/
.use-collection{
    background-image: url('../images/new_index/use_conection.png') !important;
}

.look,.course,.book,.download,.collection{
    display: flex;
    flex-direction: column;
    gap: 10px;
   
}

.look i,.course i,.book i,.download i,.collection i{
    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
}
.fixed-left span{
    font-weight: 500;
    font-size: 13px;
    color: #777777;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;

}
.gg-list{
    width: 90%;
    margin-left: 5%;
    position: relative;
}

.gg-list .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

