@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3 .item{
    border-color: #ddd;
}
.news-list .item .box{
    padding: 0px;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
    background: #F093AE;
    color: #fff;
    border-radius: 0;
    font-family: "Cormorant Garamond";
    transition: all .2s;
}
.news-list .box:hover .btn.more {
    background: #6BCACF;
    color: #fff;
}
.news-list.type4{
    margin: 0 -16.5px;
}
.news-list.type4 .item {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0 16.5px;
}
.news-list.type4 .item .box{
    max-width: inherit;
    border:none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #ffffff;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    font-family: "Cormorant Garamond";
    transition: all .3s ease;
    z-index: 5;
}
.news-list .date{
    font-family: "Cormorant Garamond" !important;
    color: #525252;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years{
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    line-height: 2.2;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px 0px 5px;
    padding: 0;
    line-height: 1;
    background: #F093AE;
    transition: all .3s ease;
}
.news-list.type4 .item:hover .date{
    background: #6BCACF;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 10px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.news-list.type4 .txt{
    position: relative;
    padding: 0 15px 25px 15px;
    transition: all .3s ease;
}
.news-list.type4 .txt::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    box-shadow: 3px 3px 12px rgba(0,0,0,.1);
}
.news-list .item .name{
    color: #585858;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    -webkit-line-clamp: 2;
    height: auto;
    margin: 0 0 5px;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #6BCACF;
}
.news-list .item .description{
    color: #848484;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: auto;
}
/*!列表通用 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    color: #ffffff;
    background: #F093AE;
    width: 65px;
    height: 65px;
    padding-top: 0;
    align-items: center;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    display: block;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 10px;
}
.news-date .month{
    order:3;
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.news-date .month,.news-date .years{
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.news-date .years::after{
    content: '.';
}
.news-title{
    margin: -60px auto 10px;
    color: #525252;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
    .news-list.type4{
        margin: 0 auto;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
    }
}
@media screen and (max-width: 480px){
    .news-list.type4 .item .date, .news-date{
        width: 55px;
        height: 55px;
        margin: -30px 0px 5px;
    }
    .news-list.type4 .item .date .day{
        font-size: 32px;
        line-height: 1.2;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 13px;
    }
    .news-list.type4 .txt {
        padding: 0 10px 15px 10px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
}
