@charset "utf-8";
/*列表通用 index、news*/
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    max-width:inherit;
    position: relative;
    border:none;
    z-index: 2;
}
.news-list.type4 .pic{
    position: relative;
    z-index: -1;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    border-top: 2px solid #005890;
    background: #FFFFFF;
    transition: all .3s ease;
    margin-left: 20px;
    margin-top: -42px;
    padding: 18px 20px 20px; 
}
.news-list .item .box{
    padding: 0px;
    background: transparent;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    background: #005890;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #5ABDE5;
}
.news-list.type4 .date .day{
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Mukta", serif;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    top: 0;
    left: 20px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-size: 12px;
}
.news-list .item .name{
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.35;
    font-family: "Noto Sans TC", serif;
    color: #444444;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    margin-bottom: 5px;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #005890;
}
.news-list .item .description{
    color: #767676;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: normal;
    font-size: 15px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list.type3 .item{
    border-left: solid 1px #DDDDDD;
}

.news-list .date {
    font-family: "Mukta", serif !important;
    display: none !important;
}
.news-list .btn.more {
    background: #005890;
    color: #FFFFFF;
    font-family: "Mukta", serif;
    border-radius: 0;
    transition: all .2s;
}
.news-list .box:hover .btn.more {
    background: #5ABDE5;
    color: #FFFFFF;
}
/*!列表通用 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{
    box-sizing: border-box;
    font-size: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 65px;
    height: 65px;
    padding-top: 0;
    font-weight: 500;
    align-items: center;
    font-family: "Mukta", serif !important;
    visibility: hidden;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
    font-size: 35px;
    order: 1;
}
.news-date .month,
.news-date .years {
    margin-top: -30px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-size: 12px;
}
.news-date .years {
    order: 2;
}
.news-date .month{
    order: 3;
}
.news-date .years::after{
    content: '.';
}
.news-title{
    margin: -60px auto 10px;
    letter-spacing: 0.1em;
    color: #444444;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
    padding-left: 0px;
}
.news-detail{
    background-color: transparent;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #DDDDDD;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
    .news-list.type4{
        margin: 0 auto;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
    }
    .news-list.type4 .item .date, .news-date{
        width: 60px;
        height: 60px;
    }
    .news-list.type4 .item .date .day{
        font-size: 32px;
        line-height: 1.4;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10.5px;
    }
    .news-list.type4 .txt{
        margin-left: 25px;
        margin-top: -38px;
        padding: 20px 20px;
    }
    .news-list .item .name {
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
}
@media screen and (max-width: 480px){
    .news-list.type4 .item .date{
        left: 15px;
    }
    .news-list.type4 .txt {
        margin-left: 0;
        margin-top: 0;
        padding: 15px 15px;
    }
}