@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    border-left: solid #D5D5D5 1px;
}

.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type4{
    margin: 0 -7.5px;
}
.news-list.type4 .item{
    padding: 0 7.5px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    border: 1px solid #D5D5D5;
    background: #FFFFFF;
    max-width: 310px;
}
.news-list .item .box{
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    background: transparent;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list .item .date{
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    width: 128px;
    height: 36px;
    padding-top: 0;
    background: #32A7BB;
    font-family: "Roboto", sans-serif !important;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background:#584B9C;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -20px auto 18px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    width: fit-content;
    display: inline;
    letter-spacing: 0.02em;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.news-list.type4 .item .date .day{
    order: 3;
}
.news-list.type4 .date .month{
    order: 2;
}
.news-list.type4 .date .years {
    order: 1;
}
.news-list.type4 .date .month::after{
    content: '.';
}
.news-list.type4 .txt{
    position: relative;
    box-sizing: border-box;
    padding: 0 20px 17px 20px;
    transition: all .3s ease;
    border-bottom: 5px solid #D5D5D5;
}
.news-list.type4 .box:hover .txt{
    border-color: #584B9C;
}
.news-list .item .name{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .item .box:hover .name{
    color: #584B9C;
}
.news-list .item .description{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list .btn.more {
    background: #32A7BB;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    width: 112px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    transition: all .3s ease;
    margin-left: 5px;
}
.news-list .box:hover .btn.more {
    background: #584B9C;
    color: #FFFFFF;
}
.news-list.type3 {
    margin: 0 auto;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .date, .news-date{
        width: 108px;
        height: 30px;
        margin: -15px auto 12px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 15px;
    }
    .news-list .item .name {
        font-size: 17px;
    }
    .news-list.type4 .txt {
        padding: 0 15px 12px 15px;
    }
}
/*!列表通用 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;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    width: 128px;
    height: 36px;
    padding-top: 0;
    background: #32A7BB;
    font-family: "Roboto", sans-serif !important;
    transition: all .3s ease;
        display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 12px 0 12px;
}
.news-date .day,
.news-date .month,
.news-date .years{
    width: fit-content;
    display: inline;
    letter-spacing: 0.02em;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.news-date .years{
    order: 1;
}
.news-date  .month{
    order: 2;
}
.news-date .month::before,
.news-date .month::after{
    content: '.';
}
.news-date .day{
    order: 3;
}
.news-title{
    margin: 0px auto 10px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
}
.news-detail{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
