/* 图册列表 */
/* 新闻列表 */
.arc-top{
    background: url('../images/news_bg.jpg') no-repeat center center/cover;
}
.atlas ul{
    display: flex;
    flex-flow: wrap;
}
.atlas li{
    width: 50%;
    padding: 4px;
}
.atlas li a{
    display: block;
    border: 1px solid #626262;
}
.atlas li a img{
    width: 100%;
}

.atlas li p {
    position: relative;
    padding-left: 20px;
    font: 400 14px/36px '微软雅黑';
    color: #000;
    background: #fff;
}

@media (min-width:1200px) {
    article{
        background: url('../images/arc_bg.jpg') no-repeat center 0/cover;
    }
    .arc-top{
        background: none;
    }
    .atlas{}
    .atlas ul{
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
    }
    .atlas li{
        width: 33.3%;
        padding: 10px;
    }
    .atlas li a{
        position: relative;
        display: block;
        color: #fff;
        text-align: center;
    }
}


