@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type3:before{
    background: url(../../../images/layout04/common/bg/bg01.jpg);
}
.news-list .item .box{
    padding: 12px;
    background: #2e2e2e;
    transition: all .3s ease;
}

.news-list .date {
    color: #fff;
}

.news-list.type2 .date{
    color: #fff;
}

.news-list .btn.more{
    bottom: 12px;
    background: #3d3d3d;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: transparent;
}
.news-list .item .box:hover{
     
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    padding-top: 0px;
    background: #1B1C1E;
    font-family: "Poppins", sans-serif;
}
.news-list.type4 .date .day{
    font-weight: 500;
}
.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: 10px;
    left: 10px;
    border-radius: 0;
    letter-spacing: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 18px;
    font-size: 35px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    margin-top: -30px;
    font-weight: normal;
}

.news-list.type4 .txt{
    position: static;
    padding: 10px;
    min-height: 55px;
}

.news-list .item .name{
    color: #F8F8F8;
}
.news-list .box:hover .name{
     
}
.news-list .item .description{
    color: #979797
}
/*!列表通用 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: 0;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 0;
    border-radius: 0px;
    font-weight: 500;
    align-items: center;

    background: #262729;
    width: 65px;
    height: 65px;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
   
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 35px;

    
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: -25px;
    font-weight: normal;
}

.news-date .month:before {
    content: '.';
}
.news-title{
    margin: -60px auto 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 80px;
    color: #f2f2f2;
    
    font-weight: 600;
}
.news-detail{
    
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #5b5b5b;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
