@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
}
.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: 6px;
    color: #FFFFFF;
    font-weight: 600;
    background: #FFFFFF;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: 500;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    top: 43px;
    position: absolute;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .txt{
}
.news-list .box {
    text-align: left;
}
.news-list .item .name{
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 18px;
    color: #5A452C;
    margin-bottom: 5px;
   -webkit-line-clamp: 1;
    height: auto;
}
.news-list .box:hover .name{
    color: #EEC5B8;
}
.news-list .item .description{
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 15px;
    color: #A59385;
    -webkit-line-clamp: 2;
}
.news-list .item .box:hover .description{
    color: #EEC5B8;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background:#EEC5B8;  
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 index、news*/
/*------------ news ------------*/
.news-sect{
    padding: 95px 0 0 0;
    background: #FAF6F4;
    background: -moz-linear-gradient(180deg, #FAF6F4 0%, #F7F1EE 100%);
    background: -webkit-linear-gradient(180deg, #FAF6F4 0%,#F7F1EE 100%); 
    background: linear-gradient(180deg, #FAF6F4 0%,#F7F1EE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAF6F4', endColorstr='#F7F1EE',GradientType=1 );
}
.news-sect .container{
    background: #ffffff;
    text-align: center;
    padding: 65px 65px 135px 65px;
    max-width: 1520px;
    border-radius: 50px;
    box-shadow: 0px 0px 18px rgba(91,69,44,0.05);
    z-index: 1;
}
.news-sect .title span {
    color: #EEC5B8;
}
.news-sect .n_left {
    position: absolute;
    top: 50%;
    left: -345px;
    width: 284px;
    height: 648px;
    background: url(../../../images/layout06/common/index/n_left.png) no-repeat;
    background-size: contain;
}
.news-sect .n_right {
    position: absolute;
    top: 90%;
    right: -312px;
    width: 268px;
    height: 377px;
    background: url(../../../images/layout06/common/index/n_right.png) no-repeat;
    background-size: contain;
}
.news-list .date {
    color: #5B452C;
}
.news-sect .index_more{
    position: absolute;
    top: 25px;
    right: 75px;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*!_type1*/
.news-list.type1 .box:hover .name{
    color: #ffffff;
}
.news-list.type1 .item .box:hover .description{
    color: #ffffff;
}
.news-list.type1 .item {
    border-bottom: 1px solid #ddd;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-weight: normal;
    font-family: "Quicksand", sans-serif;
    border-radius: 0px;
    transition: all 0.3s ease;
    width: 127px;
    height: 48px;
    line-height: 3;
   border-radius: 50px;
}
.news-list .box:hover .btn.more {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #EEC5B8;
    color: #EEC5B8;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #F9F9F9;
}
.news-list.type1 .date {
}
.news-list.type1 .item:hover .txt_in {
    background: #EEC5B8;
}
/*!_type1*/
/*!_type2*/
.news-list.type2 .item .pic {
    border-radius: 20px;
}
.news-list.type2 .item {
    padding: 0 10px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .date {
}
/*!_type2*/
/*!_type3*/
.news-list.type3  .box:hover .name{
    color: #EEC5B8;
}
.news-list.type3  .item .box:hover .description{
    color: #EEC5B8;
}
.news-list.type3 .name {
    height: auto;
    white-space: inherit;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list.type3 .item {
    border-left: solid #EEC5B8 1px;
}
/*!_type3*/
/*!_type4*/
.news-list.type4 .box:hover .name{
    color: #ffffff;
}
.news-list.type4 .item .box:hover .description{
    color: #ffffff;
}
.news-list.type4 .txt {
    position: static;
    padding: 0px;
}
.news-list.type4 .item .box{
    border: 0;
}
.news-list.type4 .item .txt_in, 
.news-date {
    position: absolute;
    background: #F9F9F9;
    padding: 20px;
    border: 1px solid #D9D9D9;
}
.news-list.type4 .item:hover .txt_in, 
.news-date:hover {
    background: #EEC5B8;
}
.news-list.type4 .item .date,
.news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    background: #EFA26A;
    background: -moz-linear-gradient(-45deg, #EFA26A 0%, #EEC5B8 100%);
    background: -webkit-linear-gradient(-45deg, #EFA26A 0%,#EEC5B8 100%); 
    background: linear-gradient(135deg, #EFA26A 0%,#EEC5B8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFA26A', endColorstr='#EEC5B8',GradientType=1 );
    transition: all 0.3s ease;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    letter-spacing: 0.5px;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
/*!_type4*/
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
    border-radius: 30px 0 0 30px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 20px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*瀑布流*/
.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: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    margin: 0px 0 0 0;
}
.news-title{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #5C452C;
}
.news-date {
    top: 0px;
    left: 0px;
}
/*------------ rwd ------------*/
