@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .item .box{
    transition: all .5s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    margin: 0 0 10px;
    font-size: 18px;
    -webkit-line-clamp: 1;
    height: 28px;
    line-height: 28px;
    color: #333;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
    transition: all .5s ease;
}
.news-list .box:hover .name{
    color: #00A290;
}
.news-list .item .description{
    color: #999;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: 45px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    transition: all .5s ease;
}
.news-list .item .box:hover .description{
    color: #666;
}
.news-list .btn.more{
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    width: auto;
    height: 35px;
    font-size: 14px;
    background: transparent;
    color: #666;
    font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.news-list .box:hover .btn.more{
    background: transparent;
    color: #00A290;
}
.news-list .more::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #999;
    transition: all 0.5s ease;
}
.news-list .box:hover .more::before {
    animation-name: index_more;
    animation-duration: 1s;
    background: rgb(0, 162, 144, 0.5);
}
/*/列表通用 index、news*/
/*n_type2*/
.news-list.type2 .pic {
    border-radius: 12px;
}
.news-list.type2 .date {
    font-family: 'Barlow', serif;
    margin: 0 0 10px;
}
.news-list.type2 .item{
    border-bottom: 1px dashed #ddd;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -15px;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item {
    border: 0;
    padding: 0 15px;
    margin: 40px auto 20px;
}
.news-list.type3 .item .box {
    background: #FAF6F2;
    border-radius: 12px;
    padding: 40px 15px 20px;
    margin: 0 auto;
}
.news-list.type3 .more-box {
    text-align: right;
}
.news-list.type3 .more {
    position: relative;
    display: inline-block;
    margin: 0;
    width: auto;
    height: 35px;
    font-size: 14px;
    background: transparent;
    color: #666;
    font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.news-list.type3 .box:hover .more {
    background: transparent;
    color: #00A290;
}
.news-list.type3 .more::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #999;
    transition: all 0.5s ease;
}
.news-list.type3 .box:hover .more::before {
    animation-name: index_more;
    animation-duration: 1s;
    background: rgb(0, 162, 144, 0.5);
}
@keyframes index_more {
    0%{
        width: 100%;
    }
    35%{
        right: 0;
        width: 0;
    }
    65%{
        right: 0;
        width: 0;
        right: unset;
    }
    100%{
        left: 0;
        width: 100%;
    }
}
.news-list.type3 .item .date {
    position: absolute;
    box-sizing: border-box;
    top: -65px;
    right: -15px;
    border-radius: 100%;
    color: #00A290;
    font-weight: 500;
    border: 1px solid #00A290;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 62px;
    height: 62px;
    font-family: 'Barlow', serif;
    transition: all 0.5s ease;
}
.news-list.type3 .item .box:hover .date {
    background: #D6B452;
    border-color: #D6B452;
    color: #fff;
}
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before{
    content: '';    
}
.news-list.type3 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 25px;
    font-weight: normal;
    order: 1;
}
.news-list.type3 .date .month{
    order: 2;
}
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    font-size: 11px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.news-list.type3 .date .month:before {
    content: '.';
}
/*/n_type3*/
/*type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    margin-bottom: 40px;
    padding: 0 10px;
}
.news-list.type4 .item .box {
    border: 0;
}
.news-list.type4 .pic {
    border-radius: 12px;
}
.news-list.type4 .more {
    display: none;
}
.news-list.type4 .txt {
    padding: 15px 0 0;
    position: static;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    font-family: 'Barlow', serif;
    font-weight: 500;
    color: #fff;
    background: #00A290;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
}
.news-list.type4 .item .box:hover .date{
    color: #fff;
    background: #D6B452;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -20px;
    font-size: 11px;
    font-weight: normal;
}
/*/type4*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/瀑布流*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.share_box{
    width: 100%;
    order: 3;
    text-align: left;
    margin: 10px 0;
}
.news-date{
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    color: #00A290;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    background: #fff;
    margin: 0 0 20px;
    font-family: 'Barlow', serif;
}
.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: #333;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    font-family: 'Noto Serif TC', serif;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
