@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    transition: all .5s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #444;
    letter-spacing: 1.5px;
    line-height: 1.5;
    transition: all .5s ease;
}
.news-list .box:hover .name{
    color: #DC6585;
}
.news-list .item .description{
    color: #878787;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-height: 42px;
    -webkit-line-clamp: 2;
}
.news-list .date,
.news-list.type2 .date,
.news-list.type2 .date .month {
    color: #444;
    font-family: 'ZCOOL XiaoWei', serif;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.news-list.type1 .item {
    margin-bottom: 0;
    padding-bottom: 1px;
    border-bottom: 0;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
    background-size: 4px 1px;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: url(../../../images/layout06/common/bg.jpg);
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 40px;
    background: #4E7439;
    font-family: 'ZCOOL XiaoWei', serif;
    letter-spacing: 1.5px;
    font-weight: normal;
}
.news-list .box:hover .btn.more {
    background: #DC6585;
    color: #fff;
}
.news-list.type2 .item {
    border-bottom: 0;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
    background-size: 4px 1px;
}
.news-list.type3 .item{
    border: 0;
    background: url(../../../images/layout06/common/bg/line03.png) repeat-y left;
    background-size: 1px 4px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    padding: 0 15px;
}
.news-list.type4 .item .box{
    border: 0;
    background: transparent;
}
.news-list.type4 .item .box:hover{
    top: -10px;
}
.news-list.type4 .txt {
    padding: 15px 0 0;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 0;
    color: #545454;
    font-weight: normal;
    background: transparent;
    font-family: 'ZCOOL XiaoWei', serif;
}
.news-list.type4 .item .date .day{
    display: inline;
    width: auto;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    order: 2;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .item .date .month {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    order: 1;
}
.news-list.type4 .date .month:before {
    content: '';
}
.news-list.type4 .item .date .years {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    order: 3;
}
.masonry-list.news-list.type4 .item .date {
    background: #4E7439;
    color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    align-items: baseline;
    padding: 3px 15px 0;
    border-radius: 30px;
    margin: -35px 0 15px;
}
@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{
    margin: 0;
}
.news-date .day{
    display: inline;
    width: auto;
    margin: 0;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    order: 2;
}
.news-date .day:before{
    content: '.';
}
.news-date .month{
    margin: 0;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    order: 1;
}
.news-date .month:before{
    content: ''
}
.news-date .years {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    order: 3;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    margin: 0 0 10px;
}
.news-title{
    font-size: 20px;
    margin: 10px 0;
    display: block;
    width: 100%;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    padding: 10px 0 10px;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x top, url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
    background-size: 4px 1px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1000px){
    .news-title {
        font-size: 16px;
    }
    .news-date .month,
    .news-date .day {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .news-date .years {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 0 0 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type1 .date {
        font-size: 35px;
    }
    .news-list .date .month,
    .news-list .date .years {
        font-size: 14px;
        margin: 0;
    }
    .news-list.type4 .item {
        margin-bottom: 30px;
    }
}