/*$m-desktop: 1024px;
$m-screen: 1180px;*/
.sm-home-categories {
    padding: 20px 0;
}
@media screen and (min-width: 768px) {
    .sm-home-categories {
        padding: 0;
    }
}
.sm-home-categories .row .hc-col .c-article {
    position: relative;
    border: 1px solid;
    min-height: 230px;
    margin-bottom: 10px;
}
.sm-home-categories .row .hc-col .c-article{
    border:none!important;
}
.sm-home-categories .row .hc-col .c-article .art-header{
    position:relative
}
.sm-home-categories .row .hc-col .c-article .art-header img{
    width: 100%;
}
.sm-home-categories .row .hc-col .c-article .art-name-float{
    position: absolute;
    bottom: 0px;
    height: 50%;
    text-align: center;
    font-size: 35px;
    color: white;
    background-color: rgba(0,0,0,.4);
    width: 100%;
}
.sm-home-categories .row .hc-col .c-article .art-name-float span{
    position: absolute;
    top: 50%;
    width:100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sm-home-categories .row .hc-col .c-article .art-header .art-header-table {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 8px 0;
}
.sm-home-categories .row .hc-col .c-article .art-header .art-header-table .art-title {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    padding-top: 1px;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
    .sm-home-categories .row .hc-col .c-article .art-header .art-header-table .art-title {
        font-size: 1em;
    }
}
.sm-home-categories .row .hc-col .c-article .art-header .art-header-table .art-icon {
    display: table-cell;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sm-home-categories .row .hc-col .c-article .art-body {
    padding: 10px 5px;
}
.sm-home-categories .row .hc-col .c-article .art-body ul li {
    text-align: left;
    height: 29px;
}
.sm-home-categories .row .hc-col .c-article .art-body ul li:last-child{
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.sm-home-categories .row .hc-col .c-article .art-body [class^="vm-list-"] {
    display: none;
}
.sm-home-categories .row .hc-col .c-article .art-body .vm-hidden {
    height: 30px;
}
.sm-home-categories .row .hc-col .c-article .art-body .view-more {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}
.sm-home-categories .row .hc-col .c-article .art-body .view-more .vm-line {
    height: 1px;
    width: 70%;
    margin: 3px auto;
}
.sm-home-categories .row .hc-col .c-article .art-body .view-more button {
    background-color: transparent;
    border: 0;
    font-style: italic;
    color: #666666;
    font-size: 1em;
    outline: 0;
}
.sm-home-categories .row .hc-col .c-article .art-body .view-more button span {
    font-size: .65em;
    margin: 0 5px;
}
.sm-home-categories .row .hc-col .c-article .art-body .art-body-link {
    color: #000;
}
.sm-home-categories .row .hc-col .c-article .art-body .art-body-link:hover {
    color: #000;
}
.sm-home-categories .row .hc-col:nth-child(1) .c-article .art-header .art-header-table {
    position: static;
}
.sm-home-categories .row .hc-col:nth-child(1) .c-article .art-header .art-header-table .art-title {
    padding-left: 5px;
}
.sm-home-categories .row .hc-col:nth-child(1) .c-article .art-header .art-header-table .art-icon {
    position: static;
    -webkit-transform: none;
    transform: none;
}
.sm-home-categories .row .hc-col:nth-child(2) .c-article .art-header .art-header-table .art-icon {
    left: -55px;
}
@media screen and (min-width: 992px) {
    .sm-home-categories .row .hc-col:nth-child(2) .c-article .art-header .art-header-table .art-icon {
        left: -45px;
    }
}
@media screen and (min-width: 1200px) {
    .sm-home-categories .row .hc-col:nth-child(2) .c-article .art-header .art-header-table .art-icon {
        left: -65px;
    }
}
.sm-home-categories .row .hc-col:nth-child(3) .c-article .art-header .art-header-table .art-icon {
    left: -35px;
}
@media screen and (min-width: 1200px) {
    .sm-home-categories .row .hc-col:nth-child(3) .c-article .art-header .art-header-table .art-icon {
        left: -45px;
    }
}
.sm-home-categories .row .hc-col:nth-child(4) .c-article .art-header .art-header-table .art-icon {
    left: -35px;
}
@media screen and (min-width: 1200px) {
    .sm-home-categories .row .hc-col:nth-child(4) .c-article .art-header .art-header-table .art-icon {
        left: -45px;
    }
}
.sm-home-categories .row.row-center .hc-col:nth-child(1) .c-article .art-header .art-header-table {
    position: relative;
}
.sm-home-categories .row.row-center .hc-col:nth-child(1) .c-article .art-header .art-header-table .art-title {
    padding-left: 0;
}
.sm-home-categories .row.row-center .hc-col:nth-child(1) .c-article .art-header .art-header-table .art-icon {
    left: -75px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
