@charset "utf-8";
/*列表通用 index、news*/
.news-list .date{
    color: #C80B15;
    font-family: 'Lato', serif;
}
.news-list.type4 .date{
    color: #C80B15;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Lato', serif;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.news-list.type4 .date .day{
    order: 3;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: bold;
    width: auto;
    display: flex;
}
.news-list.type4 .date .month {
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Lato', serif;
    font-size: 16px;
    order: 2;
    font-weight: bold;
}
.news-list.type4 .date .years {
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Lato', serif;
    font-size: 16px;
    order: 1;
    font-weight: bold;
}
.news-list.type4 .date .day:before {
    content: ' . ';
}
.news-list.type4 .date .month:before {
    content: ' . ';
}
.news-list.type4 .date .years:before {
    content: '';
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
    margin-bottom: 30px;
}
.news-list.type4 .pic{
    border-radius: 15px;
}
.news-list.type4 .txt {
    padding: 0;
}
/* /type4 */
.news-list .name{
    color: #333;
    font-size: 18px;
    letter-spacing: 0.35px;
}
.news-list .box:hover .name{
    color: #C80B15;
}
.news-list .description{
    color: #878787;
}
.news-list.type1 .item{
    border-bottom: 1px dashed rgba(155, 104, 62, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more,.news-list .box:hover .btn.more{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.news-list .box:hover .btn.more{
    opacity: 0.8;
}
/*!列表通用 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: #C80B15;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-family: 'Lato', serif;
    letter-spacing: 1.5px;
}
.news-date .years{
    font-size: 18px;
    order: 1;
} 
.news-date .day{
    order: 3;
}
.news-date .month{
    order: 2;
    font-size: 18px;
}
.news-date .day::before{
    content: '.';
}
.news-date .month::before{
    content: '.';
}
.news-title{
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    color: #333;
    letter-spacing: 1.5px;
}
.news-detail{
    border-bottom: 1px solid #ddd;
    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;
        border-bottom: 1px dashed #f90;
    }
}
