@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type3:before{
    background: url(../../../images/layout04/common/bg/bg01.jpg);
}
.news-list .item .box{
    padding: 12px;
    background: transparent;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: transparent;
    box-shadow: 0 8px 8px rgb(0 0 0 / 8%);
    border-radius: 0 40px 0px 40px;
    overflow: hidden;
}
.news-list .item .box:hover{
    background: #0E6137;
}
.news-list.type4  .item .box:hover{
    background: transparent;
}
.news-list.type2 .box,
.news-list.type2 .pic{
    border-radius: 0 40px;
}
.news-list.type4 .pic{
    position:relative;
    z-index:-1;
}
.news-list.type4 .box .pic:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 75px 70px 0 40px #fff;
    filter: blur(0);
}
.news-list.type4 .item .date,
.news-date{
    font-family: "Goldman", sans-serif;
    border-radius: 0;
    color: #FFFFFF;
    width: 63px;
    height: 63px;
    padding-top: 13px;
    background: #0E6137;
    transition: all .3s ease;
}
.news-list  .item .box:hover .date{
    color: #fff;
}
.news-list.type4  .item .box:hover .date{
    background: #91B223;
    color: #fff;
}
.news-list .item .date{
    color: #000;
}
.news-list.type4 .date .day{
    font-weight: 500;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Goldman", sans-serif;
    border-radius: 0 0 16px 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    margin-top: -24px;
    font-size: 10px;
    font-weight: 400;
}
.news-list.type4 .txt{
    position: static;
    padding-top: 10px;
    border-radius: 40px 0 0px 40px;
    padding: 30px;
    background: #fff;
    margin-top: -40px;
    z-index: 10;
    min-height: auto;
}
.news-list .item .name{
    color: #000;
    
    font-size:18px;
}
.news-list.type4 .item .name{
    color: #000;
}

.news-list .item .description{
    color: #878787;
}
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #fff;
}
.news-list.type4 .box:hover .name{
    color:#0e6137;
}
.news-list .box:hover .btn.more {
    background: #fff;
    color: #000;
}
.news-list.type3 .item{
    border: none;
    padding: 0 20px;
    
}
.news-list.type3 .item .box{
    border-radius: 0 40px;
}
/*!列表通用 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 16px 0 -15px;
    position: relative;
    z-index: 2;
    width: 63px;
    height: 63px;
    padding-top: 0;
    border-radius: 0;
    font-weight: 500;
    align-items: center;
    font-family: "Goldman", sans-serif;
    border-radius: 0 0 16px 0;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}
.news-date .month{
    order:3;
}
.news-date .month:before {
    content: '.';
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: -24px;
    font-size: 10px;
        letter-spacing: 0;
    font-weight: 400;
}
.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{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 0px 0 1px;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        /* padding: 60px 4px 20px; */
    }
}
