@charset "utf-8";
/*列表通用 index、news*/

.news-list .pic {
    overflow: hidden;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}

.news-list .date{
    color: #B5ABA4;
    transition: all .3s ease;
}
.news-list .date .month {
    transition: all .3s ease;
}
.news-list .date .years {
    transition: all .3s ease;
}
.news-list.type1 .date {
   background: #FFF;
}
.news-list.type1 .date {
    font-size: 30px;
    padding: 19px 9px 8px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    box-sizing: border-box;
    margin-top: 20px;
    line-height: 20px;
}
.news-list.type1 .date .month {
    font-size: 13px;
}
.news-list.type1 .date .years {
    font-size: 13px;
}
.news-list.type1 .box:hover .date{
    background:#BD9146;
    color: #FFF;
}
.news-list.type1 .box:hover .month{
    color: #FFF;
}
.news-list.type1 .box:hover .years{
    color: #FFF;
}
.news-list.type4 .date{
    background: #640011;
    color: #fff; 
}
.news-list.type4  .box:hover .date{
    background: #BD9146;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .name{
    color: #000;
}
.news-list .description{
    color: #868686;
}
.news-list.type1 .item{
    border-bottom: 1px solid rgba(189, 190, 193, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more{
    background: transparent;
    color: #BD9146;
    border: 1px solid #BD9146;
    border-radius: 0;
    line-height: 35px;
}
.news-list .box:hover .btn.more{
    transition: all .5s ease;
    color: #FFF;
    background: #BB1111;
    border: 1px solid #BB1111;
}
.news-list.type1 .more-box {
    display: none;
}
.news-list.type1 .txt {
    width: 100%;
}
.news-list .name {
    color: #000000;
    font-size: 16px;
}
.news-list.type3 .item {
    border-left: solid #e4e4e4 1px;
}
.news-list .box:hover .name {
    color: #7F0217;
}
/*!列表通用 index、news*/
.news-list.type3:before {
    background: #f8f4f0;
}
/*瀑布流*/
.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: 'Roboto', sans-serif;
    background: #840C20 ;
    width: 120px;
    text-align: center;
    border-radius:0px;
    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 #f90;
    }
}
