@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .item .box{
    padding: 0;
    transition: all .3s ease;
}
.news-list .date {
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}
.news-list .item .name{
    color: #000;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #333;
}
.news-list .item .description{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #333;
}
.news-list .item .box:hover .description{
    color: #888;
}
/*/列表通用 index、news*/
/*n_type2*/
.news-list.type2 .item {
    padding: 0 10px 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.news-list.type2 .item .box {
    margin: 0;
}
.news-list.type2 .pic {
    border-radius: 10px;
}
.news-list .btn.more{
    bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Libre Baskerville', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more{
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3 .item {
    border: 0;
    padding: 0 10px;
    margin: 0 0 20px;
}
.news-list.type3 .item .box {
    padding: 20px 30px;
    margin: 0;
    border-radius: 10px;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.news-list.type3 .date {
    color: #000;
    background: #f0f0f0;
    width: 120px;
    justify-content: center;
    transition: all 0.3s ease;
}
.news-list.type3 .box:hover .date {
    color: #fff;
    background: #000;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years {
    font-family: 'Libre Baskerville', serif;
}
.news-list.type3 .box:hover .name{
    color: #000;
}
.news-list.type3 .box:hover .name{
    color: #333;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: 0;
}
.news-list.type4 .pic {
    border-radius: 10px;
}
.news-list.type4 .txt {
    position: static;
    min-height: unset;
    padding: 10px 0 0;
}
.news-list.type4 .item .date,
.news-date{
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 0;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #000;
    background: #f0f0f0;
    font-family: 'Libre Baskerville', serif;
}
.news-list.type4 .box:hover .date {
    background: #000;
    color: #fff;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -10px;
    font-size: 25px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -10px;
}
.news-list.type4 .name {
    line-height: 28px;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
/*/n_type4*/
/*n_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/n_瀑布流*/
/*------------ /news ------------*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order: 1;
    width: 100%;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: -10px;
    font-size: 25px;
}
.news-date .month{
    order: 3;
}
.news-date .month::before {
    content: '.';
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: 0;
    font-weight: 600;
}
.news-title{
    margin: 0 auto 20px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0 0;
}
.news-detail{
    padding: 0;
}
.share_box{
    text-align: left;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin: 0;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 767px) {
    .news-list.type3 .name {
        margin: 20px 0 15px;
    }
}