@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    border-radius: 24px;
}
.news-list .date{
    color: #1E5096;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: normal;
}
.news-list.type4 .date{
    background: #1E5096;
    color: #fff;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type1 .date {
    font-size: 32px;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 15px 7px 10px;
    line-height: 24px;
    background: #1E5096;
    color: #fff;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 8px;
}
.news-list.type1 .box:hover .date{
    background: #E9EEF5;
    color:#1E5096;
}
.news-list.type1 .date .month, .news-list.type1 .date .years {
    font-size: 13px;
}
.news-list.type1 .more-box {
   
    display: none;
}
.news-list.type1 .item .txt_in {
    padding: 0 0px;
    padding-left: 30px;
    overflow: hidden;
    width: calc(100% - 80px);
}
.news-list.type1 .txt{
    margin: 20px 0;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    display: flex;
}
/**/
.news-list .name{
    transition: all .3s ease;
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;;
    letter-spacing: 1px;
}
.news-list .box:hover .name{
    color: #1E5096;
}
.news-list .description{
     color: #868686;
}
.news-list.type1 .item + .item{
    border-top: 1px solid rgba(199, 190, 184, 0.2);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more,.news-list .box:hover .btn.more{
    background: transparent;
    color: #ffffff;
    background: #1F5299;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: normal;
}
.news-list .box:hover .btn.more{
   background: #AFD101;
    color: #ffffff;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    color: #ffffff;
    font-size: 25px;
    padding-left: 1px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    background: #1E5096; /* Old browsers */
    width: 120px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .day{
    order:1;
}
.news-date .month{
    order:3;
    font-size: 14px;
}
.news-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.news-detail{
    border-bottom:  1px dashed #DCDCDC;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    
    .news-date{
        padding-top: 0;
        height: 41px;
    }
    .news-date .month, .news-date .years{
        font-weight: normal;
    }
    .news-date .years{
        font-size: 14px;
        order: 2;
    } 
    .news-date .day{
        order:1;
        width: auto;
    }
    .news-date .month{
        order:3;
        font-size: 14px;
    }
    .news-date .day:after{
        content: '/';
        margin: 0 5px;
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .news-date .month:before{
        content: '.';
        display: inline-block;
    }
    .news-detail .news-title{
        font-size: 18px;
        line-height: 1.65;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #f90;
    }
}
@media screen and (max-width: 767px){
    .news-list{
        margin: 0 0px;
    }
}
