@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    position: relative;
}
.type5 .article-list .item .box{
    margin:0;
    padding: 0 0 15px;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .name{
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
.article-list .box:hover .name{
    color: #005CB9;
}
.type5 .article-list .item .name{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 0px;
    padding: 0;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}
.article-list .description{
    color: #7D7F7F;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.6;
    height: auto;
    max-height: max-content;
}

.type5 .article-list .description{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.type5 .article-list{
    margin: 0 -10px;
}
.type5 .article-list .item{
    padding: 0 10px;
    margin-bottom: 35px;
}
.type5 .article-list .item .pic{
    margin: 0;
}
.type5 .keyword_box{
    color: #005CB9;
}
.article-list .item .date{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 10px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: #00A5BE;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #005CB9;
}
.type5 .article-list .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    left: 15px;
    top: -77px;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.85;
    margin-bottom: -18px;
    font-size: 30px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.article-date{
    margin:auto;
}
.type5 .article-list .item .text{
    position: relative;
    box-sizing: border-box;
    min-height: inherit;
    padding: 15px 15px 0;
    margin: 0;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 30px;
    font-size: 15px;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: rgb(0,160,155);
    background: -moz-linear-gradient(left, rgba(0,160,155,1) 0%, rgb(0,92,185,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,160,155,1) 0%,rgb(0,92,185,1) 100%);
    background: linear-gradient(to right, rgba(0,160,155,1) 0%,rgb(0,92,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A09B', endColorstr='#005CB9',GradientType=1 );
    transition: all .3s ease;
    border-radius: 30px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #005CB9;
    border-color: #005CB9;
}
.type1 .article-list .date .month, .type1 .article-list .date .years{
    font-weight: 600;
}
.type1 .article-list .box:hover .btn.more,
.type4 .article-list .box:hover .btn.more{
    background: #333333;
    color: #FFFFFF;
}
.article-list .text-all {
    border-color: #DDDDDD;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 16px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #005CB9;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}

.type4 .right-box .tit,
.type3 .keyword_box:before{
    font-family: "Montserrat", sans-serif;
    color: #333333;
}
.type2 .keyword_box {
    border-bottom: 1px solid #DDDDDD;
}
.type2 .keyword_box:before{
    background: #DDDDDD;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    margin: -35px 0px 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: #00A5BE;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.85;
    margin-bottom: -18px;
    font-size: 30px;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0px;
    margin: 0px 0 10px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 450;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #333333;
    letter-spacing: 0.04em;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .date{
        width: 56px;
        height: 56px;
        top: -71px;
    }
    .type5 .article-list .item .date .day{
        font-size: 28px;
        line-height: 0.9;
        margin-bottom: -16px;
    }
    .type5 .article-list .item .date .month,     .type5 .article-list .item .date .years{
        font-size: 11px;
    }
    .article-list .item .name,
    .type5 .article-list .item .name{
        font-size: 17px;
    }
}
@media screen and (max-width: 769px) {
    .article-list .text-all {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 767px){
    .content-top {
        margin: 40px 0 20px;
        padding: 10px 0px;
        border-radius: 10px;
    }
    
}