.news-list {
    margin: 0 -12px;
}
.news-list .item {
    width: 25%;
    padding: 0 12px;
}
.news-list .item a {
    text-align: center;
    max-width: 265px;
    margin: 0 auto 80px;
}
.news-list .pic {
    background: url('../images/news/pic_bg.png') 50% 50% no-repeat;
    max-width: 210px;
    margin: 0 auto 20px;
    padding: 12px;
    border-radius: 250px;
    overflow: hidden;
    position: relative;
}
.news-list a:hover .pic {
    background-image: url(../images/news/pic_hover_bg.png);
}
.news-list .pic img {
    border-radius: 250px;
}
.news-list .date {
    color: #BB8039;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.news-list .name {
    color: #ccc;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 68px;
    margin-bottom: 15px;
}
.news-list a:hover .name {
    color: #fff;
}
.news-list + .btn-box {
    padding-top: 0;
}

.news-detail .title {
    background: url(../images/pattern.png);
    border: 3px solid #3C3C3C;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #D4A553;
    padding: 15px 20px;
    margin-bottom: 5px;
}
.news-detail .txt {
    border: 1px solid #464646;
    padding: 45px 30px 60px;
}
.news-detail .date {
    display: block;
    color: #BB8039;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.news-detail .editor {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .news-list {
        max-width: 700px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -12px;
    }
    .news-list .item a {
        margin-bottom: 40px;
    }
    .news-detail .title {
        padding: 20px 15px;
    }
    .news-detail .txt {
        border-width: 1px 0;
        padding: 30px 0 40px;
    }
    .news-detail .date {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .news-list .item {
        width: auto;
        float: none;
    }
    .news-list .name {
        height: auto;
        max-height: 66px;
    }
}