@charset "utf-8";
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 0px;
}
.news-list .btn.more{
    background: #FFF;
    color: #444444;
    transition: all 0.3s;
    font-weight: normal;
    border:#444444 1px solid;
    transition: all 0.3s;
}
.news-list .box:hover .btn.more {
    color: #FFF;
    border-color:#BB2221;
    background:#BB2221;
}


.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}



.news-list.type1 .item:nth-child(2n){
    background:#fffef2;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type2 .item{
    border:none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list .item .date{
    color: #BB2221;
}
.news-list.type2 .date{
    margin-top: 8px;
}
.news-list.type2 .date .day{
    border-top:#BB2221 2px solid;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #139FD0;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list .item .name{
    color: #000;
    font-weight:bold;
}
.news-list .box:hover .name{
    color: #000;
    text-decoration: underline;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
/*!列表通用 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: #BB2221;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    background: #fff;
    margin: 0 0 10px;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    order: 2;
    width: 100%;
    color: #000;
    font-size: 21px;
    line-height: 28px;
    font-weight:bold;
    margin: 0;
    padding: 12px 5px 12px 0px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
    .news-title{
        padding: 17px 15px;
        background: #f5f4f1;
    }
}
