@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before {
    display: none;
}

.news-list.column4 .item {
    width: 25%;
    margin-bottom: 30px;
}

.news-list.type4 {
    margin: 0 -12.5px;
}

.news-list.type4 .item {
    padding: 0 12.5px;
}

.news-list.type4 .item .box {
    transition: all .2s;
    border: none;
    top: inherit;
}

.news-list .item .box {
    transition: all .2s;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .txt {
    position: static;
    padding: 0;
    padding-top: 12px;
    min-height: auto;
}

.news-list.type4 .item .date{
    width: 65px;
    height: 65px;
    border-radius: 0;
    color: #33B7B1;
    font-family: "Marcellus", serif;
    font-weight: normal;
    background: #FFFFFF;
    transition: all .3s ease;
}
.news-date{
    width: 65px;
    height: 65px;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Marcellus", serif;
    font-weight: normal;
    background: #33B7B1;
    transition: all .3s ease;
}
.news-list .date,.news-list.type2 .date{
    color: #33B7B1;
    font-family: "Marcellus", serif;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    color: #FFF;
    background: #33B7B1;
}

.news-list.type4 .item .date {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    left: 0;
    top: 0;
}

.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -15px;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: inherit;
}

.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
}

.news-list .item .name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #444444;
    line-height: 1.45;
    transition: all .3s ease;
    margin: 0;
}

.news-list .box:hover .name {
    color: #33B7B1;
}

.news-list.type4 .item .box:hover .name {
    color: #33B7B1;
}

.news-list .item .description {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.6;
    color: #878787;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    max-height: 50px;
}

.news-list.type4 .description {
    display: none;
}
.news-list.type1 .item{
    border-color: #DDD;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #33B7B1;
    font-weight: normal;
    font-family: "Marcellus", serif;
    border-radius: 30px;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #33B7B1;
}
.news-list .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #22A9DB;
    z-index: -1;
    transition: all .3s ease;
}

.news-list .box:hover .btn.more:before {
    opacity: 0;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    border-color: #DDD;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: transparent;
}
@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: 0;
    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: normal;
}
.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 ------------*/
@media screen and (max-width: 1280px){
    .news-list.column4 .item:nth-child(3n+1) {
        clear: none;
    }
}
@media screen and (max-width: 1000px){
    .news-list.column4 .item{
        width: 33.33%;
    }
    .news-list.type4 .txt {
        padding-top: 10px;
        text-align: center;
    }
    .news-list.type4 {
        margin: 0 -7.5px;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list .item .name{
        height: 25px;
    }
}
@media screen and (max-width: 767px) {
    .news-list.column4 .item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .news-list.type4 .item {
        margin-bottom: 15px;
    }
    .news-list .item .name {
        font-size: 16px;
    }
    .news-list.type4 .item .date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .item .date .month, .news-list.type4 .item .date .years {
        font-size: 11px;
    }
}