@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #fff;
    transition: all .3s ease;
    border-radius: 25px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.08);
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .txt{
    position:static;
    min-height: auto;
    padding: 10px 20px;
}
.news-list .pic{
    border-radius: 25px;
}

.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #df5960;
    width: 68px;
    height: 65px;
    padding-top: 20px;
    background: #fff;
     font-weight:600;
    font-family: "Montserrat", sans-serif;
}
.news-list.type4 .date .day{
    color: #142b7e;
   
}
.news-list.type4 .item .box:hover .date{
    color: #fff;
    background: #df5960;
}
.news-list.type4 .box:hover .date .day{
    color: #fff;
   
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 12px  0 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    border-radius: 0 0 10px 10px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 16px;
    font-size: 35px;
    padding: 3px 0 0;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list .item .name{
    color: #333;
    font-weight: 500;
}
.news-list .box:hover .name{
    color: #142b7e;
}
.news-list .item .description{
    color: #666
}
.news-list .btn.more {
    background: #eee;
     font-family: "Montserrat", sans-serif;
}

.news-list .box:hover .btn.more {
    background: #df5960;
    color: #fff;
}
/*!列表通用 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #142b7e;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: 16px;
    font-size: 35px;
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-weight: 600;
}
.news-title{
    margin: -60px auto 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail{
   
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
