@charset "utf-8";

/*------------ article ------------*/

.article-list {
    margin: 0px -15px 0;
}
.article-list .box {
    position: relative;
}

.article-list li 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 {
    width: 33.3%;
    padding: 0 15px 40px;
    position: relative;
}

.article-list li:nth-child(3n+1) {
    clear: left;
}
.article-list li .pic-box{
      position: relative;
    box-sizing: border-box;
     margin: 0 auto 30px;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    visibility: visible;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transition: all .5s cubic-bezier(.175, .885, .47, 1.26);
    -moz-transition: all .5s cubic-bezier(.175, .885, .47, 1.26);
    -o-transition: all .5s cubic-bezier(.175, .885, .47, 1.26);
    -webkit-transition: all .5s cubic-bezier(.175, .885, .47, 1.26);
}

.article-list li:hover .pic {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px
}

.article-list li .pic img {
    width: 100%;
}

.article-list li .text {
    margin: 15px 0 0 0;
}

.article-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-size: 14px;
    line-height: 22px;
}

.article-list li .name {
    font-size: 16px;
    font-weight: bold;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin: 0 0 10px 0;
}


.article-list li .date,
.article-date {
    display: block;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0 15px 0 10px;
    line-height: 23px;
    text-align: center;
    bottom: -18px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    max-width: 154px;
    height: 36px;
    z-index: 9;
}

.article-list li .date b,
.article-date b {
    top: 4px;
    margin-right: 10px;
    padding-right: 6px;
    position: relative;
    display: inline-block;

}

.article-list li .date small,
.article-date small {
    font-size: 14px;
    line-height: 36px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 0.5px;
}



/*------------ detail-main ------------*/

.article-detail {
    margin: 0 auto;
    box-sizing: border-box;
}
.article-editor .pic{
   padding: 20px 0 50px;
    margin-bottom: 20px;
}
.article-date {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 0 0;
    margin:  0;
    padding: 0;
    font-weight: 400;
}
.article-date b{
     padding-right: 10px;
}
.article-date small{
     font-weight: bold;
     font-size:18px;
}
.article-title {
    font-size: 18px;
    position: relative;
}
.detail-tit{
    margin:10px 0;
    font-size: 18px;
    font-weight:  normal;
}
.share_box {
    text-align: left;
    margin: 15px 0;
}
.share_box.bottom{
    margin: 15px 0 0;
}
.share_box.bottom .share_box{
    margin: 15px 0 0;
}

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.editor {
    margin-bottom: 45px;
}


/* keyword */

.keyword_box {
    font-size: 14px;
    padding: 5px 0px;
    line-height: 30px;
    position: relative;
    margin: 4px auto 0;
    box-sizing: border-box;
}

.article-list li .keyword_box a {
    border: none;
    box-shadow: none;
}

.article-list .keyword_box .box {
    background: none;
    border: none;
    padding: 0;
}

.keyword li,
.keyword_box .keyword li a {
    display: inline;
    padding: 0px;
}

.keyword_box .keyword li:hover a {
    text-decoration: underline;
    background: none;
}

.keyword li+li:before {
    content: '、';
}

.keyword .icon-ic-keyword {
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: 7px 6px 0 0px;
    float: left;
}

.keyword li:hover .icon-ic-keyword {
    text-decoration: none;
}

.article-detail .fb {
    padding: 5px 0;
}

.keyword_box.detail {
    background: none;
    float: none;
    padding: 9px 0px 6px;
    height: auto;
    margin-top: 20px;
    display: inline-block;
    max-width: none;
    border: none;
}

.article-detail .fb {
    padding: 5px 0;
}

.new-art-box{
    margin-bottom: 20px;
}
/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    /*手機板*/
    .article-list {
        margin: 0 auto;
    }
    .article-list li .text {
        margin: 5px 0 0;
    }
    .article-list li .name {
    margin-bottom: 5px;
    }
    .article-list li {
        padding: 0 10px 25px;
    }
    .article-list .keyword li {
        padding: 0px;
    }

    .article-list li .description {
        font-size: 14px;
        height: auto;
    }
    .article-list li .date,
    .article-date {
    font-size: 20px;
    padding: 0;
    line-height: 20px;
    margin:auto;
    max-width: 134px;
    height: 36px;
}
.article-list li .date b,
.article-date b {
    top: 2px;
}

    .article-list li {
        width: 50%;
    }
    .article-list li:nth-child(3n+1) {
    clear: none;
}
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
    .keyword_box{
        margin:0px;
        line-height: 25px;
    }
    .article-title {
        /* margin: 0 -15px 5px; */
        /* padding: 65px 15px 10px; */
        /* text-align: center; */
        /* line-height: 25px; */
        /* font-size: 16px; */
    }
    .article-detail {
        /* padding: 0 20px 15px; */
    }
    .article-date {
        /* position: absolute; */
        /* top: 0; */
        /* left: 50%; */
        /* margin: 0 0 0 -36px; */
    }
    .editor {
        margin-bottom: 25px;
    }
    .article-date small{
     font-weight: bold;
     font-size:14px;
}
.detail-tit{
    font-size: 16px;
}
}