ul,li{
    padding-left: 0;
    list-style: none;
}
.ranklist{
    background-color: #F6F6F6;
    width: 100%;
    padding: 33px 0;
}
.ranklist .rank-arr{
    margin-bottom: 40px;
}
.ranklist .rank-arr li{
    /* display: inline-block;
    width: calc((100% - 60px) / 2);
    margin-right: 20px; */
    margin-bottom: 20px;
    border-radius: 4px;
    height: 400px;
    /* color: white; */
    
   
}
/* .ranklist .rank-arr li:last-child{
    margin-right: 0;
} */

.special_major{
    background: url('../images/rank1.png') no-repeat ;
    background-size: 100% 100%;
}
.key_subject{
    background: url('../images/rank2.png') no-repeat ;
    background-size: 100% 100%;
}
.fourth_sub{
    background: url('../images/rank3.png') no-repeat ;
    background-size: 100% 100%;
}
.world_sub{
    background: url('../images/rank4.png') no-repeat ;
    background-size: 100% 100%;
}


.ranklist .rank-arr li div{
    /* background-color: rgba(0, 0, 0, 0.35); */
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 30px 30px;
    position: relative;
}
/* .ranklist .rank-arr li div:hover{
    background-color: rgba(76, 206, 137, 0.90);
}
.ranklist .rank-arr li div:hover p:nth-child(3){
    background-color: white;
    color: #4CCE88;
} */

.ranklist .rank-arr li div p{
    margin-left: 10px;
}

.ranklist .rank-arr li div p:nth-child(1){
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 30px;
    /* text-align: center; */
    letter-spacing: 5px;
    
}



.ranklist .rank-arr li div p:nth-child(2){
    width: 500px;
    font-size: 15px;
    color: #4D4D4D;
    margin-top: 50px;
}

.ranklist .rank-arr li div a p:first-child{
    width: 100px;
    height: 30px;
    border-radius: 60px;
    text-align: center;
    line-height: 31px;
    font-size: 26px;
    background-color: #23C9B3;
    margin-top: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}


/****** rank ******************************************/
.school-rank{
    background-color: #F6F6F6;
    padding: 33px 0 90px 0;
}
.school-rank .filtrate-box .filtrate-title{
    font-weight: 500;
    font-size: 14px;
    width: 60px;
}
.breadcrumb{
    background-color: rgba(255, 255, 255, 0);
    color: #646464;
    font-size:12px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}
.rank-box{
    background-color: white;
    padding: 24px 15px;
}
.rank-box .rank-search{
    float: right;
}
.rank-box .rank-search{
    font-size:14px;
    color:rgba(51,51,51,1);
    line-height:38px;
    
}
.rank-box .left-search{
    float: left !important;
}
.rank-box .rank-search span{
    font-weight: 600;
}

.rank-box .rank-search{
    float: right;
}
.rank-box .rank-search{
    font-size:14px;
    color:rgba(51,51,51,1);
    line-height:38px;
    
}
.rank-box .rank-search span{
    font-weight: 600;
}

.rank-box .v-search{
    border: 1px solid #E1E1E1;
    width:294px;
    height:36px;
    border-radius:2px;
    line-height: 34px;
    float: right;
    font-size: 14px;
}
.rank-box .v-search input{
    height: 34px;
    width: 82%;
}

.rank-box .rank-title{
    font-size:16px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:21px;
}
.rank-box table{
    font-size:14px;
    color:rgba(51,51,51,1);
    line-height:19px;
}

.rank-box select{
    background: url("../images/down.png") no-repeat scroll 95px center transparent !important;

}
.rank-box .major-select{
    display: block;
    margin-bottom: 25px;
}
.rank-box .major-select .form-group-title{
    display: inline-block;
    width: auto;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
}
.rank-box .major-select .select-label{
    display: inline-block;
    /* width: 40px; */
    font-size: 14px;
    margin-right: 10px;
}
.rank-box .major-select select,input{
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-right: 10px;
}
.rank-box .major-select .tips{
    display: inline-block;
    color: #FFCF28;
    font-size: 12px;
}
@media (min-width: 576px){
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 100%;
    }
}