@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 10px 5px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list  .item .box{
    
}

.news-list .item .name{
    color: #333;
    -webkit-line-clamp: 1;
    height: auto;
}
.news-list .item .description,
.news-list .item .date{
    color: #ccc;
    display: none;
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #4e9f35;
}
.news-list.type4 .item{
    padding: 0 6.5px;
}
.news-list.type4 .item .box{
    border: 0;
}
.news-list.type4 .txt{
    position: static;
    padding: 15px 0 0;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date{
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 100%;
    color: #fff;
    font-weight: normal;
    background: #4e9f35;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    transition: all .5s ease;
    width: 60px;
    height: 60px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -18px;
    font-size: 28px;
    font-weight: 600;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 11px;
    font-weight: 600;
}
.news-list.type4 .item .box:hover .date{
    color: #4e9f35;
    background: #fff;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #4e9f35;
    bottom: 10px;
}
/*!列表通用 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: #4e9f35;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
    position: static;
    height: auto;
    justify-content: flex-start;
}
.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 #ddd;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
