@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    position: relative;
    border: none;
    z-index: 1;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
    z-index: 1;
}
.news-list.type4 .item .box:hover{
    top: -15px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    z-index: -1;
}
.news-list.type4 .item .date,
.news-date{
    width: 65px;
    height: 65px;
    border-radius: 0px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background:#4B4B4B;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date,
.news-date{
    background: #C25530;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}
.news-list.type4 .txt{
    position: static;
    margin: -58px 15px 0;
    background: #FFF;
    padding: 20px 25px 20px;
    box-shadow: 0px 20px 25px rgb(102,102,102,.1);
    z-index: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    letter-spacing: 1px;
}
.news-list .item .name{
    color: #333333;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.news-list.type3 .box:hover .name{
    color: #C25530;
}
.news-list .box:hover .name{
   color: #333333;
}
.news-list .item .description{
    color: #858585;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 1.5;
}
.news-list .item .box:hover .description{
    color: #858585;
}
.news-list.type4 .description{
    -webkit-line-clamp: 2;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: 'Montserrat', sans-serif; 
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #C25530;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #333;
    color: #FFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: transparent;
}
.news-list .date{
    color: #4B4B4B;
}
@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{
    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: 0px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.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;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
.news-list.type3 .item{
    border-left: solid rgba(119,119,119,.2) 1px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 480px){
    .news-list.type4 .item .date, .news-date {
        width: 50px;
        height: 50px;
        top: 7px;
        left:7px;
    }
    .news-list.type4 .item .date .day {
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 10px;
    }
    .news-list.type4 .txt {
        position: static;
        margin: -38px 7px 0;
        padding: 10px 15px 5px;
    }
    .news-list .item .name {
        font-size: 16px;
        margin-bottom: 7px;
        letter-spacing: 1px;
    }
}