@charset "utf-8";
.article-list .box {
    margin: 0 auto 30px;
    line-height: 1.65;
    overflow: hidden;
}
.article-list .pic {
    float: left;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.article-list .pic:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.article-list .box:hover .pic:before {
    opacity: 0.7;
}
.article-list .txt {
    margin-left: 450px;
    border: 1px solid #ddd;
    padding: 28px 28px 30px;
    position: relative;
    background: #ffffff;
}
.article-list .date {
    display: inline-block;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight:  800;
    margin-bottom: 15px;
    background:#1168AA;
    width:100px;
    padding:0 0 5px;
}
.article-list .date small {
    display: inline-block;
    margin-top: 5px;
    padding-left:0px;
    letter-spacing: 0;
    font-size: 15px;
}
.article-list .name {
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
}
.article-list .box:hover .name{
    color: #1169AA;
}
.article-list .description {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #666666;
}

.article-header {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
}
.article-header .date {
    position: relative;
    display: block;
    color: #ffffff;
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    background: #1168AA;
    width:130px;
    margin:0 auto 15px;
}
.article-header .date small {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    padding-left:0px;
}
.article-header .title {
    /* display: table-cell; */
    vertical-align: middle;
    padding-left: 15px;
    color: #444;
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
}
.article-detail {
    padding-bottom: 20px;
}
.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;
}

/* keyword */
.keyword_box {
    font-size: 14px;
    color: #6f6f6f;
    padding: 0px;
    line-height: 22px;
    position: relative;
    margin: 15px auto 0;
    box-sizing: border-box;
    background: #fff;
}

.article-list .keyword_box .box {
    background: none;
    border: none;
    padding: 0;
}

.keyword li,
.keyword_box .keyword li a {
    display: inline;
    padding: 0;
    background: none;
    color: #1169AA;
}

.keyword li a:hover {
    text-decoration: underline;
}

.keyword li+li:before {
    content: ',';
}
.keyword li:before{
    content:'◆';
}
.keyword .icon-ic-keyword {
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 2px 6px 0 0px;
    color: #6f6f6f;
    float: left;
}
.article.fb,
.keyword_box.detail{
    text-align: center;
}
.keyword_box.detail{
    margin-bottom: 10px;
}


@media screen and (max-width: 1000px) {/*手機板*/
    .article-list {
        margin: 0 -7px;
    }
    .article-list .pic{
        display:none;
    }
    .article-list .txt {
        padding: 15px;
        margin: 0;
    }
    .article-list .date {
        position: static;
        height: auto;
        font-size:14px;
        margin: 0 0 10px;
        padding: 0;
    }
    .article-list .date small{
        font-size:14px;
        margin-top: 0;
        display:inline-block;
        padding-left: 0px;
    }
    .article-list .name{
        font-size: 17px;
        height: auto;
        margin-bottom: 3px;
    }
    .article-list .description{
        font-size: 14px;
    }
    .article-header,
    .article-header .date,
    .article-header .title {
        display: block;
    }
    .article-header .date {
        font-size: 14px;
        padding: 0 0 5px;
        width:  100px;
        text-align:  center;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .share_box {
    margin: 10px 0;
}
    .article-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
    .article-header .title {
        padding: 0;
        font-family: "Noto Sans TC", sans-serif;
        text-align: left;
        font-size: 16px;
    }  
    .article-header{
        margin-bottom: 5px;
        text-align:  left;
    }
    .article-detail{
        padding-bottom: 5px;
    }
    .article.fb,
.keyword_box.detail{
    text-align: left;
}
}