.CollegeRanking_one{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 40px;
}
.CollegeRanking_one_left{
	width: 304px;
	float: left;
	overflow: hidden;
}
.CollegeRanking_one_left_formWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
}
.CollegeRanking_one_left_form{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 40px;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.CollegeRanking_one_left_form input{
	width: 210px;
	float: left;
	display: block;
	border: none;
	background: none;
	font-size: 14px;
	padding: 12px 5px;
}
.CollegeRanking_one_left_form button{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	background: url(../images/CollegeRanking/CollegeRanking_one_left_form_pic1.png) center no-repeat;
	background-size: 20px;
}
/*折叠菜单*/
.accordion {
 	width: 100%;
 	margin: 0;
 	background: #f8f8f8;
 	overflow: hidden;
 	clear: both;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 20px 15px 20px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	box-sizing: border-box;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -6px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 20px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #ff0072;
}
.accordion li.open i {
	color: #ff0072;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #fefcfc;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #e3e3e3;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #666;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
.submenu a:hover,.submenu a.a1{
  background: #ff0072;
  color: #FFF;
 }

/**/
.CollegeRanking_one_right{
	width: 865px;
	float: right;
	overflow: hidden;
}
.CollegeRanking_one_right_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 0 20px;
}
.caseList2019_selector_line{
    padding: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}
.caseList2019_selector_line:last-child{
    border-bottom: 0;
}
.caseList2019_selector_line:nth-child(2){
	padding-bottom: 0;
}
.caseList2019_selector_title{
    font-size: 14px;
    line-height: 38px;
    color: #e84786;
    font-weight: normal;
    float: left;
    padding: 15px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.caseList2019_selector_tapBox{
    margin-left: 60px;
    border-bottom: 1px dashed #e3e3e3;
    overflow: hidden;
    padding: 20px 0;
}
.caseList2019_selector_line:last-child .caseList2019_selector_tapBox{
	border-bottom: 0;
}
.caseList2019_selector_tap{
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
    float: left;
    padding: 5px 24px;
    margin-left: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
}
.caseList2019_selector_tap:hover{
    border: 1px solid #e3e3e3;
    border-radius: 30px;
}
.caseList2019_selector_tapNow{
    background: #fff;
    color: #333333;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
    border-radius: 30px;
}
.CollegeRanking_one_right_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CollegeRanking_one_right_bottom_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-top: 20px;
	vertical-align: middle;
}
.CollegeRanking_one_right_bottom_title h1{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.CollegeRanking_one_right_bottom_title span{
	color: #999;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.CollegeRanking_one_right_bottom_main{
	width: 865px;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
}
.CollegeRanking_one_right_bottom_main_one{
	width: 865px;
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
}
.CollegeRanking_one_right_bottom_main_one_left{
	width: 100px;
	float: left;
}
.CollegeRanking_one_right_bottom_main_one_left_pic{
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.CollegeRanking_one_right_bottom_main_one_left_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #ff0072;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.CollegeRanking_one_right_bottom_main_one_right{
	width: 730px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
}
.CollegeRanking_one_right_bottom_main_one_right_left{
	width: 500px;
	float: left;
	overflow: hidden;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p1 span{
	display: block;
	font-size: 14px;
	color: #ff0072;
	line-height: 24px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p1 a{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p2 a{
	color: #999;
	font-size: 14px;
	font-weight: 200;
	padding-top: 0;
	text-align: left;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p3{
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
	line-height: 24px;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p3 img{
	display: inline-block;
	vertical-align: middle;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p3 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p4{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 26px;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p4 a{
	display: block;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p4 a:after{
	position: absolute;
	width: 1px;
	height: 10px;
	background: #999;
	right: 0;
	top: 50%;
	margin-top: -5px;
	content: '';
}
.CollegeRanking_one_right_bottom_main_one_right_left_p4 a:first-child{
	padding-left: 0;
}
.CollegeRanking_one_right_bottom_main_one_right_left_p4 a:last-child:after{
	display: none;
}
.CollegeRanking_one_right_bottom_main_one_right_right{
	float: right;
	text-align: right;
	padding-top: 30px;
}
.CollegeRanking_one_right_bottom_main_one_right_right a{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 38px;
	background: #ff0072;
	text-align: center;
	line-height: 38px;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
}
.CollegeRanking_one_right_bottom_main_one_right_right a.a1{
	background: #e3e3e3;
	color: #666;
}
.CollegeRanking_one_right_bottom_main_one_right_right a.a2{
	background: #ff0072;
	color: #fff;
	margin-left: 10px;
}
.CollegeRanking_one_right_bottom_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 20px;
}
.newsTag_main_right_one{
	width: 264px;
	overflow: hidden;
	clear: both;
	background: #f8f8f8;
	padding: 20px;
	margin-top: 20px;
}
.newsTag_main_right_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	position: relative;
	line-height: 30px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.newsTag_main_right_one_title:after{
	width: 70px;
	height: 3px;
	background: #ff0072;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
}
.newsTag_main_right_one input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 12px 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}
.newsTag_main_right_one button{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 0;
	font-size: 16px;
	background: #ff0072;
	border: none;
	color: #fff;
	margin-top: 20px;
}
.newsTag_main_right_one button:hover{
	background: #333;
}
.alertSelect_1{
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 12px 0;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.alertSelect_1 select{
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    padding:0 20px 0 16px;
    color: #333;
    box-sizing: border-box;
}
.alertSelect select{
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
    box-sizing: border-box;
}


.CollegeRanking_empty{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 200px 0;
}
.CollegeRanking_empty img{
	display: block;
	margin: 0 auto;
}
.CollegeRanking_empty span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}