.link-more{
    display:flex;
    flex-direction: row;
    align-items:center;
}

.link-more .ico-more-arrow{
    background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='12px' viewBox='13.5 29 8 12' enable-background='new 13.5 29 8 12' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23999999' stroke-miterlimit='10' points='13.5,41 21.5,35 13.5,29 '/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position: center center;
    width:8px;
    height:12px;
    margin-left:0.25rem;
}

.link-more:hover .ico-more-arrow{
    background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='12px' viewBox='13.5 29 8 12' enable-background='new 13.5 29 8 12' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23efa22e' stroke-miterlimit='10' points='13.5,41 21.5,35 13.5,29 '/%3E%3C/svg%3E");
}

.cate-w-date{
    display: flex;
    flex-direction: row;
    padding: 5px 15px 0;
    line-height:1rem;
}

.cate-w-date span{
    color: #bbb !important;
    border-left:1px solid #bbb;
    padding:0 !important;
    padding-left:0.75rem !important;
    margin-left:0.75rem;
}

.link-scial{
    margin-right:0.75rem;
    padding-top:3px;
}

.scial-media-icon{
    width:36px;
    height:36px;
}

.scial-media-icon .face,
.scial-media-icon .back{
    transition: all 0.25s linear;
}

.scial-media-icon .back{
    opacity:0;
}

.scial-media-icon .face path{
    fill:#636262;
}

.sc-fb .back path{fill:#475993;}
.sc-wc .back path{fill:#2DC101;}
.sc-video .back path{fill:#D52A2C;}
.sc-wb .back .st0{fill:#E99315;}
.sc-wb .back .st1{fill:#D52A2C;}

.header .top-right .item a:hover .scial-media-icon .face{
    opacity:0;
}
.header .top-right .item a:hover .scial-media-icon .back{
    opacity:1;
}