article {
    background: url(../images/pic_bg.jpg) no-repeat center bottom/cover;
}

/* 图册列表 */
.atlas {}

.atlas ul {
    display: flex;
    flex-flow: wrap;
}

.atlas li {
    width: 50%;
    padding: 4px;
}

.atlas li a {
    display: block;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #626262;
}

.atlas li a img {
    width: 100%;
}

.atlas li p {
    position: relative;
    font: 400 14px/36px '微软雅黑';
}

@media (min-width:1200px) {
    .atlas {}

    .atlas ul {
        padding: 10px;
        background: rgba(255, 255, 255, 0.8);
    }

    .atlas li {
        width: 25%;
        padding: 10px;
    }

    .atlas li a {
        position: relative;
    }

    .atlas li a:hover {
        color: #fff;
        background: #00732e;
    }
}