/*------------ article ------------*/

.article-list {
    margin: 15px -20px 0;
}

.article-list li {
    padding: 0 20px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}



.article-list li .box {
    /*max-width: 282px;*/
    margin: 0 auto;
    position:relative;
    min-height: 240px;
}
.article-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 320px;
    float: left;
}

.article-list li .pic:before,
.article-list li .pic .cover_h {
    content: "";
    transition: all .2s;
    position: absolute;
    opacity: 0;
}

.article-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.article-list .pic .cover_h {
    width: 45px;
    height: 45px;
    top: 0;
    left: 50%;
    text-align: center;
    margin: -27px 0 0 -27px;
    border: 1px solid rgba(255, 255, 255, .72);
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}

.article-list .pic .cover_h:before {
    content: "more";
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 45px;
    font-family: 'Istok Web', sans-serif;
    transform: rotate(45deg);
}

.article-list .box:hover .pic:before,
.article-list .box:hover .pic .cover_h {
    transition: all .2s;
    opacity: 1;
}

.article-list .box:hover .pic .cover_h {
    top: 50%;
}

.article-list li .text {
    /* margin: 25px 0 0 0; */
    border: 1px solid #9ab2c8;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 0 320px;
    transition:all .3s ease;
    min-height: 240px;
    text-align: left;
}

.article-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    min-height: 65px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 15px;
}

.article-list li .name {
    color: #dc973f;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 23px;
    margin: 20px 0 10px 0;
}

.article-list .box:hover .name {
    color: #33611D;
    text-decoration: underline;
}

.article-list li .date {
    position: absolute;
    border-radius: 50%;
    border: 5px solid rgba(119, 175, 54,0.8);
    text-align: center;
    bottom: -17px;
    left: 10px;
    z-index: 1;
}

.article-list li .date span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    border: 1px solid #fff;
    background: rgba(119, 175, 54,0.8);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.article-list li .date b {
    display: block;
    font-size: 32px;
}


/*------------ detail-main ------------*/

.article-detail {}
.article-detail .pic{
    margin-bottom: 15px;
}
.article-date {
    font-size: 20px;
    color: #92bf5e;
    font-weight: bold;
}

.article-date span {
    display: inline-block;
    border: 2px solid rgba(119, 175, 54,0.8);
    border-radius: 50%;
    margin: 0 0 0 10px;
}

.article-date b {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    background: rgba(119, 175, 54,0.8);
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
}

.article-title {
    margin: 10px 0;
    font-size: 17px;
    color: #dc973f;
    line-height: 1.7;
}

.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: #cccccc;
    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: 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;
    z-index: 90;
    position: relative;
}
.keyword_box .icon-ic-keyword{
    color: #24AF6A;
    vertical-align: top;
}

.keyword_box li:before {
    content: '，';
    display: inline-block;
}
.keyword_box li:nth-last-child(1):before {
    display:none;
}
.keyword_box li {
    padding:0;
    margin: 0;
}
.keyword_box li a{
    color: #24AF6A;
    line-height: 1;
    transition: all .3s ease;
    float:left;

}
.keyword_box li:hover a{
    color: #00afec;
}
.keyword_box.detail{
    margin:15px 0;
}  
/*------------ rwd ------------*/

@media screen and (max-width: 1100px) {
    .article-list {
        margin: 0px -20px;
    }
}

@media screen and (max-width: 900px) {
    /*.article-list {
        max-width: 700px;
        margin: 0 auto;
    }
    .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: 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 li .text {
        margin: 5px 0 20px;
        padding: 40px 15px 20px;
        clear: both;
        min-height: 230px;
    }
    .article-list li .name{
        margin: 0px 0 10px 0;
    }



}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 520px) {
    .article-list .item {
        width: 100%;
    }
}
