@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 {
    margin: 0 -16.5px;
}
.news-list.type4 .item{
    padding: 0 16.5px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: none;
    background: transparent;
    padding: 0;
}
.news-list .item .box{
    transition: all .2s;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    letter-spacing: 0.05em;
    color: #575B5A;
    background: transparent;
    font-size: 15px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.news-list .date{
    font-family: "Jost", sans-serif !important;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: transparent;
}
.news-list.type4 .item .date{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 18px 0 10px;
    padding: 0;
    width: fit-content;
    height: auto;
    line-height: 1;
}
.news-list.type4 .item .date::before{
    content: 'Event /';
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    margin-right: 5px;
}
.news-list.type4 .item .date .years{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    order: 1;
}
.news-list.type4 .item .date .month{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    order: 2;
}
.news-list.type4 .item .date .day{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    order: 3;
}
.news-list.type4 .date .month::after {
    content: '.';
}
.news-list.type4 .name,
.news-list .item .name{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0px 0 5px;
    line-height: 1.75;
    max-height: inherit;
    -webkit-line-clamp: 1;
    height:auto;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #575B5A;
}
.news-list .item .description{
    color:#878787;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    max-height: inherit;
    -webkit-line-clamp: 2;
}
.news-list .txt{
    min-height: inherit;
}
.news-list.type4 .txt{
    padding: 0;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: "Jost", sans-serif;
    border-radius: 30px;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #575B5A;
    z-index: -1;
    transition: all .3s ease;
    border-radius: 30px;
}
.news-list .box:hover .btn.more {
    background: #2B2B2B;
    color: #FFFFFF;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type3{
    margin: 0 auto;
}
.news-list.type3:before{
    background: transparent;
}
.news-list.type3 .item {
    border-left: solid #DDDDDD 1px;
}
@media screen and (max-width: 1000px){
    .news-list.type4{
        margin: 0 -7.5px;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
        margin-bottom: 35px;
    }
    .news-list.type4 .item .date{
        margin: 15px 0 5px;
    }
    .news-list.type4 .item .date::before,
    .news-list.type4 .item .date .day,
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .years{
        font-size: 14px;
    }
    .news-list.type4 .name, 
    .news-list .item .name{
        font-size: 17px;
        line-height: 1.5;
    }
    .news-list .item .description{
        font-size: 14px;
    }
}
/*!列表通用 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{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 18px 0 10px;
    padding: 0;
    width: fit-content;
    height: auto;
    line-height: 1;
}
.news-date::before{
    content: 'Event /';
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    margin-right: 5px;
}
.news-date .years{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    order: 1;
}
.news-date .month{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    order: 2;
}
.news-date .day{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
    color: #575B5A;
    font-size: 15px;
    order: 3;
}
.news-date .month::before,
.news-date .month::after {
    content: '.';
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
}
/*------------ rwd ------------*/
