.fb {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}
.share_box{
    margin-bottom: 15px;
    text-align: center;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn ,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    color: #636363;
    cursor: pointer;
    font-size:25px;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0;
    padding: 0px 0 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 3px 0 0;
}
/*keyword*/
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 35;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a,.keyword_box li a{
    color: #5e7f9c;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 14px;
    display: inline;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:after{
    content: ',';
    display: inline;
}
.keyword_box li:hover a{
    color: #0E589C;
}
.keyword_box.detail{
    margin:15px 0;
}   
.article-detail .pic{
    margin-bottom: 15px;
}

.article-list {
    margin: 0 -12px;
}
.article-list .item {
    width: 25%;
    padding: 0 12px;
}
.article-list .box {
    max-width: 360px;
    margin: 0 auto 30px;
    position: relative;
}
.article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list .pic {
    position: relative;
    overflow: hidden;
}
.article-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/article/hover.png') 50% 50% no-repeat rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
        z-index: 1;
}
.article-list .box:hover .pic:before {
    opacity: 1;
}
.article-list .txt {
    position: relative;
    background: #f0f0f0;
    padding: 15px;
}
.article-list .date {
    float: left;
    color: #fff;
    background: #0E589C;
    font-size: 15px;
    box-sizing: border-box;
    padding:0 10px;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
}

.article-list .name {
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
    margin-left: 95px;
    transition:all .3s ease;
}
.article-list .box:hover .name {
    color: #0e589c;
}
.article-list .description {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-top: 10px;
}
.article-list .box:hover .description {
    text-decoration: underline;
}

.article-detail .title {
    color: #222;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
}
.article-detail .title:after {
    content: '';
    display: block;
    border-left: 1px solid #0D0F59;
    height: 25px;
    width: 0;
    margin: 10px auto ;
}
.article-detail .date {
    display: block;
    margin: 0 auto 30px;
    color: #0D0F59;
    font-size: 15px;
    letter-spacing: 0;
    width: 134px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #0D0F59;
    font-family: 'Oswald', sans-serif;
    transition: all .3s ease;
}
.article-detail .editor {
    padding-bottom: 15px;
}

@media screen and (max-width: 1280px) {
    .article-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .article-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .article-list {
        margin: 0 -7px;
    }
    .article-detail .editor {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 560px) {
    .article-list .item {
        width: 100%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
}