@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4{
    margin: 0 -9px;
}
.news-list.type4 .item{
    padding: 0 9px;
    margin-bottom: 30px;
}
.news-list.type4 .txt {
    padding: 0 0 20px;
}
.news-list.type4 .item .box{
    display: flex;
    flex-direction: column-reverse;
    border:none;
    max-width: 310px;
    transition: all .2s;
}
.news-list .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 1;
}
.news-list .date{
    font-family: "Tenor Sans", sans-serif !important;
    color: #444444;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    font-family: "Tenor Sans", sans-serif;
    font-weight: normal;
    background: #444444;
}
.news-list.type4 .item .date{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date{
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 0;
    overflow: hidden;
}
.news-list.type4 .date:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #F8B61A;
    top: -2px;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
    transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
}
.news-list.type4 .box:hover .date:before {
    top: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.news-list.type4 .item .date .day{
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -15px;
    font-size: 35px;
    letter-spacing: inherit;
    z-index: 2;
}
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    position: relative;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
    z-index: 2;
}
.news-list .item .name{
    color: #343233;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-weight: normal;
    transition: all .2s;
}
.news-list .box:hover .name{
    color: #F8B61C;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 27px;
    margin: 0 0px;
}
.news-list .item .description{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: 1.5;
    color: #676767;
}
.news-list.type4 .item .description{
    max-height: 41px;
    -webkit-line-clamp: 2;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 0;
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #444444;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: #F8B61A;
    color: #FFFFFF;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type3{
    margin: 0;
}
.news-list.type3 .item{
    border-color: #DDDDDD;
}
.news-list.type3:before{
    display: none;
}
@media screen and (max-width: 1000px){
    .news-list .name {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .news-list .item .description {
        font-size: 13px;
    }
    .news-list.type4 {
        margin: 0 -7.5px;
    }
    .news-list.type4 .item {
        padding: 0 7.5px;
    }
    .news-list.type4 .date {
        width: 54px;
        height: 54px;
    }
    .news-list.type4 .item .date{
        margin: 0px 0px 12px;
    }
    .news-list.type4 .item .date .day{
        font-size: 32px;
        line-height: .8;
    }
    .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 11px;
    }
    .news-list.type4 .txt {
        padding: 0px 0 18px;
    }
}
/*!列表通用 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: 0px;
    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: normal;
    margin: 10px 0;
    display: block;
    width: 100%;
    letter-spacing: 0.1em;
    color: #444444;
}
/*------------ rwd ------------*/
