@charset "utf-8";
:root {
    --latest-keycolor:  deepskyblue;
}
#groupnews * {
    letter-spacing: unset;
    font-weight: unset;
}

#groupnews {
    position: relative;
    margin-bottom: 1.5em;
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 0 0 10px #00000024;
    padding: 1em 1.5em;
}

#groupnews h3 {
    display: block;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.7em;
    color: var(--latest-keycolor);
    margin: 0;
    padding: 0;
}


#groupnews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#groupnews ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .4em;
    margin: .5em 0;
}



#groupnews ul > li .bo_cnt {
    display: flex;
    overflow: hidden;
    max-width: calc(100% - 12em);
    text-overflow: ellipsis;
    white-space: nowrap;
    gap: .5em;
    justify-content: flex-start;
    align-items: center;
}

#groupnews ul > li .bo_cnt .bo_cate_ico {
    font-size: 0.8em;
    font-weight: 400;
    color: deepskyblue;
    display: block;
    line-height: 1em;
    border-radius: 1em;
}

#groupnews ul > li .bo_cnt a {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

#groupnews ul > li .bo_info {
    color: #828282;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    gap: .5em;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 11em;
}

#groupnews ul > li .bo_info span {
    color: #777;
    font-size: 0.8em;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
}


@media screen and (max-width:  425px) {
    #groupnews ul > li .bo_cnt {
    max-width: unset;
    }
#groupnews ul > li .bo_info {
    display: none
}

}
