﻿.list-detail-news li {
    font-size: 1.4em;
    color: #252525;
}
.item-share {
    font-size: 1.4em;
    margin: 8px 0;
}
.cir {
    cursor: pointer;
    padding: 7px 8px;
    position: relative;
    margin: 0 2px;
}
.item-share .ishare-title {
    font-weight: 700;
}
.cir span, .cir i {
    color: #fff;
    z-index: 2;
    position: relative;
}
.cir:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.2);
    height: 100%;
    width: 0;
    transition: 400ms ease-out;
    z-index: 1;
}
.cir:hover:after {
    width:100%;
}
.cir span.crt {
    color: rgba(0,0,0,.4);
    margin: 0 6px;
}
.icons-twitter {
    background-color: #2daae1;
}
.icons-facebook {
    background-color: #3c5b9b;
}
.icons-pinterest {
    background-color: #cb2027;
}
.icons-linkedin {
    background-color: #0173b2;
}
.ncctil {
    font-weight: bold;
    margin: 15px 0 10px;
    font-size: 1.8em;
    display: block;color:#333;
}
.sttd-news {
    font-size: 1.4em;
    color: #333;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
    .sttd-news .sttd {
        float: left;
        padding: 5px 10px 0 10px;
        background: #288ad6;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        position: relative;
        margin-right: 10px;
        border-radius: 4px 4px 0 0;
        margin-bottom: 7px;
    }
        .sttd-news .sttd:after {
            content: "";
            border-top: 10px solid #288ad6;
            border-left: 16px solid transparent;
            border-right: 15px solid transparent;
            position: absolute;
            bottom: -10px;
            left: 0;
        }
.index_news {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
    .index_news a {
        font-size: 1.4em;
        color: #333;
        display: block;
        margin-bottom: 5px;
    }
    .index_news i {
        font-size: 1.3em;
        color: rgba(0,0,0,.5);
    }