@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    background: #000;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:1px solid #000;
}
.news-list .item .box{
    background: #1A1A1A;
}
.news-list .box{
    border:1px solid #000;
}
.news-list .box:hover{
    border:1px solid #0694D8;
}
.news-list .box:hover{
    border:1px solid #0694D8 !important;
}
.news-list .item .description,
.news-list .item .name{
    color: #666666;
}
.news-list .item .date{
    color: #FFF;
}
.news-list .item .box:hover .description{
    color: #CCCCCC;
}
.news-list.type4 .box:hover .date{
    background:#0698DC;
}
.news-list .item .box:hover .name{
    color: #FFF;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background:#023853;
}
.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: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #3e53e6;
    bottom: 10px;
}
/*!列表通用 index、news*/
/*瀑布流*/
.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;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    width: 100%;
    margin: 0px auto;
    color: #26C9FF;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #434253;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
