@charset "utf-8";
/*列表通用 index、news*/

.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}

.news-list .btn.more {
    background: #26A49A;
    color: #fff;
    border-radius: 30px;
    font-family: 'Arial', serif;
    font-size: 13px;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 0;
}

.news-list.column2.type2 .btn.more{
    bottom: 14px;
}

.news-list .box:hover .btn.more {
    background: #5FC4B7;
    color: #fff;
}

.news-list.type4 .item .box {
     transition: all .5s ease;
    border: 0;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
}

/* type3 */

.news-list.type3 .item .box {
    background: #fff;
    padding: 15px;
    border: 1px solid #E3E3E3;
}

.news-list.type2 .item {
    border-bottom: 1px solid #ddd;
}

.news-list.column2.type2 .item .box {
     transition: all .5s ease;
    background: #fff;
    padding: 15px;
}

/* type3 */

.news-list .pic:before {
    display: none;
}

.news-list.type4 .item .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D9E6E4;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease;
    z-index: 1;
}

.news-list.type4 .item .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #26A49A;
    width: 0;
    height: 3px;
    transition: all 0.5s ease;
    z-index: 2;
    visibility: visible;
}

.news-list.type4 .item .box:hover:after {
    width: 100%;
}

.news-list .item .box {
     transition: all .5s ease;
}

.news-list.type4 .item .box {
    background: #fff;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .date {
    width: 100%;
    margin: 0;
    padding: 10px 2px;
    align-content: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    color: #333;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    background: transparent;
    letter-spacing: 0;
    height: 40px;
}

.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
}

.news-list.type4 .date .day {
    width: auto;
    font-size: 18px;
    order: 3;
    font-weight: normal;
}

.news-list.type4 .date .month:before {
    content: '-';
}

.news-list.type4 .date .day:before {
    content: '-';
}

/* type */

.news-list.type2 .date, .news-list.type3 .date {
    color: #333333;
    font-family: 'Arial', sans-serif;
}

.news-list.type3:before {
    background: #ECF0F0;
}

.news-list.type3 .item {
    border-left: solid #DDDDDD 1px;
}

/* type */

.news-list .item .name {
    color: #333333;
}

.news-list .box:hover .name {
    color: #26A49A;
}

.news-list .item .description {
    color: #8C8C8C;
}

.news-list .item .box:hover .description {
    color: #464646;
}

/*!列表通用 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: #b5c356;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
}

.news-date .day {
    order: 3;
}

.news-date .month {
    order: 2;
}

.news-date .month:before, .news-date .day:before {
    content: '-';
    display: inline-block;
}

.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;
    }
}