/* 图册列表 */

.atlas {}

.case {
    padding: 10px 0;
}

.case-map img {
    max-width: 100%;
}

.case-font {
    padding: 10px 5px 0;
    text-align: center;
}

.case-title {
    color: #000;
}

.case-title .ch {
    font-size: 24px;
    line-height: 30px;
}

.case-title .ch span {
    color: #0286ce;
}

.case-title .en {
    font-size: 14px;
    line-height: 20px;
}

.case-detail {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.case-p {
    font-size: 14px;
    line-height: 20px;
}

.atlas ul {
    display: flex;
    flex-flow: wrap;
}

.atlas li {
    width: 100%;
    padding: 4px 0;
}

.atlas li a {
    position: relative;
    display: block;
    color: #000;
}

.atlas li i {
    display: block;
}

.atlas li a img {
    width: 100%;
}

.atlas li .atlas-li-title {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    font: 400 14px/36px "微软雅黑";
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.atlas-li-layer {
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.atlas-li-name {
    font: bold 16px/24px "微软雅黑";
}

atlas-li-p {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .atlas {
        background: url(../images/case_img2.png) no-repeat center 0/100%, url(../images/case_img1.png) no-repeat right 0;
    }
    .case {
        display: flex;
        justify-content: center;
        padding: 40px 0;
    }
    .case-map {
        width: 440px;
    }
    .case-font {
        width: 360px;
        padding: 80px 5px 0;
        text-align: center;
    }
    .case-title {
        color: #000;
    }
    .case-title .ch {
        font-size: 36px;
        line-height: 42px;
    }
    .case-title .ch span {
        color: #0286ce;
    }
    .case-title .en {
        font-size: 14px;
        line-height: 20px;
    }
    .case-detail {
        padding: 20px 0 40px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
    }
    .case-p {
        font-size: 14px;
        line-height: 24px;
    }
    .atlas ul {
        padding: 0;
    }
    .atlas li {
        width: 33.3%;
        padding: 5px;
    }
    .atlas ul li {
        width: 50%;
        padding: 6px 0;
    }
    .atlas ul li:nth-child(2n) {
        padding-left: 6px;
        padding-right: 0;
    }
    .atlas ul li:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 6px;
    }
    .atlas li a {
        position: relative;
        overflow: hidden;
    }
    .atlas li i {
        display: block;
        overflow: hidden;
    }
    .atlas li i img {
        transition: 0.6s;
    }
    .atlas li .atlas-li-title {
        display: block;
        font: 400 16px/36px "微软雅黑";
        text-align: center;
        transition: 0.3s;
    }
    .atlas-li-layer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: auto;
        text-align: left;
        background: rgba(0, 0, 0, 0.8);
        transform: translate3d(0, 100%, 0);
        transition: 0.3s;
    }
    .atlas-li-name {
        font: 400 16px/36px "微软雅黑";
        text-align: left;
    }
    .atlas-li-p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
    .atlas li a:hover img {
        transform: scale(1.1);
    }
    .atlas li a:hover .atlas-li-title {
        transform: translate3d(0, 100%, 0);
    }
    .atlas li a:hover .atlas-li-layer {
        transform: translate3d(0, 0, 0);
    }
}