﻿@charset "utf-8";

/* 公共 */
#content { padding: 0; overflow: visible; background-color: #fff;}
.row { --bs-gutter-x: 64px; --bs-gutter-y: 46px; }
.row-group { padding: 5.2% 0; overflow: hidden; }

/* ind-links-box */
.bg-01{
    background:  url(../../base/img/bg-01.jpg) center top no-repeat;
    background-size: cover;
}
.ind-links-box{
    position: relative;
    z-index: 1;
    height: 18rem;
    margin-bottom: 5rem;
}
.ind-links-list{
    position: absolute;
    z-index: 1;
    top: -6rem;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 .75rem .75rem #ebecec;
}
.ind-links-list li{
    display: flex;
    flex-basis: 33.3%;
    height: 12rem;
    text-align: center;
}
.ind-links-list li a{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.125em;
    line-height: 2;
}
.ind-links-list li a::before{
    content: "";
    height: 5rem;
    margin-bottom: .25rem;
    background:  url(../../base/img/ind-links-icon.png) center top no-repeat;
    -webkit-transition:all .9s;
    -moz-transition:all .9s;
    -ms-transition:all  .9s;
    -o-transition:all .9s;
    transition:all .9s;
}
.ind-links-list li:nth-child(2) a::before{
    background-position: center -70px;
}
.ind-links-list li:nth-child(3) a::before{
    background-position: center -140px;
}
.ind-links-list li:nth-child(4) a::before{
    background-position: center -210px;
}
.ind-links-list li:nth-child(5) a::before{
    background-position: center -280px;
}
.ind-links-list li:nth-child(6) a::before{
    background-position: center -350px;
}
.ind-links-list li a:hover::before{
    background-image: url(../../base/img/ind-links-icon-hover.png);
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
.ind-links-list li a::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    float: left;
    color: white;
    background: #036ee1 url(../../base/img/ind-links-logo.png) center center no-repeat;
    background-size: auto 90%;
    transition:all .6s;
}
.ind-links-list li a:hover{
    color: white;
}
.ind-links-list li a:hover::after{
    height: 100%;
}

/* 媒体查询 */
@media (min-width:768px) {
    .ind-links-box{
        height: 5rem;
    }
    .ind-links-list{
        top: -5rem;
    }
    .ind-links-list li{
        flex: 1;
    }
    .ind-links-list li a{
        font-weight: bold;
    }
    .ind-links-list li a::before{
        height: 42px;
    }
}

/* 招生动态 & 招生章程 S -------------------------------------- */
.ind-loop{
    display: flex;
    flex-direction: column;
}

.box-a{
    margin-bottom: 3rem;
}
.box-a .hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-a .hd strong a{
    font-size: 2.125em;
    line-height: 1.2;
}
.box-a .bd{
    padding-top: 2rem;
}

