@charset "utf-8";
/*列表通用 index、news*/
.news-list .txt {
    position: relative;
    min-height: inherit;
}
.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 .date{
    font-family: "Instrument Sans", sans-serif !important;
}
.news-list.type4 .item .box:hover{
    top: -10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
    background: #90B58D;
    transition: all .3 ease;
}
.news-list.type4 .item .box:hover .date{
    background: #363539;
}
.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: 32px;
    letter-spacing: 0;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 11px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 500;
}
.news-list .item .name{
    color: #000000;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #90B58D;
}
.news-list .item .description{
    color: #353439;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
}
.news-list .btn.more{
    position: relative;
    box-sizing: border-box;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 0 24px;
    z-index: 5;
    text-align: left;
    overflow-x: hidden;
    color: #fff;
    transition: all .3s ease;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #90B58D;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .btn.more::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 24px;
    z-index: 1;
    background: url(../../../images/layout06/common/index/n_more_ic.png) no-repeat;
    background-size: contain;
}
.news-list .box:hover .btn.more {
    background: #363539;
    color: #fff;
}
.news-list.type3 .txt{
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news-list.type3{
    margin: 0 0px;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .box{
    margin: 0 auto;
}
.news-list.type3 .item{
    position: relative;
    box-sizing: border-box;
    max-width: 420px;
    background: #FFFFFF;
    border: none;
    padding: 30px ;
    margin: 0 0px 30px;
}
.news-list.type3 .name{
    margin: 18px 0 10px
}
.news-list.type3 .description{
    line-height: 1.2;
}
.news-list.type3 .date,
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #90B58D;
    font-family: "Instrument Sans", sans-serif;
    margin: 0;
}
.news-list.type3 .more{
    position: relative;
    display: block;
}
.news-list.type2 .btn.more{
    bottom: -22px;
}
.news-list.type2 .item{
    border-bottom: 1px solid #DDDDDD;
}
.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;
    }
    .news-list.type3 .item {
        padding: 20px;
        margin: 0 0px 20px;
    }
    .news-list.type3 .txt{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news-list.type3 .date,
    .news-list.type3 .day,
    .news-list.type3 .month,
    .news-list.type3 .years {
        font-size: 16px;
    }
    .news-list.type3 .name {
        margin: 10px 0 10px;
        line-height: 1.2;
        height: 40px;
    }
    .news-list.type3 .description {
        line-height: 1.2;
    }
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list .btn.more{
        width: 145px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 20px;
    }
    .news-list .btn.more::after{
        width: 7px;
        height: 10px;
        right: 20px;
    }
    .news-list.type2 .btn.more {
        bottom: -30px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3{
        margin: 0;
    }
    .news-list.type3 .item{
        max-width: inherit;
        margin: 0 0 20px;
    }
    .news-list.type2 .btn.more{
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .news-list .box {
        margin: 0 auto 0px;
        text-align: left;
    }
}
/*!列表通用 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;
}
.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 ------------*/
