@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 1px #D9D9D9;
    background: #F9F9F9;
}
.news-list .item .box{
    transition: all .2s;
    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;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #B79D7A;
     
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 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.type1 .item .date,
.news-date{
    font-family: 'Lily Script One', cursive;
    color: #ACABAB;
    font-weight: normal;
}

.news-list.type1 .date {
    font-size: 40px;
    letter-spacing: 2px;
    padding: 35px 25px 20px 0;
    position: relative;
}

.news-list.type1 .date::before{
    content: '';
    background: #DDDDDD;
    width: 1px;
    height: 78px;
    position: absolute;
    top: 20px;
    right: 0;

}

.news-list.type1 .date .years:before{
    content: ".";
}

.news-list.type1 .item:nth-child(2n) .txt_in{
    background: unset;
}

 

.news-list.type1 .item:last-child{
    border: unset;
}



.news-list .item .name{
    color: #333333;
}
.news-list.type1 .name{
    font-size: 20px;
    height: 28px;
}


.news-list .box:hover .name{
    
}
.news-list .item .description{
    color: #8C8C8C;
    font-size: 16px;
    max-height: 45px;
}
.news-list .item .box:hover .description{
     
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
     
}
.news-list .box:hover .btn.more:before{
     
}

.news-list.type1  .btn.more:before{
    content: "";
    position: absolute;
    top: 26px;
    right: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
}


.news-list.type1 .box:hover .btn.more:before{
    border-color: #fff;
}

@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}

.news-list.type1  .btn.more::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    top: 30px;
    right: 16px;
    background: #333;
}

.news-list.type1 .box:hover  .btn.more::after {
  background: #fff;
}

.news-list.type1 .btn.more {
    position: relative;
    margin: auto;
    bottom: inherit;
    font-size: 0;
    width: 56px;
    height: 56px;
    border: 1px solid #BAB7B7;
    border-radius: 0;
    background: transparent;
}

.news-list.type1 .box:hover .btn.more{
    background: #B79D7A;
    border-color: #B79D7A;

   

}

/*!列表通用 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;
    background: unset;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
    font-size: 40px;
    letter-spacing: 2px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 14px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;

    font-weight: normal;
    margin-top: 10px;
    letter-spacing: 0;
    line-height: inherit;
}
.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 ------------*/
