@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #C8A35E;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #5B4629;
    color: #FFF;
}
.news-list.type3 .date{
    color: #C8A35E;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: solid 1px #D9D9D9;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #C8A35E;
    border: 1px solid #C8A35E;
}
.news-list.type4 .item .box:hover .date{
    border: 1px solid #5B4629;
    background: #5B4629;
    color: #FFF;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
   color: #000000;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list.type4 .item .box:hover {
    background: #F8F8F8;
}
.news-list.type3 .item {
    border-left: solid #eaeaea 1px;
}
/*!列表通用 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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #C7A25E;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
    border:none;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
