@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    background: #FFF;
}
.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 dashed #888888;
}
.news-list .item .pic:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(255,215,215,0.1);
    opacity: 0;
    z-index: 2;
    transition: all .2s;
}
.news-list .item:hover .pic:after{
    opacity: 1;
}
.news-list.type4 .box:hover{
    border:1px solid #399DBD !important;
}
.news-list .item .description,
.news-list .item .name{
     color: #424251;
}
.news-list .item .date{
    color: #FFF;
}
.news-list.type3 .item .date{
    color:#389CBD;
}
.news-list .item .box:hover .name{
    color:#424251;
}
.news-list.type3 .item .box:hover .date{
    color:#FFF;
    padding:0 0 0 10px;
    background:#244A6D;
}
.news-list .box{
    border:1px dashed #888888;
    transition: all .2s;
}
.news-list .box:hover{
    border:1px solid #399DBD;
}
.news-list .box:hover .btn.more{
    background:#244A6D;
}
.news-list.type2 .date{
    color:#389CBD;   
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background:#389CBD;
}
.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: #389CBD;
    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 #ccc;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
