/* 内容页面 */

.arc-arc {
    padding: 10px;
}

.arc-arc-title {
    font: bold 18px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.arc-arc img {
    width: 100%;
}

.arc-arc p {
    margin-bottom: 15px;
    font: 400 14px/30px 'Microsoft Yahei';
    color: #000;
    text-align: justify;
}

@media (min-width:1200px) {
    .arc-bg{
        padding-bottom: 100px;
        background: url('../images/arc_bg.jpg') no-repeat center 0;
        background-size: cover;
    }
    .arc-arc {
       padding:60px 20px;
    }
    .arc-arc-title {
        padding-bottom: 20px;
        font: bold 24px/42px '微软雅黑';
    }
}




/* 图册列表 */

.atlas ul li {
    padding: 8px 8px;
}

.atlas ul li a {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #dcdcdc;
}

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

.atlas ul li a p {
    font: 400 14px/36px '微软雅黑';
    color: #000;
    text-align: center;
    background: #f4f4f4;
}

.atlas ul li a:hover p {
    color: #fff;
    background: #c0081c;
}

@media (min-width:1200px) {
    .atlas {
        padding: 20px 0 0 0;
    }
    .atlas ul {
        padding: 0 5px;
    }
    .atlas ul li {
        float: left;
        width: 33.3%;
        padding: 5px;
    }
    .atlas ul li a {}
    .atlas ul li a p {
        font: 400 16px/60px '微软雅黑';
        color: #000;
        text-align: center;
    }
}

/* 视频列表 */
.video ul li {
    padding: 8px 8px;
}

.video ul li a {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.video ul li img {
    width: 100%;
}

.video ul li a p {
    font: 400 14px/36px '微软雅黑';
    color: #000;
    text-align: center;
    background: #f4f4f4;
}

.video ul li a:hover p {
    color: #fff;
    background: #c0081c;
}

@media (min-width:1200px) {
    .video {
        padding: 20px 50px 0;
    }
    .video ul {
        padding: 0 5px;
    }
    .video ul li {
        float: left;
        width: 50%;
        padding: 5px;
    }
    .video ul li a {}
    .video ul li a p {
        font: 400 16px/60px '微软雅黑';
        color: #000;
        text-align: center;
    }
}



