@charset "utf-8";

/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #444;
}
.news-list .item .description{
    color: #ACACAC;
}
.news-list .date {
    font-family: 'Bellefair', 'Noto Sans TC', serif;
}
/*/列表通用 index、news*/
/*------------ news ------------*/
/*n_type1*/
.news-list.type1 .item {
    border-bottom: 1px dashed #ddd;
}
.news-list.type1 .txt {
    width: 100%;
}
.news-list.type1 .date {
    color: #ACACAC;
    font-weight: normal;
    transition: all 0.3s ease;
}
.news-list.type1 .box:hover .date {
    color: #444;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #fff;
}
.news-list.type1 .date {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}
.news-list.type1 .date .day {
    display: block;
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    order: 3;
}
.news-list.type1 .date .day:before {
    content: '.';
}
.news-list.type1 .date .month {
    font-size: 35px;
    line-height: 1;
    order: 2;
    margin: 0;
}
.news-list.type1 .date .years {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    order: 1;
    margin: 0;
}
.news-list.type1 .date .years:before {
    content: '';
}
.news-list .btn.more {
    position: relative;
    z-index: 5;
    overflow-x: unset;
    color: #444;
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 100%;
    background: #ECE0D2;
    transition: all 0.3s ease;
}
.news-list .btn.more::before {
    content: "\f054";
    font-family: 'icon-font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1); 
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    margin: 0 -10px;
}
.news-list.type2 .item {
    padding: 0 10px;
    border: 0;
}
.news-list.type2 .item .box {
    background: #F9F5F1;
    padding: 15px;
    margin: 0;
}
.news-list.type2 .item .box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #ACACAC 3px, #F9F5F1 3px), linear-gradient(to bottom, #ACACAC 3px, #F9F5F1 3px), linear-gradient(to right, #ACACAC 3px, #F9F5F1 3px), linear-gradient(to bottom, #ACACAC 3px, #F9F5F1 3px);
    background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right, bottom, left;
    visibility: visible;
    opacity: 0;
}
.news-list.type2 .item .box:hover::after {
    animation: thumImg-hover-anime 20s 0s infinite linear;
}
.news-list.type2 .pic {
    float: right;
    width: 150px;
    margin: 0 0 0 30px;
}
.news-list.type2 .item:nth-of-type(2n) .pic {
    float: left;
    margin: 0 30px 0 0;
}
.news-list.type2 .date {
    color: #ACACAC;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
    transition: all 0.3s ease;
}
.news-list.type2 .box:hover .date {
    color: #444;
}
.news-list.type2 .date .years {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    order: 1;
}
.news-list.type2 .date .years:before {
    display: none;
}
.news-list.type2 .date .day {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    order: 3;
}
.news-list.type2 .date .day:before {
    content: '.';
}
.news-list.type2 .date .month {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    order: 2;
}
.news-list.type2 .btn.more{
    display: none;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -15px;
}
.news-list.type3 .item {
    padding: 0 15px;
    margin: 0 0 25px;
    position: relative;
    border-left: 1px dashed #ddd;
    border: 0;
}
.news-list.type3 .item .box {
    padding: 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #ACACAC 3px, #F9F5F1 3px), linear-gradient(to bottom, #ACACAC 3px, #F9F5F1 3px), linear-gradient(to right, #ACACAC 3px, #F9F5F1 3px), linear-gradient(to bottom, #ACACAC 3px, #F9F5F1 3px);
    background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right, bottom, left;
    visibility: visible;
    opacity: 0;
}
.news-list.type3 .item .box:hover::after {
    animation: thumImg-hover-anime 20s 0s infinite linear;
}
.news-list.type3 .date {
    color: #ACACAC;
    font-weight: normal;
    font-size: 18px;
    transition: all 0.3s ease;
}
.news-list.type3 .box:hover .date {
    color: #444;
}
.news-list .date .day,
.news-list .date .month,
.news-list .date .years {
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item {
    padding: 0 10px;
    margin: 0 0 40px
}
.news-list.type4 .item .box{
    border: 0;
    background: transparent;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .item .date {
    border-radius: 3px;
    color: #666;
    font-weight: 500;
    background: #F5EFE8;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 15px 15px;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .box::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: linear-gradient(to left, #ACACAC 3px, #fff 3px), linear-gradient(to bottom, #ACACAC 3px, #fff 3px), linear-gradient(to right, #ACACAC 3px, #fff 3px), linear-gradient(to bottom, #ACACAC 3px, #fff 3px);
    background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right, bottom, left;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: visible;
}
.news-list.type4 .box:hover::after {
    animation: thumImg-hover-anime 20s 0s infinite linear;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 28px;
    line-height: 28px;
}
.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
}
/*/n_type4*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/瀑布流*/
/*------------ /news ------------*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    white-space: nowrap;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Bellefair', 'Noto Sans TC', serif;
    margin: 0 0 30px;
    transition: all 0.3s ease;
}
.news-date .day{
    line-height: 1;
    font-size: 25px;
    font-weight: normal;
    margin: 2px 0 0;
    order: 3;
}
.news-date .day:before{
    content: '.'
}
.news-date .month{
    line-height: 1;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 2px 0 0;
    order: 2;
}
.news-date .years{
    line-height: 1;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    order: 1;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    margin: 0 0 10px;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: block;
    width: 100%;
    color: #444;
    letter-spacing: 2px;
    border-bottom: 1px dashed #ddd;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .news-list .item .description {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0;
    }
    .news-list.type1 .date {
        padding: 20px 10px;
    }
    .news-list.type1 .date .years {
        font-size: 15px;
    }
    .news-list.type1 .date .day,
    .news-list.type1 .date .month {
        font-size: 28px;
    }
}
@media screen and (max-width: 480px) {
    .news-list.type1 .date .years {
        font-size: 12px;
    }
    .news-list.type1 .date .day,
    .news-list.type1 .date .month {
        font-size: 22px;
        margin: -15px 0 0;
    }
}