@charset "utf-8";
/*列表通用 index、news*/
.news-list .date{
    color: #46312E;
    font-family: "Poppins", sans-serif !important;
    transition: all .3s ease;
}
.news-list .date .item .box:hover{
    color: #AC6740;
}
.news-list.type1 .date{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0px 20px;
}
.news-list.type1 .date::before{
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 50%;
    background: rgba(70,49,46,.2);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}
.news-list.type1 .date .day{
    font-size: 35px;
    font-weight: normal;
    width: 100%;
    order: 1;
}
.news-list.type1 .date .years{
    order: 2;
}
.news-list.type1 .date .month{
    order: 3;
}
.news-list.type1 .date .month,.news-list.type1 .date .years{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 0;
    line-height: 1.1;
}
.news-list.type1 .date .years:before{
    content: '';
}
.news-list.type1 .date .years::after{
    content: '.';
}
.news-list .date{
    font-family: "Poppins", sans-serif !important;
}

.news-list.type4 .date{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #46312E;
    color: #fff;
}
.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-size: 18px;
    font-weight: normal;
    color: #46312D;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-family: "Noto Sans TC", sans-serif;
    transition: all .3s ease;
    margin-bottom: 3px;
}
.news-list .box:hover .name{
    color: #AC6740;
}
.news-list .description{
    color: #8C7E73;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.5;
}
.news-list.type1 .item{
    background: #FEFDFC;
    border-radius: 20px;
    border-bottom:none;
    box-shadow: 5px 5px 12px rgba(221,208,193,.1);
}
.news-list.type1 .item+.item{
    margin-top: 8px;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more{
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    background: #FFF;
    color: #501F00;
    border: 1px solid #9E705A;
    transition: all .3s ease;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
}
.news-list .box:hover .btn.more{
    transition: all .3s ease;
    color: #FFF;
    background: #501F00;
    border: 1px solid #501F00;
}
.news-list.type1 .more-box,
.news-list.type1 .btn.more{
    display: none;
}
.news-list.type1 .txt{
    width: 100%;
    padding: 0 15px;
}
.news-list.type1 .item .txt_in {
    box-sizing: border-box;
    padding: 28.5px 20px;
}
.news-list.type3 .item {
    border-left: solid rgba(80,31,0,.2) 1px;
}
.news-list.type4 .txt {
    padding: 0 10px 10px 10px;
}
@media screen and (max-width: 1000px){
    .news-list .name{
        font-size: 17px;
    }
    .news-list .description{
        font-size: 14px;
    }
    .news-list.type1 .item .txt_in {
        padding: 20.5px 15px;
    }
    .news-list.type1 .date {
        padding: 30px 0px 15px;
    }
    .news-list.type1 .date .day {
        font-size: 32px;
    }
    .news-list.type1 .date .month, .news-list.type1 .date .years {
        font-size: 13px;
    }
}
/*!列表通用 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;
}
.news-date{
    color: #ffffff;
    font-size: 25px;
    padding-left: 1px;
    font-family: "Poppins", sans-serif;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #AC6740;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .years::after{
    content: '.';
}
.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;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: normal;
    color: #46312D;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-family: "Noto Sans TC", sans-serif;
}
.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 #f90;
    }
}
