@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .3s;
    border: none;
    background: #FFFFFF;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.12);
}
.news-list .item .box{
    transition: all .3s;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .txt {
    position: relative;
    min-height: 110px;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item{
    position: relative;
    padding: 0 10px;
}
.news-list.type4 .txt{
    position: static;
    padding: 20px 20px;
}
.news-list.type4 .item .date,
.news-date{
    position: absolute;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Abril Fatface", serif;
    background: rgb(201,167,232);
    background: -moz-linear-gradient(-45deg, rgba(201,167,232,1) 0%, rgba(247,132,191,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(201,167,232,1) 0%,rgba(247,132,191,1) 100%);
    background: linear-gradient(135deg, rgba(201,167,232,1) 0%,rgba(247,132,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9A7E8', endColorstr='#F784BF',GradientType=1 );
    left: 20px;
    top: 0;
}
.news-list.type4 .item .box:hover .date{
    background: #FFFFFF;
    color: #F784BF;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Abril Fatface", serif;
    transition: all .3s ease;
}
.news-list .item .date{
    font-family: "Abril Fatface", serif !important;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 28px;
    letter-spacing: 0.05em;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years{
    font-size: 11px;
    font-weight: normal;
}
.news-list .item .name{
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333333;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #1A0881;
}
.news-list .item .description{
    color: #848484;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list.type4 .description{
    max-height: 45px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 0;
    font-family: "Abril Fatface", serif; 
    font-weight: normal;
}
.news-list .box:hover .btn.more {
    background: #E85397;
    color: #FFFFFF;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: rgb(201,167,232);
    background: -moz-linear-gradient(-45deg, rgba(201,167,232,1) 0%, rgba(247,132,191,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(201,167,232,1) 0%,rgba(247,132,191,1) 100%);
    background: linear-gradient(135deg, rgba(201,167,232,1) 0%,rgba(247,132,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9A7E8', endColorstr='#F784BF',GradientType=1 );
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .date{
    color: #F784BF;
}
.news-list.type3 .item {
    border-left: solid #DDDDDD 1px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 {
        margin: 0 -7.5px;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
        left: 15px;
    }
    .news-list.type4 .item .date .day{
        font-size: 25px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 10px;
    }
    .news-list.type4 .txt {
        padding: 15px 15px 10px;
    }
    .news-list .item .name,
    .news-list.type4 .item .name{
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
        max-height: 42px;
    }
}
/*!列表通用 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;
        font-family: "Noto Serif TC", serif;
    flex-wrap: wrap;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: 0px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 0px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
