@charset "utf-8";
/*------------ article ------------*/
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 40px;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 40px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
    border-radius: 10px;
}
.article-list .item .name{
    color: #444;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all .3s ease;
}
.article-list .item .box:hover .name{
    color: #21A59C;
}
.article-date{
    margin: auto;
}
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description{
    font-size: 16px;
    color: #868686;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: #071D49;
    font-weight: 600;
    font-family: 'Poppins', serif;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
    background: #071D49;
    border-radius: 40px;
    font-weight: normal;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    color: #fff;
    background: #00988D;
}
/*/列表通用 index article*/
/*ar_type1*/
.article-list .text-all {
    border-color: #d6d6d6;
}
.type1 .article-list .item .box {
    margin: 0 auto 20px;
    border-style: dashed;
    padding-bottom: 20px;
}
.type1 .article-list .date {
    padding: 35px 25px 20px;
    line-height: 25px;
}
.type1 .article-list .date .day {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 25px;
}
.type1 .article-list .date .month,
.type1 .article-list .date .years {
    margin-top: -15px;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .item .box {
    margin: 0 auto 40px;
}
.type2 .article-list .date{
    color: #071D49;
    border-color:  #00988D;
}
.type2 .keyword_box {
    border-bottom: 1px dashed #d6d6d6;
}
.type2 .keyword_box:before {
    background: transparent;
    border-bottom: 1px dashed #d6d6d6;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .item .box {
    margin: 0 auto 20px;
}
.type3 .article-list .date{
    color: #071D49;
    border-color:  #00988D;
}
.type3 .keyword_box:before {
    color: #24262C;
    font-weight: 500;
    font-family: 'Poppins', '微軟正黑體', serif;
}
.type3 .article-list .Category+.date:before {
    background: #d6d6d6;
}
.type3 .article-list .Category {
    background: #00988D;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.type3 .article-list .item .name {
    padding: 0;
    line-height: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
}
.type3 .keyword_box {
    margin: 0;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .more-box {
    bottom: 10px;
}
.type4 .article-list .item .name {
    margin-bottom: 60px;
    min-height: 28px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
}
.type4 .CandD-box {
    margin-top: 70px;
}
.type4 .article-list .date:before{
    color: #00988D;
    border-color:  #00988D;
}
.type4 .right-box .tit {
    margin-top: 0;
    font-family: 'Poppins', '微軟正黑體', serif;
}
.type4 .keyword_box {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.type4 .article-list.right-box li .name {
    -webkit-line-clamp: 2;
    line-height: 1.4;
}
/*/ar_type4*/
/*ar_type5*/
.type5 .article-list .item .box {
    padding: 0 0 10px;
    margin: 0 0 30px;
}
.type5 .article-list .item .pic {
    margin: 0;
}
.type5 .article-list .item .text {
    box-sizing: border-box;
    padding: 15px 0 0;
    margin: 0;
}
.type5 .keyword_box{
    color: #666;
}
.type5 .article-list .item .date,
.article-date{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: normal;
    background: #071D49;
    border-radius: 100%;
    font-family: 'Poppins', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.type5 .article-list .item .box:hover .date {
    background:#00988D;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -22px;
    font-size: 27px;
    font-weight: 600;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 11px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.type5 .article-list .item .name {
    padding: 0;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all .3s ease;
}
.type5 .article-list .description {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
/*/ar_type5*/
/*keyword_box*/
.keyword_box i{
    font-size: 16px;
    line-height: 16px;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 20px 0 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #666;
    box-sizing: border-box;
    font-size: 16px;
    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;
}
/*/keyword_box*/
/*------------ /article ------------*/
/*------------ content ------------*/
.share_box .share-link{
    text-align: left;
}
.article-date{
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #00988E;
    z-index: 2;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -22px;
    font-size: 27px;
    font-weight: 600;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 11px;
    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-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    color: #071D49;
    letter-spacing: 1px;
    border: 1px dashed #d6d6d6;
    border-width: 1px 0;
    line-height: 1.4;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 769px) {
    .type4 .article-list.right-box li .text {
        margin: 0;
        padding: 15px 0 0;
    }
    .type4 .right-box {
        padding-bottom: 0;
        margin-bottom: 30px;
        border-bottom: 1px #d6d6d6 dashed;
    }
    .type4 .article-list .description {
        margin: 0 0 40px;
    }
    .type4 .article-list .more-box {
        bottom: 0;
    }
    .type4 .article-list .item .box {
        margin: 0 auto 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .type4 .article-list .item .box {
        max-width: unset;
    }
    .type4 .article-list .item .text {
        margin: 0;
        padding: 15px 0 0;
    }
    .type4 .CandD-box {
        margin-top: 60px;
    }
}