@charset "utf-8";
/*列表通用 index、news*/

.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}

.news-list .btn.more {
    background: #2F6098;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
}

.news-list .box:hover .btn.more {
    background: #71A4C3;
    color: #fff;
}

.news-list.type3 .date {
    color: #71A4C3;
}

.news-list.type4 .pic:before, .news-list.type2 .pic:before {
    content: "";
    background: url(../../../images/layout01/common/hover.png) 50% 60% no-repeat rgba(23, 43, 67, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.news-list.type4 .box:hover .pic:before, .news-list.type2 .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.news-list.type4 .item .box {
    transition: all 0.3s ease;
    border: none;
}

.news-list .item .box {
    transition: all 0.3s ease;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

/* type4 */

.news-list.type4 .txt {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

.news-list.type4 .txt::before {
    content: '';
    position: absolute;
    background: #71A4C3;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.news-list.type4 .txt::after {
    content: '';
    position: absolute;
    background: #2F6098;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.news-list.type4 .box:hover .txt::after {
    width: 100%;
}

.news-list.type4 .item .date {
    color: #71A4C3;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    background: none;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 0;
    letter-spacing: 0;
    border-radius: 0;
    transition: all 0.3s ease;
}

.news-list.type4 .item .box:hover .date {
    color: #2F6098;
}

.news-list.type4 .date .years {
    font-size: 18px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: bold;
    order: 1;
}

.news-list.type4 .date .month {
    font-size: 18px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: bold;
    order: 2;
}

.news-list.type4 .date .day {
    font-size: 18px;
    width: auto;
    order: 3;
}

.news-list.type4 .date .month:before {
    content: '-';
}

.news-list.type4 .date .day:before {
    content: '-';
}

/* end type4 */

/* type2 */

.news-list.type2 .date {
    font-size: 18px;
    color: #71A4C3;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}

.news-list.type2 .date .years {
    order: 1;
    font-size: 18px;
    font-weight: bold;
}

.news-list.type2 .date .month {
    order: 2;
    font-size: 18px;
    font-weight: bold;
}

.news-list.type2 .date .day {
    order: 3;
    font-size: 18px;
    font-weight: bold;
}

.news-list.type2 .date .month:before {
    content: '-';
}

.news-list.type2 .date .day:before {
    content: '-';
}

.news-list.type2 .date .years:before{
    display: none;
}

/* end type2 */

/* type3 */
.news-list.type3 .date,
.news-list.type3 .years,
.news-list.type3 .month,
.news-list.type3 .day {
    font-size: 18px;
    color: #71A4C3;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.news-list.type3 .day {
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
}

.news-list.type3 .item {
    border-left: solid #ddd 1px;
}

/* end type2 */

.news-list .item .name {
    color: #333333;
}

.news-list .box:hover .name {
    color: #71A4C3;
}

.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: #2F6098;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.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: 0;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    .news-list .item .txt {
        padding: 0 5px 20px 5px;
    }
}