@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
       -webkit-line-clamp: 1;
}
.news-list .item .box{
    padding: 12px;
    background: #fff;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}


.news-list .item .name{
    color: #333;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 2px;
    font-weight: bold;
}
.news-list .box:hover .name{
    color: #CE121E;;
}
.news-list .item .description{
    color: #666
}
/*------------- NEWS MODIFY*/
.news-list.type4 .pic {
    border-radius: 20px;
}
.news-list.type4 .item .date, 
.news-date{
    background: #CE121E; !important;
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    color: #fff;
    width: 65px;
    height: 65px;
}
.news-list.type4 .txt{
    position: static;
    min-height: inherit;
    padding: 12px 10px 15px;
}
.news-list.type4 .item .date{
    margin: 0;
    position: absolute;
    left: 25px;
    top:25px;
    border-radius:100%;
    padding-top: 15px;
}
.news-list.type4 .date .day{
    font-weight: 500;
}

.news-list .pic:before {
    content: '';
    display: block;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .item{
    padding: 5px!important;
}
.news-list .box:hover .pic{
    opacity: 1;
}
.news-list .box{
    border-radius:20px;
}
.news-list.type3 .date,
.news-list.type2 .date,{
    font-family:  "Montserrat", sans-serif!important;
}
.news-list .btn.more {
    font-family:  "Montserrat", sans-serif!important;
    border-radius: 0;
    background: #005a38;
    color: #fff;
    border-radius: 50px;
}
.news-list.type3 .item{
    border-color: #dcdcdc;
}
.news-list.type3:before{
    background: transparent;
}
/*------------- NEWS MODIFY*/
/*!列表通用 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: 63px;
    height: 63px;
    padding-top: 7px;
    border-radius: 100%;
    font-weight: 500;
    align-items: center;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: 15px;
    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: 75px;
}
.news-detail{
    /* background-color: #fff; */
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
