.ny_left {
    float: left;
    width: 330px;
    background: #f9f9f9;
    padding-right: 0px;
}

.ny_left .ny_left_top2 {
    display: none;
}

.sidenav {
    overflow: hidden;
    display: block;
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    outline: none;
    font-size: 16px;
}

.accordion .nav-link a {
    display: block;
    color: #333333;
}

.accordion .nav-link.hover a {
    color: #3A5FAD !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #0662d4 !important;
    background: url(../img/icon1.png) no-repeat 85% 30px #fff;
    font-size: 16px;
}

.accordion li:hover .nav-link {
    color: #0662d4 !important;
    background: url(../img/icon1.png) no-repeat 85% 30px #fff;
    font-size: 16px;
}

.ny_right {
    float: right;
    background: #fff;
    /* width: 72%; */
    padding: 2% 4% 2% 4%;
    box-sizing: border-box;
}

.ny_right_top {
    border-bottom: 1px solid #e7e7e7;
}

.nytit1 {
    height: 70px;
    line-height: 70px;
    float: left;
    overflow: hidden;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

.nytit {
    background: url(../img/icon4.png) 5px 35px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    float: right;
    font-size: 14px;
}

.nytit a {
    padding-right: 7px;
    font-size: 14px;
    color: #222222;
}

.nytit span:last-of-type {
    display: none;
}

.clear {
    clear: both;
}

.ny_right_con {
    line-height: 34px !important;
    padding-top: 10px;
    min-height: 500px;
}

.sjdh {
    display: none;
}

/* 学院标识 */
.column-label {
    margin: 10px 0 30px 0;
}

.column-label ul {
    display: flex;
    align-items: center;
}

.column-label ul li a {
    /* width: 120px; */
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    line-height: 28px;
    text-align: center;
    color: #3D3D3D;
    padding: 20px 36px 20px 36px;
    box-sizing: border-box;
}

.column-label ul li:first-of-type a {
    padding: 20px 55px 20px 40px;
}

.column-label ul li:hover a,
.column-label ul li.on a {
    color: #004680;
    font-weight: bold;
}

.column-label ul .gang {
    width: 28.79px;
    /* 7.8 */
    height: 0px;
    transform: rotate(110.32deg);
    opacity: 1;
    border-top: 1px solid #D8D8D8;
}

.column-label ul .gang:last-of-type {
    display: none;
}

.xiaohuibox {
    position: relative;
    z-index: 99;
    width: 92.8%;
    height: auto;
}

.downloadbox {
    width: 310px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 10px 15px 10px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 32.5%;
    transform: translate(-50%, 0);
    bottom: -40px;
}

.xiaohuibox .downloadbox .cycle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(180deg, #105FA1 0%, #105FA1 100%);
    position: relative;
}

.downloadbox .cycle .img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.downloadbox .cycle .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.downloadbox .text {
    width: calc(100% - 18px);
    padding-left: 20px;
    line-height: 20px;
}

.downloadbox .text a {
    font-size: 14px;

    font-weight: 290;
    color: #333333;
}

.xiaohuibox::after {
    content: '';
    width: 100%;
    height: 280px;
    background: #F0F0F0;
    position: absolute;
    bottom: -80px;
    right: -60px;
    z-index: -1;
}

.xhdybox {
    background: #105FA1;
}

.xhdy {
    width: 59%;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.xhdy .title {
    font-size: 30px;
    color: #FFFFFF;
}

.xhdy .disc {
    color: #FFFFFF;
    font-family: Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
    line-height: 27px;
    text-align: justify;
}

.xhdybox .xiaohui {
    width: 407px;
    height: 289px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    position: absolute;
    right: -60px;
    bottom: -30px;
    z-index: 9;
}

.xhdybox .xiaohui .img {
    width: 175px;
    height: 175px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xhdybox .xiaohui img {
    width: 100%;
    height: 100%;
}

.xhdybox .gray-back {
    width: 904px;
    height: 280px;
    background: #F0F0F0;
    position: absolute;
    right: -60px;
    bottom: -75px;
    z-index: 0;
}

.translate {
    background: url(../img/xiaohui-translate.png) no-repeat center;
    background-size: cover;
    padding: 55px 60px;
    box-sizing: border-box;
    margin-top: 120px;
}

.translate p {
    font-size: 14px;
    line-height: 192.86%;
    color: #333333;
    margin-bottom: 20px;
}

/* 校训 */
.mottocon {
    background: url(../img/motto-bg.png) no-repeat center;
    background-size: cover;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.mottocon .left {
    width: calc(44.76% - 15px);
}

.mottocon .left .motto {
    font-size: 24px;
    color: #333333;
    position: relative;
    display: inline-block;
}

.mottocon .left .motto::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/xiaoxun-logo.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -60px;
    top: -15px;
}

.mottos {
    margin: 35px 0 45px 0;
}

.mottos .img {
    width: 100%;
    height: 55px;
}

.mottos .img img {
    width: 95%;
}

.mottocon .left .qsbox {
    border-radius: 0px 50px 0px 50px;
    background: #EBF0F4;
    padding: 25px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.mottocon .left .qsbox .title {
    font-weight: 700;
    font-size: 14px;
    color: #004680;
    line-height: 180%;
}

.mottocon .left .qsbox .disc {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
}


.mottocon .right {
    width: calc(55.24% - 15px);
}

.mottocon .right .img {
    width: 100%;
    height: 288px;
    margin-bottom: 30px;
}

.mottocon .right .img img {
    width: 100%;
    height: 100%;
}

.mottocon .right .dxbox {
    border-radius: 50px 0 50px 0;
    background: #EBF0F4;
    padding: 25px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.mottocon .right .dxbox .title {
    font-weight: 700;
    font-size: 14px;
    color: #004680;
    line-height: 180%;
}

.mottocon .right .dxbox .disc {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
}

.mottocon .dtbox {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mottocon .dtbox .img {
    width: 100%;
    height: 241px;
}

.mottocon .dtbox .img img {
    width: 100%;
    height: 100%;
}

/* 宗旨 */
.purposebox {
    background: #FFFFFF;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 60px 110px 60px;
    box-sizing: border-box;
    position: relative;
}

.purposebox .title {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.purposebox .title::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/zongzhi-logo.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -40px;
    top: -15px;
}

.purposebox .purpose {
    width: 100%;
    height: 210px;
    margin: 40px 0 0;
}

.purposebox .purpose img {
    width: 100%;
    height: 100%;
}

.purposebox .img {
    width: 100%;
    height: 255px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.purposebox .img img {
    width: 100%;
}

/* 使命 */
.missionbox {
    background: url(../img/mission-bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 60px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.missionbox .img {
    width: 390px;
    height: 260px;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

.missionbox .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.missionbox .left {
    min-height: 260px;
}

.missionbox .left>.title {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.missionbox .left>.title::after {
    content: '';
    width: 46px;
    height: 55px;
    background: url(../img/mission-logo.png);
    background-size: cover;
    position: absolute;
    right: -45px;
    top: -15px;
}

.missioncon {
    margin-top: 10px;
}

.missioncon .title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}

.missioncon .discbox {
    font-weight: 400;
    font-size: 14px;
}

.interpretation .interpre p {
    margin-bottom: 20px;
}

/* 愿景 */
.visionbox {
    background: url(../img/vission-bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 60px;
    box-sizing: border-box;
}

.visionbox .img {
    width: 380px;
    height: 256px;
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-bottom: 20px;
}

.visionbox .img::after {
    content: '';
    width: 104px;
    height: 132px;
    background: #105FA1;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.visionbox .img img {
    width: 100%;
    height: 100%;
}

.visionbox .left>.title {
    font-size: 24px;
    color: #333333;
    position: relative;
    display: inline-block;
}

.visionbox .left>.title::after {
    content: '';
    width: 67px;
    height: 55px;
    background: url(../img/vision-logo.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -50px;
    top: -15px;
}

.visioncon .disc {
    margin-top: 22px;
}

.visioncon .disc .title {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.visioncon .disc .discbox {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    line-height: 25px;
}

/* 目标定位 */
.targetbox {
    background: url(../img/vission-bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 60px;
    box-sizing: border-box;
}

.targetbox .img {
    width: 380px;
    height: 256px;
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

.targetbox .img::after {
    content: '';
    width: 104px;
    height: 132px;
    background: #105FA1;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.targetbox .img img {
    width: 100%;
    height: 100%;
}

.targetbox .left>.title {
    font-size: 24px;
    color: #333333;
    position: relative;
    display: inline-block;
}

.targetbox .left>.title::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/target-logo.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -35px;
    top: -20px;
}

.targetbox .disc {
    margin-top: 22px;
}

.targetbox .disc .title {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.targetbox .disc .discbox {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    line-height: 25px;
}

.targetlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.targetlist .box {
    width: calc(50% - 15px);
    margin-bottom: 28px;
}

.targetlist .box .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.targetlist .box .title .position {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.targetlist .box .title .imgpos {
    width: 26px;
    height: 26px;
    position: relative;
}

.targetlist .box .title .imgpos img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.targetlist .box .conent {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
}

/* 校歌 */
.songbox {
    background: url(../img/song-bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 60px;
    box-sizing: border-box;
}

.songbox .img {
    width: 246px;
    height: 317px;
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-left: 50px;
}

.songbox .img::after {
    content: '';
    width: 216px;
    height: 276px;
    background: #105FA1;
    position: absolute;
    top: -30px;
    right: -40px;
    z-index: -1;
}

.songbox .img img {
    width: 100%;
    height: 100%;
}

.songbox .left>.title {
    font-size: 24px;
    color: #333333;
    position: relative;
    display: inline-block;
}

.songbox .left>.title::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/song-logo.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -50px;
    top: -20px;
}

.song .songdisc {
    font-size: 14px;
    line-height: 192.86%;
    text-align: justify;
    color: #333333;
    margin: 25px 0;
}

.song .xggc {
    padding: 25px 25px 30px 25px;
    box-sizing: border-box;
    background: rgba(0, 70, 128, 0.15);
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.song .xggc .title {
    writing-mode: vertical-lr;
    font-size: 18px;
    font-weight: bold;
    line-height: 129.86%;
    text-align: justify;
    color: #004680;
}

.song .xggc .drivder {
    width: 209.09px;
    height: 0;
    transform: rotate(90deg);
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(0, 70, 128, 0) 0%, #004680 100%) 1;
    position: absolute;
    top: 130px;
    left: -40px;
}

.song .xggc .xggcdisc {
    font-size: 14px;
    font-weight: 500;
    line-height: 220%;
    text-align: justify;
    letter-spacing: 0.06em;
    color: #666666;
    padding-left: 50px;
}

.xggc-xgbz {
    display: flex;
    position: relative;
}

.xgbzs {
    display: flex;
    position: absolute;
    right: -355px;
    top: 155px;
}

.xgbzs .box {
    padding: 27px 49px 20px 49px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-right: 20px;
}

.xgbzs .box:last-of-type {
    margin-right: 0;
}

.xgbzs .box .img1 {
    width: 40px;
    height: 29px;
}

.xgbzs .box .img1 img {
    width: 100%;
    height: 100%;
}

.xgbzs .box .text {
    font-size: 14px;
    line-height: 28px;
    color: #3D3D3D;
    margin-top: 10px;
}

.xgbzs .box:hover {
    background: linear-gradient(0, #ECF6FF 0%, rgba(255, 255, 255, 0.74) 98%);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}

.xgbzs .box:hover .text {
    font-weight: bold;
    color: #004680;
}

.song .gcjs {
    font-size: 14px;
    line-height: 192.86%;
    text-align: justify;
    color: #333333;
    margin: 35px 0 35px 0;
}

/* 视频介绍 */
.bottom .spjs {
    width: 100%;
    overflow: hidden;
    /* position: relative; */
    display: flex;
}

#videoTrigger img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

#videoTrigger:hover img {
    transform: scale(1.1);
}

.bottom .video {
    position: relative;
    width: 50%;
    cursor: pointer;
    height: 275px;
    margin-top: 50px;
    overflow: hidden;
}

.bottom .yinying {
    width: 100%;
    height: 73px;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(0, 0, 0, 0.18) 21%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.bottom .video .text {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 99;
    text-align: center;
}

.video-thumbnail {
    position: relative;
    z-index: 9;
}

.video .video-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video .video-btn img {
    width: 100%;
    height: 100%;
}

.song .spjs .video video {
    width: 100%;
    position: relative;
    z-index: 9;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    width: 80%;
    max-width: 800px;
    margin: 10% auto;
    position: relative;
}

#modalVideo {
    width: 100%;
    height: auto;
    display: block;
}

.close {
    position: absolute;
    top: -40px;
    right: -40px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.bottom .spjsdisc {
    font-size: 14px;
    line-height: 192.86%;
    text-align: justify;
    color: #002C4F;
    border-radius: 0px 30px 30px 0px;
    background: rgba(49, 135, 203, 0.1294);
    padding: 25px 30px;
    box-sizing: border-box;
    width: 50%;
}

.bottom .spjsdisc p {
    margin-bottom: 20px;
}

.bottom .spjsdisc p:last-of-type {
    margin-bottom: 0;
}

.bottom .spjsrw {
    width: 90.5%;
    margin-left: 30px;
    padding: 25px 45px;
    box-sizing: border-box;
    border-radius: 0px 0px 30px 30px;
    background: rgba(97, 129, 217, 0.1608);
}

.bottom .spjsrw a {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 192.86%;
    text-align: justify;
    color: #1F2563;
}

.spjsspjs {
    margin-top: 40px;
    font-size: 14px;
    line-height: 192.86%;
    text-align: justify;
    color: #333333;
}

.spjsspjs p {
    margin-bottom: 20px;
}

.spjsspjs p:last-of-type {
    margin-bottom: 0;
}