@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: none;
    background: transparent;
    max-width: 310px;
}
.news-list.type4 .box{
    position: relative;
}
.news-list.type4 .pic{
    margin-bottom: 15px;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 20px 25px 23px;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .txt{
    background: #515558;
    border: 1px solid #515558;
}
.news-list .item .box{
    transition: all .2s;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .txt{
    min-height: 119px;
}
.news-list .date{
    font-family: "Amiri", serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    font-family: "Amiri", serif;
    font-weight: 500;
    background: #515558;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #212121;
}
.news-list.type4 .item .date{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -18px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
.news-list .item .name{
    font-size: 18px;
    color: #212121;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    margin-bottom: 5px;
    transition: all .3s ease;
}
.news-list.type4 .box .name{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
}
.news-list.type4 .box:hover .name{
    color: #FFFFFF;
}
.news-list .box:hover .name{
    color: #515558;
}
.news-list .item .description{
    font-size: 14px ;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: normal;
    color: #515558;
    transition: all .3s ease;
}
.news-list.type4 .box:hover .description{
    color: #FFFFFF;
}
.news-list.type4 .description{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: "Amiri", serif;
    border-radius: 0;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #515558;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #212121;
    color: #FFFFFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type1 .item {
    border-bottom: 1px solid #DDDDDD;
}
.news-list.type2 .item {
    border-bottom: 1px solid #DDDDDD;
}
.news-list.type3 .item {
    border-left: solid  1px #DDDDDD;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years{
    line-height: 2.2;
    margin: 0;
    font-size: 18px;
}
.news-list.type3 .name{
    height: auto;
}
@media screen and (max-width: 1000px){
    .news-list.type4 {
        margin: 0 -7.5px;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
    }
    .news-list.type4 .pic{
        margin-bottom: 10px;
    }
    .news-list.type4 .txt{
        padding: 12px 15px 15px;
    }
    .news-list .txt {
        min-height: 101px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 30px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
    .news-list .item .name {
        font-size: 17px;
    }
    .news-list.type4 .box .name{
        font-size: 17px;
        height: 25px;
    }
}
/*!列表通用 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: 1;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
    font-family: "Amiri", serif;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -18px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
.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%;
}
/*------------ rwd ------------*/
