@charset "utf-8";
/*列表通用 index、news*/

.news-list .type4{
    margin: 0;
}


.news-list.type3:before{
    background: #000;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 0px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border: unset;
    margin-bottom: 49px;
    background: unset;
}
.news-list .item .box{
    /* background: #1A1A1A; */
}
.news-list .box{
    /* border:1px solid #000; */
}
.news-list .box:hover{
   
}



.news-list.type4 .txt {
    padding: 10px 15px 50px 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: unset;
    background: #ffffff;
}


.news-list .item .name {
    color: #000000;
}

.news-list .item .description{
    color: #292929;
}


.news-list .item .date{
    color: #03205C;
    font-family: 'Oswald', sans-serif;
}
.news-list .item .box:hover .description{
    /* color: #CCCCCC; */
}
.news-list.type4 .box:hover .date{
    background:#0698DC;
}
.news-list .item .box:hover .name{
    color: #03205C;
    
    text-decoration: underline;
}

.news-list.type4 .item .box:hover .name{
    color: #03205C;
    text-decoration: unset;
}

.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;
}

.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background:#023853;
    font-size: 30px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: -41px;
    right: 0px;
    border: 1px solid #03205C;
    border-radius: 0px;
    background: #030303;
    background: #fff;
    color: #03205C;
}

.news-list.type4 .item .date::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #03205C;
    display: block;
   
    position: absolute;
    top: 30px;
    left: -8px;

}

.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
    font-weight: 300;
 }

 .news-list.type4 .box:hover .date{
    background: #03205C;
    color: #fff;
}

.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #004386;
    bottom: 10px;
}

.news-list .box:hover .btn.more {
    background: #0698DC;
    color: #fff;
}



/*!列表通用 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%;
    color: #0e0e0e;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
