@charset "utf-8";
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 2px solid #ddd;
    border-width: 2px 0;
    margin: 0;
}
/*----------- 列表通用 index、news ------------*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 0;
    background: transparent;
    transition: all .5s ease;
}
.news-list .item .box .pic {
    border-radius: 15px;
}
.news-list .item .name{
    color: #656055;
    letter-spacing: 1px;
    margin: 0 0 5px;
    line-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.5s ease;
}
.news-list .box:hover .name{
    color: #FFB399;
}
.news-list .item .description{
    color: #878787;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.5s ease;
}
.news-list .box:hover .description{
    color: #666;
}
.news-list .btn.more{
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 50px 0 0;
    padding-left: 50px;
    transition: all 0.5s ease;
    font-family: 'Noto Sans TC', serif;
}
.news-list .box:hover .btn.more {
    color: #76C0E9;
    background: transparent;
}
.news-list .btn.more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 40px 40px 40px;
    background: #FFB399;
    transition: all 0.5s ease;
}
.news-list .box:hover .btn.more::before {
    background: #C0E3F5;
    border-radius: 40px;
}
.news-list .btn.more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*n_type2*/
.news-list.type2 .date {
    font-family: 'Quicksand', serif;
    color: #FFB299;
}
.news-list.type2 .name {
    margin: 5px 0 10px;
}
.news-list.type2 .description {
    font-size: 15px;
}
.news-list.type2 .item {
    border-bottom: 2px solid #ddd;
    padding: 0 10px 20px;
    margin-bottom: 40px;
}
/*!n_type2*/
/*n_type3*/
.news-list.type3:before{
    background: transparent;
    display: none;
}
.news-list.type3 .date,
.news-list.type3 .date .month,
.news-list.type3 .date .years,
.news-list.type3 .date .day {
    color: #FFB299;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Quicksand', serif;
    font-weight: bold;
    line-height: 23px;
    margin: 0 0 10px;
}
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
.news-list.type3 .item {
    border-left: solid #ddd 2px;
}
.news-list.type3 .item:nth-of-type(3n+1) {
    border: 0;
}
/*!n_type3*/
/*n_type4*/
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item {
    padding: 0 15px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    position: static;
    min-height: auto;
    padding: 10px 0 0;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #FFFFFF;
    width: 62px;
    height: 62px;
    background: #FFB399;
    font-family: 'Quicksand', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 0 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date{
    position: absolute;
    top: 10px;
    left: 11px;
    margin: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -20px;
}
/*!n_type4*/
/*----------- !列表通用 index、news ------------*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0 0 15px;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order: 1;
    width: 100%;
    font-weight: 500;
    display: block;
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 30px;
}
.news-date .month{
    order:3;
}
.news-date .month,
.news-date .years{
    font-size: 13px;
    line-height: inherit;
    line-height: 1;
    margin-top: -20px;
    letter-spacing: 0;
    font-weight: 600;
}
.news-date .month::before {
    content: '.';
}
.news-title{
    margin: -60px auto 10px;
    color: #656055;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 70px;
}
.news-detail{
    padding: 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .news-list.type2 {
        margin: 0 -7px;
    }
    .news-list.type2 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 767px){
    .news-list .box {
        text-align: left;
    }
    .news-list.type2 .btn.more {
        margin: 20px 0 0;
    }
    .news-list.type4 .item .date .day,
    .news-date .day {
        font-size: 25px;
    }
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .years,
    .news-date .month,
    .news-date .years {
        font-size: 11px;
        margin-top: -15px;
    }
    .news-list.type4 .item .date,
    .news-date {
        width: 55px;
        height: 55px;
    }
    .news-title {
        font-size: 17px;
    }
}