@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.1);
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .pic:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(255,215,215,0.1);
    opacity: 0;
    z-index: 2;
}
.news-list .item:hover .pic:after{
    opacity: 1;
}
.news-list .item .description,
.news-list .item .name{
     color: #424251;
}
.news-list .item .date{
    color: #FFF;
    transition: all .2s;
}
.news-list .item .box:hover .name{
    color:#3E7D4F;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #3E7D4F;
    bottom: 10px;
}
.news-list .item .box:hover .btn.more{
    background:#B2D03A;
    color: #FFF;
}
.news-list.type2 .date{
    color:#3E7D4F;   
}
.news-list.type3:before{
    background: #FFF;
}
.news-list.type3 .item .date{
    color:#3E7D4F;
}
.news-list.type3 .item .box:hover .date{
    color:#B2D03A;
}
.news-list.type4 .item .box{
    border:1px solid #DDDDDD;
}
.news-list.type4 .item .box{
    background: #FFF;
}
.news-list.type4 .item .box:hover{
    border:1px solid #3F7E50;
}
.news-list.type4 .box:hover{
    background:rgba(255,255,255,0.6);
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background:#3E7D4F;
    transition: all 0.3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
    position: relative;
}
.news-list.type4 .item .date:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom,#FFDC73,#6A9E59);
    transition: all .3s ease;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.news-list.type4 .item .box:hover .date:before{
    opacity: 1;   
}

/*!列表通用 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: #3E7D4F;
    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 #ccc;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
