﻿.promote-count {
    margin: 30px 0;
    height: 40px;
    line-height: 40px;
    background: #eee;
    color: #717171;
    padding-left: 14px;
    font-size: 14px;
}
.promote-count span {
    color: #f00;
    font-weight: bold;
}
.school-list {
    padding: 25px 25px 30px 50px;
    border: 1px solid #eee;
    margin-bottom: 35px;
}
.school-list>a {
    margin-right: 50px;
    float: left;
}
.school-list>a>img {
   width: 140px;
   height: 140px;
}
.school-list-detail {
    float: left;
    width: 570px;
    position: relative;
}
.school-list-detail h2 {
    font-size: 18px;
    color: #484b6c;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}
.school-list-detail-item {
    width: 400px;
}
.school-list-detail-item li {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.compare {
    position: absolute;
    bottom: 0;
    right: 0;
}
.compare p{
    width: 153px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #424a5c;
    cursor:pointer;
}
.compare p:first-child{
   background: #1b3081;
   color: #fff;
}
.compare p:last-child:hover{
   background: none;
   color: #424a5c;
   border:1px solid #424a5c;
}
.compare p:first-child:hover{
   background: none;
   color: #1b3081;
   border:1px solid #1b3081;
}
/*****å­¦æ ¡è¯¦æƒ…********/
.school-details-container {
    margin-top: 40px;
}
.school-img img{
    width: 140px;
    height: 140px;
}
.school-name-container {
    width: 400px;
    margin-left: 50px;
}
.school-name-container h2{
   font-size: 18px;
   color: #1b3081;
   line-height: 40px;
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
   word-break:break-all;
}
.place-and-time {
    padding-right: 20px;
    font-size: 14px;
    color: #606060;
}
.place-and-time p{
   margin-top: 22px;
   word-break:break-all;
}
.comp-qs-rank h3{
    font-size: 14px;
    color: #606060;
    line-height: 30px;
    text-align: right;
}
.comp-qs-rank p{
    width: 153px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #1b3081;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;

}
/******æˆç»©è¦æ±‚å’Œç•™å­¦è´¹ç”¨********/
.school-require {
    margin-top: 40px;
}
.school-require > div {
    width: 392px;
    height: 128px;
    border: 1px solid #eee;
}
.requirement {
    // float: left;
    font-size: 14px;
    color: #676767;
}
.const .requirement {
    margin-top: 20px;
}
.requirement p{
    border-bottom: 1px dashed #f1f1f1;
    padding-left: 138px;
    line-height: 40px;
}
.requirement p:last-child{
    border: none;
}
/******å­¦æ ¡åˆ‡æ¢çš„å¯¼èˆª*******/
.school-nav {
    border: 1px solid #eee;
    margin: 45px 0;
}
.school-nav li {
    width: 20%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #737373;
    border-right: 1px solid #eee;
    cursor: pointer;
}
.school-nav li.active,.school-nav li:hover {
    background: #1b3081;
    color: #fff;
}
.school-nav li:last-child {
    border: none;
}
.school-nav-item {
    display: none;
    word-break:break-all;
}
.school-nav-item.cur {
    display: block;
}
.school-nav-item p {
    color: #777777;
    font-size: 14px;
    line-height: 30px;
}
/****æŽ’è¡Œæ¦œ****/
.admission-list-table {
    border-left: 1px solid #dcdcdc;
}
.admission-list-table>li {
    color: #5f5f5f;
    font-size: 0;
    border-bottom: 1px solid #dcdcdc;
}
.admission-list-table li b{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    width: 50%;
    height: 37px;
    line-height: 37px;
    border-right: 1px solid #dcdcdc;
}
.major-set .admission-list-table li b {
    width: 33.333%;
}
.admission-list-table .admission-list-header b {
    background: #1b3081;
    font-size: 14px;
    color: #fff;
}
.admission-list-table li b a {
    color: #818181;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}
.admission-list-table li b a:hover {
    color: #f00;
}
.school-title {
    margin: 30px 0;
}
.school-title .line {
    background: #f39800;
    vertical-align: bottom;
    margin-right: 5px;
}
/******é™¢æ ¡æŽ¨è********/
.school-recommond-list li {
    width: 268px;
    height: 120px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0 12px 10px 0;
    float: left;
}
.school-recommond-list li img {
    width: 78px;
    height: 78px;
    margin-top:10px;
}
.school-recommond-list li>a {
  float: left;
}
.school-recommond-desc {
    float: left;
    border-left: 1px solid #eee;
    margin-left: 20px;
    padding-left: 15px;
    height: 100%;
    width: 145px;
}
.school-recommond-desc h2 {
    font-size: 16px;
    margin-top: 15px;
    color: #717171;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.school-recommond-desc h2:hover,.school-recommond-desc p a:hover {
    color:#1b3081
}
.school-recommond-desc p {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;overflow: hidden;
    color: #a5a5a5;
}
/*****ç»¼åˆé™¢æ ¡æŽ¨è****/
.school-rank {
    margin-bottom: 50px;
}
.rank-list li {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #f1f1f1;
}
.rank-list li:last-child {
   border: none;
}
.rank-list li a{
   overflow: hidden;
   width: 100%;
   height: 100%;
   display: block;
}
.rank-number {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #c7c7c7;
    text-align: center;
    border-radius: 3px;
    margin-right: 12px;
    margin-top: 10px;
    font-size:14px;
}
.rank-list li:first-child .rank-number {
   background: #f00;
}
.rank-list li:nth-child(2) .rank-number {
   background: #ff5d3d;
}
.rank-list li:nth-child(3) .rank-number {
   background: #ffad2c;
}
.rank-school-name {
    float: left;
    float: left;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.qs-rank {
    float: right;
    color: #5c5c5c;
}
.rank-list li:hover a,.rank-list li:hover .qs-rank{
    color: #1b3081;
 }