@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    position: relative;
    transition: all .3s;
    border:none;
    background: transparent;
}
.news-list .item .box{
    transition: all .3s;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
    margin-bottom: 35px;
}
.news-list .item .date{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 10px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: #00A5BE;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #005CB9;
}
.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;
    left: 15px;
    top: -77px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.85;
    margin-bottom: -18px;
    font-size: 30px;
}
.news-list.type4 .txt{
    position: relative;
    min-height: inherit;
    padding: 15px 15px 0;
}
.news-list .item .name{
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
.news-list .box:hover .name{
    color: #005CB9;
}
.news-list .item .description{
    color: #7D7F7F;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.6;
    height: auto;
    max-height: max-content;
}
.news-list.type4 .name{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    margin: 0px;
}
.news-list.type4 .description{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 30px;
    font-size: 15px;
}
.news-list .box:hover .btn.more {
    background: #333333;
    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(0,160,155);
    background: -moz-linear-gradient(left, rgba(0,160,155,1) 0%, rgb(0,92,185,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,160,155,1) 0%,rgb(0,92,185,1) 100%);
    background: linear-gradient(to right, rgba(0,160,155,1) 0%,rgb(0,92,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A09B', endColorstr='#005CB9',GradientType=1 );
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #EBF8F7;
}
.news-list.type3 .item{
    border-left: solid #DDDDDD 1px;
}
.news-list.type3 .name {
    -webkit-line-clamp: 1;
    height: auto;
}
@media screen and (max-width: 1000px){
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list.type4 .name{
        height: 28px;
    }
    .news-list.type4 .txt{
        position: relative;
        padding: 10px 10px 0;
    }
    .news-list.type4 .item .date{
        width: 56px;
        height: 56px;
        top: -71px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
        line-height: 0.9;
        margin-bottom: -16px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 11px;
    }
    .news-list.type4{
        margin: 0 -7.5px;
    }
    .news-list.type4 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list.type3 .name{
        height: auto;
    }
}
/*!列表通用 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;
}
.news-date{
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: #00A5BE;
    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.85;
    margin-bottom: -18px;
    font-size: 30px;
}
.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: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 450;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #333333;
    letter-spacing: 0.04em;
}
/*------------ rwd ------------*/
