/* css trang tin tức */

.content-left {
    padding-top: 30px;
}

.content-left .left-main {
    padding: 0 0 0 30px;
}

.page-list-title strong {
    font-weight: 700;
    font-size: 13px;
}

.page-list-title strong i {
    font-style: italic;
}

.newspaper {
    padding: 20px 0;
}

.newspaper .item {
    padding: 10px 0;
}

.newspaper .image {
    padding-right: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: dashed 1px #e0e0e0;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
}

.newspaper img {
    width: 100%;
    height: 130px;
    display: block;
    object-fit: cover;
}

.newspaper h5 {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 15px;
}

.newspaper h5 a {
    color: #000;
}

.newspaper h5:hover a {
    text-decoration: underline;
}

.newspaper strong {
    font-style: italic;
    font-weight: 400;
}

.newspaper strong i {
    font-weight: 500;
}

.newspaper p {
    padding: 5px 0;
}

@media(max-width:1024px) {
    .newspaper .image {
        width: 100%;
    }
    .newspaper img {
        height: 100px;
    }
}

@media(max-width:992px) {
    .newspaper .image {
        width: 50%;
    }
    .newspaper img {
        height: 130px;
    }
}

@media(max-width:768px) {
    .newspaper .image {
        width: 30%;
    }
}

@media(max-width:576px) {
    .newspaper .image {
        width: 50%;
    }
}