@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: unset;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
   
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}

.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
}


.news-list.type4 .item .box:hover .pic img{
    
}

.news-list.type4 .txt {
    position: static;
    padding: 15px 10px 10px 10px;
    min-height: 80px;
}

.news-list.type4 .item .date,
.news-date{
    border-radius: 50%;
    color: #FFFFFF;
    font-family: "Libertinus Serif", serif;
    font-weight: 500;
    background: linear-gradient(45deg, #d8d8d8 0%, #B4B4B5 50%);
    overflow: hidden;
}

.news-list.type4 .item .date:after{
    content: '';
    display: block;
    background: linear-gradient(45deg, #E0F2FE 0%, #036DB7 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}

.news-list.type4 .item .box:hover  .date:after{
    opacity: 1;
}



.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
}
.news-list.type4 .item .date .day{
   display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -20px;
    font-size: 30px;
}

.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
}

.news-list .item .name{
    color: #001F32;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.news-list .box:hover .name{
     color: #036DB7;
}
.news-list .item .description{
     color: #9B9B9B;
}
.news-list .item .box:hover .description{
     color: #666666;
}


.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
    font-size: 16px;
}


.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #036DB7;
    
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 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{
    background: linear-gradient(45deg, #E0F2FE 0%, #036DB7 50%);
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
    border-radius: 50%;
}
.news-date .day{
      display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -20px;
    font-size: 30px;
}

.news-date .month, .news-date .years{
    font-size: 13px;
}


.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;
    color: #001F32;
    font-weight: 600;
    margin: 10px 0;
    display: block;
    width: 100%;
    letter-spacing: 1px;
}
/*------------ rwd ------------*/
