@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    box-sizing: border-box;
    border: 1px solid #191970;
    background: #191970;
    color: #fff;
    border-radius: 0;
}
.news-list .box:hover .btn.more {
    background: transparent;
    color: #191970;
}
.news-list.type3:before{
    /* display: none; */
}
.news-list.type3 .item{
    border-left: solid rgba(255,255,255,.5) 1px;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    /* display: none; */
}

.news-list.type4{
    margin: 0 -5px;
}
.news-list.type4 .item {
    border-bottom: none;
    padding: 0 5px;
    margin-bottom: 42px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date{
    font-weight: bold;
    color: #2D5A27;
}
.news-list .item:hover .date{
    color: #87C489;
}
.news-list.type2 .date .month {
    font-weight: bold;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #2D5A27;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #87C489;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 0px 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 30px;
    letter-spacing: 0;
}
/* .news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 500;
} */
.news-list.type4 .item .name{
    height: 52px;
}
.news-list .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.5;
    transition: all .3s ease;
    height: auto;
}
.news-list .box:hover .name{
    color: #191970;
}
.news-list .item .description{
    color: #777;
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.035em;
    line-height: 1.3;
}
.news-list.type4 .txt {
    padding: 0 15px;
}
.news-list.type4 .description {
    max-height: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .date {
        margin: -35px 0px 10px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 11px;
    }
    .news-list .item .name{
        font-size: 16px;
            height: auto;
    }
    .news-list .item .description{
        font-size: 13px;
    }
    .news-list.type4 .item{
        margin-bottom: 30px;
    }
    .news-list.type4 .txt {
        padding: 0 10px;
    }
}
/*!列表通用 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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    width: 62px;
    height: 62px;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: bold;
    background: #4682B4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    text-align: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 30px;
    letter-spacing: 0;
    order: 1;
}
.news-date .month, .news-date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.news-date .years {
    order: 2;
}
.news-date .years::after{
    content: ".";
}
.news-date .month{
    order: 3;
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
