body {
	overflow: -Scroll;
	overflow-x: hidden;
	background-color: #F2F6F9;
}

.indicating_nav {
	margin-top: 15px;
	border-bottom: 1px #dadfe2 solid;
}

.collegeintro_nav img {
	width: 20px;
	height: 20px;
}

.collegeintro_nav li {
	height: 20px;
}

.collegeintro_nav {
	list-style: none;
}

.indication_line {
	border: 1px #DADFE2 solid;
}

.collegeintro_nav>li {
	display: inline-block;
	padding-right: 10px;
}

.collegeintro_nav>.active {
	color: #999;
}

.collegeintro_nav .nav_index a, .nav_collegeintro a {
	text-decoration: none;
	color: #0095a8;
}

.collegeintro_nav #tabTitle {
	color: #666;
}

.collegeintro_nav .nav_spacing {
	color: #0095a8;
}



.main-content {
  padding: 30px 0;

}
.leftcontent {
  background-color : #fff;
  border-radius: 6px;
  border: 1px #D8E0E2 solid;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.right-content{
	margin-bottom:20px;
	padding-left:0 !important;
}

.bordered {
	/* border-collapse: collapse; */
	width: 100%;
	border-radius: 6px;
	margin-top: 20px;
}


.bordered th {
	background-color: #f6f6f8;
	padding: 10px 0 10px 30px;
	text-align: left;
	height: 50px;
	color: #4d4d4d;
	font-size: 16px;
}


.bordered:first-child{
	margin-top: 0px;
}

.bordered tr td:hover {
	background-color: #f8f8f8;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}



thead tr {
	border:1px #D7DFDF solid;
}

.bordered .tdfirst {
	border-top: none;
}

.bordered td {
	border-bottom: 1px #D7DFDF solid;
	border-right: 1px #D7DFDF solid;
	padding: 10px;
	text-align: center;
	height: 60px;
	width:25%;
	background-color: #fff;
}

.bordered td:hover {
	background-color: #fafafa;
}

.bordered td a {
	text-decoration: none;
	cursor: pointer;
	color: #4d4d4d;
}

.bordered td:FIRST-CHILD {
	border-left: 1px #D7DFDF solid;
}

.bordered td a:hover {
	color: #00B8D0;
}

.accordion {
 	background-color: #fff;
 	border:1px #D8E0E2 solid;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 6px;
 	width:100%;
 	list-style-type: none;
 	padding: 0px;
 }

.excellent_site{
	text-align: center;
	height: 50px!important;
	line-height: 50px!important;
	background-color:#00B8D0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.excellent_site p{
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:50px;
}

.accordion .open{
	position:relative;
	padding:8px;
	cursor: pointer;
	border-bottom:1px #D8E0E2 solid;
}


.accordion .open:last-child{
	border-bottom: 0;
	list-style:none;
}


.accordion li img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.accordion .chosen span{
	padding-left:5px;
	color: #666;
	font-size:13px;
}

.accordion .chosen:hover {
	background-color: #f8f8f8;
}

.accordion .chosen span:hover{
	color: #00b8d0;
}




