@charset "utf-8";
/*列表通用 index、news*/
.news-list .date{
    color: #8DA2B3;
}
.news-list.type4 .date{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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 .name{
    color: #000;
}
.news-list .box:hover .name{
    text-decoration: underline;
}
.news-list .description{
    color: #868686;
}
.news-list.type1 .item{
    border-bottom: 1px dashed rgba(155, 104, 62, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .box:hover .btn.more{
    opacity: 0.8;
}
/*!列表通用 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: "Lora", sans-serif;
    background: #8DA2B3;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    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;
    font-family: "Noto Serif TC", serif;
}
.news-detail{
    border-bottom:  1px dashed rgb(190 199 205/40%);
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "Lora", sans-serif;
}
.news-list .box .name {
    font-family: "Noto Serif TC", serif;
    color: #444;
    font-weight: 500;
    letter-spacing: 2px;
}
.news-list .box:hover .name {
    color: #8DA2B3;
    text-decoration:none;
}
.news-list .btn.more{
    border: 1px solid rgb(190 199 205 / 40%);
    background: #fff;
    color: #8DA2B3;
    font-family: "Lora", sans-serif;
}
.news-list .box:hover .btn.more{
    background: #8DA2B3;
    color: #fff;
}
/*-type1*/
.news-list.type1{
    
}
.news-list.type1 .item{
    border:none;
}
.news-list.type1 .item+.item {
    border-top: 1px solid rgba(189, 180, 193, 0.3);
    padding:16px 0 0;
    margin:16px 0 0;
}

.news-list.type1 .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list.type1 .txt{
    width: 100%;
    height: auto;
    min-height: inherit;
    padding: 0;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .date{
    padding: 8px 16px 8px 0;
    font-family: "Lora", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-weight:500;
    width: 56px;
    height: 56px;
    color: #555;
    transition:all .3s;
    border-right: 1px solid rgb(141 162 179/50%);
}
.news-list.type1 .box:hover .date{
    color: #8DA2B3;
}
.news-list.type1 .date .day {
    display: block;
    width:100%;
    font-size: 36px;
    line-height:1;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type1 .item .txt_in{
    padding: 0;
    margin-right: 24px;
    height: fit-content;
}
.news-list.type1 .name{
    margin-bottom:4px;
}
.news-list.type1 .description{
    -webkit-line-clamp: 2;
    max-height: max-content;
    height: auto;
}
.news-list.type1 .box:hover .description {
    
}
.news-list.type1 .more-box{
    margin: 0;
}
.news-list.type1 .btn.more{
    font-size: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: inherit;
    text-indent: -9999px;
    border: 2px solid rgba(209 218 225 /40%);
}
.news-list.type1 .box:hover .btn.more{
    background:#8DA2B3;
}
.news-list.type1 .btn.more:before{
    display:none;
}
.news-list.type1 .btn.more:after{
    content: "";
    position:relative;
    display: block;
    width: 16px;
    height: 4px;
    background:#8DA2B3;
    mask: url('../../../images/layout05/common/index/arrow2.png') no-repeat;
    mask-size: contain;
    transition: all 0.3s ease;
}
.news-list.type1 .box:hover .btn.more:after{
    background:#fff;
}
/*-type2*/
/*-type3*/
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.news-list.type3 .date{

}
.news-list.type3 .name{
    margin: 0 0 8px;
}
.news-list.type3 .description{
/*    -webkit-line-clamp: 1;
    max-height: 24px;*/
}
.news-list.type3:before{
    display: none;
}
/*-type4*/
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: transparent;
}
.news-list.type4 .item .box:hover {
    top: -10px;
    box-shadow: inherit;
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    position: static;
    padding: 16px;
    background: #fff;
    z-index: 99;
    border: 1px solid #ebebeb;
    transition: all .3s;
}
.news-list.type4 .item .date {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    background: #8DA2B3;
    border-radius: 0;
}
.news-list.type4  .item .box:hover .date{
    background: #8DA2B3;
    color: #fff;
}
.news-list.type4 .item .date .day{
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-weight: 400;
}
/*-//modify news-list css*/
/*------------ 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;
    }
}
