@charset "utf-8";
/* -------- 列表通用 index、news -------- */
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    transition: all 0.5s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .date {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.news-list.type4 .item .box{
    border: 0;
    background: none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    color: #444;
    background: #EFEBE7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -75px 0px 25px;
    padding: 0;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    transition: all 0.5s ease;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -20px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    background: #967C5F;
    color: #fff;
}
.news-list.type4 .txt {
    padding: 0 15px 20px;
}
.news-list .item .name{
    color: #444;
    letter-spacing: 0.5px;
    -webkit-line-clamp: 1;
    height: 25px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}
.news-list .box:hover .name{
    color: #967C5F;
}
.news-list .item .description{
    color: #888888;
    max-height: 25px;
    -webkit-line-clamp: 1;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
}
.news-list .item .box:hover .description{
    color: #686868;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #967C5F;
    color: #fff;
    border-radius: 0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    transition: all 0.5s ease;
}
.news-list .box:hover .btn.more {
    background: #444;
    color: #fff;
}
/* type1 */
.news-list.type1 .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #EFEBE7;
    border-radius: 0;
    font-family: 'Jost', sans-serif;
    font-size: 0;
    font-weight: normal;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all 0.5s ease;
}
.news-list.type1 .date {
    font-size: 45px;
}
.news-list.type1 .item:nth-child(2n) .btn.more{
    background: #fff;
    transition: all 0.5s ease;
}
.news-list.type1 .btn.more::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background: url(../../../images/layout06/common/index/b_arr_g.png) no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    z-index: -1;
    transition: all 0.5s ease;
}
.news-list.type1 .box:hover .btn.more,
.news-list.type1 .item:nth-child(2n) .box:hover .btn.more {
    background: #967C5F;
}
.news-list.type1 .box:hover .btn.more::after {
    background: url(../../../images/layout06/common/index/b_arr.png) no-repeat;
    background-size: contain;
}
.news-list.type1 .item:nth-child(2n),
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #EFEBE7;
}
.news-list.type1 .item .description {
    max-height: 50px;
    -webkit-line-clamp: 2;
}
/* type3 */
.news-list.type3 .item .description {
    max-height: 50px;
    -webkit-line-clamp: 2;
}
.news-list.type3 .item {
    border-left: solid #e7e7e7 1px;
}
@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{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    z-index: 2;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -20px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
}
.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%;
    margin: 10px 0;
}
.news-title{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.5;
}
/* -------- /detail-main -------- */