

.newslist .webgene-blog .flcell .fleft a img{
    border-radius: 8px;
}

.newslist .webgene-blog .flcell .fright .blogItemTitle{
    font-size: 18px;
    color: #2b2b2b;
    text-align: left;
    margin-bottom: 8px;
}

.newslist .webgene-blog .flcell .fright .worklist__cate {
    color: #1a3a5c;
    text-align: left;
    font-size: 20px;
}


.newslist .webgene-blog .flcell .fright .worklist__comment {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-align: left;
}

.newslist .webgene-blog .flcell .fright .workslist__achiveText {
    font-size: 13px;
    color: #2a5a8c;
    text-align: left;
}

.newslist .webgene-blog .flcell .fright .workslist__achiveText::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a5a8c;
    border-right: 2px solid #2a5a8c;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: margin-left 0.2s ease;
}



@media screen and (max-width: 999px) {
    .newslist .webgene-blog .flcell{
        width: 100%;
        margin: 0;
    }
    .newslist .webgene-blog .flcell .fleft a{
        height: auto;
        border-radius: 8px;
        overflow: hidden;
    }

    .newslist .webgene-blog .flcell .fright .worklist__cate{
        margin-bottom: 16px;
    }

    .newslist .webgene-blog .flcell .fright .worklist__comment{
        margin-bottom: 16px;
    }
    .newslist .webgene-blog .flcell .fleft a img{
        transform: scale(1.1);
    }
}