@charset "utf-8";
/*列表通用 index、news*/
.news-list .item .box{
    transition: all .5s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .name{
    color: #595959;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
}
.news-list .item .box:hover .name{
    color: #F6A903;
}
.news-list .item .description {
    color: #666;
    letter-spacing: 0.8px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    color: #999;
    background: transparent;
    bottom: 10px;
    border: 1px solid #999;
    border-radius: 0;
    font-family: 'Noto Serif TC', serif;
    line-height: 38px;
    transition: all 0.5s ease;
}
.news-list .box:hover .btn.more {
    background: #F6A903;
    color: #fff;
    border-color: #F6A903;
}
.news-list .date {
    color: #444;
    font-family: 'Forum', serif;
}
/*n_type2*/
.news-list.type2{
    margin: 0 -10px;
    color: #999;
}
.news-list.type2 .item {
    border-bottom: 1px solid #ddd;
}
/*!n_type2*/
/*n_type3*/
.news-list.type3:before{
    background: transparent;
    display: none;
}
.news-list.type3 {
    margin: 0 -40px;
}
.news-list.type3 .item{
    padding: 0 40px;
}
.news-list.type3 .item {
    border-left: 0;
    border-right: solid #ddd 1px;
}
.news-list.type3 .item:nth-last-child(3n+1) {
    border: 0;
}
/*!n_type3*/
/*n_type4*/
.news-list.type4 .item {
    margin-bottom: 45px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0 100% 0 0;
    color: #fff;
    font-weight: normal;
    background: #F6A903;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: -65px 0 15px;
    padding: 0 0 0 10px;
    line-height: 1;
    font-family: 'Forum', serif;
    width: 65px;
    height: 65px;
}
.news-list.type4 .date .month:before {
    content: '-';
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -33px;
    font-size: 30px;
    text-align: left;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 28px;
    margin-bottom: 5px;
    font-family: 'Noto Serif TC', serif;
}
.news-list.type4 .description {
    max-height: 56px;
    -webkit-line-clamp: 2;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
    background: none;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
    background: #F6A903;
    border-radius: 35px;
    width: fit-content;
    height: 35px;
    padding: 0 15px;
}
.news-date .day{
    order: 3;
}
.news-date .month{
    order: 2;
}
.news-date .month:before,
.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1.5px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list.type4 .description {
        font-size: 14px;
        margin: 10px 0 12px;
    }
    .news-list.type4 .name {
        -webkit-line-clamp: 1;
        height: 22px;
        max-height: 22px;
        font-size: 16px;
    }
    .news-list.type4 .item .date {
        margin: -65px 0 10px
    }
}