.home-banner .item {
    position: relative;
    overflow: hidden;
}
.home-banner .h300 {
    height: 305px;
}
.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-banner .item .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
    width: 100%;
}
.home-banner .item .cover span {
    display: block;
    max-width: 90%;
    padding: 15px;
    color: #fff;
    font-size: 15px;
}
.home-banner .h300 .cover span {
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
}
.home-banner .mb15 {
    margin-bottom: 15px;
}
.home-banner .h150 {
    height: 145px;
}
.home-banner .item {
    position: relative;
    overflow: hidden;
}
.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;
}
.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);
}
.list-news .item .info {
    font-size: 13px;
    color: var(--md-c);
}
@media (max-width: 1000px) {
    .sidebar {
        width: 320px;
    }
}
@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 899px) and (max-width: 1100px) {
    .home-banner .h300 {
        height: 250px;
    }
    .home-banner .h150{
        height: 118px;
    }
}
@media (min-width: 600px) and (max-width: 750px) {
    .home-banner .h300 {
        height: 250px;
    }
    .home-banner .h150{
        height: 118px;
    }
}
@media (min-width: 500px) and (max-width: 600px) {
    .home-banner .h300 {
        height: 220px;
    }
    .home-banner .h150{
        height: 102px;
    }
}
@media (max-width: 645px){
    .main {
        background-image:inherit;
        background-color: var(--bg-color);
        padding-bottom: 10px;
    }
    .module{
        padding: 0px;
    }
    .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) {
    .home-banner .h300 {
        height: 180px;
    }
    .home-banner .h300 .cover span {
        padding: 13px;
    }
    .home-banner .item .cover span{
        padding: 10px;
    }
    .home-banner .h150 {
        height: 82px;
    }
    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 10px;
    }
}
@media (max-width: 370px){
    .list-news .uk-text-truncate{
        line-height: 3.16rem;
        height: 8rem;
        margin-bottom: 2rem;
    }
}
