@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 12px;
    background: #EEEEEE;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #159C8F;
    color: #fff;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more {
    background: #0089AF;
    color: #fff;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list .date {
    font-family: 'Cabin', sans-serif;
}
.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    width: 62px;
    height: 62px;
    padding-top: 14px;
    background: url(../../../images/layout04-5/common/news/date.png) no-repeat 0% 0%;
    transition: unset;
    font-family: 'Cabin', sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px auto 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #888
}
.news-list .item .box:hover .description {
    color: #f5f5f5;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
/*!列表通用 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box {
    width: 100%;
    order: 3;
}
.news-date {
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0 0 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 0;
    font-weight: 500;
    background-position: 0 0%;
    left: unset;
    transform: unset;
}
.news-date .years {
    order: 2;
}
.news-date .day {
    order: 1;
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month {
    order: 3;
    position: relative;
}
.news-date .month:before {
    content: '.';
}
.news-date .month, .news-date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.news-title {
    margin: -60px auto 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail {
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box {
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .news-title {
        padding: 60px 4px 20px;
    }
}