<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*列表通用 index、news*/

.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: unset;
    border-bottom: 4px solid #DDDDDD;
    background: #FFF;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
    top: -27px;
    border-bottom: 4px solid #ED83B2;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}

.news-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .item:hover .pic img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.news-list.type4 .item .date,
.news-date{
        border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Tangerine', cursive;
    font-weight: bold;
    background: #ED83B2;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 0px;
    font-size: 55px;
}
.news-list.type4 .item .date .years,.news-list.type4 .item .date .month{
    font-size: 25px;
    margin-top: -15px;
}
.news-list .item .name{
    color: #524A46;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;;
}
.news-list.type4 .name{
    font-size: 20px;
    height: 55px;
}
.news-list .box:hover .name{
    color: #524A46;
}
.news-list .item .description{
    color: #605A5A;
    font-family: 'Noto Serif TC', serif;
    font-weight: normal;

}
.news-list .item .box:hover .description{
    color: #605A5A;
}
.news-list.type4 .item .description {
    font-size: 16px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #707070;
    border: 1px solid #212121;
    background: #FFF;
    width: 120px;
    height: 42px;
    border-radius: 30px;
    font-family: 'Noto Serif TC', serif;
}
.news-list .box:hover .btn.more {
    background: #ED86B5;
    color: #FFF;
}


.news-list.type1 .item .name{
    font-size: 20px;
    height: auto;
    line-height: 34px;
    -webkit-line-clamp: 1;
    font-weight: normal;
/*    letter-spacing: 0.6px;*/
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
}
.news-list.type1 .date{
    font-family: 'Tangerine', cursive; 
    color: #ED86B5;
}
.news-list.type2 .date,.news-list.type3 .date{
    font-family: 'Tangerine', cursive; 
    color: #ED86B5;
    margin-bottom: -15px;
}
.news-list.type2 .date .day{
    font-size: 60px;
    padding-right: 10px;
}
.news-list.type2 .date .month, .news-list.type2 .date .years,
.news-list.type3 .date .day, .news-list.type3 .date .month, .news-list.type3 .date .years {
    font-size: 26px;
}
.news-list.type1 .date .day{
    font-size: 90px;
}
.news-list.type1 .date .month, .news-list.type1 .date .years{
    font-size: 26px;
}
.news-list.type3 .day {
    order: 3;
    line-height: 1.2;
}
.news-list.type3 .item{
    border-left: 1px solid rgb(187,187,187);
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: unset;
}




@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}



/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.5;
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: bold;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 25px;
    margin-top: -15px;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    display: none;
    
}
.news-title{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
    font-family: 'Noto Serif TC', serif;
}
/*------------ rwd ------------*/
@media screen and (max-width: 480px){
    .news-list.type4 .txt {
        padding: 0 12px 15px 12px;
    }
    .news-list.type4 .item .date{
        margin: -31px 0px 10px;
        width: 50px;
        height: 50px;
    }
    .news-list.type4 .item .date .day {
        line-height: 0.6;
        margin-bottom: 0px;
        font-size: 50px;
    }
    .news-list.type4 .item .date .years, .news-list.type4 .item .date .month {
        font-size: 18px;
        margin-top: -14px;
    }
    .news-list.type4 .name {
        font-size: 18px;
        height: 50px;
    }
    .news-list.type4 .item .description {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}</pre></body></html>