@charset "utf-8";
/*列表通用 index、news*/

.news-list.type3:before {
    background: #fff;
}

.news-list .pic:before {
    display: none;
}

.news-list .item .box {
    background: #F5F5F5;
    transition: all .3s ease;
    top: 0;
    padding: 10px;
}

.news-list.type4 .item .box {
    margin-top: 10px;
}

.news-list.type4 .item .box:hover {
    top: -10px;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .box {
    border: none;
}

.news-list.type4 .item .box {
    background: #F5F5F5;
    padding: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .txt {
    position: relative;
    z-index: 1;
}

.news-list.type4 .box .txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
    width: 100%;
    height: 3px;
    transition: all 0.3s ease;
    z-index: -2;
}

.news-list.type4 .box .txt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #AC0000;
    width: 0;
    height: 3px;
    transition: all 0.3s ease;
    z-index: -1;
}

.news-list.type4 .box:hover .txt:after {
    width: 100%;
}

.news-list .item .name {
    color: #202020;
    margin: 0 0 20px;
}

.news-list .item .box:hover .name {
    color: #666;
}

.news-list .item .description {
    color: #777777;
}

.news-list .item .box:hover .description {
    color: #555;
}

.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    align-content: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 45px;
}

.news-list.type4 .date .day {
    width: auto;
    font-size: 14px;
    order: 3;
    font-weight: bold;
    letter-spacing: 2px;
}

.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.news-list.type4 .date .month:before, .news-list.type4 .date .day:before {
    content: '-';
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
}

.news-list.type1 .item .date, .news-list.type2 .item .date, .news-list.type3 .item .date {
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.news-list .btn.more {
    z-index: 5;
    overflow-x: unset;
    color: #222;
    border: 1px solid #CCCCCC;
    background: #fff;
    bottom: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', serif;
    transition: all 0.3s ease;
}

.news-list .btn.more:hover, .news-list .box:hover .btn.more {
    background: #AC0000;
    color: #fff;
    border-color: #AC0000;
}

/*!列表通用 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: #AC0000;
    background: none;
    font-size: 14px;
    font-weight: bold;
    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 #434253;
    width: 100%;
}

.btn-box {
    text-align: center;
}

/*------------ rwd ------------*/