@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4{
    margin:  0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 45px;
}
.news-list.type4 .item .box{
    border: none;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: all .3s ease;
}
.news-list .item .box{
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt{
    min-height: inherit;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Kanit", sans-serif !important;
    font-weight: normal;
    background: #333333;
    transition: all .3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 34px;
    margin: -17px auto 10px;
    padding: 0;
    line-height: 1.2;
}
.news-list.type4 .item .date::before{
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(to right, rgba(1, 175, 166, 1) 0%, rgba(1, 65, 154, 1) 100%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}
.news-list.type4 .item .box:hover .date::before{
    opacity: 1;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    display: inline-block;
    width: fit-content;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
}
.news-list.type4 .item .date .years{
    order: 1;
}
.news-list.type4 .item .date .month{
    order: 2;
}
.news-list.type4 .item .date .day{
    order: 3;
}
.news-list.type4 .date .month:before,
.news-list.type4 .date .month::after {
    content: '.';
}
.news-list .item .name{
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #01419A;
}
.news-list .item .description{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list.type4 .name{
    height: auto;
    margin: 0;
}
.news-list.type4 .description{
    display: none;
}
.news-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #fff;
    border-radius: 0;
    font-family: "Kanit", sans-serif;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: linear-gradient(to right,  rgba(1,175,166,1) 0%,rgba(1,65,154,1) 100%);
    z-index: -1;
    transition: all .3s ease;
        border-radius: 0;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #24262C;
    color: #FFFFFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: transparent;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    border-left: solid #DDDDDD 1px;
}
.news-list.type3{
    margin: 0;
}
@media screen and (max-width: 1000px){
    .news-list .name{
        font-size: 17px;
    }
    .news-list .description{
        font-size: 14px;
    }
    .news-list.type4{
        margin: 0 -7.5px;
    }
    .news-list.type4 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list.type4 .txt {
        padding: 0 12px 12px 12px;
    }
    .news-list.type4 .item .date{
        width: 122px;
        height: 30px;
        margin: -15px auto 5px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 17px;
    }
    .news-list.type4 .item .date{
        width: 110px;
    }
}
/*!列表通用 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: 126px;
    height: 34px;
    padding-top: 0;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Kanit", sans-serif !important;
    font-weight: normal;
    background: linear-gradient(to right, rgba(1, 175, 166, 1) 0%, rgba(1, 65, 154, 1) 100%);
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day,
.news-date .month,
.news-date .years{
    display: inline-block;
    width: fit-content;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
}
.news-date .day{
    order: 3;
}
.news-date .month{
    order: 2;
}
.news-date .years{
    order: 1;
}
.news-date .month:before,
.news-date .month::after{
    content: '.'
}

.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
    color: #333;
    width: 100%;
}
/*------------ rwd ------------*/
