@charset "utf-8";
/*列表通用 index、news*/
.news-list .box:hover .pic:before {
    opacity: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    font-family: "Quicksand", sans-serif;
    background: #EDE9E7;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: #BE8D63;
    color: #FFF;
}
.news-list .date{
    font-family: "Playfair Display", serif;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #FFF;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    background: #F8F4F0;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #333;
    background: #FFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
}
.news-list.type4 .date .day{
    color: #333;
}
.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: 18px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list.type4 .txt {
    padding: 0 20px 10px 20px;
}
.news-list.type4 .description{
    max-height: 68px;
    height: 68px;
}
.news-list .item .name{
    color: #111111;
}
.news-list .item .description{
    color: #AAAAAA;
}
.news-list.type3 .box{
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #F8F4F0;
    padding: 20px 25px;
}
.news-list.type3 .item .box:hover {
    background: #F8F4F0;
}
.news-list.type3 .item {
    border-left: solid transparent 1px;
}
.news-list.type3 {
    margin: 0 -13px;
}
.news-list.type3 .item {
    padding-left: 13px;
    padding-right: 13px; 
    margin-top: 0;
}
.news-list.type3 .date{
    font-weight: bold;
    font-size: 16px;
    color: #C9A788;
    letter-spacing: 1px;
}
.news-list.type3 .date .month, 
.news-list.type3 .date .years,
.news-list.type3 .date .day {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
    letter-spacing: 1px;
}
.news-list.type3 .description {
    -webkit-line-clamp: 2;
    height: 47px;
    max-height: 47px;
}
.news-list.type3 .name{
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news-list.type2 .box{
    border: 1px solid #F8F4F0;
}
.news-list.type2 .pic{
    margin-bottom: 10px;
}
.news-list.type2 .date .day{
    margin-right: 5px;
}
.news-list.type2 .description {
    font-size: 14px;
    max-height: 42px;
    height: 42px;
}
.news-list.type4 .box {
    background: #F1F1F1;
}
@media screen and (max-width: 767px) {
    .news-list .box {
        text-align: left;
    }
    .news-list.type2 .btn.more {
        bottom: 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    font-family: "Playfair Display", serif;
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
    background: #BE8D63;
}
.news-date .years{
    order: 2;
    color: #FFF;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #FFF;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: 18px;
    font-size: 35px;
}
.news-date .month{
    order:3;
    color: #FFF;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-weight: 600;
}
.news-title{
    margin: -60px auto 10px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail{
    background-color: #fff;
    padding: 0px 0 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 65px 4px 10px;
    }
}
