.main {
    width: 1200px;
    margin: 0 auto;
}

.crumbs {
    height: 42px;
    line-height: 42px;
}

.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs .current_page {
    color: #333;
}

.crumbs i {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(/assets/images/list_sprite.png) no-repeat 8px -909px;
}

.content {
    border: 1px solid #ddd;
    width: 1200px;
    margin: auto;
}

.content .c_left {
    width: 849px;
    height: 650px;
    float: left;
}

.content .c_right {
    background: #fff;
}

/*分校详细*/
.branch_campus_detail h2 {
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    font-weight: 600;
}

.branch_campus_detail ul {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;

}

.branch_campus_detail ul li {
    border-top: none;
    color: #333;
    font-size: 16px;
}

.branch_campus_detail li + li {
    border-top: 1px solid #eaeaea;
}

.branch_campus_detail li .campus_tit {
    width: 120px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding-left: 40px;
}

.branch_campus_detail li .campus_body {
    border-left: 1px solid #eaeaea;
    display: inline-block;
    width: 1000px;
    line-height: 28px;
    padding: 8px 0;
    max-height: 200px;
    padding-left: 15px;
}

/*end 分校详细*/

.page span a {
    display: inline-block;
    padding: 0 6px;
    margin-left: 3px;
    border: 1px solid #dddddd;
}

.page span a:hover {
    background: #f4535c;
    color: #fff;
    border: 1px solid #f4535c;
}

.page .on {
    background: #f4535c;
    border: 1px solid #f4535c;
    color: #fff;
}

#school_list div.focus-over {
    background: #F0F0F0;
    cursor: pointer;
}

.BMap_bubble_pop {
    background-color: #FFFFFF;
    width: 345px;
}

.BMap_bubble_pop h4 {
    margin: 0 0 5px 0;
    padding: 0.2em 0;
    color: #2678D5;
    border-bottom: 1px solid #CCCCCC;
}

.BMap_bubble_pop_img {
    float: right;
    margin: 4px;
    width: 106px;
    height: 71px;
}

.table_addr_tel {
    margin-top: 2px;
}

.table_addr_tel th, .table_addr_tel td {
    padding: 0;
    vertical-align: top;
    color: #4D4D4D;
}

.table_addr_tel th {
    font-weight: 400;
    white-space: nowrap;
    width: 40px;
    word-break: keep-all;
}

.table_addr_tel tr:first-child th, .table_addr_tel tr:first-child td {
    padding-bottom: 5px;
}