@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #ccc;
}
.news-list .item .box {
    padding: 12px;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list.type4 .pic {
    box-shadow: 0px 0px 14px 3px #ddd;
}
.news-list .date {
    color: #134324;
}
.news-list.type3 .item .box:hover .date {
    color: #739D2E;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 0;
    color: #FFFFFF;
    background: #134324;
    width: 60px;
    height: 60px;
    padding-top: 15px;
    transition: unset;
    border-radius: 50%;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #739D2E;
}
.news-list.type4 .date {
    font-size: 25px;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list.type4 .date .day {
    color: #fff;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #666
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-weight: 600;
    font-size: 12px;
}
.news-list.type2 .date {
    margin-top: 7px;
}
.news-list .box:hover .btn.more {
    background: #739D2E;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    background: #134324;
    color: #fff;
    transition: all 0.3s ease;
}
/*!列表通用 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 {
    display: flex;
    color: #739d2f;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    height: auto;margin: 0;
}
.news-date .day {
    order: 3;
    display: flex;
}
.news-date .month {
    order: 2;
    display: flex;
}
.news-date .month:before,
.news-date .day:before {
    content: '-';
    display: inline-block;
}
.news-title {
    color: #444;
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
.share_box {
    text-align: left;
    padding: 10px 20px 10px 15px;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .news-title {
        padding: 60px 4px 20px;
    }
}