article {
    background: url(../images/news_bg.jpg) no-repeat center bottom/cover;
}


/* 图册列表 */

.atlas {}

.atlas ul {
    display: flex;
    flex-flow: wrap;
}

.atlas li {
    width: 100%;
    padding: 4px;
}

.atlas li a {
    display: block;
    color: #000;
    text-align: center;
}

.atlas li i {
    display: block;
    background: url(../images/atlas_border.png) no-repeat center center/100% 100%;
}

.atlas li a img {
    width: 100%;
    border: 1px solid #bababa;
}

.atlas li p {
    position: relative;
    font: 400 14px/30px "微软雅黑";
    text-align: center;
    color: #fff;
    background: #535353;
    border-top: 0;
}

@media (min-width: 1200px) {
    .atlas {}
    .atlas ul {
        padding: 0;
        justify-content: space-between;
    }
    .atlas li {
        width: 33.3%;
        padding: 5px;
    }
    .atlas li a {
        position: relative;
    }
    .atlas li a img {
        border: 0;
    }
    .atlas li p {
        position: relative;
        font: 400 14px/30px "微软雅黑";
    }
    .atlas li a:hover p {
        color: #fff;
        background: #0082d4;
    }
}