@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before {
    display: none;
}
.news-list.type4 .item{
    padding: 0 10px;
}
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item .box {
    transition: all .2s;
    border: inherit;

}

.news-list .item .box {
    transition: all .2s;
    top: 0;
}

.news-list.type4 .item .box:hover {
    top: -10px;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type1 .date{
    font-family: "Jost", sans-serif;
    color: #67625C;
}
.news-list.type1 .item .box{
    background: rgba(255, 255, 255, .5);
}

/*-- news pic before--*/
.news-list .item .box .pic:before {
    content: '';
    display: block;
    background: rgb(100 164 109 / 30%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
}

.news-list .item .box:hover .pic:before {
    opacity: 1;
}

.news-list.type4 .txt {
    position: static;
}
.news-list.type4 {
    position: relative;
    margin: 0 -10px;
    z-index: 2;
}
/*-- news pic before--*/
.news-list.type4 .item .box:hover .pic img {}

/*---- news modify ----*/
.news-list.type4 .txt {
    position: static;
    padding: 16px 25px 16px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -75px;
    background: #fff;
    z-index: 2;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
.news-list.type4 .pic{
    z-index: -1;
}
/*---- news modify ----*/
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    background: #64A46D;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 15px;
    top: 15px;
    margin-top: 0px;
    border-radius: 0;
    padding: 10px 0 13px;
    line-height: 1;
    font-family: 'Jost';
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-weight: 300;
}

.news-list.type4 .item .box:hover .date {
    background: #DDBB19;

}

.news-list .item .name {
    color: #66615B;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.news-list .box:hover .name {
    color: #478350;
}

.news-list .item .description {
    color: #999999;
    max-height: 45px;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    -webkit-line-clamp: 2;
}
.news-list .date{
    font-family: "Jost", sans-serif;
    color: #67625C;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    font-family: "Jost", sans-serif;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #67625C;
    color: #DCDEDE;
}
.news-list.type3:before{
    display: none;
}

.news-list .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #64A46D;
    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 .txt {
        margin-top: -30px;
        padding: 15px 20px;
        margin-left: 15px;
        margin-right: 15px;

    }
}
/*!列表通用 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{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0px;
    border-radius: 0;
    line-height: 1;
    font-family: "Jost", sans-serif;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    justify-content: center;
    text-align: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -20px;
    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: 300;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    font-family: "Noto Sans TC", sans-serif;
    color:#67625C;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
@media screen and (max-width: 480px) {
    .news-list.type4 .item .date{
        width: 50px;
        height: 50px;
        left: 12px;
        top: 12px;
        font-size: 26px;
        padding: 6px 0 10px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 9px;
    }
    .news-list.type4 .txt {
        padding: 10px 15px;
        margin-left: 7.5px;
        margin-right: 7.5px;
        min-height: 100px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .news-list .item .description{
        font-size: 13px;
    }
}