@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    /* background: #1b2143; */
}
.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:none;
    margin-top: 115px;
}
.news-list.type4  .item .pic{
    margin-top: -115px;
    position: relative;
}
.news-list.type4 .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(51,51,51,0) 10%,rgba(51,51,51,0) 50%,rgba(51,51,51,.8) 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
}
.news-list.type4  .box:hover .pic:before{
    opacity: 1;
}
.news-list.type4 .txt {
    padding: 0 10px 10px 10px;
}
.news-list.type4  .item .box{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.news-list.type4  .box:hover{
    background: #F1F1F1;
}
.news-list.type4 .item .name{
    color: #595959;
}
.news-list.type4 .item .description{
    color: #878787;
    font-size: 15px;
}

.news-list.type4 .box:hover .date,
.news-list.type4 .item .box:hover .name,
.news-list.type4 .item .box:hover .description{
    color: #fff;
}
.news-list  .item .box{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.news-list.type3 .item .box{
    border: unset;
}
.news-list .box:hover{
    background: rgb(238, 238, 238);
}
.news-list .item .name{
     /* color: #fff; */
}
.news-list .item .description,
.news-list .item .date{
    /* color: #ccc; */
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #333333;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #F1F1F1;
}
.news-list.type4 .item .box:hover .date {
    background: #F1F1F1;
    color: #FE0000;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #F1F1F1;
    bottom: 10px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 400;  
}
/*
.news-list.type3:before{
    background: #1b2143;
}
.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:none;
}
.news-list .item .box{
    background: #666b8a;
}
.news-list .box:hover{
    background: #fff;
}
.news-list .item .name{
    color: #fff;
}
.news-list .item .description,
.news-list .item .date{
    color: #ccc;
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #111;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #F1F1F1;
}
.news-list.type4 .item .box:hover .date {
    background: #F1F1F1;
    color: #FE0000;
    }
.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: #595959;
    background: #F1F1F1;
    bottom: 10px;
}*/
/*------------ news ------------*/
.news-list.type3:before{
    /* background: #1b2143; */
}
.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:none;
    margin-top: 115px;
}

.news-list.type4  .item .pic{
    margin-top: -115px;
    position: relative;
}

.news-list.type4 .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(51,51,51,0) 10%,rgba(51,51,51,0) 50%,rgba(51,51,51,.8) 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
   
    display: block;
}


.news-list.type4  .box:hover .pic:before{
    opacity: 1;
}


.news-list.type4 .txt {
    padding: 0 10px 10px 10px;
}


.news-list.type4  .item .box{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.news-list.type4  .box:hover{
    background: #F1F1F1;
}

.news-list.type4 .item .name{
    color: #222222;
    font-weight: 700;
}
.news-list.type4 .item .description{
    color: #878787;
    font-size: 14px;
}
.news-list.type4 .box:hover .date,
.news-list.type4 .item .box:hover .name{
    color: #222222;
}
.news-list.type4 .item .box:hover .description{
    color: #AAAAAA;
}
.news-list  .item .box{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.news-list.type3 .item .box{
    border: unset;
}
.news-list .box:hover{
    background: rgb(238, 238, 238);
}
.news-list .item .name{
     /* color: #fff; */
}
.news-list .item .description,
.news-list .item .date{
    /* color: #ccc; */
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #595959;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #F1F1F1;
}
.news-list.type4 .item .box:hover .date {
    background: #F1F1F1;
    color: #FE0000;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #888888;
    background: #F1F1F1;
    bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.news-list .box:hover .btn.more {
    background: #D72828;
    color: #F1F1F1;
}
.news-sect{
    padding: 20px 0 80px;
    position: relative;
    background: url(../../../images/layout03/common/index/news_background.jpg) top center no-repeat;
}
.news-sect .title{
    text-align: left;
    padding-top: 40px;
    margin-bottom: 5px;
    position: relative;
}
.news-sect .index_more{
    position: absolute;
    right: 30px;
    top: 130px;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!列表通用 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;
    color: #888888;
}
.news-date{
    width: 100%;
    margin: 0px auto;
    color: #D72828;
    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 #888888;
    width: 100%;
}
.btn-box{
    text-align: left;
}
.btn.back:hover{
    background: #DD4848;
}
/*------------ rwd ------------*/
