.fb {
    overflow: hidden;
}
.share_box{
    margin-bottom: 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: #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 ------------*/
.article-list {
    margin: 0px;
}
.article-list li {
    width: 25%;
    padding: 0 10px 50px;
    position: relative;
    text-align: center;
}
.article-list li:nth-child(4n+1) {
    clear: left;
}
.article-list li .box {
    max-width: 296px;
    margin: 0 auto;
    border: 1px solid #D7DDE8;
    box-sizing: border-box;
    padding: 6px 6px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+97,f6f6f6+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 97%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 97%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 97%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 2px 2px rgb(236, 236, 236);
}
.article-list li .box a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.article-list li .pic:before,
.article-list li .pic .cover {
    content: "";
    transition: all .2s;
    position: absolute;
    opacity: 0;
}
.article-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/common/bg/bg03.png');
}
.article-list .pic .cover {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.45;
    text-align: center;
    max-width: 160px;
    width: 100%;
    left: 50%;
    top: 0;
    margin: -48px 0 0 -80px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.article-list .pic .cover i {
    color: #A2A2A2;
    font-size: 13px;
    background: #fff;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    line-height: 29px;
    position: relative;
    text-shadow: none;
    margin: 25px auto 0;
}
.article-list .pic .cover i:after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 10px 0 10px -20px;
    background: rgba(255, 255, 255, .5);
}
.article-list .box:hover .pic:before,
.article-list .box:hover .pic .cover {
    transition: all .2s;
    opacity: 1;
}
.article-list .box:hover .pic .cover {
    top: 50%;
}
.article-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    color: #777777;
    height: 18px;
}
.article-list li .date {
    display: block;
    margin: 7px 0;
    color: #677DAB;
    border-bottom: 1px solid #D9D9D9;
}
/*------------ detail-main ------------*/
.article-detail {
    max-width: 950px;
    margin: auto;
}
.article-date {
    font-size: 20px;
    color: #7D8BC4;
    line-height: 1.2;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    padding: 9px 0 5px;
    margin: 0 0 7px;
    border-bottom: 1px solid #E0E4ED;
    position: relative;
}
.article-date:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    height: 5px;
    background: url('../../images/common/article/shadow.png') no-repeat center top;
}
.article-date span {
    display: block;
}
.article-title {
    border: 1px solid #E0E4ED;
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: 17px;
    color: #6C6C6C;
    padding: 5px 30px;
    position: relative;
}
.article-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -20px;
    border-style: solid;
    border-width: 21.5px 0 21.5px 16px;
    border-color: transparent transparent transparent #EEEEEE;
}
.pic{
    text-align: left;
    margin-bottom: 10px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1400px) {
    .article-list {
        margin: 0 -15px;
    }
    .article-list li {
        padding: 0 15px 50px;
    }
}
@media screen and (max-width: 1024px) {
    .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;
    }
    .article-date span {
        display: inline-block;
        margin: 0 0 0 10px;
    }
}
@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 50px;
    }
}
