.fb {
    overflow: hidden;
}
.share_box{
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}
.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: #80caa5;
    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:before{
    content: 'KEYWORD';
    display: block;
    font-weight: bold;
    color: #444;
    margin-top: 5px;
}
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 50;
}
.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: #0085CC;
}
.keyword_box.detail{
    margin:15px 0;
}   
.article_detail .pic{
        margin-bottom: 15px;
}
.article-list .box {
    margin: 0 auto 20px;
    line-height: 1.65;
    overflow: hidden;
    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 {
    float: right;
    width: 280px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.article-list .pic:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.3);
    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;
}
.article-list .box:hover .pic:before {
    opacity: 1;
}
.article-list .txt {
    margin-right: 294px;
    border: 1px solid #80CAA5;
    padding: 20px 36px 20px 140px;
    position: relative;
}
.article-list .box:hover .txt {
    background: #F2FAF6;
}
.article-list .date {
    display: inline-block;
    color: #7FCAA5;
    font-family: '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 36px;
    top: 50%;
    margin-top: -50px;
}
.article-list .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}
.article-list .name {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
}
.article-list .description {
    color: #888;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.article-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}
.article-header .date {
    display: table-cell;
    vertical-align: middle;
    color: #7FCAA5;
    font-family: '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    border: 1px solid #7FCAA5;
    width: 130px;
    height: 130px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-header .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}
.article-header .date b {
    font-size: 18px;
    display: block;
}
.article-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #444;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}
.article-detail {
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .article-list {
        margin: 0 -7px;
    }
    .article-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .article-list .box {
        max-width: 320px;
        text-align: center;
    }
    .article-list .pic {
        float: none;
        width: auto;
    }
    .article-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .article-list .date {
        position: static;
        height: auto;
        font-size: 35px;
        margin: 0 0 6px;
    }
    .article-header,
    .article-header .date,
    .article-header .title {
        display: block;
    }
    .article-header .date {
        width: 88px;
        height: 80px;
        font-size: 28px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 14px 0 0;
    }
    .article-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
    .article-header .title {
        padding: 0;
        text-align: center;
        font-size: 21px;
    }
}
@media screen and (max-width: 520px) {
    .article-list .item {
        width: 100%;
    }
}