@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}

.news-list .box .pic img {
    transition: all ease 0.3s;
}

.news-list .box:hover .pic img {
    transform: scale(1.2);
}

.news-list .pic:before {
    display: none;
}

.news-list .item .box {
    transition: all .2s;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list .item .name, .news-list.type4 .name {
    position: relative;
    margin-top: 10px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 350;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #FFF;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    margin-top: -2px;
}
.news-list.type4 .txt::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(208,172,104,.4);
    transition: all .3s ease;
}
.news-list.type4 .txt::after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -18px;
    left: 0;
    background: rgba(208,172,104,1);
    transition: all .3s ease;
}
.news-list.type4 .box:hover .txt::after{
    width: 100%;
}
.news-list .box:hover .name {
    color: #FCF6BA;
}

.news-list .item .description {
    color: #8C8C8C;
}

.news-list .item .box:hover .description {
    color: #8C8C8C;
}
.news-list.type2 .date .day{
    margin-right: 5px;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    background: linear-gradient(to right, #987442 0%, #dfcd96 24%, #c9ad7a 50%, #dfcd96 77%, #987442 100%);
    color: #222222;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    border-radius: 0;
    box-sizing: border-box;
    overflow: visible;
    line-height: 36px;
    border: 2px solid transparent;
}
.news-list .item .box:hover .btn.more {
    color: #CDB166;
    background: transparent ;
    border: 2px solid #CDB166;
}
.news-list .btn.more:before {
    display: none;
}
.news-list .box:hover .btn.more:before {
    opacity: 0;
}

.news-list.type1 .item:nth-child(2n) {
    background: transparent;
}

.news-list.type3 .item {
    border-left: solid #666 1px;
}

.news-list.type3:before {
    background: transparent;
}
.news-list.type4 {
    margin: 0 -24px;
}
.news-list.type4 .item{
    padding: 0 24px;
    margin-bottom: 40px;
}
.news-list.type2 .item {
    border-bottom: 1px solid #666;
}
.news-list.type4 .txt {
    position: static;
    padding: 0;
    min-height: 42px;
}

.news-list.type4 .item .box {
    transition: all .2s;
    border: none;
    background: transparent;
    position: relative;
}

.news-list.type4 .item .box:before {
    content: "";
    background: url('../../../images/layout06-5/common/news/news_shadow.png') repeat center top;
    width: 250px;
    height: 62px;
    position: absolute;
    left: calc(50% - 125px);
    bottom: -28px;
    z-index: -1;
}

.news-list.type4 .item .date,
.news-date {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    background: linear-gradient(to right, #987442 0%, #dfcd96 24%, #c9ad7a 50%, #dfcd96 77%, #987442 100%);
    color: #000;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: -25px;
    border-radius: 0;
    padding: 0;
    width: 100px;
    height: 25px;
    line-height: 25px;
    line-height: 1;
}
.news-list.type4 .item .date .day,.news-list.type4 .date .month, .news-list.type4 .date .years {
    display: inline-flex;
    line-height: 1.1;
    width: unset;
    margin-bottom:0;
    font-size: 15px !important;
}
.news-list.type4 .date .month::after {
    content: '.';
}
.news-list.type4 .date .years {
    order: 1;
}
.news-list.type4 .date .month{
    order: 2;
}
.news-list.type4 .date .day {
    order: 3;
}
.news-list.type4 .description{
    display: none;
}
.news-list.type1 .item{
    border-bottom: 1px solid rgba(242,222,173,.3);
}
.news-list.type1 .item:nth-child(2n),.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type1 .date,.news-list .date{
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #D0AC68;
}
.news-list.type3 {
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .news-list.type4 .item .box:hover {
        top: 0;
    }
}

/*!列表通用 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: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.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: 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: normal;
    margin: 10px 0;
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    width: 100%;
    color: #CCB166;
    letter-spacing: 0.1em;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px) {
    .news-list.type4 {
        margin: 0 -17px;
    }
    .news-list.type4 .item {
        padding: 0 17px;
    }
}
@media screen and (max-width: 480px) {
    .news-list.type4 .item .date{
        width: 85px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .date .month, .news-list.type4 .date .years {
        display: inline-flex;
        line-height: 1.1;
        width: unset;
        margin-bottom: 0;
        font-size: 14px !important;
    }
    .news-list .item .name, .news-list.type4 .name{
        font-size: 16px;
        height: 20px;
        margin: -5px 0 0;
    }
    .news-list.type4 .txt::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -14px;
    }
    .news-list.type4 .txt::after{
        bottom: -14px;
    }

}