body {
    background-color: #F8F8F8;
}
.module {
    padding: 25px;
}
.uk-margin {
    margin-top: 0px;
}
.list-news .item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed var(--br-c);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-news .item .thumb {
    width: 180px;
    height: 120px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.list-news .item img{
    width: 100%;
}
.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-news .item .title a {
    font-size: 16px;
    font-weight: bold;
}
.line-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.list-news .item .desc {
    margin: 10px 0;
    font-size: 13px;
    line-height: 30px;
    color: var(--md-c);
    height: 60px;
}
.list-news .item .info {
    font-size: 13px;
    color: var(--md-c);
}
.article-icon{
    margin-left: 18px;
    cursor: pointer;
}
.article-icon .iconfont{
    font-size: 12px;
}
.list-news .info .user{
    margin-right: 16px;
}
.list-news .info .article-pic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    box-sizing: border-box;
    vertical-align: middle;
}
.uk-container .head{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(/static/images/gbj/bg.png);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    height: 180px;
}
.uk-container .head > img{
    width: 80px;
    height: 80px;
    border-radius: 9999px;
}
.uk-container .head .user-info{
    font-size: 16px;
    margin-left: 10px;
}
.uk-container .head .user-cen{
    align-items: center;
    display: flex;
}
.uk-container .head .user-cen .name{
    font-size: 22px;
}
.uk-container .head .mt-flex{
    display: flex;
}
.uk-container .head .mtcenter{
    align-items: center;
    display: flex;
}
.uk-container .head .mtcenter > img{
    width: 13px;
    height: 15px;
}
.uk-container .head .mtcenter .mt5{
    margin-left: 5px;
    font-family: auto;
}
@media (max-width: 1000px) {
    .sidebar {
        width: 320px;
    }
}
@media (max-width: 800px) {
    .list-news .info .user{
        display: none;
    }
}
@media (max-width: 645px){
    .main {
        background-image:inherit;
        padding-bottom: 10px;
    }
    .list-news .item .title a{
        font-size: 14px;
        color: #333;
        font-weight: inherit;
    }
    .list-news .item .thumb {
        width: 18.3rem;
        height: 11.6rem;
        position: relative;
        overflow: hidden;
        display: block;
        margin-right: 1.66rem;
    }
    .list-news .item .desc{
        display: none;
    }
    .list-news .uk-text-truncate{
        line-height: 3.16rem;
        height: 6.25rem;
        margin-bottom: 3.6rem;
        white-space: inherit;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 500px) {
    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 10px;
    }
    .main {
        padding-bottom: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .module {
        padding: 20px 10px 10px 10px;
    }
}
@media (max-width: 370px){
    .list-news .uk-text-truncate{
        line-height: 3.16rem;
        height: 8rem;
        margin-bottom: 2rem;
    }
}
