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

.container .content .cont-l {
    padding: 20px;
    background-color: #fff;
}

.i-h-d-item .i-hd {
    height: 20px;
    padding: 0 0 13px;
}

.i-h-d-item .i-hd strong {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
}

.i-h-d-item .i-hd strong:before {
    height: 26px;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: 3;
    width: 3px;
    background: var(--Colour)
}

/********** 学校首页 ************/
.school-head {
    position: relative;
    height: 153px;
    padding: 27px 0 0;
    background: url(../images/bg-school-hd.png) center center repeat-x;
    background-size: 100% auto
}

.school-head:before {
    content: " ";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.school-head .wrap {
    position: relative;
    z-index: 4;
}

.school-head img {
    padding: 5px;
    background: rgba(255, 255, 255, .2);
    float: left;
    margin-right: 20px
}

.school-head h2 {
    margin: 10px 0 5px;
    line-height: 36px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
}

.school-head h2 span {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 5px;
    padding: 0 7px;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: var(--Colour)
}

.school-head p {
    font-size: 14px;
    color: #ababab;
    line-height: 40pxt;
}

.school-head .menus {
    margin-top: 26px;
    height: 50px;
    line-height: 50px;
    flex-wrap: nowrap;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
}

.school-head .menus li {
    text-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.school-head .menus li a {
    height: 50px;
    display: block;
    color: #fff;
    font-size: 16px
}

.school-head .menus li a:hover,
.school-head .menus li a.current {
    background: rgba(255, 255, 255, .2)
}

.school-head .ranking {
    right: 0;
    top: 0;
    z-index: 3c;
    position: absolute;
}

.school-head .ranking li {
    background-position: 0 -396px;
    margin-left: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 68px;
    height: 74px;
}

.school-head .ranking li span {
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #ffd801;
    display: block
}

.school-index .school-info {
    margin-bottom: 30px;
    display: flex;
}

.school-index .school-info img {
    float: left;
    width: 300px;
}

.school-index .school-info ul {
    margin-left: 10px;
}

.school-index .school-info ul li {
    padding: 2px 0 4px 85px;
    position: relative;
    line-height: 25px;
    color: #333
}

.school-index .school-info ul li span {}

.school-index .school-info ul li span.title {
    left: 5px;
    top: 2px;
    position: absolute;
    z-index: 3;
    color: #999;
}

.school-index .school-info ul li:nth-child(1),
.school-index .school-info ul li:nth-child(2),
.school-index .school-info ul li:nth-child(3),
.school-index .school-info ul li:nth-child(4) {
    display: inline-block;
    width: 156px;
}

.school-index .i-h-d-item .i-hd {
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7
}

.school-index .s-expenses {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.school-index .s-expenses li {
    padding-top: 20px;
    height: 80px;
    line-height: 30px;
    float: left;
    width: 260px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.school-index .s-expenses li span {
    font-size: 30px;
    font-weight: bold
}

.school-index .s-expenses li.li-1 {
    background-color: #f3693f;
    background-position: -392px -426px;
}

.school-index .s-expenses li.li-2 {
    background-color: #f9a81d;
    background-position: -392px -529px;
    margin: 0 30px
}

.school-index .s-expenses li.li-3 {
    background-color: #4188f0;
    background-position: -392px -629px;
}

.school-news-list {
    margin-bottom: 20px;
}

.school-news-list .list {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4
}

.school-news-list .list .pic {
    float: left;
    margin-right: 10px;
}

.school-news-list .list .title {
    margin-bottom: 10px;
    display: block;
    height: 20px;
    overflow: hidden;
}

.school-news-list .list .title h3 {
    font-size: 16px;
    color: #333;
    float: left;
    display: inline-block;
    max-width: 89%;
}

.school-news-list .list .title span {
    margin-left: 10px;
    padding: 0 7px;
    border-radius: 15px;
    border: 1px solid #999;
    color: #999;
    position: relative;
}

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

.school-news-list .list p {
    color: #999;
    line-height: 18px;
    overflow: hidden;
    height: 36px;
    display: block;
    font-size: 14px;
}

/**按钮组**/
.more-btn {
    height: 38px;
    text-align: center
}

.more-btn .more {
    border: 1px solid rgb(59 181 184 / 60%);
    color: rgb(59 181 184 / 60%);
    font-size: 14px;
    padding: 0 18px;
    border-radius: 4px;
    line-height: 35px;
    margin: 0 auto;
    height: 35px;
    display: inline-block;
}

.more-btn .more i {
    margin-left: 2px;
    width: 11px;
    height: 11px;
    background-position: -21px -474px
}

.more-btn .more:hover {
    border-color: var(--Colour);
    color: var(--Colour);
}

.more-btn .more:hover i {
    background-position: -33px -474px
}

.more-btn .more.down-arrow i {
    background-position: 0px -259px;
}

.more-btn .more.down-arrow:hover i {
    background-position: 0px -271px;
}

.more-btn.intro-more {
    padding-top: 10px;
    position: relative;
}

.more-btn.intro-more::before {
    position: absolute;
    content: " ";
    left: 0;
    top: -30px;
    right: 0;
    z-index: 3;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, #ffffff 100%);
}

#introduction {
    height: 300px;
    overflow: hidden
}

#introduction img {
    display: none
}

/**文章页**/
.detail {
    padding: 0px;
}

.detail .content,
.detail .content p,
.detail .content td,
.detail .content a {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.detail .content {
    margin-bottom: 0;
    padding: 10px 0
}

.detail .content p {
    padding: 8px 0
}

.detail .content a:link,
.detail .content a:visited {
    color: #34c699;
    text-decoration: underline
}

.detail .content a:hover {
    color: #2aaf86
}

.detail .content tr {
    color: #666;
    background: #f7f7f7;
}

.detail .content tr td {
    text-indent: 20px;
    line-height: 22px;
    padding: 10px 0;
    font-size: 14px;
}

.detail .content img {
    max-width: 100%;
    margin: 0 auto;
}

/********** 专业设置 **********/
.major-condition {
    padding-top: 10px;
}

.major-condition .list {
    line-height: 18px;
    position: relative;
    padding: 0 0 10px 70px;
    font-size: 14px;
}

.major-condition .list span {
    color: #999;
    left: 0;
    top: 0;
    z-index: 3;
    position: absolute;
}

.major-condition .list ul li {
    display: inline-block
}

.major-condition .list ul li a {
    color: #666;
    padding: 0 6px
}

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

.m-search-box {
    height: 30px;
    padding-top: 5px;
}

.m-search-box .search-input {
    float: left;
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    width: 190px;
    height: 24px;
    line-height: 24px;
}

.m-search-box .search-input input {
    width: 150px;
    font-size: 14px;
    padding: 0 0 0 5px;
    margin: 0;
    display: inline-block;
    height: 24px;
    border: none
}

.m-search-box .search-input button {
    background: none;
    cursor: pointer;
    height: 24px;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 28px;
}

.m-search-box .search-input i {
    background-position: -16px -354px;
    width: 16px;
    height: 16px;
}

.m-search-box p {
    color: #999;
    line-height: 24px;
    float: left;
    padding-left: 10px;
    font-size: 14px;
}

.m-search-box p span {
    color: var(--Colour);
    padding: 0 5px
}

.major-list {
    margin-bottom: 20px;
    width: 100%
}

.major-list .list {
    position: relative;
    padding: 17px 0 20px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
}

.major-list .list p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.major-list .list p a {
    color: #333;
}

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

.major-list .list p span {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 5px;
    border-radius: 4px;
    background: rgb(59 181 184 / 20%);
    color: var(--Colour)
}

.major-list .list ul li {
    line-height: 24px;
    color: #999;
    width: 25%;
    display: inline-block
}

.major-list .list ul li.width100 {
    width: 100%;
}

.major-list .list .apply-btn {
    border-radius: 4px;
    color: rgb(59 181 184 / 40%);
    border: 1px solid rgb(59 181 184 / 40%);
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: 38px;
    z-index: 3;
    position: absolute
}

.major-list .list .apply-btn:hover {
    border-color: var(--Colour);
    color: var(--Colour);
}

.school-photo-list .photo {
    width: 100%;
}

.school-photo-list .photo li {
    float: left;
    width: 240px;
    height: 190px;
    padding-right: 40px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px
}

.school-photo-list .photo li a {
    color: #333;
}

.school-photo-list .photo li img {
    width: 240px;
    margin-bottom: 5px;
}

.school-photo-list .photo li.mod {
    padding-right: 0
}

.photo_album_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: rgb(0 0 0 / 50%);
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.photo_album_bg .photo_album_list .swiper .swiper-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.photo_album_bg .photo_album_list .swiper .swiper-button-prev,
.photo_album_bg .photo_album_list .swiper .swiper-button-next {
    color: var(--Colour);
}

.photo_album_bg .photo_album_list .swiper .swiper-button-prev {
    left: 70px;
}

.photo_album_bg .photo_album_list .swiper .swiper-button-next {
    right: 70px;
}

.photo_album_bg .photo_album_list img {
    height: 100%;
    margin: 0 auto;
    display: block;
}


.academy_page {
    margin-top: 20px;
}