@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    background: #1b2143;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
    padding: 0px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4{
    margin: 0 auto;
}
.news-list.type4 .item{
    padding: 0 8px;
}
.news-list.type4 .item .box{
    border:none;
    overflow: hidden;
}
.news-list.type4 .item .box::before{
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 246px 246px;
    border-color: transparent transparent #009FE9 transparent;
    transition: all .3s ease;
    opacity: 1;
}
.news-list.type4 .item .box:hover:before{
    opacity: 0;
}
.news-list.type4 .item .box::after{
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 246px;
    height: 246px;
    background: #233169;
    transition: all .3s ease;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: -1;
}
.news-list.type4 .item .box:hover::after{
    opacity: 1;
}
.news-list.type4 .pic {
    margin-right: 16px;
}
.news-list.type4 .txt{
    margin-top: 16px;
    box-sizing: border-box;
    padding: 16px 16px 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .txt{
    background: #233169;
    border: 1px solid #233169;
}
.news-list .item .name{
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #333333;
    transition: all .3s ease;
}
.news-list .item .box:hover .name{
    color: #00A0E9;
}
.news-list .item .description {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #777777;
}
.news-list.type4 .item .description{
    max-height: inherit;
    height: auto;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}
.news-list.type4 .item .name{
    font-size: 17px;
    height: auto;
    color: #333333;
    margin: 0;
}
.news-list.type4 .item .name::after{
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 1px ;
    background: #A5B8C7;
    margin: 14px 0 ;
}
.news-list.type4 .item .box:hover .name,
.news-list.type4 .item .box:hover .description{
    color: #FFFFFF;
}
.news-list .date{
    font-family: "Zilla Slab", serif !important;
    font-weight: normal !important;
}
.news-list.type4 .item .date,
.news-date{
    color: #009FE9;
    font-family: "Zilla Slab", serif !important;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: normal;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.1;
    width: inherit;
    height: inherit;
    background: transparent;
    margin: 0 0 7px;
    padding: 0;
    border-radius: 0;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    display: block;
    width: fit-content;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.1;
}
.news-list.type4 .item .date .month::before,
.news-list.type4 .item .date .month::after{
    content: '.';
}
.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.type2 .name {
    margin: 10px 0 5px;
}
.news-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #fff;
    background: #233169;
    bottom: 10px;
    font-family: "Zilla Slab", serif !important;
    font-weight: normal !important;
    border-radius: 30px;
}
.news-list .box:hover .btn.more {
    background: #00A0E9;
    color: #FFFFFF;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item {
    border-left: solid #DDDDDD 1px;
}
.news-list.type3{
    margin: 0 auto;
}
@media screen and (max-width:1000px) {
    .news-list.type4 .item{
        padding: 0 5px;
    }
    .news-list.type4 .pic{
        margin-right: 8.5px;
    }
    .news-list.type4 .txt{
        margin-top: 8.5px;
        padding: 8.5px;
    }
    .news-list.type4 .item .name{
        font-size: 16px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 14px;
    }
    .news-list.type4 .item .name::after {
        width: 18px;
        height: 1px;
        margin: 8.5px 0;
    }
}
/*!列表通用 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;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    width: 100%;
    margin: 0px auto;
    color: #009FE9;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    color: #212121;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
