@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: #000000;
    background: unset;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}

.news-list.type4 .item {
    
    padding: 0 20px;
}


.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: transparent;
}
.news-list .item .box:hover{
    
}

.news-list .pic:before{
    display: none;
}


.news-list.type4 .pic::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333333;
    transition: all 0.3s ease;
    display: block;
    opacity: 1;
    top: unset;
    z-index: 1;
}


.news-list.type4 .box:hover .pic::after {
    width: 100%;
}
.news-list.type4 .pic::after{
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #c4992d;
    transition: all 0.3s ease;
    z-index: 2;
}

.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    width: 58px;
    height: 64px;
    padding-top: 13px;
    background: rgba(0, 0, 0,0.8);
}
.news-list.type4 .date .day{
    color: #fff;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 31px;
    left: 20px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    margin-top: -22px;
    font-family: 'Montserrat', sans-serif;
}

.news-list.type4 .txt {
    padding: 15px 0 0;
    position: static;
    min-height: unset;
}

.news-list .item .name{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.news-list .box:hover .name{
    color: #c4992d;
}
.news-list .item .description{
    color: #666
}


.news-list .date{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


.news-list.type2 .item .txt {
    
    padding-top: 15px;
}

.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    background: #363636;
    
    color: #ffffff;
}

.news-list.type3 .item {
   
    border-left: solid #2b2b2b 1px;
}

.news-list.type3:before {
   display: none;
}

/*!列表通用 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: 0;
    font-weight: 500;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    background: rgb(30 30 30 / 80%);
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #fff;
    font-weight: bolder;
    display: block;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 30px;
    letter-spacing: 0;
}
.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;
}
.news-title{
    margin: -60px auto 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail{
    background-color: unset;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    /* border: 1px solid #dedede; */
    border: unset;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
