@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 1px #D9D9D9;
    background: #F9F9F9;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    background: #C06344;
}
.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;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
@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: 0;
    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: 30px;
}
.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: 400;
}
.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%;
}
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "Lexend Deca", sans-serif;
}
.news-list .box:hover .name {
    color: #C06344;
}
.news-list .btn.more{
    background: #C06344;
    font-family: "Lexend Deca", sans-serif;
}
.news-list .btn.more:before{
    background: #C06344;
}
.news-list .box:hover .btn.more {
    background: #C06344;
    color: #fff;
}
/*-type1*/
.news-list.type1{
    background: #fff;
}
/*-type2*/
/*-type3*/
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.news-list.type3 .date{

}
.news-list.type3 .name{
    margin: 0 0 8px;
}
.news-list.type3 .description{
/*    -webkit-line-clamp: 1;
    max-height: 24px;*/
}
.news-list.type3:before{
    display: none;
}
/*-type4*/
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: transparent;
}
.news-list.type4 .item .box:hover {
    top: -10px;
    box-shadow: inherit;
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
    /* z-index: -1; */
}
.news-list.type4 .txt {
    position: relative;
    padding: 24px;
    margin-right: 16px;
    margin-top: -72px;
    margin-bottom: 16px;
    background: #fff;
    /* z-index: 99; */
    transition: all .3s;
    border-radius: 12px;
    box-shadow: 4px 0 16px rgb(33 33 33 / 16%);
    min-height: 100px;
}
.news-list.type4 .item .date {
    position: relative;
    width: 100%;
    height:auto;
    color: #C06344;
    background:inherit;
    border-radius: 0;
    text-align:left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1;
    font-family: "Lexend Deca", sans-serif;
}
.news-list.type4 .item .date .day,
.news-list.type4 .date .month, 
.news-list.type4 .date .years{
    font-weight: 400;
    font-size:17px;
}
.news-list.type4 .item .date .day {
    order: 3;
    width: auto;
    margin-bottom: 0;
    line-height: inherit;
}
.news-list.type4 .month {
    order: 2;
}
.news-list.type4 .years {
    order: 1;
}
.news-list.type4 .date .month:before, 
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    line-height: 1.5;
    white-space: inherit;
    margin-bottom: 4px;
}
.news-list.type4 .description {
    max-height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
/*-//modify news-list css*/
/*------------ rwd ------------*/
@media screen and (max-width: 480px){
    .news-list.column4 .item {
        width: 100%;
    }
}
