@charset "utf-8";
/*列表通用 index article*/
.share_box .share-link{
    text-align: left;
}
.article-list .item .box{
    margin: 0 auto 40px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 40px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 1px;
}
.article-list .item .description{
    color: #ACACAC;
}
.article-date{
    margin: auto;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
}
/*/列表通用 index article*/
/*------------ article ------------*/
/*ar_共同*/
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    font-weight: normal;
    color: #444;
    border-radius: 4px;
    position: relative;
    background: #ECE0D2;
    transition: all 0.3s ease;
}
.type1 .article-list .box:hover .btn.more,
.type4 .article-list .box:hover .btn.more {
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1); 
}
/*/ar_共同*/
/*ar_type1*/
.type1 .article-list .item .box {
    margin: 0 auto 25px;
    border-style: dashed;
    border-width: 0 0 1px;
    border-color: #ddd;
    padding-bottom: 25px;
}
.article-list .text-all {
    border-color: #e7e7e7;
}
.type1 .article-list .date {
    color: #ACACAC;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
    transition: all 0.3s ease;
}
.type1 .article-list .date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0;
}
.type1 .article-list .date .day {
    display: block;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    order: 3;
}
.type1 .article-list .date .day:before {
    content: '.';
}
.type1 .article-list .date .month {
    font-size: 50px;
    line-height: 1;
    order: 2;
    margin: 0;
}
.type1 .article-list .date .years {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    order: 1;
    margin: 0;
}
.type1 .article-list .date .years:before {
    content: '';
}
.type1 .article-list .box:hover .date {
    color: #444;
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date{
    font-weight: normal;
    color: #ACACAC;
    border-color: #ACACAC;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
    transition: all 0.3s ease;
}
.type2 .article-list .date .month,
.type2 .article-list .date .years {
    font-weight: normal;
}
.type2 .keyword_box:before {
    background: transparent;
    border-top: 1px dashed #ddd;
}
.type2 .keyword_box {
    border-bottom: 1px dashed #ddd;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .item .box {
    margin: 0 auto 40px;
}
.type3 .article-list .date {
    font-weight: normal;
    color: #ACACAC;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
}
.type3 .article-list .date .month,
.type3 .article-list .date .years {
    font-weight: normal;
}
.type3 .keyword_box::before {
    color: #444;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
}
.type3 .article-list .Category {
    font-weight: normal;
    color: #444;
}
.type3 .article-list .Category+.date:before {
    background: transparent;
    border-top: 1px dashed #444;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .date,
.type4 .article-list .date .month,
.type4 .article-list .date .years{
    color: #444;
    font-weight: normal;
}
.type4 .article-list .date:before{
    color: #F99900;
}
.type4 .keyword_box{
    border-bottom: 1px dashed #ddd;
}
.type4 .right-box .tit {
    font-family: 'Bellefair', 'Noto Sans TC', serif;
}
.type4 .article-list .date .month:before,
.type4 .article-list .date .day:before {
    content: '.';
}
/*/ar_type4*/
/*ar_type5*/
.type5 .keyword_box{
    color: #444;
}
.type5 .article-list .item .pic {
    margin-bottom: 0;
}
.type5 .article-list .item .date {
    border-radius: 3px;
    color: #666;
    font-weight: 500;
    background: #F5EFE8;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px 0 15px;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.type5 .article-list .item .box:hover .date {
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.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;
}
.type5 .article-list .item .name {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}
.type5 .article-list .item .box {
    padding: 0;
    border: 0;
}
.type5 .keyword_box:before {
    top: 13px;
}
/*/ar_type5*/
/*keyword_box*/
.keyword_box i{
    position: absolute;
    top: 20px;
    left: 0;
    float: left;
    font-size: 14px;
    line-height: 14px;
}
.article-detail .fb{
    padding: 5px 0 10px;
}
.keyword_box.detail{
    position: relative;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 10px 0 10px 25px;
    height: auto;
    max-width: 1000px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.keyword li a {
    padding: 7px 8px 3px;
    border-radius: 4px;
}
.keyword li a,
.type4 .keyword li a {
    background: #F5EFE8;
    border: 1px solid #F5EFE8;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*/keyword_box*/
/*------------ /article ------------*/
/*------------ content ------------*/
.article-date{
    white-space: nowrap;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
    margin: 10px 0 30px;
    transition: all 0.3s ease;
}
.article-date .day{
    line-height: 1;
    font-size: 25px;
    font-weight: normal;
    margin: 2px 0 0;
    order: 3;
}
.article-date .day:before{
    content: '.'
}
.article-date .month{
    line-height: 1;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 2px 0 0;
    order: 2;
}
.article-date .years{
    line-height: 1;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    order: 1;
}
.pic_box{
    display: none;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #444;
    letter-spacing: 2px;
    border-bottom: 1px dashed #ddd;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/