/*------------ news ------------*/
.news-list {
    margin: 0 -35px;
}
.news-list li {
    position: relative;
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 0 35px;
    margin-bottom: 30px;
}
.news-list li:nth-child(3n+1) {
    clear: left;
}
.news-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #E5E5E5;
}
.news-list li+li:nth-child(3n):before {
    background: transparent;
}
.news-list .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .txt {
    position: relative;
    box-sizing: border-box;
    padding: 7px 0 0;
}
.news-list .date {
    position: absolute;
    top: 18px;
    right: 0;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
}
.news-list .category {
    text-align: center;
    width: 88px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.7px;
    font-family: 'Noto Serif TC', serif;
}
.news-list .category.category_green {
    background: #889885;
}
.news-list .category.category_red {
    background: #B97564;
}
.news-list .category.category_yellow {
    background: #AF956D;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 45px;
    transition: all .5s ease;
    font-family: 'Noto Serif TC', serif;
}
.news-list .box:hover .name {    
    color: #888;
}
.news-list .btn {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 20px 0 0 auto;
    right: 0;
    width: 23px;
    height: 23px;
    font-size: 0;
    background: #ddd;
    transition: all .5s ease;
    border-radius: 100%;
}
.news-list .box:hover .btn {
    background: #888;
}
.news-list .btn::before {
    content: '\f105';
    font-family: 'icon-font', serif !important;
    position: absolute;
    left: 2px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 23px;
    line-height: 23px;
}
/*------------ /news ------------*/
/*------------ content ------------*/
.news-header {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.news-header .category {
    text-align: center;
    width: 88px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.7px;
    font-family: 'Noto Serif TC', serif;
}
.news-header .category.category_green {
    background: #889885;
}
.news-header .category.category_red {
    background: #B97564;
}
.news-header .category.category_yellow {
    background: #AF956D;
}
.news-header .date {
    display: block;
    text-align: center;
    margin: 0 0 40px;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
}
.news-header .title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    font-family: 'Noto Serif TC', serif;
}
.news-header .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    background: #CCCCCC;
}
.news-detail {
    box-sizing: border-box;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .news-list li {
        width: calc(100% / 2);
    }
    .news-list li:nth-child(3n+1) {
        clear: none;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    } 
    .news-header{
        margin: 0 0 30px;
    }
    .news-header .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news-list .category,
    .news-header .category {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 0 auto 15px;
    }
    .news-list .category {
        margin: 0 0 15px;
    }
    .news-header .date {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 600px) {
    .news-list li {
        width: 100%;
        margin: 0;
    }
    .news-list li:nth-child(2n+1) {
        clear: none;
    }
    .news-list li:nth-child(n+1) {
        clear: left;
    }
    .news-list li::before,
    .news-list li+li:nth-child(3n):before  {
        display: none;
    }
    .news-list .box {
        margin: 0 0 30px;
        padding: 30px 0 0;
    }
    .news-list li+li .box::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        background: #E5E5E5;
    }
    .news-list .txt {
        padding: 0;
    }
    .news-list .date {
        top: 5px;
    }
}