@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    box-sizing: border-box;
    max-width: inherit;
    padding: 10px;
    background: transparent;
    line-height: 1.6;
    transition: all .2s;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
    background: #FFFFFF;
}
.news-list .box:hover{
    background: #fff;
}
.news-list .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
    height: auto;
    transition: all .3s ease;
}
.news-list .item .description{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.6;
    max-height: inherit;
    height: auto;
}
.news-list .item .date{
    font-family: "Outfit", sans-serif !important;
    color: #009393;
    transition: all .2s;
}
.news-list .box:hover .date{
    color: #333333;
}
.news-list .item .box:hover .name{
    color: #009393;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
    background: #2365A2;
    transition: all .3s;
}
.news-list.type4 .item .box:hover .date{
    background: #009393;
}
.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 .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #2365A2;
    bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-weight: normal;
    border-radius: 30px;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    color: #FFF;
    background: #6DB43C;
}
.news-list.type3 {
    position: relative;
    margin: 0 0;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    padding:0 15px;
    margin: 0 0px 0px;
    border: none;
}
.news-list.type3 .box{
    position: relative;
    padding: 32px 25px 48px;
}
.news-list.type3 .box:hover .date{
    background: transparent;
}
.news-list.type3 .box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    transition: all .3s ease;
}
.news-list.type3 .box:hover:before{
    background: rgba(255,255,255,1);
    box-shadow: 4px 4px 20px rgb(0,0,0,.15);
    left: -12px;
    right: -12px;
}
.news-list.type3 .box::after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: 0 auto;
    background: #DDD;
    height: 68%;
    margin: auto 0;
    visibility: visible;
}

.news-list.type3 .txt {
    position: relative;
    min-height:inherit;
    z-index: 2;
}
.news-list.type3 .date{
    font-weight: 600;
}
.news-list.type3 .name{
    margin: 15px 0 12px;
}
.news-list.type2 .item .box{
    background: #FFFFFF;
}
/*!列表通用 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: 0px auto;
    background: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    display: flex;
    font-family: "Outfit", sans-serif !important;
    color: #009393;
}
.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: #333333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: "Noto Sans TC", sans-serif;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list.type2 .txt {
        padding-bottom: 30px;
    }
    .news-list.type3 .box {
        padding: 24px 25px 40px;
    }
    .news-list.type3 .item,
    .news-sect .news-list:not(.masonry-list) .item{
        margin-bottom: 10px;
    }
    .news-list.type3 .box:hover:before {
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 12px rgb(0, 0, 0, .15);
        left: -12px;
        right: -12px;
    }
    .news-list.type4 .txt {
        padding: 0 10px 10px 10px;
    }
}
@media screen and (max-width: 767px){
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list.type3 .item:first-child .box::after{
        background: transparent;
    }
    .news-list.type2{
        margin: 0 -10px;
    }
    .news-list.type2 .item {
        padding: 0 10px 0px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 480px){

}
