/* 院校排名 */
body{
  font-family:'Verdana, Geneva, Tahoma, sans-serif'}
#banner a{
		cursor: pointer;
	 color: #fff;
}
.partOne  .one{
	display: none;
}
#banner .activeBan{
	background-color: #fff;
	color: #333;
}
.partOne{
	display: none;
	background-color: #fafafa;
}
.partOne .bx{
	width: 1200px;
	margin: 0 auto;
}
.partOne .bx .top{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	padding: 62px 0px 0px 0px;
	border-bottom: 4px solid #2E4A99;
}
.partOne .bx .top span{
	text-align: center;
	/* margin: 0px 55px; */
	display: block;
	width: 400px;
	height: 62px;
	line-height: 60px;
	/* padding: 13px 52px; */
}
.partOne .bx .top .span{
	background: #2E4A99;
	/* border-radius: 12px; */
	color: #fff;
}
.partOne .bx .time{
	font-size: 20px;
	display: none;
	flex-direction: row;
	align-items: center;
}
/* //// */
.partOne .bx .time ul{
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
}
.partOne .bx .time ul li{
	margin: 30px;
	padding: 5px;
	color: #666666;
  	border-bottom: 3px solid #fafafa;


}
.partOne .bx .time ul .li1{
  	margin: 20px 30px;
}

.partOne .bx .time ul .li{
	color: #2E4A99;
	border-bottom: 3px solid #2E4A99;
}
.partOne .bx .center{
	display: none;
	flex-wrap: wrap;
}
.partOne .bx .center .header{
	width: 1200px;
	height: 62px;
	line-height: 60px;
	text-align: center;
	background: #3369AF;
  /*letter-spacing: 40px;*/
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
#customers
{
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#customers td, #customers th 
{
	
	font-size:16px;
	border:1px solid #E8E8E8;
	padding-top:10px;
	padding-bottom:10px;
		color:#333;
}
#customers th 
{
	
	font-size:16px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#becee3;
	color:#333333;
}
#customers tr.alt td 
{
	color:#333;
	background-color:#f1f1f1;
}
.partOne .bx  .bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0px;
}
.partOne .bx  .bottom	div.digg {
	    padding: 3px;
	    margin: 3px;
	    text-align: center;
	}
.partOne .bx  .bottom div.digg span.disabled {
    border: #eee 1px solid;
    padding: 10px 16px;
    margin: 2px;
    color: #ddd;
}
/* /// */
.partOne .customers1,.customers2,.customers3{
	display: none;
}
.partOne .bx .bottom div.digg span {
	cursor: pointer;
    border: #aaaadd 1px solid;
  padding: 10px 16px;
    margin: 2px;
    color: #000099;
    text-decoration: none;
}
.partOne .bx  .bottom div.digg a.current {
    border: solid 1px #2E4A99;
    padding: 10px 16px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #2E4A99;
}
.partOne .bx .bottom div.digg a {
    border: #aaaadd 1px solid;
  padding: 10px 16px;
    margin: 2px;
    color: #000099;
    text-decoration: none;
}
#customers tr:hover td{
	background-color: rgba(51, 105, 175, 0.11);
}