@charset "utf-8";
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 0px;
}
.news-list .btn.more{
    background: #FFF;
    color: #444444;
    transition: all 0.3s;
    font-weight: normal;
    border:#444444 1px solid;
    transition: all 0.3s;
}
.news-list .box:hover .btn.more {
    color: #FFF;
    border-color:#DAAB81;
    background:#DAAB81;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list.type1 .item:nth-child(2n){
    background:none;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 0;
}
.news-list.type2 .item{
    border:none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date{
    color: #DAAB81;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #DAAB81;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -42px 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 .item .name{
    color: #000;
    font-weight:bold;
}
.news-list .box:hover .name{
    color: #DAAB81;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list.type1 .date {
    background: #FFF;
    font-size: 30px;
    padding: 19px 9px 8px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    box-sizing: border-box;
    margin-top: 20px;
    line-height: 20px;
    border-radius: 15px;
    color: #DCC5AC;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #D6C7A1;
}
.news-list.type1 .date:before {
    content: "";
    background: #DAAB81;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s ease;
    opacity: 0;
}
.news-list.type1 .box:hover .date:before{
    opacity: 1;
}
.news-list.type1 .date .month {
    font-size: 13px;
    color: #DCC5AC;
}
.news-list.type1 .date .years {
    font-size: 13px;
    color: #DCC5AC;
}
.news-list.type1 .box:hover .date{
    color: #FFF;
}
.news-list.type1 .box:hover .month{
    color: #FFF;
}
.news-list.type1 .box:hover .years{
    color: #FFF;
}
.news-list.type1 .more-box {
    display: none;
}
.news-list.type1 .txt {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
}
.news-list.type1 .item .name {
    color: #6C5E4A;
    font-weight: normal;
}
.news-list.type1 .box:hover .name {
    color: #1E0A05;
}
.news-list.type1 .item .description {
    color: #6E5E4A;
}
.news-list .item .box:hover .description {
    color: #A58F8D;
}
.news-list.type1 .item {
    border-bottom: 1px solid #EBEBEC
}
.news-list.type1 .box:hover .name {
    text-decoration: unset;
}
.news-list.type1 .item .txt_in {
    padding-right: 0;
}
.news-list.type2 .date{
    margin-top: 8px;
}
.news-list.type2 .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
    .news-list.type1 .txt {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type1 .item {
        border-bottom: 0px solid #EBEBEC;
    }
    .news-list.type1 .date {
        margin-top: 12px;
    }
    .news-list.type4 .txt {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    color: #ffffff;
    font-size: 25px;
    padding-left: 1px;
    font-family: 'Roboto', sans-serif;
    background: #00275E;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
}
.news-date .years{
    font-size: 14px;
    order: 2;
} 
.news-date .day{
    order:1;
}
.news-date .month{
    order:3;
    font-size: 14px;
}
.news-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.news-detail{
    border-bottom:  1px dashed #d7ccb7;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-date{
        padding-top: 0;
        height: 41px;
    }
    .news-date .month, .news-date .years{
        font-weight: normal;
    }
    .news-date .years{
        font-size: 14px;
        order: 2;
    } 
    .news-date .day{
        order:1;
        width: auto;
    }
    .news-date .month{
        order:3;
        font-size: 14px;
    }
    .news-date .day:after{
        content: '/';
        margin: 0 5px;
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .news-date .month:before{
        content: '.';
        display: inline-block;
    }
    .news-detail .news-title{
        font-size: 18px;
        line-height: 1.65;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
}
