@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before {
    display: none;
}
.news-list.type4 .item .box {
    transition: all .3s ease;
    border: solid 1px #D9D9D9;
    background: #fff;
}
.news-list .item .box {
    transition: all 0.3s ease;
    top: 0;
}
.news-list.type4 .item .box:hover {
    top: -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16)
}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}
.news-list.type4 .txt {
    position: static;
    padding: 20px;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #333;
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    top: 15px;
    left: 15px;
    position: absolute;
}
.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
    font-weight: 300;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-weight: 300;
}
.news-list .item .name {
    color: #333333;
    letter-spacing: 1px;
}
.news-list .box:hover .name {
    color: #FA4616;
}
.news-list .item .description {
    color: #545454;
    letter-spacing: 0.5px;
    text-align: left;
}
.news-list .item .box:hover .description {
    color: #464646;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    color: #ACACAC;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    transition: all 0.3s ease;
}
.news-list .btn.more::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ACACAC;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
    z-index: 1;
}
.news-list .box:hover .btn.more {
    color: #000;
    background: transparent;
}
.news-list .box:hover .btn.more:before {
    border-color: transparent transparent transparent #333;
}
/* type1 */
.news-list.type1 .item {
    background: #fff;
}
.news-list.type1 .date {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
.news-list.type1 .date .day {
    display: block;
    letter-spacing: -1px;
    font-weight: 300;
}
.news-list .date .month,
.news-list .date .years {
    font-weight: 500;
}
.news-list.type1 .btn.more {
    border: 1px solid #A0A0A0;
    color: #A0A0A0;
    border-radius: 0;
    overflow-x: unset;
    transition: all 0.3s ease;
}
.news-list.type1 .box:hover .btn.more {
    border: 1px solid #A0A0A0;
    color: #fff;
    background: #333;
    border-radius: 0;
    overflow-x: unset;
}
.news-list.type1 .btn.more::before {
    display: none;
}
/* type2 */
.news-list.type2 .item {
    padding: 0 25px 25px;
    border-bottom: 1px solid #ddd;
}
.news-list.column2 .item:nth-last-child(-n+2) {
    border: 0;
    margin: 0;
    padding-bottom: 0;
}
.news-list.type2 .pic {
    width: 200px;
}
.news-list.type2 .txt {
    position: relative;
    min-height: unset;
    margin-left: 222px;
    padding-top: 10px;
}
.news-list.type2 .date {
    background: #333;
    width: 93px;
    height: 30px;
    display: flex;
    padding-left: 12px;
}
.news-list.type2 .date .day,
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-top: 0;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.news-list.type2 .date .day {
    order: 3;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}
.news-list.type2 .date .month {
    order: 2;
}
.news-list.type2 .date .years {
    order: 1;
}
.news-list.type2 .date .years:before {
    content: '';
}
.news-list.type2 .date .month:before {
    content: '.';
}
.news-list.type2 .date .day:before {
    content: '.';
}
.news-list.type2 .name {
    margin: 10px 0 18px;
}
.news-list.type2 .date {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
.news-list.type2 .date .day {
    letter-spacing: -1px;
    font-weight: 500;
}
.news-list.type2 .description {
    letter-spacing: 0.35px;
}
/* type3 */
.news-list.type3:before {
    background: #F3F5F8;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
    background: #fff;
}
.news-list.type3 .date {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
.news-list.type3 .day {
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .news-list.type4 .txt {
        position: static;
        padding: 15px;
    }
    /* n-type2 */
    .news-list.type2 .txt {
        position: relative;
        min-height: unset;
        margin-left: 0;
        padding-top: 10px;
    }
    .news-list.type2 .pic {
        width: auto;
    }
    .news-list.type2 .pic {
        margin-right: 0;
    }
    .news-list.type2 .item .pic {
        margin-bottom: 10px;
    }
    .news-list .btn.more {
        display: none;
    }
    .news-list.type2 .item {
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .news-list.type2 .item .box {
        max-width: 312px;
        margin: 0 auto;
        box-sizing: border-box;
        top: 0;
    }
    .news-list.type2 {
        margin: 0;
    }
    .news-list.type2 .name {
        margin: 10px 0 5px;
    }
    .news-list.type2 .txt {
        margin: 5px 0 0;
        padding: 10px 5px 15px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list.type4 .item .box:hover {
        top: 0;
    }
}
/*!列表通用 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;
}
.news-date {
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month {
    order: 2;
}
.news-date .month:before {
    content: '.'
}
.news-date .month,
.news-date .years {
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box {
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/