@charset "utf-8";
/*列表通用 index、news*/
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more {
    background: #4062AA;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #898989;
    color: #FFF;
}
.news-list.type4 .item .box {
    transition: all .3s ease;
    border: none;
}
.news-list .item .box {
    transition: all .3s ease;
    top: 0;
}
.news-list.type2 .item .box {
    background: #ffffff;
    padding-right: 30px;
    margin: 0 auto 30px;
    transition: all .3s ease;
    box-shadow: 0px 2px 10px 1px rgba(102, 102, 102, .1);
}
.news-list.type2 .item .box:hover {
    box-shadow: 0px 2px 10px 1px rgba(102, 102, 102, .2);
}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date {
    color: #4062AA;
    font-family: "EB Garamond", serif;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    background: #4062AA;
}
.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.type4 .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #FFB23F;
    background: transparent;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.news-list.type2 .item {
    border-bottom: 0px solid #E7E7E7;
    padding: 0 10px 0px;
    margin-bottom: 0px;
}
.news-list.type2 .item .date {
    display: inline-flex;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 0px;
}
.news-list.type2 .item .date .years {
    order: 1;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.news-list.type2 .item .date .years:before {
    display: none;
}
.news-list.type2 .item .date .years:after {
    content: ".";
}
.news-list.type2 .item .date .month {
    order: 2;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.news-list.type2 .item .date .month:after {
    content: ".";
}
.news-list.type2 .item .date .day {
    order: 3;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.news-list.type2 .more-box {
    display: none;
}
.news-list.type2 .pic {
    width: 150px;
    margin: 0 auto 0px;
    margin-right: 30px;
}
.news-list.type2 .pic:before {
    display: none;
}
.news-list.type2 .txt {
    padding-top: 15px;
}
.news-list .item .name {
    color: #333333;
    font-size: 20px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    height: 26px;
    transition: all .3s ease;
}
.news-list .box:hover .name {
    color: #4062AA;
}
.news-list .item .description {
    color: #909090;
}
@media screen and (max-width: 767px) {
    .news-list.type2 .pic {
        width: auto;
    }
    .news-list.type2 .txt {
        margin-top: 0;
        padding-top: 5px;
    }
}
/*!列表通用 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;
    color: #4062AA;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background: #fff;
    margin: 0 0 10px;
}
.news-date .day {
    order: 3;
}
.news-date .month {
    order: 2;
}
.news-date .month:before,
.news-date .day:before {
    content: '-';
    display: inline-block;
}
.news-title {
    order: 2;
    width: 100%;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color: #333;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    padding: 12px 15px 12px 15px;
    background: #f2f2f2;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .news-list .item .txt {
        padding: 0 5px 20px 5px;
    }
    .news-title {
        padding: 17px 15px;
        background: #f5f4f1;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type2 .item {
        padding: 0 10px 0px;
    }
    .news-list.type2 .pic {
        width: auto;
        margin-right: 0;
    }
    .news-list.type2 .item .box {
        background: #fff;
        padding-right: 0;
        text-align: left;
    }
    .news-list.type2 .txt {
        margin-top: 0;
        padding: 10px 15px 10px;
    }
}