@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .btn.more{
    color: #C4B8A6;
    border: 1px solid #ECE8E3;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: none;
}
.news-list .box:hover .btn.more{
    color: #A08D70;
    background: #ECE8E3;
    border-color: #CABEB0;
}
.news-list .date,
.news-list.type2 .date {
    color: #46362B;
    font-family: 'Quicksand', serif;
    display: none;
}
.news-list.type2 .item {
    border-bottom: 1px solid #ECE8E3;
}
.news-list.type3 .item {
    border-left: solid #ECE8E3 1px;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before{
    content: "";
    background: url(../../../images/layout01/common/news/hover.png) 50% 60% no-repeat rgba(102, 102, 102, 0.85);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .item {
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: none;
    background: #FBF8F4;
}
.news-list.type4 .txt {
    padding: 0 15px 15px 15px;
}
.news-list.type4 .item .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #CAB095;
    transition: all .3s ease;
}
.news-list.type4 .item .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: transparent;
    transition: all .5s ease;
    visibility: visible;
}
.news-list.type4 .item .box:hover::after {
    width: 100%;
    background: #F8B62B;
    background: -moz-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: -webkit-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: linear-gradient(to left, #F8B62B 0%, #EE7B1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B62B', endColorstr='#EE7B1D',GradientType=1);
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #fff;
    background: #46362B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px auto 15px;
    padding: 0;
    line-height: 1;
    font-family: 'Quicksand', serif;
    display: none;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: 600;
}
.news-list.type4 .item .box:hover .date{
    color: #fff;
    background: #F8B62B;
    background: -moz-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: -webkit-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: linear-gradient(to left, #F8B62B 0%, #EE7B1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B62B', endColorstr='#EE7B1D',GradientType=1);
}
.news-list .item .name{
    color: #46352B;
    font-weight: 600;
}
.news-list .box:hover .name{
    color: #EE7B1D;
}
.news-list .item .description{
    color: #999;
    line-height: 1.3;
    max-height: 39px;
    -webkit-line-clamp: 2;
}
.news-list .item .box:hover .description{
    color: #8C7F78;
}
/*!列表通用 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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
    display: none;
}
.news-date{
    display: flex;
    color: #EE7B1D;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    background: #fff;
    display: none;
}
.news-date .day{
    order: 3;
}
.news-date .month{
    order: 2;
}
.news-date .month:before,
.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #46352B;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #ECE8E3;
    border-width: 1px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .name {
        margin: 0 0 10px;
    }
    .news-list.type4 .item .date {
        width: 55px;
        height: 55px;
        margin: -25px auto 15px;
    }
}
