@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    background: #FFFFFF;
    border: 1px solid rgba(167,169,172,0.50);
}
.news-list .item .box{
    transition: all .2s;
}
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    margin-bottom: 45px;
    padding: 0 15px;
}
.news-list.type4 .item .box{
    max-width: 295px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type3 .item{
    border-left: solid 1px rgba(167,169,172,0.50);
}
.news-list.type3:before{
    display: none;
}
.news-list .date{
    font-family: "Gilda Display", serif !important;
    font-weight: normal !important;
    color: #1e4b25;
}
.news-list.type2 .date .years,
.news-list.type2 .date .month,
.news-list.type2 .date .day{
    font-weight: normal;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: transparent;
}
.news-list.type2 .date{
    font-weight: normal;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    background: #1e4b25;
}
.news-list.type4 .item .box:hover .date{
    background: #BD8720;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    padding: 0;
    line-height: 1;
    left: 0;
    top: 25px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.6;
    margin-bottom: -10px;
    font-size: 35px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.news-list.type4 .txt{
    box-sizing: border-box;
    padding: 15px 20px 20px;
}
.news-list .txt{
    position: static;
    min-height: inherit;
}
.news-list .box .name{
    color: #1e4b25;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #BD8720;
}
.news-list .box .description{
    color: #787878;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 0;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.news-list .box:hover .btn.more {
    background: #BD8720;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #1e4b25;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4{
        margin: 0 -10px;
    }
    .news-list.type4 .item{
        padding: 0 10px;
    }
    .news-list .box .name{
        font-size: 17px;
    }
    .news-list .box .description{
        font-size: 14px;
    }
    .news-list.type4 .txt {
        padding: 12px 15px 15px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
        text-align: center;
    }
    .news-list.type4 .item .date .day{
        font-size: 30px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
}
/*!列表通用 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: 0px;
    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: normal !important;
}
.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%;
}
/*------------ rwd ------------*/
