.article-list {
    margin: 0 -10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.article-list:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background:#fff;
}
.article-list .item {
    width: 25%;
    padding: 0 5px 50px;
    margin-bottom: 44px;
    background: url(../../images/common/dot.png) bottom repeat-x;
}
.article-list .item:nth-child(4n+1) {
    clear: left;
}

.share_box {
    margin: 10px 0 20px 0;
}
.share_box .share .btn{
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}
.share_box .share .btn.blogger,
.share_box .share .btn.facebook,
.share_box .share .btn.google,
.share_box .share .btn.twitter,
.share_box .share .btn.mail,
.share_box .share .btn.linkedin,
.share_box .share .btn.tumblr,
.share_box .share .icon-ic-share-t,
.share_box .share .btn.line,
.share_box .share .icon-ic-share-linecall,
.share_box .share .icon-ic-share-w,
.share_box .share .btn.pinterest,
.share_box .share .btn.plurk
{ color: #CCCCCC; }

.share_box .share .btn.blogger:hover { color: #F26C38; }
.share_box .share .btn.facebook:hover { color: #405D9A; }
.share_box .share .btn.google:hover { color: #F34537; }
.share_box .share .btn.twitter:hover { color: #39A0CE; }
.share_box .share .btn.mail:hover { color: #F6C13D; }
.share_box .share .btn.linkedin:hover { color: #0177B5; }
.share_box .share .icon-ic-share-t:hover { color: #36465C; }
.share_box .share .btn.line:hover { color: #00C300; }
.share_box .share .icon-ic-share-linecall:hover { color: #00C300; }
.share_box .share .icon-ic-share-w:hover { color: #F70B19; }
.share_box .share .btn.pinterest:hover { color: #DE220A; }
.share_box .share .btn.plurk:hover { color: #E9443D; }


.share_box .share .icon-ic-share-t,
.share_box .share .icon-ic-share-linecall,
.share_box .share .icon-ic-share-w{
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.a2a_svg.a2a_s__default.a2a_s_tumblr,
.a2a_svg.a2a_s__default.a2a_s_whatsapp,
.a2a_svg.a2a_s__default.a2a_s_sina_weibo,
.a2a_label{
        display: none;
}
.keyword_box_t{
    font-size: 14px;
    font-family: 'EB Garamond';
    font-weight: bold;
    color: #999;
    margin-bottom: 3px;
    display: block;

 }
.keyword_box{
    margin-top: 30px;
    font-size: 14px;
}
.keyword_box li a{
    letter-spacing: 0;
    padding:8px;
    color: #999999;
    line-height: 1;
    border:solid 1px #999999;
    background: #fff;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;

}
.keyword_box li:hover a{
    background: #999999;
    color: #fff;
}

.article-list .box {
   max-width: 345px;
    margin: 0 auto 0px;
    position: relative;
}

.article-list .pic:after {
    content: "";
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(255, 255, 255, 0.70);
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.article-list .box:hover .pic:after {
    opacity: 1;
    background-position: 50% 50%;
    width: 100%;
}
.article-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-list .date{
    font-family: 'EB Garamond';
    color: #125898;
    font-size: 15px;
    display: inline-block;
    background: #fff;
    width: 104px;
    text-align: center;
    line-height: 34px;
    border:solid #125898;
    border-width: 1px 0;
    bottom: -16px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.article-list .name {
    color:#006000;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    margin:10px 0;
}

.article-list .description {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}

.article_title.date{
    font-family: 'EB Garamond';
    color: #125898;
    font-size: 15px;
    display: inline-block;
    background: #fff;
    width: 104px;
    text-align: center;
    line-height: 34px;
    border:solid #125898;
    border-width: 1px 0;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.article_title.name {
    color: #006000;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    margin: 15px 0;
}


.article-intro {
    margin-bottom: 50px;
}


.article-detail {
    border: 1px dashed #bbb;
    border-width: 1px 0;
    padding: 25px 0 10px 0;
    position: relative;
    margin-bottom: 20px;
}
.article-detail .title {
    background: #DAE51E;
    width: 136px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -68px;
}
.article-editor .pic{
    margin-bottom: 25px;
}

@media screen and (max-width: 1300px) {
    .article-list .item {
        width: 33.33%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .article-list {
        margin: 0 -7px;
    }
    .article-list .item {
        padding: 0 7px 30px;
        margin-bottom: 20px;
        width: 50%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
    .article_title.name {
        font-size: 22px;
        line-height: 33px;
    }
    .article-list .item {
        width: 100%;
    }

}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 400px) {
    .fb {
        width: 180px;
        overflow: hidden;
    }
}