.fb {
    overflow: hidden;
    text-align: center;
    margin: 8px auto 24px;
}
.share_box{
    margin: 0 auto;
    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: #ccc;
    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: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0;
    padding: 0px 0 0;
}
.share_box .share-link .btn {
    font-size: 30px;
}
/*keyword*/
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 38;
    background: #f6f6f6;
    padding: 15px;
    max-width: 1000px;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a, .keyword_box li a{
    color: #6B7A79;
    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: #52A9A4;
}
.keyword_box.detail{
    margin:16px auto 0;
}   
.article_detail .pic{
    margin-bottom: 15px;
}
.article-list {
    margin: 0 -20px;
}
.article-list .item {
    width: 25%;
    padding: 0 20px;
}
.article-list .item:nth-child(4n+1) {
    clear: left;
}
.article-list .box {
    max-width: 330px;
    margin: 0 auto 50px;
    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;
    margin-bottom: 14px;
}
.article-list .txt {
    position: relative;
    padding-left: 76px;
    line-height: 1.5;
}
.article-list .date {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 56px;
    height: 70px;
    color: #52A9A4;
    border: 1px solid #52A9A4;
    background: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}
.article-list .date small {
    display: block;
    font-size: 14px;
}
.article-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin: 0 0 8px 0;
    transition: all .5s;
}
.article-list .box:hover .name {
    color: #52A9A4;
}
.article-list .description {
    position: relative;
    box-sizing: border-box;
    color: #535353;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.article-list .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100px;
    color: #555555;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1.9px;
    line-height: 30px;
    border-bottom: 2px solid #52A9A4;
    margin: 20px auto 0;
    font-family: 'Cormorant Garamond', serif;
    transition: all .5s ease;
}
.article-list .box:hover .more {
    border-bottom-color: rgb(82, 169, 164, 0.3);
    color: #52A9A4;
}
.article-header {
    max-width: 1000px;
    margin: 0 auto;
}
.article-header .date {
    display: block;
    color: #52A9A4;
    border: 1px solid #52A9A4;
    background: #fff;
    width: 80px;
    height: 74px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 25px;
    font-family: 'Cormorant Garamond', serif;
}
.article-header .date small {
    display: block;
    font-size: 18px;
}
.article-header .title {
    color: #333;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 0 0 16px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 32px;
    text-align: center;
}
.article-header .pic{
    padding: 0 0 32px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 24px; 
}
.article-detail .title {
    color: #fff;
    border: 1px solid #52A9A4;
    background: #52A9A4;
    width: 135px;
    height: 35px;
    letter-spacing: 1.5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    margin: 0 auto 32px;
    font-family: 'Cormorant Garamond', serif;
}
.article-detail .editor {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .article-list {
        margin: 0 -7px;
    }
    .article-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .article-list .name{
        font-size: 16px;
        margin: 0 0 4px 0;
    }
    .article-list .item {
        width: 50%;
    }
    .article-list .item:nth-child(4n+1) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
    .article-header .title {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .article-header .pic {
        padding: 0 0 24px;
        border-bottom: 1px solid #ddd;
        margin: 0 auto 24px;
    }
    .article-header .date {
        line-height: 1;
        margin: 0 auto 16px;
        width: 80px;
        height: 60px;
    }
    .article-detail .title{
        height: auto;
        margin: 0 auto 16px;
    }
}
@media screen and (max-width: 767px) {
    .article-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 580px) {
    .article-list .item {
        width: 100%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
}