/*招生动态-信息列表*/
.info-date-list{
    display: flex;
    flex-direction: column;
}
.info-date-list li{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1.875rem 1.25rem 1.25rem;
    background-color: #fff;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
    box-shadow:0 0 .5rem #ccc;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all  .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.info-date-list li:hover::after,
.info-date-list li:hover::before{
    content: "";
    position: absolute;
    z-index: -2;
    right: 1.5rem;
    float: left;
}
.info-date-list li:hover::before{
    z-index: -1;
    bottom: 1.5rem;
    width: 2.5rem;
    height: .875rem;
    background:  url(../../base/img/info-date-icon.png) center center no-repeat;
    background-size: cover;
}
.info-date-list li:hover::after{
    bottom: 0;
    width: 174px;
    height: 94px;
    background:  url(../../base/img/info-date-bg.png) left top no-repeat;
    background-size: cover;
}

.info-date-list li .date{
    margin-right: 1.75rem;
    white-space: nowrap;
    font-size: .875em;
    font-weight: bold;
    color: #036ee1;
}
.info-date-list li a{
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125em;
    line-height: 2;
    font-weight: bold;
}
.info-date-list li:hover{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.875rem 1.25rem 2rem;
    background-color: #036ee1;
}
.info-date-list li:hover .date,
.info-date-list li:hover a{
    color: white;
}
.info-date-list li:hover a{
    padding-top: .625rem;
    width: 100%;
}

/* 招生章程-信息列表 */
.info-date-list-2{
    display: flex;
    flex-direction: column;
}
.info-date-list-2 li{
    margin-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
}
.info-date-list-2 li .date{
    display: inline-block;
    padding: 0 1rem;
    font-size: .875em;
    line-height: 2.1;
    color: white;
    border-radius: 0 .5rem 0 .5rem;
    background-color: #00a8ff;
    -webkit-border-radius: 0 .5rem 0 .5rem;
    -moz-border-radius: 0 .5rem 0 .5rem;
    -ms-border-radius: 0 .5rem 0 .5rem;
    -o-border-radius: 0 .5rem 0 .5rem;
}
.info-date-list-2 li>a{
    position: relative;
    z-index: 1;
    display: block;
    padding: .25rem 0 .25rem 1.25rem;
    font-size: 1.125em;
    line-height: 2.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.info-date-list-2 li>a::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, white 0%, #dde5f5 100%);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all  .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.info-date-list-2 li:hover>a::after{
    height: 100%;
}
.info-date-list-2 li:hover a{
    color: #036ee1;
}

/* 媒体查询 */
@media (min-width:768px) {
    .ind-loop{
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .ind-loop .box-a{
        width: 48.5%;
    }
}

/* 学院专业 S ------------------------------------------------ */
.bg-02{
    padding:3.75rem 0 10rem;
    background:  url(../../base/img/bg-02.png) center top no-repeat;
    background-size: 100% 100%;
}

.box-xyzy .mhd{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
}
.box-xyzy .mhd strong a{
    font-size: 2.125em;
    line-height: 1.2;
}
.box-xyzy .mhd .more{
    position: absolute;
    z-index: 1;
    right: 0;
}

/* 学院专业-信息列表 */
.xyzy-node-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xyzy-node-list li{
    position: relative;
    z-index: 1;
    width: 48%;
    margin-bottom: 1rem;
}
.xyzy-node-list li a{
    position: relative;
    z-index: 1;
    display: block;
}
.xyzy-node-list li .pic{
    display: block;
}
.xyzy-node-list li .pic img{
    width: 100%;
    height: auto;
}
.xyzy-node-list li .lab{
    display: none;
}
.xyzy-node-list li .tit{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0 .625rem;
    font-size: 1em;
    height: 2.5em;
    line-height: 2.5em;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
@media (min-width:768px) {
    .xyzy-node-list li{
        width: 19%;
    }
}
@media (min-width:992px) {
    .xyzy-node-list{
        justify-content: flex-start;
        align-items: stretch;
    }
    .xyzy-node-list li{
        width: 8%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .xyzy-node-list li a{
        position: relative;
        z-index: 1;
        height: 100%;
        overflow: hidden;
    }
    .xyzy-node-list li .pic{
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        top: 0;
    }
    .xyzy-node-list li .pic img{
        height: 100%;
        width: auto;
    }
    
    .xyzy-node-list li .tit{
        bottom: -2.5em;
        -webkit-transition:all 0.6s;
        -moz-transition:all 0.6s;
        -ms-transition:all  0.6s;
        -o-transition:all 0.6s;
        transition:all 0.6s;
    }
    .xyzy-node-list li .lab{
        display: flex;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        font-size: 1.875em;
        line-height: 1.2;
        color: white;
        justify-content: center;
        align-items: center;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-transition:all .6s;
        -moz-transition:all .6s;
        -ms-transition:all  .6s;
        -o-transition:all .6s;
        transition:all .6s;
    }
    .xyzy-node-list li.li-yssjxy .lab{
        font-size: 1.25em;
    }

    .xyzy-node-list li.li-sxy .lab{
        background-color: rgba(0, 242, 218, 0.6);
    }
    .xyzy-node-list li.li-jyxy .lab{
        background-color: rgba(233, 142, 219, 0.6);
    }
    .xyzy-node-list li.li-zngcxy .lab{
        background-color: rgba(2, 121, 190, 0.6);
    }
    .xyzy-node-list li.li-xxgcxy .lab{
        background-color: rgba(35, 154, 255, 0.6);
    }
    .xyzy-node-list li.li-qcgcxy .lab{
        background-color: rgba(238, 146, 1, 0.6);
    }
    .xyzy-node-list li.li-jzgcxy .lab{
        background-color: rgba(104, 166, 81, 0.6);
    }
    .xyzy-node-list li.li-jkxy .lab{
        background-color: rgba(198, 197, 255, 0.6);
    }
    .xyzy-node-list li.li-glxy .lab{
        background-color: rgba(0, 198, 228, 0.6);
    }
    .xyzy-node-list li.li-gjxy .lab{
        background-color: rgba(79, 73, 67, 0.6);
    }
    .xyzy-node-list li.li-yssjxy .lab{
        background-color: rgba(0, 0, 0, 0.4);
    }

    .xyzy-node-list li.hover{
        width: 28%;
    }
    .xyzy-node-list li.hover .pic,
    .xyzy-node-list li.hover .pic{
        position: relative;
        z-index: 1;
    }
    .xyzy-node-list li.hover .pic img{
        width: 100%;
        height: auto;
    }
    .xyzy-node-list li.hover .tit{
        bottom: 0;
    }
    .xyzy-node-list li.hover .lab{
        width: 0;
        overflow: hidden;
    }
}

/* 就业动态 -------------------------------------------------- */
.bg-03{
    background-image: linear-gradient(180deg, #04b2fc 0%, #04b2fc 8%, #fff 70%, #fff 100%);
}
.box-jydt{
    margin-bottom: 2.5rem;
}
.box-jydt .mhd{
    position: relative;
    z-index: 1;
    margin-bottom: 8.5rem;
    display: flex;
    justify-content: center;
}
.box-jydt .mhd strong{
    position: absolute;
    z-index: 1;
    top: -3.375rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: normal;
    color: white;
    padding: 2.25rem 12.5rem .625rem;
    background-color: #04b2fc;
    border-radius: 6.375rem 6.375rem 0 0;
    -webkit-border-radius: 6.375rem 6.375rem 0 0;
    -moz-border-radius: 6.375rem 6.375rem 0 0;
    -ms-border-radius: 6.375rem 6.375rem 0 0;
    -o-border-radius: 6.375rem 6.375rem 0 0;
}
.box-jydt .mhd strong a{
    font-size: 2.125em;
    font-weight: bold;
    color: white;
}
.box-jydt .mhd strong .eng{
    text-transform: uppercase;
}
.box-jydt .mhd .more{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    font-size: .875em;
    line-height: 3;
    color: white;
}
.box-jydt .mbd{
    padding: 2.5rem 0 0;
}
.date-intro-list{
    display: flex;
    flex-direction: column;
}
.date-intro-list li{
    box-sizing: border-box;
    padding:1.25rem;
    margin-bottom: 2.125rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
}
.date-intro-list li:hover{
    background-color: #fff799;
}
.date-intro-list li .date{
    width: 4.625em;
    margin-right: 1.25em;
    text-align: center;
    color: #0079cd;
}
.date-intro-list li .dd{
    font-size: 2.125em;
    font-weight: bold;
}
.date-intro-list li .yy{
    font-size: 1em;
}
.date-intro-list li .con{
    flex: 1;
}
.date-intro-list li .tit{
    display: block;
    margin-bottom: .5rem;
    font-size: 1.25em;
    font-weight: bold;
}
.date-intro-list li .intro{
    font-size: .875em;
    color: #666;
}
.date-intro-list li:hover .date,
.date-intro-list li:hover .tit,
.date-intro-list li:hover .intro{
    color: #8f4a00;
}

/* 媒体查询 */
@media (min-width:768px) {
    .box-jydt .mhd{
        margin-bottom: 6rem;
    }
    .date-intro-list{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .date-intro-list li{
        width: 48.5%;
    }
}


/* 就业指导 招聘信息 S ------------------------------------------------ */
.box-loop{
    display: flex;
    flex-direction: column;
}
.box-b{
    padding: 1.625rem 1.875rem;
    margin-bottom: 3rem;
    background-color: #fff;
    box-shadow: 0 .3125rem .9375rem rgba(16, 103, 187, 0.4);
}
.box-b .mhd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
}
.box-b .mhd strong{
    font-weight: normal;
}
.box-b .mhd strong a{
    font-size: 1.625em;
    color: #004c99;
    margin-right: .625rem;
}
.box-b .mhd .eng{
    text-transform: uppercase;
    font-size: 1em;
    color: #666;
}
.box-b .mhd .more{
    font-weight: bold;
    padding-left: 1.25rem;
    line-height: 2;
}
.date-title-list li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.date-title-list li:nth-last-child(1){
    border-bottom: 0;
    margin-bottom: 0;
}
.date-title-list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.date-title-list li .date{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 3.75em;
    height: 3.75em;
    text-align: center;
    color: white;
    background-image: linear-gradient(0deg, #209cff 0%, #68e0cf 100%);
}
.date-title-list li .dd{
    font-size: 1.25em;
    line-height: 1.1;
}
.date-title-list li .ym{
    font-size: .75em;
}
.date-title-list li .tit{
    flex: 1;
    padding-left: 1.25rem;
    font-size: 1em;
}

/* 媒体查询 */
@media (min-width:768px) {
    .box-loop{
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .box-loop .box-b{
        width: 48.5%;
    }
}

/* 广告-图片 S -----------------------------------------------------*/
.ind-banner-focus{
    overflow: hidden;
    padding-top: 3.75rem;
}
.ind-banner-focus{
    margin-bottom: 1.25rem;
}
.ind-banner-focus img{
    width: 100% !important;
    height: auto !important;
}

/* 创新创业 S ----------------------------------------------------- */
.box-cxcy{
    padding-top: 4.375rem;
    margin-bottom: 6.25rem;
}
.box-cxcy .mhd{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125rem;
}
.box-cxcy .mhd strong{
    display: inline-block;
}
.box-cxcy .mhd strong a{
    display: block;
    font-size: 2.125em;
    line-height: 1.2;
    font-weight: bold;
}
.box-cxcy .mhd strong .eng{
    display: block;
    font-weight: normal;
    line-height: 1.5;
    font-size: .875em;
    color: #666;
    text-transform: uppercase;
}
.box-cxcy .mhd .more{
    padding-left: 32px;
    font-size: .875em;
    line-height: 3;
    color: #666;
}
.box-cxcy .mhd .more:hover{
    color: #18588c;
}


.cxcy-node-list {
    margin: -1%;
    overflow: hidden;
}
.cxcy-node-list li {
    float: left;
    width: 25%;
    padding: 1%;
}
.cxcy-node-list a {
    display: block;
    position: relative;
    overflow: hidden;
    color: white;
}
.cxcy-node-list a .pic {
    position: relative;
    z-index: 1;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all ease 0.9s;
}
.cxcy-node-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
}
.cxcy-node-list .title {
    display: none;
}
.cxcy-node-list li:hover a .pic {
    transform: scale(1.1);
}
.cxcy-node-list li:nth-child(1) a .pic,
.cxcy-node-list li:nth-child(5) a .pic {
    padding-bottom: 213%;
}
.cxcy-node-list li:nth-child(1) .pic img,
.cxcy-node-list li:nth-child(5) .pic img {
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
}
.cxcy-node-list li:nth-child(4) {
    width: 50%;
}
.cxcy-node-list li:nth-child(4) a .pic {
    padding-bottom: 50%;
}
.cxcy-node-list li:nth-child(4) .pic img {
    top: 50%;
    transform: translateY(-50%);
}
.cxcy-node-list li:nth-child(5) {
    margin-top: -16.3%;
}
.cxcy-node-list a .pic::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.9s;
}
.cxcy-node-list a:hover .pic::after{
	height: 0;
}
.cxcy-node-list li .tit{
    position: absolute;
    z-index: 1;
    left: 1.25rem;
    bottom: 0;
    font-size: 0.875em;
    font-weight: bold;
    padding-bottom: 1.25rem;
}
.cxcy-node-list li .tit::after{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: .625rem;
    float: left;
    overflow: hidden;
    background-color: #01b1fc;
}
.cxcy-node-list li:nth-child(2) a .pic,
.cxcy-node-list li:nth-child(3) a .pic{
    padding-bottom: 62%;
}
.cxcy-node-list li:nth-child(4) a .pic{
    padding-bottom: 68.2%;
}


/* 媒体查询 */
@media (min-width:768px) {
    .box-cxcy .mhd{
        justify-content: center;
    }
    .box-cxcy .mhd strong{
        text-align: center;
    }
    .box-cxcy .mhd .more{
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        margin-top: -1.3125rem;
        font-weight: bold;
    }

    .cxcy-node-list li .tit{
        font-size: 1.125em;
    }
}
/* 创新创业 E ----------------------------------------------------- */

/* 广告-图片列表 S ----------------------------------------------------- */
.ind-banner-list{
    display: flex;
    flex-direction: column;
}
.ind-banner-list li{
    margin-bottom: 2rem;
}
.ind-banner-list li a{
    display: block;
}
.ind-banner-list li img{
    width: 100%;
    height: auto;
}

/* 媒体查询 */
@media (min-width:768px) {
    .ind-banner-list{
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .ind-banner-list li{
        max-width: 48%;
    }
    .ind-banner-list li a{
        height: 100%;
    }
    .ind-banner-list li img{
        height: 100%;
    }
}
/* 广告-图片列表 E ----------------------------------------------------- */

/* 媒体查询 */
@media (min-width:768px) {
    #content { margin-top: 20%; }
}
@media (min-width:992px) {

}

/*--
颜色代码
#166bbd 深色标题
#ddd 淡色边框
--*/