@charset "UTF-8";

body {
    background: #f5f7fa;
}

.ny-main {
    padding: 70px 0;
}

.ny-mainnp {}


/* 历史沿革 ----- */
.history ul li {
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.history ul li::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 1px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #b5b8ba;
}

.history ul li:nth-child(1):before {
    top: 15px;
}

.history ul li>h3 {
    font-size: 20px;
    line-height: 30px;
    color: #a97452;
    position: relative;
}

.history ul li>h3::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #a97452;
    z-index: 8;
}

.history ul li>h3::after {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #a97452;
    z-index: 7;
}

.history-box {
    overflow: hidden;
    padding-top: 20px;
}

.history-pic {
    float: right;
    width: 409px;
    background-color: #333333;
    margin-left: 40px;
}

.history-pic .pic {
    padding-top: 61%;
}

.history-info {
    overflow: hidden;

}

.history-info h4 {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

.history-info p {
    font-size: 18px !important;
    line-height: 36px !important;
    color: #333333;
    margin-top: 20px; text-indent:0 !important;
}


/* 学校文化  ------ */


.xxwh>div {
    background: #fff;
    padding: 65px 45px;
}

.xxwh-box {
    margin-top: 60px;
}

.xxwh-box:nth-child(1) {
    margin-top: 0;
}

.xxwh-box>h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #1b4fa2;
    overflow: hidden;
}

.xxwh-box>h3 b {
    float: left;
    margin-right: 10px;
}

.xxwh-box>h3 span {
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #b3c4e0;
    padding-top: 15px;
}

.xxwh-content {
    margin-top: 25px;
}

.xxwh-text {
    overflow: hidden;
}

.xxwh-text p {
    font-size: 18px !important;
    color: #333333;
    line-height: 42px !important;
text-indent:0 !important;
}

.xxwh-text p strong {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.xxwh-pic {
    float: right;
    width: 360px;
    margin-left: 40px;
    padding-right: 35px;
    padding-top: 30px;
    position: relative;
}

.xxwh-pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8;
}

.xxwh-pic::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 190px;
    height: 100%;
    max-height: 270px;
    background-color: #1b4fa2;
    z-index: 8;
}

/* 产业学院  -----*/
.cyxy-box {
    padding: 70px 0;
    overflow: hidden;
}

.cyxy-box:nth-child(2n+1) {
    background: #f5f7fa;
}

.cyxy-box:nth-child(2n) {
    background: #fff;
}

.cyxy-box:nth-child(2n+1) .cyxy-pic {
    float: left;
    margin-right: 80px;
}

.cyxy-box:nth-child(2n) .cyxy-pic {
    float: right;
    margin-left: 80px;
}

.cyxy-pic {
    width: 665px;
    position: relative;
}

.cyxy-pic .pic {
    padding-top: 65%;
}

.cyxy-info {
    overflow: hidden;
    padding-top: 25px;
}

.cyxy-info h3 {
    font-size: 26px;
    line-height: 43px;
    color: #1b4fa2;
}

.cyxy-info div {
    margin-top: 25px;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    height: 248px;
    overflow: hidden;
}

.cyxy-info a {
    float: right;
    width: 139px;
    height: 46px;
    border: solid 1px #1b4fa2;
    line-height: 44px;
    font-size: 14px;
    color: #164d9f;
    text-align: center;
    margin-top: 45px;
}

.cyxy-info a:hover {
    color: #fff;
    background: #1b4fa2;
}


/* 合办专业 -----*/
.hbzy-box {
    overflow: hidden;
}

.hbzy-box:nth-child(2n+1) {
    padding: 100px 0 50px 0;
}

.hbzy-box:nth-child(2n) {
    padding: 50px 0 100px 0;
}

.hbzy-box:nth-child(2n+1) .hbzy-pic {
    float: right;
    margin-left: 35px;
    padding-right: 50px;
}

.hbzy-box:nth-child(2n) .hbzy-pic {
    float: left;
    margin-right: 35px;
    padding-left: 50px;
}


