﻿

/*焦点图样式开始*/
.slider-focus {
    position: relative;
    max-width: 540px;
    overflow: hidden; 
    margin: 0 auto;
}

    .slider-focus .hd {
        position: absolute;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 2%;
        z-index: 1;
        line-height: 28px;
        text-align: center;
    }

        .slider-focus .hd li {
            display: inline-block;
            vertical-align: middle;
            width: 8px;
            height: 8px;
            margin: 0 4px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            font-size: 0;
            line-height: 0;
            text-indent: -9999em;
            background: #fff;
            cursor: pointer;
        }

            .slider-focus .hd li.on {
                background: #20ace9;
            }

    .slider-focus .banner {
        position: relative;
        z-index: 0;
    }

        .slider-focus .banner li {
            position: relative;
            text-align: center;
        }

            .slider-focus .banner li img { 
                width: 100%; /* 图片宽度100%，达到自适应效果 */
            }

/*焦点图样式结束*/


.home-nav {
    overflow: hidden;
    padding-bottom: 0.9375em;
}
.home-nav li{
    float: left;
    margin: 0 0.625em;
    text-align: center;
    width: 18.75%;
    margin-top: 0.9375em;
    line-height: 1.6;  
}
.home-nav li span{
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100%;
    font-size: 0.625em;
    color: #333;
}

.column.photos {
    padding-bottom: 0.25em;
}
.column-title {
    padding: 0.625em 0.625em 0 0.625em;
     border-bottom: 1px solid #e6e6e6;
}
.column-title .fbc {
}
.column-title h2{
    font-size: 0.875em;
    color: #333333;
}
.column-title small{
    font-size: 0.625em;
    color: #999;
    display: block;
    margin-left: 0.3125em;
    line-height: 1.4; 
}
.column-title span{
    font-size: 0.625em;
    color: #999;
    display: block;
    line-height: 1.4;
    cursor: pointer;
}
.consult-btn {
    width: 3.5em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    color: white;background-color: #20ace9;
}
.consult-btn span{
    font-size: 0.625em;
    display: block;
}
.column-img {
    overflow: hidden;
    width: 100%;
}
.column-img img{
    display: block;
    width: 100%;
}

.teachers .duty {
    line-height: 1;
}
.teachers .duty span {
    font-size: 0.625em;
    color: #999999;
    display: block;
}
.atlas {
    position: relative;
    overflow: hidden;
    padding: 0.625em;
}
.atlas-banner li {
    display: none;
    position: relative;
}
.atlas-banner li a{
    display: block;
    width: 100%;
}
.atlas-banner li img{
    display: block;
    width: 100%;
}
.atlas-banner li div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.25em;
    line-height: 1.25em;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.atlas-banner li div span{
    color: white;
    font-size: 0.625em;
    display: block;
}
.arrow {
    position: absolute;
    top: 50%;
    margin-top: -0.75em;
    width: 1em;
    height: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}
.arrow.arrow-left {
    left: 0.625em;
}
.arrow.arrow-right {
    right: 0.625em;
}
.step-nav {
    margin-left: 0.25em;
    overflow: hidden;
    margin-top: 0.5em;
}
.step-nav ul{
    overflow: hidden;
}
.step-nav li{
    width: 4.125em;
    height: 1.25em;
    background-color: #e6e6e6;
    margin: 0 0.375em;
    text-align: center;
    line-height: 1.25em;
    float: left;margin-top: 0.5em;
}
.step-nav li.on{
    background-color: #20ace9;
}
.step-nav li a{
    font-size: 0.625em;
    color: #666;
    display: block;
}
.step-nav li.on a {
    color: white;
}
.news-list {
    overflow: hidden;
    margin-top: 0.625em;
    padding: 0 0.625em;
}
.news-head .news-img {
    width: 6.25em;
    height: 4.6875em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.news-other {
    overflow: hidden;
    margin-left: 0.625em;
}
.news-name span{
    font-size: 0.75em;
    color: #333333;
}
.news-detail {
    margin-top: 0.25em;
}
.news-detail p{
    font-size: 0.625em;
    color: #999;
}
.news-list ul {
    overflow: hidden;
    margin-top: 0.5em;
}
.news-list li {
    border-bottom: 1px dashed #cccccc;
}
.news-list li div{
    line-height: 1.875em;
}
.news-list li a{
    font-size: 0.625em;
    color: #333333;
    display: block;
}
.news-list li span{
    font-size: 0.625em;
    color: #999999;
    display: block;
    margin-left: 0.5em;
}
.column-list {
    padding: 0 0.625em;
}
.column-list li{
    margin-top: 0.625em;
    padding-bottom: 0.625em;
    border-bottom: 1px dashed #cccccc;
}
.column-list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}