.fb {
    margin-bottom: 15px;
    overflow: hidden;
}
.share_box{
    margin-bottom: 5px;
}
.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{
    font-size: 14px;
    position: relative;
    z-index: 35;
    background: #f6f6f6;
    padding: 5px 10px;
    margin: 0 -10px;
}
.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: #E9443D;
}
.keyword_box.detail{
    margin:15px 0;
    padding: 15px;
}   
.article-detail .pic{
    margin-bottom: 15px;
    text-align: left;
}
.article-list {
    margin: 0 -10px;
}
.article-list li {
    width: 20%;
    padding: 0 10px;
}
.article-list li .box{
    max-width: 332px;
    margin: 0 auto 65px;    
    position: relative;
        padding-bottom: 20px;
}
.article-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list li .box .pic{
    position: relative;
}
.article-list li .box .pic img{
    width: 100%;
}
.article-list li .box .pic .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/common/article/focus.png)center center no-repeat,url(../../images/common/article/bg.png);
    top: 0px;
    left: 0px;
    opacity: 0;
}
.article-list li .box .pic .date{
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -37px;
    color: #FFF;
    background: url(../../images/common/article/date_bg.png);
    font-family: 'Arial';
    font-weight: bold;
    padding: 15px 10px;
    z-index: 2;
}
.article-list li .box .pic .date span{
    font-size: 30px;
    display: block;
    line-height: 24px;
}
.article-list li .box .pic .date .yearmonth{
    font-size: 15px;
    display: block;
}
.article-list li .box:hover .pic .cover{
    opacity: 1;
}
.article-list .txt {
    padding: 10px 10px 15px;
}
.article-list .name {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
}
.article-list .box:hover .name{
    color: #FF7662;
}
.article-list .date b,
.article-date b {
    color: #EA703A;
}
.article-list .description {
    height: 42px;
    line-height: 1.45;
    color: #5A4A3F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0;
}
.article-list li .box .more {
    content: "";
    background: #D8CDBE url('../../images/common/article/more.png') center center no-repeat;
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom:0px;
    text-align: center;
    font-size: 0;
}
.article-list li .box:hover .more {
    background: #FFA395 url('../../images/common/article/more.png') center center no-repeat;
}
.article-title {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #444444;
    max-width: 1280px;
    margin: 30px auto 40px;;
}
.date_title{
    width: 120px;
    height: 110px;
    padding: 20px 30px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFAC9F;
    margin: 0 auto;
    font-family: 'Arial';
}
.article-date {
    width: 120px;
    margin: 0 auto 40px;
    text-align: center;    
    padding-top: 15px;
    line-height: 30px;
}
.article-date .date{
    font-size: 40px;
    font-family: 'Arial';
    font-weight: bold;
    padding-bottom: 10px;
    background: url(../../images/common/article/hr.png)bottom center no-repeat;
    color: #FFF;
}
.article-date .ymonth{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 6px;
}
.article-date b {
    margin:0 auto;
    text-align: center;
}
.container.article-detail{
    max-width: 1100px;
}
.article-detail .title {
    color: #FF732F;
    font-size: 25px;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    line-height: 1.2;
}
@media screen and (max-width: 1100px) {
    .article-list li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .article-list {
        margin: 0 -6px;
    }
    .article-list li {
        width: 50%;
        padding: 0 6px;
    }
    .article-list .pic {
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    .article-list {
        margin: 0 -6px;
    }
    .article-list li {
        width: 100%;
        float: none;
        padding: 0 6px;
    }
}