@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before {
    display: none;
}

.news-list.type4 .item .box {
    transition: all .3s;
    border: unset;
    background: unset;
    overflow: hidden;
    margin: 0 auto 15px;
}
.news-list .item .box {
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover {}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img {
    /* opacity: 0.7; */
}
.news-list.type4 .item .box:hover .date {
   background: #B69B7D;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "Forum", serif;
    font-weight: 500;
    width: 65px;
    height: 65px;
    background: #4C4C4C;
    transition: all .3s;
}
.news-list .item .date{
    display:none !important;
}
.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;
    border-radius: 0 0 10px 0px;
    position: absolute;
    top: 31px;
    left: 0;
}
.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 34px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 15px;
    font-weight: normal;
}
.news-list.type4 .txt {
    padding: 0px;
    position: static;
    min-height: auto;
}
.news-list.type4 .item .name {
    padding: 6px 15px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    position: absolute;
    margin: -39px 0 0px;
    border-radius: 0;
    transition: all .3s;
    width: 100%;
}
.news-list.type4 .item .box:hover .name {
   background: #B69B7D;
   color:#fff; 
}
.news-list .item .name {
    color: #555555;
}
.news-list .box:hover .name {}
.news-list .item .description {
    color: #8C8C8C;
}
.news-list .item .box:hover .description {
    /* color: #464646; */
}
.news-list.type4 .description {
    color: #888;
    max-height: max-content;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    z-index: 1;
    height: auto;
    padding: 8px 15px 0;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    /* background: #8B2128; */
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before {
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #8B2128;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .news-list.type4 .item .box:hover {
        top: 0;
    }
    .news-list.type4 .item .name {
       
margin: -36px 0 0px;
    }  
}
/*列表通用 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: #B69B7D;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    background: none;
    height: 100%;
    display: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 solid #ddd;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
