@charset "utf-8";
/*列表通用 index、news*/
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 35px;
}
.news-list.type3{
    margin: 0 auto;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    position: relative;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    color: #666;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: #CBB05C;
    color: #FFFFFF;
}
.news-list.type3 .date{
    color: #CBB05C;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    position: relative;
    max-width: 302px;
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.news-list .txt{
    position: relative;
    min-height: inherit;
}
.news-list.type4 .txt{
    position: static;
    padding: 0;
    padding-top: 10px;
}
.news-list .date{
    font-family: "Poppins", sans-serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    background: #CBB05C;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0;
    padding: 0;
    line-height: 1;
    left: 0;
    top: 15px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 32px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.03em;
}
.news-list.type4 .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}
.news-list .item .name{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #333333;
    text-decoration: underline;
}
.news-list .item .description{
    color: #888;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.news-list.type4 .description{
    display: none;
}
@media screen and (max-width: 1000px){
    .news-list.type4{
        margin: 0 auto;
    }
    .news-list.type4 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list.type4 .date{
        width: 50px;
        height: 50px;
    }
    .news-list.type4 .item .date .day{
        line-height: 1;
        margin-bottom: -12px;
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 9px;
    }
    .news-list .item .name{
        font-size: 15px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 .item{
        border-left: solid #787B7C 1px;
    }
}
/*!列表通用 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: #CBB05C;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
}
.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 dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
