.box-article {
    -webkit-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
    -moz-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
    box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
}

.a-none-ar {
    color: #000000;
}

.image-article {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px
}

.name-box-font {
    font-size: 1.875rem;
    font-weight: 600;
}

.title-article {
    height: 50px;
    overflow: hidden;
    font-weight: 500;
}

.detial-article {
    height: 49px;
    overflow: hidden;
}

.ma-bottom-60 {
    margin-bottom: 60px;
}