.hbzy .hbzy-box:nth-child(2n+1) .hbzy-pic::before {
    content: "";
    position: absolute;
    right: 0;
    left: 180px;
    bottom: 60px;
    top: -50px;
    background: url(../images/hbzy-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}



.hbzy .hbzy-box:nth-child(2n) .hbzy-pic::before {
    content: "";
    position: absolute;
    left: 0;
    right: 180px;
    top: 60px;
    bottom: -50px;
    background: url(../images/hbzy-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.hbzy-pic {
    width: 820px;
    position: relative;
}

.hbzy-pic .pic {
    padding-top: 63.5%;
}

.hbzy-info {
    overflow: hidden;
    padding-top: 35px;
}

.hbzy-info h3 {
    font-size: 26px;
    line-height: 43px;
    color: #1b4fa2;
}

.hbzy-info div {
    margin-top: 25px;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    height: 294px;
    overflow: hidden;
}

.hbzy-info a {
    float: right;
    width: 139px;
    height: 46px;
    border: solid 1px #1b4fa2;
    line-height: 44px;
    font-size: 14px;
    color: #164d9f;
    text-align: center;
    margin-top: 45px;
}

.hbzy-info a:hover {
    color: #fff;
    background: #1b4fa2;
}


@media screen and (max-width:1200px) {
    .xxwh-box>h3, .cyxy-info h3, .hbzy-info h3 {
        font-size: 22px;
    }

    .cyxy-box:nth-child(2n+1) .cyxy-pic {
        margin-right: 40px;
    }

    .cyxy-box:nth-child(2n) .cyxy-pic {
        margin-left: 40px;
    }

    .hbzy-pic {
        width: 600px;
    }

    .hbzy-info {
        padding-top: 20px;
    }

    .hbzy-info div {
        line-height: 40px;
        height: 200px;
        margin-top: 20px;
    }

    .hbzy-info a {
        margin-top: 20px;
    }
}

@media screen and (max-width:1024px) {
    .history-info h4, .history-info p, .history ul li>h3 {
        font-size: 16px;
    }

    .history-info p {
        line-height: 30px;
    }

    .history-pic {
        width: 300px;
        margin-left: 20px;
    }

    .ny-main {
        padding: 35px 0;
    }

    .xxwh>div {
        padding: 30px 20px;
    }

    .xxwh-box>h3 {
        font-size: 20px;
    }

    .xxwh-text p {
        font-size: 16px;
        line-height: 36px;
    }

    .xxwh-text p b {
        font-size: 18px;
    }

    .xxwh-box {
        margin-top: 30px;
    }

    .xxwh-content {
        margin-top: 15px;
    }

    .xxwh-pic {
        width: 260px;
    }

    .cyxy-pic {
        width: 450px;
    }



    .cyxy-box:nth-child(2n+1) .cyxy-pic {
        margin-right: 20px;
    }

    .cyxy-box:nth-child(2n) .cyxy-pic {
        margin-left: 20px;
    }

    .cyxy-info {
        padding-top: 0;
    }

    .cyxy-info div {
        margin-top: 0;
    }

    .cyxy-info h3, .hbzy-info h3 {
        font-size: 20px;
    }

    .cyxy-info div {
        line-height: 36px;
        height: 180px;
    }

    .cyxy-info a {
        width: 120px;
        height: 34px;
        line-height: 32px;
        margin-top: 35px;
    }

    .cyxy-box {
        padding: 30px 0;
    }

    .hbzy-pic {
        width: 450px;
    }

    .hbzy-box:nth-child(2n+1) .hbzy-pic {
        padding-right: 25px;
    }

    .hbzy-box:nth-child(2n) .hbzy-pic {
        padding-left: 25px;
    }

    .hbzy-box:nth-child(2n+1) {
        padding: 50px 0 25px 0
    }

    .hbzy-box:nth-child(2n) {
        padding: 25px 0 50px 0
    }

    .hbzy .hbzy-box:nth-child(2n+1) .hbzy-pic::before {
        top: -25px;
    }

    .hbzy .hbzy-box:nth-child(2n) .hbzy-pic::before {
        bottom: -25px;
    }

    .hbzy-info {
        padding-top: 0;
    }

    .hbzy-info div {
        margin-top: 0;
        line-height: 36px;
        height: 180px;
    }

    .hbzy-info a {
        width: 120px;
        height: 34px;
        line-height: 32px; 
    }
}

@media screen and (max-width:768px) {
    .cyxy-info h3 {
        font-size: 18px;
    }

    .history-pic {
        float: none;
        width: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .history ul li {
        padding-left: 35px;
    }

    .history ul li>h3::before {
        left: -35px;
    }

    .history ul li>h3::after {
        left: -35px;
        width: 30px;
    }

    .history-box {
        padding-top: 10px;
    }

    .xxwh-pic {
        float: none;
        margin: 20px auto;
        width: 200px;
    }

    .cyxy-box:nth-child(2n) .cyxy-pic, .cyxy-box:nth-child(2n+1) .cyxy-pic ,.hbzy-box:nth-child(2n) .hbzy-pic,.hbzy-box:nth-child(2n+1) .hbzy-pic{
        float: none;
        width: auto;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .cyxy-info a {
        margin-top: 20px;
    }
    .hbzy .hbzy-box:nth-child(2n) .hbzy-pic::before{
        right: 50px;
    }
    .hbzy .hbzy-box:nth-child(2n+1) .hbzy-pic::before{
        left: 50px;
    }
    .hbzy-box:nth-child(2n) .hbzy-pic{
        margin-bottom: 40px;
    }
    .hbzy-box:nth-child(2n){
        padding-bottom: 25px;
    }
}


@media screen and (max-width:480px) {
    .history ul li {
        padding-left: 0;
    }

    .history ul li::before {
        content: none;
    }

    .history ul li>h3 {
        padding-left: 20px;
    }

    .history ul li>h3::before {
        left: 0;
        width: 8px;
        height: 8px;
    }

    .history ul li>h3::after {
        content: none;

    }
}
