@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}

.news-list.type2 .date{
    color:#333;
}

.news-list .btn.more{
    background: #427BBF;
    color: #fff;
}
.news-list .box:hover .btn.more{
    background: #EF8D80;
    color: #fff;
}
.news-list.type3 .date{
    color: #333;
}

.news-list.type3:before{
    display: none;
}

.news-list.type3 .item {
    
    border-left: solid #73737347 1px;
}


.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    
}
 
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}
.news-list.type4 .item .box:hover .pic img{
     
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    width: 82px;
    height: 72px;
    padding-top: 8px;
    margin: 0;
    background: transparent;
}


.news-list.type4 .item .date::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../images/layout01/common/news/date.png);
    background-size: cover;
    width: 82px;
    height: 72px;
    z-index: -1;

}

.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: center;
    
    width: 75px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -12px;
    font-size: 35px;
    letter-spacing: 0;
}


.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: normal;
     letter-spacing: 0.5px;
 }

 .news-list.type4 .txt {
    border-radius: 0;
    padding: 0;
    position: static;
    min-height: unset;
    padding-top: 0;
    padding: 0 5px;
}
 
.news-list .item .name{
    color: #333333;
    font-weight: normal;
    letter-spacing: 1px;
}
.news-list .box:hover .name{
     
}
.news-list .item .description{
    color: #888888;
}
.news-list .item .box:hover .description{
    
}
/*!列表通用 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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #EF8D80;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
    width: unset;
    height: unset;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
