.fb {
    overflow: hidden;
    margin-bottom: 5px;
}
.share_box{
    
}
.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: #d3d3d3;
    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: 25px;
    line-height: 25px;
    border-radius: 15px;
    margin: 0;
    padding: 0px 0 0;
}
.share_box .share-link{
    line-height: 1;
}
.share_box .share-link li{
    line-height: 25px;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 0 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: #5F5F72;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    font-size: 16px;
    display: inline;
    transition: all .5s;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:before{
    content: '#';
    display: inline;
}
.keyword_box li:hover a{
    color: #1F2D7A;
}
.keyword_box.detail{
    margin:15px 0;
}   
/*------------ article ------------*/
.article-list {
    margin: 0 -16px;
}
.article-list li {
    width: 33.3%;
    padding: 24px 12px;
    position: relative;
}
.article-list li:nth-child(3n+1) {
    clear: left;
}
.article-list li .box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 390px;
}
.article-list li .top-box{
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 64px;
    margin: 0 auto;
    overflow: hidden;
}
.article-list li .pic:before{
    transition: all .2s ease-in-out;
    display: block;
    position: absolute;
    opacity: 0;
}
.article-list li .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(202, 159, 135, .6);
}
.article-list li:hover .pic:before{
    opacity: 1;
}
.article-list li .text {
    margin: -130px 0 0 0;
    padding: 130px 32px 48px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 48px;
    box-sizing: border-box;
    width: 100%;
}
.article-list li .name {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #2C2C3F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    white-space: inherit;
    transition: all .5s;
    overflow: hidden;
}
.article-list li:hover .name{
    color: #CE1A1B;
}
.article-list li .date {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 24px;
    top: -24px;
    z-index: 5;
    transition: all .5s;
    text-align: center;
    overflow: visible;
    box-sizing: border-box;
    display: none;
}
.article-list li:hover .date{
    
}
.article-list li .date:after{
    content: '';
    display: block;
    background: #CD191A;
    mask: url(../../images/common/article/date.png) 50% 50% no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    overflow: visible;
}
.article-list li:hover .date:after{
    background: #212F7C;
}
.article-list li .date .day {
    font-size: 30px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -32px;
    letter-spacing: 0;
}
.article-list li .date .month,
.article-list li .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    line-height: inherit;
}
.article-list li .date .years:before {
    content: '.';
}
.article-list a.cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 30;
}
/*------------ detail-main ------------*/
.article-date {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    z-index: 5;
    transition: all .5s;
    text-align: center;
    overflow: visible;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.article-date:after{
    content: '';
    display: block;
    background: #CD191A;
    mask: url(../../images/common/article/date.png) 50% 50% no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    left: calc(50% - 45px);
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    overflow: visible;
}
.article-date .day {
    font-size: 30px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -32px;
    letter-spacing: 0;
}
.article-date .month,
.article-date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    line-height: inherit;
}
.article-date .years:before {
    content: '.';
}
.ds_box{
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}
.article-title {
    color: #2C2C3F;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 auto 40px;
    max-width: 900px;
}
.article-title h1{
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto;
}
.article-title h1:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(to right, rgba(85, 85, 85, 1), rgba(85, 85, 85, 1) 8px, rgba(85, 85, 85, 0) 8px, rgba(85, 85, 85, 0));
    background-size: 12px 100%;
    max-width: 195px;
    margin: 24px auto 0;
    display: none;
}
.article-pic{
    margin:0 auto 15px;
    max-width: 600px;
    border-radius: 96px;
    overflow: hidden;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
    .article-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .article-list li:nth-child(4n+1) {
        clear: none;
    }
    .article-list li:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1024px){
    .article-title h1{
        font-size: 20px;
    }
    .share_box {
        margin-left: 16px;
    }
}
@media screen and (max-width: 767px) {
    .article-list li {
        width: 50%;
    }
    .article-list li:nth-child(3n+1) {
        clear: none;
    }
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 480px) {
    .article-list {
        margin: 0;
    }
    .article-list li {
        width: 100%;
        padding: 0 0 55px;
    }
}
