.campus_main {
    width: 100%;
    padding: 80px 0px 60px;
}


.campus_title {
    text-align: center;
    font-size: 34px;
	/* font-weight: bold; */
	color: #333;
    margin-bottom: 58px;
}

.campus_filter {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 30px;
    margin-bottom: 74px;
    background: url(../images/campus_filter_bg.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
}

.campus_filter_left {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #fff;
}

.campus_filter {
    position: relative;
    z-index: 10;
}

.campus_filter_left > img {
    width: 26px;
	height: 26px;
    margin-right: 20px;
}

.campus_filter_right {
    width: 75%;
    float: right;
}

.campus_filter_province {
    width: 60%;
    float: left;
    overflow: hidden;
}

.campus_filter_city {
    width: 40%;
    float: right;
}

.campus_filter_province_tit {
    float: left;
    font-size: 18px;
	line-height: 50px;
	color: #fff;
    width: 14%;
}

.campus_filter_province_list {
    width: 86%;
    float: left;
}


.campus_filter_province_list li {
    display: inline-block;
    /* width: 126px; */
	height: 50px;
	background: #fff;
    padding: 0px 36px;
	box-shadow: 0px 20px 40px 0px 
		rgba(19, 151, 107, 0.3);
	border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin-right: 16px;
    font-size: 18px;
	color: #fff;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
}

.campus_filter_province_list li.ie{
    background: #fff;
    color: #333;
}

.campus_filter_province_list li.ie.on , .campus_filter_province_list li.ie:hover {
    
    background:#ebfff8;
    color: #0aba80;
}

.campus_filter_province_list li.on , .campus_filter_province_list li:hover {
    background: #fff;
    color: #333;
}

.campus_filter_city_tit {
    width: 20%;
    float: left;
    font-size: 18px;
	line-height: 50px;
	color: #fff;
    width: 14%;
}

.campus_filter_city_select {
    width: 80%;
    float: left;
    position: relative;
    cursor: pointer;
}

.campus_filter_city_select_input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.campus_filter_city_select_input input {
    width: 86%;
    height: 50px;
    box-sizing: border-box;
    padding: 0px 30px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.campus_filter_city_select_input img {
    transition: all 0.5s;
    width: 7%;
    height: auto;
    transition: all 0.5s;
}

.campus_filter_city_list {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    /* */
    line-height: 40px;
    font-size: 16px;
    color: #333;
    /*  */
    padding-top: 10px;
    max-height: 340px;
    overflow: auto;
    display: none;
}

.campus_filter_city_list ul {
    /* display: none; */
    box-shadow: 0px 15px 30px 0px 
		rgba(199, 199, 199, 0.3);
    border-radius: 4px;
    background: #fff;
}

.campus_filter_city_list ul.on {
    /* display: block; */
}
.campus_filter_city_list  li {
    /* background: #fff; */
    padding: 0px 30px;
    cursor: pointer;
}
.campus_filter_city_list  li:hover {
    color: #0aba80;
}

.campus_filter_city_list  li.on {
    color: #0aba80;
    background: #f2fcfc;
}


.campus_map_list_top {
    width: 100%;
}

.campus_map_list_top>img {
    width: 47.5%;
    float: left;
    height: auto;
}

.campus_map_list_top_right {
    float: right;
    width: 50.2%;
    box-sizing: border-box;
    padding: 30px 0px 0px 60px ;
}


.campus_map_list_name {
    font-size: 24px;
	font-weight: bold;
	color: #333;
    margin-bottom: 38px;
}

.campus_map_list_info {
    overflow: hidden;
    margin-bottom: 16px;    
}

.campus_map_list_info img {
    width: 17px;
    margin-right: 16px;
    float: left;
    margin-top: 8px;
}

.campus_map_list_info span {
    font-size: 18px;
	color: #666;
    float: left;
    max-width: 90%;
    line-height: 36px;
}

.campus_map_list_btns {
    overflow: hidden;
    margin-top: 60px;
}

.campus_map_list_btns button {
    width: 180px;
	height: 60px;
	/* background: #fa9500; */
	border-radius: 4px;
    font-size: 20px;
	color: #fff;
    margin-right: 30px;
    padding: 0px;
    border: none;
    float: left;
}

.campus_map_list_btns button:hover {
    font-weight: bold;
}

.campus_map_list_toggle {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    float: right;
    font-size: 20px;
	color: #0aba80;
    cursor: pointer;
}

.campus_map_list_toggle img {
    width: 16px;
	height: 8px;
    margin-left: 8px;
    transition: all 0.5s;
}


.campus_map_list_toggle:hover {
    font-weight: bold;
}

.campus_map_list_btns button.type1 {
    background: #fa9500;
}

.campus_map_list_btns button.type2 {
    background: #0aba80;
}

.campus_map_detail {
    position: relative;
    padding-top: 30px;
    display: none;
}

.campus_map_detail_inner {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    border: 10px solid #0aba80;
    height: 380px;
}

/* .campus_map_detail_inner img {
    width: 100%;
    height: auto;
} */

.campus_map_sj {
    width: 40px;
	height: 20px;
    position: absolute;
    top: 10px;
    right: 45px;
}

.campus_map_list li {
    margin-bottom: 60px;
}

.campus_map_more {
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #e6e5e5;
	color: #666;
    padding-top: 30px;
}

.campus_map_more span:hover {
    color: #0aba80;
}

.campus_map_more span {
    cursor: pointer;
}


.index_map_mark {
    overflow: hidden;
}

.index_map_mark img {
    width: 50px;
	height: 50px;
	border-radius: 4px;
    float: left;
}

.index_map_mark_text {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 16px;
	line-height: 26px;
	color: #333;
}