.news-list {
    max-width: 1280px;
    margin: 0 auto;
}
.news-list .item {
    width: 25%;
    padding: 0 10px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    position: relative;
    max-width: 250px;
    margin: 0 auto 30px;
    text-align: center;
}
.news-list .pic {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 0px;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #534f45;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
    padding-top: 32px;
}
.news-list a:hover .name {
    color: #927554;
}
.news-list .date {
    position: absolute;
    display: block;
    box-sizing: border-box;
    font-family: 'Marcellus', serif;
    width: 125px;
    height: 30px;
    background:#A48860;
    color: #fff;
    border-radius: 12px 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 30px;
    transition: all .3s ease;
    margin: 0 auto;
    left: 0;
    bottom: calc(59px - 15px);
}
.news-header .date{
    position: relative;
    display: block;
    box-sizing: border-box;
    font-family: 'Marcellus', serif;
    width: 125px;
    height: 30px;
    background:#A48860;
    color: #fff;
    border-radius: 12px 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 30px;
    transition: all .3s ease;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.news-header {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
}
.news-header .title {
    max-width: 1045px;
    margin: 0 auto 25px;
    color: #927252;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-detail {
    border-bottom: 1px dashed #ccc;
    padding: 40px 0;
}
.news-detail .editor {
    max-width: 1045px;
    margin: 0 auto;
}
.share_box{
	margin-top: 30px;
}
@media screen and (max-width: 1000px) {
    .news-list {
        margin: 0px auto 0;
    }
    .news-list .item{
        padding: 0 10px;
    }
    .news-list .name{
        font-size: 16px;
        padding-top: 20px;
    }
    .news-list .date{
        width: 120px;
        height: 30px;
        font-size: 14px;
        bottom: calc(45px - 15px);
    }
    .news-header .date {
        width: 120px;
        height: 30px;
        font-size: 14px;
        margin: 8px auto 0;
    }
    .news-list .box {
        margin: 0 auto 10px;
    }
    .news-header .title{
        margin: 0 auto 5px;
        font-size: 16px;
    }
    .share_box{
        margin-top: 10px;
    }
    .news-header {
        padding-bottom: 10px;
    }
    .news-detail {
        padding: 8px 0;
    }
}
@media screen and (max-width: 900px) {
    .news-list {
        max-width: 700px;
    }
    .news-list .item{
        width: 50%;
        margin-bottom:15px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 500px) {
    .news-list {
        margin: 5px auto 0;
    }
}