@charset "utf-8";
/*列表通用 index、news*/
.news-sect .container {
    display: flex;
}
.news-sect .container:before {
    content: '';
    position: absolute;
    width: 1300px;
    height: 632px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    /* box-shadow:2px 2px 38px rgba(220,148,89,0.17); */
}
.news-list .date{
    color: #B79AB4;
}
.news-list.type4 .date{
    font-family: 'Crimson Text', sans-serif;
    padding: 0px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.8;
    color: #ffffff;
    background: #A5A0A7;
    padding: 10px 10px;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    font-size: 30px;
    box-sizing: border-box;
}
.news-list.type4 .box:hover .date,.news-list.type4 .box:hover .date{
    color: #fff;
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(315deg,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
}
.news-list.type4 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list .name{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #333333;
}
.news-list .box:hover .name{
    text-decoration: underline;
}
.news-list .description{
    color: #868686;
}
.news-list.type1 .name,
.news-list.type1 .description {
    width: 80%;
}
.news-list.type1 .txt {
    /* width: calc(100% - 350px); */
    /* box-sizing: border-box; */
    width: 100%;
    padding: 0;
    padding: 25px 0px;
    border-bottom: solid 1px rgba(189, 190, 193, 0.3);
}
.news-list.type1 .date{
    font-family: 'Crimson Text', sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.8;
    color: #ffffff;
    background: #A5A0A7;
    padding: 15px 15px;
    width: 80px;
    height: 80px;
    font-size: 30px;
    box-sizing: border-box;
}
.news-list.type1 .date .years:before {
    content: '.';
    display: none;
}
.news-list.type1 .date .month:before {
    content: '.';
}
.news-list.type1 .date {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center;     /* 允許換行 */
}
.news-list.type1 .day {
    order: 1;             /* 22 在第一排 */
    width: 100%;          /* 讓它獨占一行 */
    text-align: center;   /* 視需求，置中可調整 */
}
.news-list.type1 .years {
    order: 2;             /* 年在第二排最前 */
}
.news-list.type1 .month {
    order: 3;             /* 月在年後 */
}
/* .news-list.type4 .date{
    background: #F3F3F6 ;
    color: #333; 
}
.news-list.type1 .date .month, .news-list.type1 .date .years{
    font-size: 13px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;;
} */
.news-list.type1 .box:hover .date,.news-list.type4 .box:hover .date{
    color: #fff;
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(315deg,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
}
.news-list.type1 .box {
    /* left: 70px; */
}
.news-list.type1 .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    font-size: 35px;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.news-list.type1 .item .txt_in {
    padding: 0px 15px;
    overflow: hidden;
    width: 100%;
}
.news-list.type1 .item{
    border: none;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list.type1 .more-box {
    display: none;
}
.news-list .btn.more,.news-list .box:hover .btn.more{
    background: #FFF;
    color: #B79AB4;
    border: 1px solid #F5E7E8;
    border-radius: 0px;
}
.news-list .box:hover .btn.more{
    transition: all .5s ease;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background-image: linear-gradient(315deg,
        rgba(230,169,168,1) 0%,
        rgba(198,182,199,1) 50%,
        rgba(164,189,206,1) 100%);
    text-align: center;
    border-radius: 0px;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
    padding: 10px;
}
.news-date{
    font-family: 'Crimson Text', sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.8;
    border-radius: 0px;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background-image: linear-gradient(315deg,
        rgba(230,169,168,1) 0%,
        rgba(198,182,199,1) 50%,
        rgba(164,189,206,1) 100%);
    text-align: center;
    border-radius: 0px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
    padding: 8px 15px;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .day{
    order:1;
}
.news-date .month{
    order:3;
    font-size: 14px;
}
.news-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.news-detail{
    border-bottom:  1px dashed #d7ccb7;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-date{
        padding-top: 0;
        height: 41px;
    }
    .news-date .month, .news-date .years{
        font-weight: normal;
    }
    .news-date .years{
        font-size: 14px;
        order: 2;
    } 
    .news-date .day{
        order:1;
        width: auto;
    }
    .news-date .month{
        order:3;
        font-size: 14px;
    }
    .news-date .day:after{
        content: '/';
        margin: 0 5px;
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .news-date .month:before{
        content: '.';
        display: inline-block;
    }
    .news-detail .news-title{
        font-size: 18px;
        line-height: 1.65;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #C1AEB4;
    }
        .news-list.type1 .date {
        padding: 15px 8px;
    }
    .news-list.type1 .box {
        line-height: 1.5;
        padding: 10px 15px;
        white-space: normal;
}
.news-list.type1 .name,
.news-list.type1 .description {
    width: 100%;
}
}
