@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type3 {
    gap: 22px;
    margin: 0 0px;
}
.news-list.column3 .item {
    width: 23%;
    background: #fff;
    border-radius: 0 30px 30px 0;
    border-left: solid #E2DEDA 3px;
}
.news-list.column3 .item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 45px;
    background: #B8A589;
    left: -3px;
    top: 0;
    transition: all .2s;
}
.news-list.column3 .item:hover:before {
    height: 100%;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .day {
    order: 3;
    line-height: 1.5;
    margin-top: 5px;
}
.news-list .date .month, .news-list .date .years{
    font-size: 17px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 1px #D9D9D9;
    background: #F9F9F9;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    margin: 0 auto 35px;
}
.news-list.type4 .item .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Junge', sans-serif;
    font-weight: 400;
    background: #968A69;
}
.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: -15px;
    font-size: 35px;
}
.news-list .item .name{
    color: #333333;
    font-size: 17px;
}
.news-list .box:hover .name{
    color: #987C67;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
}
.news-list .btn.more{
    z-index: 5;
    /* overflow-x: hidden; */
    color: #968A69;
    background: #968A69;
    font-family: "Noto Serif TC", serif;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #968A69;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #968A69;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .date {
    letter-spacing: 0.01em;
}
.news-list.type2 .date {
    font-weight: 400;
    letter-spacing: 0;
}
.news-list.type2 .name {
    margin: 5px 0 5px;
}
.news-list.type3 .name {
    margin: 5px 0 15px;
}
.news-list .date {
    color: #987C67;
    font-family: 'Junge', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 15px;
    padding-bottom: 5px;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: unset;
}
.news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px){
    .news-list.column3 .item {
        width: 48%;
    }
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
@media screen and (max-width: 1000px){
    .news-list.column3 .item {
        width: 48%;
    }
}
@media screen and (max-width: 767px){
        .news-list.column3 .item {
        width: 100%;
    }
}
/*!列表通用 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.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
    font-family: "Noto Serif TC", serif;
}
/*------------ rwd ------------*/
