@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #E8C94D;
    color: #5E308F;
    font-family: "Noto Serif TC", serif !important;
}
.news-list .box:hover .btn.more {
    background: #774599;
    color: #FFFFFF;
}
.news-list.type3 .date{
    color: #774599;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    display: none;
}
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type3 .item {

    border-left: solid #E4E1DA 1px;
}
.news-list.type4 .txt{
    padding: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .date{
    color: #5E308F;
    font-family: "Noto Serif TC", serif !important;
    font-weight: normal;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #5E308F;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    background: #E8C94D;
    width: 65px;
    height: 65px;
    transition: all .3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -55px 0px 15px 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .box:hover .date{
    background: #5E308F;
    color: #ffffff;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -18px;
    font-size: 32px;
    font-weight: 500;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.news-list .item .name{
    color: #3D3531;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #774599;
}
.news-list .item .description{
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #545454;
}
.news-list.type4 .name{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 0;
}
.news-list.type4 .item .description{
    display: none;
}
@media screen and (max-width:1000px) {
    .news-list.type4{
        margin: 0 -7.5px;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list.type4 .item .date, .news-date{
        width: 55px;
        height: 55px;
        margin: -45px 0px 10px 15px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
    .news-list.type4 .item .date .day {
        font-size: 28px;
    }
    .news-list .item .name{
        font-size: 17px;
    }
}
/*!列表通用 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{
    border-radius: 100%;
    color: #5E308F;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    background: #E8C94D;
    width: 65px;
    height: 65px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 15px 0;
    padding: 0;
    line-height: 1;
}

.news-date  .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto -18px;
}
.news-date  .month {
    order: 3;
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.news-date  .years {
    order: 2;
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.news-date  .years::after{
    content: '.';
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    font-family: "Noto Serif TC", serif;
    border-bottom: 1px solid #E4E1DA;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
