@charset "utf-8";
/*------------ article ------------*/
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
}
.article-list .pic,
.article-list .pic img {
    border-radius: 15px;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    color: #121212;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .name{
    color: #00BBD4;
}
.article-list .item .box .description{
    color: #878787;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: all 0.3s ease;
    margin: 0;
}
.article-list .box:hover .description{
    color: #666;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: #444;
    font-family: 'Montserrat', serif;
}
.article-box .article-list .btn.more{
    position: relative;
    letter-spacing: 0;
    font-weight: normal;
    color: #121212;
    background: #eee;
    border-radius: 40px;
    overflow-x: hidden;
    transition: all 0.3s ease;
    font-family: 'Montserrat', serif;
    z-index: 5;
}
.article-box .article-list .box:hover .btn.more{
    background: #00BBD4;
    color: #fff;
}
/*/列表通用 index article*/
/*ar_type1*/
.type1 .article-list .item .box {
    margin: 0 auto 30px;
    border-style: dotted;
    border-width: 0 0 2px;
    border-color: #ddd;
    padding-bottom: 30px;
}
.type1 .article-list .date,
.type1 .article-list .date .day,
.type1 .article-list .date .month,
.type1 .article-list .date .years {
    font-weight: normal;
}
.article-list .text-all {
    border-color: #ddd;
}
.type1.article-box .article-list .btn.more{
    width: 100px;
    height: 100px;
    line-height: 1.2;
    border-radius: 112px;
    white-space: unset;
    padding: 30px;
    overflow-x: unset;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date {
    max-width: 110px;
}
.type2 .article-list .date,
.type2 .article-list .date .day,
.type2 .article-list .date .month,
.type2 .article-list .date .years {
    font-weight: normal;
}
.type2 .article-list .date .day {
    padding-right: 5px;
}
.type2 .article-list .date{
    border-color: #00BBD4;
    border-width: 0 0 3px;
}
.type2 .keyword_box:before {
    background: #ddd;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .item .box {
    margin: 0 auto 30px;
}
.type3 .article-list .date,
.type3 .article-list .date .day,
.type3 .article-list .date .month,
.type3 .article-list .date .years {
    font-weight: normal;
}
.type3 .keyword_box:before {
    color: #444;
    font-weight: normal;
    font-family: 'Montserrat', "微軟正黑體", serif;
}
.type3 .article-list .item .name {
    min-height: 28px;
}
.type3 .article-list .Category {
    background: #fff;
    border: 1px solid  #00BBD4;
    color: #00BBD4;
    padding: 0 10px;
    border-radius: 30px;
    font-weight: normal;
    margin-right: 10px;
}
.type3 .article-list .Category+.date:before {
    display: none;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .item .box {
    padding-bottom: 0;
}
.type4 .article-list .item .name {
    min-height: 28px;
    margin-bottom: 60px;
    margin-top: 30px;
}
.type4 .article-list .date:before{
    color: #00BBD4;
}
.type4 .article-list .more-box {
    position: absolute;
    left: 0;
    bottom: 40px;
}
.type4 .keyword_box {
    border-bottom: 2px dotted #ddd;
}
.type4 .right-box .tit {
    color: #444;
    font-weight: normal;
    font-family: 'Montserrat', "微軟正黑體", serif;
}
.type4 .article-list.right-box li .name {
    -webkit-line-clamp: 2;
    max-height: 48px;
    margin: 10px 0 0;
    line-height: 1.5;
}
/*/ar_type4*/
/*ar_type5*/
.type5 .article-list .item .box {
    margin-bottom: 30px;
}
.type5 .article-list .item .box{
    padding: 10px;
    background: rgba(170, 170, 170, .2);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .3s ease;
    overflow: hidden;
}
.type5 .article-list .box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F4F1E2;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.type5 .article-list .box:hover:before{
    opacity: 1;
}
.type5 .article-list .item .text {
    margin: 0;
}
.type5 .keyword_box:before{
    left: 25px;
}
.type5 .article-list .pic .mask{
    display: none;
}
.type5 .article-list .item .date,
.article-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
    margin: -45px 10px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 0.5;
    color: #00BBD4;
    background: #eee;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: 'Montserrat', serif;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    order: 1;
    width: 100%;
    font-weight: 600;
    display: block;
    line-height: 0.8;
    margin-bottom: 20px;
    font-size: 30px;
}
.type5 .article-list .item .month {
    order: 3;
}
.type5 .article-list .item .years {
    order: 2;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-weight: 500;
}
.type5 .article-list .item .box .name {
    padding: 0;
    font-size: 18px;
}
.type5 .keyword_box{
    padding: 9.5px 27px 9.5px 47px;
    margin: 15px 0 0;
    color: #AAAAAA;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/*/ar_typ5*/
/*keyword_box*/
.keyword li a {
    border: 1px solid #eee;
    background: #eee;
}
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #444;
}
/*/keyword_box*/
/*------------ /article ------------*/
/*------------ content ------------*/
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order: 3;
}
.article-date{
    position: relative;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    padding: 5px 0 0;
    width: 60px;
    height: 60px;
    font-weight: 500;
    background: rgba(170, 170, 170, .2);
    border-radius: 100%;
    z-index: 2;
}
.article-date .years{
    order: 2;
}
.article-date .day{
    order: 1;
    width: 100%;
    font-weight: 600;
    display: block;
    line-height: 0.8;
    margin-bottom: 20px;
    font-size: 30px;
}
.article-date .month{
    order: 3;
}
.article-date .month::before {
    content: '.';
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-weight: 500;
}
.article-title{
    color: #444;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 35px;
    padding-left: 81px;
    border-bottom: 1px solid #ddd;
    margin: -60px 0 10px;
}
.article-detail{
    position: relative;
    box-sizing: border-box;
}
.share_box{
    text-align: left;
    padding: 10px 0;
    border: 1px solid #dddd;
    border-width: 0 0 1px;
    margin: 0;
}
.editor + .share_box{
    border-width: 0;
    border-bottom: 1px solid #dedede;
}
.pic_box{
    padding: 0px;
    margin: 20px auto 30px;
    background: #f8f8f8;
}
.pic_box img{
    max-width: 650px;
    margin: auto;
}
.article-detail .share_box{
    text-align: left;
}
.keyword_box.detail{
    padding-bottom: 20px;
    margin-top: 10px;
}
.keyword_box.detail i{
    color: #aaa;
    top: 12px;
}
.keyword_box.detail li+li:before{
    content: ',';
    color: #aaa;
}
.keyword_box.detail  li a{
    padding: 0;
    background: none;
    border: none;
    color: #aaa;
}
.keyword_box.detail li a:hover{
    color: #121212;
    text-decoration: underline;
    background: none;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .box{
        padding: 10px;
    }
    .column3 .article-list {
        margin: 0 -5px;
    }
    .column3 .article-list .item {
        padding: 0 5px;
    }
    .type5 .article-list .item .box .name {
        font-size: 16px;
        margin: 0 0 5px;
    }
    .article-list .item .box .description {
        margin: 0;
    }
    .article-date {
        margin: 0 0 5px;
    }
    .article-title {
        font-size: 18px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .share_box {
        padding: 0 0 15px;
    }
}
@media screen and (max-width: 769px){
    .column3 .article-list {
        margin: 0 -5px;
    }
    .column3 .article-list .item {
        padding: 0 5px;
    }
}