a {
    color: #333;
}

/**条件选择**/
.condition {
    padding: 20px;
}

.condition .hd {
    height: 40px;
    border-left: 1px solid #e7e7e7
}

.condition .hd ul {
    display: flex;
}

.condition .hd li {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;

    background: #f5f5f5;
    color: #666;
}

.condition .hd li a {
    display: block;
    color: #666;
    font-size: 18px;
}

.condition .hd li a:hover {
    color: var(--Colour);
}

.condition .hd li a.current {
    font-weight: bold;
    background: #fff;
    color: var(--Colour);
}

.condition .bd {
    border: 1px solid #e7e7e7;
    padding: 15px 0 0 0;
}

.condition .bd .list {
    position: relative;
    padding: 0 0 8px 100px;
    font-size: 14px;
}

.condition .bd .list .name {
    color: #999;
    position: absolute;
    left: 22px;
    top: 1px;
    z-index: 3;
}

.condition .bd .list ul li {
    height: 22px;
    display: inline-block;
    margin-bottom: 5px;
}

.condition .bd .list ul li a {
    color: #666;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    font-size: 12px;
}

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

.condition-tool {
    padding-right: 20px;
    background: #f5f5f5;
    line-height: 39px;
    height: 39px;
    border: 1px solid #e7e7e7;
    margin-top: -1px;
}

.condition-tool ul {
    float: left;
}

.condition-tool li {
    height: 17px;
    line-height: 17px;
    border-right: 1px solid #e7e7e7;
    display: inline-block;
}

.condition-tool li a {
    font-weight: bold;
    padding: 0 20px;
    color: #666;
}

.condition-tool li i {
    margin-left: 4px;
    height: 12px;
    width: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon.png) no-repeat;
    background-position: 0 -332px;
}

.condition-tool li a.current,
.condition-tool li a:hover {
    color: var(--Colour);
}

.condition-tool li a:hover i,
.condition-tool li a.current i {
    background-position: 0 -318px;
}

.condition-tool p {
    float: right;
    color: #666;
}

.condition-tool p span {
    padding: 0 5px;
    color: #e72422;
    font-weight: bold;
}

/**院校列表**/
.school-list {
    padding: 20px;
}

.school-list .item {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    padding: 30px 0 30px 30px;
    height: 123px;
}

.school-list .item .pic {
    margin-right: 30px;
    color: #666;
    text-align: center;
    height: 123px;
    display: inline-block;
    width: 180px;
}

.school-list .item .pic img {
    margin-bottom: 12px;
    width: 178px;
    height: 68px;
}

.school-list .item .pic i {
    width: 12px;
    height: 14px;
    margin-right: 5px;
    background-position: 0 -349px;
}

.school-list .item div {
    overflow: hidden;
    display: inline-block
}

.school-list .item .title {
    padding-top: 10px;
    line-height: 30px;
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 24px;
    color: #333;
}

.school-list .item .title:hover {
    color: var(--Colour);
}

.school-list .item .en {
    margin: 0;
    color: #999;
    display: block;
    height: 40px;
    line-height: 20px;
    color: #999;
}

.school-list .item ul li {
    padding-right: 10px;
    color: #666;
    font-size: 14px;
    display: inline-block
}

.school-list .item ul li b {
    color: var(--Colour);
    padding-right: 5px;
}

.school-list .item p {
    height: 15px;
    margin: 5px 0 0 0;
}

.school-list .item p a {
    padding: 0 9px;
    height: 13px;
    line-height: 13px;
    border-left: 1px solid #a9a9a9;
    float: left;
    color: #999;
}

.school-list .item p a.home {
    padding-left: 0;
    border: none
}

.school-list .item p a:hover {
    color: var(--Colour);
}

.school-list .item .online {
    font-size: 14px;
    border-radius: 4px;
    z-index: 3;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    width: 118px;
    height: 34px;
    color: var(--Colour);
    border: 1px solid var(--Colour);
    right: 25px;
    top: 50px;
    position: absolute;
}

.school-list .item .online:hover {
    background: var(--Colour);
    color: #fff;
}

.school-list .item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .10);
}


/**专业列表**/
.majors-list {
    margin-top: -1px;
    padding: 20px;
}

.majors-list .item {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.majors-list .item .i-hd {
    height: 70px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.majors-list .item .i-hd .pic {
    margin-right: 20px;
    float: left;
    display: inline-block;
    height: 70px;
    width: 178px;
}

.majors-list .item .i-hd div {
    flex: 1;
}

.majors-list .item .i-hd .title {
    line-height: 24px;
    font-size: 24px;
    display: block;
    height: 24px;
    overflow: hidden;
}

.majors-list .item .i-hd .title:hover {
    color: var(--Colour);
}

.majors-list .item .i-hd p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.majors-list .item .i-hd .online {
    font-size: 14px;
    color: var(--Colour);
    border-radius: 3px;
    border: 1px solid var(--Colour);
    text-align: center;
    line-height: 36px;
    width: 120px;
    height: 36px;
}

.majors-list .item .i-hd .online:hover {
    background: var(--Colour);
    color: #fff;
}

.majors-table .scroll {
    max-height: 150px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.majors-table .title {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    background: #f5f5f5
}

.majors-table .title span {
    font-size: 14px;
    color: #666;
}

.majors-table tr:hover {
    background: #f5fbff
}

.majors-table td {
    color: #999;
    line-height: 22px;
    padding: 4px 0 4px 20px;
}

.majors-table td .apply-btn {
    color: var(--Colour);
    border-radius: 3px;
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.majors-table td .apply-btn:hover {
    color: #fff;
    background: var(--Colour)
}

.majors-table .color-666 {
    color: #666;
}

.majors-table .color-blue {
    color: var(--Colour);
}

.majors-table .majors-table-tool {
    text-align: center;
    height: 35px;
    background: #f5f5f5
}

.majors-table .majors-table-tool a {
    cursor: pointer;
    padding: 0 25px;
    color: #999;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
    display: inline-block;
    height: 30px;
}

.majors-table .majors-table-tool a i {
    margin-left: 3px;
    width: 10px;
    height: 10px;
    background-position: 0 -368px
}

.majors-table .majors-table-tool .i-up {
    background-position: 0 -381px
}

.majors-table .scroll.s-show {
    max-height: 100%;
    overflow-y: auto;
}

.marjor-item {
    padding: 10px 20px;
}

.marjor-item li {
    overflow: hidden;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.marjor-item li:hover {
    background: #f5fbff
}

.marjor-item span {
    float: right;
    height: 30px;
    width: 100px
}

.marjor-item a,
.marjor-item span {
    line-height: 30px;
}

.marjor-item .i-name {
    flex: 1;
    color: #aaa;
}

.marjor-item .i-name a:hover {
    color: var(--Colour);
}

.marjor-item a.apply-btn {
    width: 38px;
    height: 18px;
    line-height: 18px;
    border: 1px solid var(--ColourThin);
    border-radius: 3px;
    text-align: center;
}

.marjor-item .i-length {
    color: #999;
    width: 150px;
}

.marjor-item .i-grade {
    width: 150px;
}

.marjor-item .i-grade,
.marjor-item a.apply-btn {
    color: var(--ColourThin)
}

.marjor-item a.apply-btn:hover {
    color: #fff;
    border: 1px solid var(--Colour);
    background: var(--Colour)
}

.academy_page {
    margin-top: 20px;
}