@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .date{
    color:#BBBBBB;
    font-family: 'Quicksand', sans-serif;
}
.news-list.type1 .date {
    border: 1px solid #DADADA;
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    border-radius: 13px;
    padding: 15px 13px 15px;
    font-size: 40px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 14px;
    width: 85.1px;
    height: 72px;
}
.news-list.type1 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.news-list.type1 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type1 .date .month, 
.news-list.type1 .date .years {
    font-size: 13px;
    margin-top: 2px;
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.news-list.type1 .item .txt_in {
    padding-top: 10px;
    padding-bottom: 10px;
}
.news-list.type1 .item{
    border:none;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list.type1 .box:hover .date{
    border: 1px solid #BBBBBB;
    background: #BBBBBB;
    color: #FFF;
}
.news-list.type2 .date{
    font-weight: normal;
}
.news-list.type2 .date .day{
    margin-right: 7px;
}
.news-list.type4 .date{
    background: #333333; 
    color: #fff; 
}
.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.type4 .item .box{
    border: none;
}
.news-list .name{
    color: #000;
}
.news-list .box:hover .name{
    text-decoration: underline;
}
.news-list .description{
    color: #868686;
}
.news-list .btn.more{
    background: #FFF;
    color: #d1d1d1;
    border: 1px solid #d1d1d1;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    text-transform: lowercase;
}
.news-list .box:hover .btn.more{
    border: 1px solid #BBBBBB;
    color: #FFF;
    background: #BBBBBB;
}
/*!列表通用 index、news*/
.news-list.type3 .item {
    border-left: solid #dbdbdb 1px;
}
.news-list {
    margin: 0 0px;
}
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    color: #ffffff;
    font-size: 25px;
    padding-left: 1px;
    font-family: 'Quicksand', sans-serif;
    background: #A4A4A4;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .day{
    order:1;
}
.news-date .month{
    order:3;
    font-size: 14px;
}
.news-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
    
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.news-detail{
    border-bottom:  1px dashed #d7ccb7;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-date{
        padding-top: 0;
        height: 41px;
    }
    .news-date .month, .news-date .years{
        font-weight: normal;
    }
    .news-date .years{
        font-size: 14px;
        order: 2;
    } 
    .news-date .day{
        order:1;
        width: auto;
    }
    .news-date .month{
        order:3;
        font-size: 14px;
    }
    .news-date .day:after{
        content: '/';
        margin: 0 5px;
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .news-date .month:before{
        content: '.';
        display: inline-block;
    }
    .news-detail .news-title{
        font-size: 18px;
        line-height: 1.65;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #D4D4D4;
    }
}
