.content--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 15px;
    padding-left: 10px;
    border-left: 5px solid #fff;
    margin-bottom: 5px;
    -webkit-transition: border 0.32s;
    -o-transition: border 0.32s;
    transition: border 0.32s;
    position: relative;
    height: 235px;
}

    .content--item:hover {
        border-left: 5px solid #f15f23;
    }

    .content--item > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

.content--item__thumb {
    min-width: 205px;
    width: 205px;
    height: 100%;
    overflow: hidden;
}

    .content--item__thumb img {
        min-height: 100%;
    }

.content--item--body {
    margin-left: 15px;
    height: 100%;
    width: 100%;
    position: relative;
}

.content--item__head__title {
    font-size: 15px;
    word-break: break-word;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content--item__head__createdDate {
    font-size: 13px;
}

.content--item__foot {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: right;
}

    .content--item__foot a {
        color: #000;
        font-size: 13px;
    }

.content--paging {
    margin-top: 22px;
}

    .content--paging ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .content--paging ul li {
            margin: 0 5px;
        }

            .content--paging ul li a {
                min-width: 35px;
                display: block;
                text-align: center;
                padding: 10px;
                color: #000;
                border: 1px solid #c5c5c5;
                border-radius: 5px;
                background: transparent;
            }

                .content--paging ul li a.paging__dot {
                    border: 1px solid transparent;
                }

                    .content--paging ul li a.paging__dot:after {
                        content: "...";
                    }

li.active a {
    font-weight: bold;
    color: #F7AB85 !important;
    border: 1px solid #F7AB85 !important;
}

@media (max-width: 991px) {
    .banner,
    .body--search {
        display: none;
    }
}

@media( max-width: 425px ) {
    .content--item {
        height: 190px;
    }

    .content--item__thumb {
        min-width: 160px;
        width: 160px;
    }
    .content--paging,
    .content--paging ul{
        width: 100%;
    }
        .content--paging ul li{
            margin: 0 3px;
        }
            .content--paging ul li a {
                min-width: 30px;
                padding: 5px;
            }
}

.content--item__body {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 64px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
