.home-news006 {
    padding: 6rem 20px;
}

@media (max-width: 991px) {
    .home-news006 {
        padding: 3rem 0;
    }
}

.home-news006::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.7;
    z-index: -1;
}

.home-news006 .home-news-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-news006 .header {
    margin: 1rem 0;
    flex:0 0 200px
}

@media (max-width: 991px) {
    .home-news006 .header {
        margin: 1rem 0;
        flex:1;
        text-align: center;
    }
    
}

.home-news006 .header>.text .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    
}

.home-news006 .header>.text .sub {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 0.5rem;
    color: #fff;
}

.home-news006 .btn-more {
    padding: 8px 22px;
    display: flex;
    align-items: center;
    border-radius: 0;
    margin-top: 3rem;
   
    transition: 0.3s all linear;
    border-radius: 50px;
}

.home-news006 .btn-more:hover {
    transition: 0.3s all linear;
}

.home-news006 .btn-more .text {
    transition: 0.1s all linear;
}

.home-news006 .news-list {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    opacity: 0.95;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.home-news006 .news-list .item {
    position: relative;
    margin: 0 auto;
    padding: 3px 0;
    transition: 0.2s all linear;
    border-bottom: 1px #BABABA solid;
}


.home-news006 .news-list .item:last-child {
    border: none;
    margin: 0;
}

.home-news006 .news-list .item .info .date {
    transition: 0.2s all linear;
    margin-right: 1rem;
}

.home-news006 .news-list .item .info .date i{
    margin-right: 10px;
}

.home-news006 .news-list .item .info .title {
    margin: 10px 0;
    display: flex;
    align-items: center;
}


.home-news006 .news-list .item .info .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    transition: 0.2s all linear;
}


.home-news006 .news-list .item .info .text {
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
    overflow: hidden;
    transition: 0.2s all linear;
    line-height: 185%;
}


@media (max-width: 1199px) {
    .home-news006 .news-list .item .info .title a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .home-news006 .news-list {
        padding-left: 45px;
        padding-right: 45px;
    }

    .home-news006 .news-list .item {
        background-position: 12% 50%;
    }
}

@media (max-width: 767px) {

    .home-news006 .header>.text .title {
        font-size: 25px;
    }

    .home-news006 .header>.text .sub {
        font-size: 18px;
    }

    .home-news006 .news-list {
        padding-left: 20px;
        padding-right: 20px;
    }
}