﻿.school-index {
    background-color: #f3f3f3;
}

.school-header-mask {
    background-position: center center;
    background-size: auto 150px;
    background-repeat: no-repeat;
    height: 150px;
}

.school-header {
    margin: -36px 10px 0;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
}

.school-header-info {
    position: relative;
    padding: 20px 10px 10px 70px;
}

.school-header-info .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -26px;
    width: 52px;
    ;
    height: 52px;
    ;
}

.school-header-info .icon img {
    width: 100%;
    height: 100%;
}

.school-header-info .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.school-header-info .title h5 {
    font-size: 16px;
    color: #333333;
}

.school-header-info .title h5 a {
    color: #333333;
}

.school-header-info p {
    font-size: 12px;
    color: #999999;
    margin: 7.5px 0;
}

.school-header-info p:last-child {
    margin-bottom: 0;
}

.school-header-info p span {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-style: normal;
    border-right: none;
    background-color: #f1f1f1;
    margin-right: 10px;
    background: #fef7f3;
    border-radius: 5px;
    border: 1px solid #fcefe7;
    color: #ee7c30;
}

.school-header-info p span:last-child {
    border-right: 1px solid #dedede;
}

.school-header-info p i {
    color: #333333;
    font-size: 12px;
}

.school-header-introduce {
    margin: 0 10px;
    background: #fafafa;
    border-radius: 4px;
    padding: 10px 0 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20.25px;
}

.zy-title {
    font-size: 16px;
    padding: 9.9975px 0;
    color: var(--main-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zy-title i {
    width: 17.25px;
    height: 2px;
    background: var(--main-color);
    margin: 0 4.5px;
}

.zy-title a {
    color: var(--main-color);
}

.yuanxiao-item ul {
    padding: 10px;
    border-top: 1px dashed #ececec;
}

.yuanxiao-item ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 32px;
}

.zytab {
    border: var(--second-color) solid 1px;
    border-width: 1px 0 0 1px;
}

.zytab th,
.zytab td {
    border: var(--second-color) solid 1px;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 1.875px 5px;
    line-height: 22.5px;
}

.zytab th {
    background: var(--second-color);
    font-size: 12px;
    color: var(--main-color);
}

.zytab th a {
    color: var(--main-color);
}

.zytab td.tit1 {
    text-align: right;
    font-size: 12px;
    color: var(--main-color);
    width: 75px;
    font-weight: bold;
}

.zhuanye-news {
    padding: 10px;
    position: relative;
}

.zhuanye-news h2 {
    background: url(../images/new.jpg) no-repeat right center;
    background-size: auto 40px;
    width: 40px;
    float: left;
    line-height: 24px;
    font-size: 16px;
    color: var(--main-color);
    position: absolute;
    left: 10px;
    top: 10px;
}

.zhuanye-news ul {
    padding-left: 40px;
    line-height: 16px;
    font-size: 16px;
}

.zhuanye-news ul li {
    line-height: 24px;
    font-size: 12px;
    height: 24px;
    overflow: hidden;
}

.zhuanye-news ul li a {
    color: #666;
}

.zhuanye-news ul li a:hover {
    text-decoration: underline!important;
    color: var(--main-color);
}

.info-list {
    border-top: 1px dashed #ececec;
    padding: 10px;
}

.info-list li {
    line-height: 24px;
    height: 24px;
    padding-left: 10px;
    background: url(../images/dot.png) no-repeat left center;
    color: #333;
}

.desc-list {
    border-top: 1px dashed #ececec;
    padding: 10px;
    font-size: 12px;
}

.desc-list h4 {
    line-height: 24px;
    margin: 5px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
}

.desc-list .item {
    padding-left: 67.5px;
    position: relative;
    min-height: 24px;
    margin-bottom: 10px;
    line-height: 24px;
    color: #333;
}

.desc-list .item span {
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.major-item {
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
}

.major-item a {
    margin-right: 10px;
    display: inline-block;
}

.desc-list .item div:first-child {
    border-bottom: 1px dashed #ececec;
}

.school-nav {
    background-color: var(--main-color);
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 99999;
}

.school-nav-fixed {
    height: 64.5px;
}

.school-nav li {
    width: 20%;
    float: left;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
}

.school-nav li a {
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.school-nav li.on a {
    border-bottom: 2px solid #fff;
}

.yuanxi {
    padding: 5px 10px 10px;
}

.yuanxi-list li {
    line-height: 24px;
    padding: 0 5px;
    background-color: var(--main-color);
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.yuanxi-list li a {
    color: #fff;
}
