.fb {
    overflow: hidden;
    text-align: center;
}
.share_box{
    margin-bottom: 5px;
    text-align: center;
    margin-top: 15px;
}
.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: #5CC2CF;
    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: #000;
}
.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: #999780;
    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: #D90000;
}
.keyword_box.detail{
    margin:15px 0;
}   
.article-detail .pic{
    margin-bottom: 15px;
}
.article-list {
    margin: 0 -15px;
}
.article-list .item {
    width: 50%;
    padding: 0 15px;
}
.article-list .item:nth-child(2n+1){
    clear: both;
}
.article-list .box{
    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 .item .box {
    background: url(../../images/common/content_bg.png);
    padding: 20px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
.article-list .pic {
    float: left;
    width: 185px;
    max-width: 185px;
    overflow: hidden;
}
.article-list .txt {
    margin-left: 220px;
}
.article-list .name {
    color: #444;
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    border-bottom: 1px solid #888;
    margin-bottom: 14px;
}
.article-list .description {
    color: #888;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 56px;
}
.article-list .box:hover .name,
.article-list .box:hover .description {
    color: #000;
}
.article-list .more{
    font-size: 13px;
    border:solid 1px #E03333;
    color: #E03333;
    line-height: 29px;
    width: 128px;
    margin-top: 17px;
    text-align: center;
    transition: all 0.3s ease;
}
.article-list .more i{
    display: inline-block;
    margin-left: 5px;
}
.article-list .box:hover .more{
    background: #E03333;
    color: #fff;
}
.article-header .date {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.article-list + .btn-box {
    padding-top: 40px;
}
.gallery {
    background: #fff;
    max-width: 450px;
    padding: 7px;
    margin: 0 auto 40px;
}
.article-header .title {
    text-align: center;
    color: #444;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.article-detail .editor {
    border-top: 1px solid #A7A7A7;
    padding: 30px;
    margin: 35px -30px 0;
}
@media screen and (max-width: 1330px) {
    .article-detail .editor {
        padding: 30px 0;
        margin: 35px 0 0;
    }
}
@media screen and (max-width: 1200px) {
    .article-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .article-list .pic {
        float: none;
        width: auto;
    }
    .article-list .txt {
        margin: 0;
        padding-top: 15px;
    }
}