@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more {
    background: #C8A997;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #AD7E63;
    color: #fff;
}
.news-list.type3 .date {
    color: #3B3026;
}
.news-list.type4 .item .box {
    transition: all .2s;
    border: none;
}
.news-list .item .box {
    transition: all .2s;
    top: 0;
}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}
/*n_type4*/
.news-list.type4 {
    margin: 0 -5px;
}
.news-list.type4 .item {
    padding: 0 5px;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list .pic:before {
    z-index: 1;
    display: none;
}
.news-list.type4 .txt {
    min-height: unset;
    background: #fff;
    padding: 10px 20px;
    margin-top: -40px;
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}
.news-list.type4 .item .date,
.news-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #3B3026;
    background: transparent;
    transition: all 0.3s ease;
    font-family: "Noto Sans TC", sans-serif;
}
.news-list.type4 .item .date .day {
    display: inline;
    width: auto;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    order: 3;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .date .month {
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    order: 2;
}
.news-list.type4 .date .years {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    order: 1;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
    display: none;
}
.news-list.type4 .item .name {
    font-size: 18px;
}
/*!n_type4*/
.news-list .item .name {
    color: #525252;
}
.news-list .box:hover .name {
    color: #AA9279;
}
.news-list .item .description {
    color: #8C8C8C;
}
/*!列表通用 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;
}
.share_box {
    width: 100%;
    order: 3;
    text-align: left;
}
.news-date {
    display: flex;
    font-size: 15px;
    color: #3B3026;
    font-weight: normal;
    line-height: 26px;
    background: transparent;
    margin: 0;
    font-family: "Noto Sans TC", sans-serif;
}
.news-date .day {
    order: 3;
}
.news-date .month {
    order: 2;
}
.news-date .month:before,
.news-date .day:before {
    content: '.';
    display: inline-block;
}
.news-title {
    color: #AA9279;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .news-list .item .txt {
        padding: 10px 10px;
    }
}