i {
    background: url(../img/icon.png) no-repeat;
}

/**院校排名**/
.jc-school-main .next,
.jc-school-main .prev {
    background: url(../img/icon.png) no-repeat 0 0;
}

.jc-school-main a .jc-school-container i {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.jc-school-container {
    background: #f5f6fa;
    padding-bottom: 50px;
}

.jc-school-banner {
    height: 500px;
}

.jc-school-main {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04);
    position: relative;
    z-index: 3;
    margin: -180px auto 0px;
    width: 1200px;
}

.jc-school-main .hd {
    height: 60px;
    background: #fff;
    overflow: hidden;
    position: relative
}

.jc-school-main .hd ul {
    width: 1900px;
}

.jc-school-main .hd ul li {
    display: inline-block;
    text-align: center
}

.jc-school-main .hd ul li a {
    border-top: 4px solid #fff;
    display: block;
    height: 56px;
    line-height: 50px;
    font-size: 18px;
    color: #9a9a9a;
    padding: 0 15px;
}

.jc-school-main .hd ul li a:hover {
    color: var(--Colour);
}

.jc-school-main .hd ul li a.current {
    font-weight: bold;
    background: #F3F5F9;
    border-color: var(--Colour);
    color: var(--Colour);
}

.jc-school-main .prev {
    display: none;
    cursor: pointer;
    background-position: 0 2px;
    width: 12px;
    height: 15px;
    right: 32px;
    top: 22px;
    z-index: 3;
    position: absolute
}

.jc-school-main .next {
    display: none;
    cursor: pointer;
    background-position: -10px -17px;
    width: 12px;
    height: 15px;
    right: 10px;
    top: 22px;
    z-index: 3;
    position: absolute
}

.jc-school-main .prev:hover {
    background-position: -13px 2px
}

.jc-school-main .next:hover {
    background-position: 3px -17px;
}

.jc-condition {
    background: #F3F5F9;
    margin-bottom: 10px;
}

.jc-condition .bd {
    padding: 10px 0 5px;
    font-size: 12px;
}

.jc-condition .bd .list {
    position: relative;
    padding: 5px 10px 10px 77px
}

.jc-condition .bd .list .name {
    font-weight: bold;
    color: #999;
    line-height: 22px;
    left: 20px;
    top: 7px;
    position: absolute
}

.jc-condition .bd .list ul li {
    height: 26px;
    line-height: 26px;
    display: inline-block
}

.jc-condition .bd .list ul li a {
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    display: block;
    color: #333;
}

.jc-condition .bd .list ul li a:hover,
.jc-condition .bd .list ul li a.current {
    color: #fff;
    background: var(--Colour);
}

.jc-tables {
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    border: none;
    text-align: left;
    font-size: 12px;
}

.jc-tables tr {
    color: #333;
    border: none;
}

.jc-tables tr td {
    font-size: 14px;
    position: relative;
    padding: 10px 0;
    line-height: 50px;
    border: none;
}

.jc-tables tr td.tac {
    font-size: 20px;
    text-align: center;
}

.jc-tables tr td:nth-child(3) {
    color: #666;
}

.jc-tables tr:nth-child(odd) {
    background: #fbfbfb;
}

.jc-tables tr:nth-child(2) td.tac,
.jc-tables tr:nth-child(3) td.tac,
.jc-tables tr:nth-child(4) td.tac {
    color: #FE4722;
}

.jc-tables tr td img {
    margin-right: 28px;
    display: inline-block;
    width: 130px;
    height: 50px;
}

.jc-tables tr td b {
    font-size: 16px;
    color: #333;
    margin-right: 5px;
}

.jc-tables tr td a:hover b {
    color: var(--Colour);
}

.jc-tables tr td small {
    color: #8b8b8b
}

.jc-tables .title {
    height: 50px;
    text-align: left;
    background: #f5f6fa !important;
    color: #999;
}

.jc-tables .title td {
    line-height: 50px;
    padding: 0;
}

.jc-tables .title td.tac {
    font-size: 14px;
    color: #999;
}

.jc-tables .title td:nth-child(3) {
    color: #999;
}

.jc-tables i {
    position: absolute;
    margin-top: -10px;
    right: 60px;
    top: 50%;
    width: 10px;
    height: 20px;
    display: inline-block;
    background-position: -74px -157px
}

.jc-tables i.i-up {
    background-position: -74px -114px
}

.jc-tables i.i-down {
    background-position: -74px -137px
}

.jc-tables .show-chart {
    cursor: default
}