@charset "utf-8";

/* 装饰图 */

.zst {
    position: relative;
}

.zst .image img {
    display: block;
    width: 100%;
}

.zst .lmdh {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62.5%;
    height: 66.5%;
    background: url(../images/lm_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: calc((100% - 1600px)/2);
    padding-top: 15%;
    padding-right: 31.25rem;
}

.zst .lmdh .lmmc p {
    font-size: max(15px, 1.0625rem);
    color: #AFDEFF;
    line-height: .875rem;
}

.zst .lmdh .lmmc span {
    display: block;
    font-weight: bold;
    font-size: max(32px, 2.375rem);
    line-height: 2.375rem;
    color: #F8F8F7;
    margin: 1.4375rem 0 1.5625rem;
}

.zst .lmdh .ejdh {
    display: flex;
    flex-wrap: wrap;
}

.zst .lmdh .ejdh li {
    margin-right: 2.5rem;
    min-width: 5rem;
}

.zst .lmdh .ejdh li a {
    font-size: max(17px, 1.25rem);
    color: #8FD1FF;
    line-height: 3.375rem;
    display: block;
}

.zst .lmdh .ejdh .active a {
    color: #fff;
    font-weight: bold;
}

.zst .dqwz {
    position: absolute;
    display: flex;
    align-items: center;
    right: calc((100% - 1600px) / 2);
    bottom: 1.375rem;
}

.zst .dqwz::before {
    position: absolute;
    content: "";
    width: 3.3125rem;
    height: 1.6875rem;
    left: -2rem;
    top: -1.25rem;
    background: url(../images/dqwz_img.png);
    background-size: contain;
}

.zst .dqwz li a {
    display: block;
    color: #fff;
    font-size: max(14px, 1rem);
    line-height: 1rem;
}

.zst .dqwz span {
    display: block;
    margin: 0 .4375rem;
    color: #fff;
    font-size: 10px;
    line-height: 1rem;
}


/* 列表页 */

.list {
    padding: 6.125rem 0 3rem;
    background: #F9F9F9;
}

.list .w1600 {
    background: #fff;
    padding: 4.0625rem 3.5rem 4.0625rem 2.8125rem;
}

.list .w1600 .tit {
    display: flex;
    align-items: flex-end;
}

.list .w1600 .tit p {
    font-size: max(28px, 2.25rem);
    line-height: 2.25rem;
    color: #333333;
    margin-left: 1rem;
}

.list_main {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.list_l {
    width: 70%;
}

.list_l li {
    margin-left: 3.4375rem;
    border: 1px solid #EBEBEB;
    margin-bottom: 2.1875rem;
    transition: all 0.3s ease-in;
}

.list_l li:hover {
    border: 1px solid #17ADFC;
}

.list_l li a {
    display: block;
    position: relative;
    padding-left: 7.5rem;
}

.list_l li a .rq {
    position: absolute;
    left: -3.4375rem;
    top: calc(50% - 1.5rem);
    width: 9.125rem;
    height: 3rem;
    background: #17ADFC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_l li a .rq img {
    display: block;
}

.list_l li a .rq p {
    font-size: max(14px, 1rem);
    color: #FFFFFF;
    margin-left: .75rem;
}

.list_l li a .line-1 {
    line-height: 5.25rem;
    font-size: 18px;
    color: #333333;
    padding-right: 1.5rem;
    transition: all 0.3s ease-in;
}

.list_l li:hover a .line-1 {
    color: #17ADFC;
}

.fy {
    margin-top: 1.5rem;
    text-align: center;
}

.list_r {
    width: calc(30% - 2.8125rem);
}

.list_r .rdtj {
    border: 1px solid #E0E0E0;
    padding: 1.625rem 1.125rem;
}

.list_r .rdtj .tit {
    display: flex;
    align-items: center;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #ccc;

}

.list_r .rdtj .tit p {
    font-size: max(20px, 1.5rem);
    color: #C12820;
    margin-left: .875rem;
}

.rdtj_main li {
    margin: 35px 0 10px;
    position: relative;
}

.rdtj_main li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E0E0E0;
    border: 1px solid #CEA97A;
    box-sizing: border-box;
    z-index: 3;
    transition: all 0.3s ease-in;
}

.rdtj_main li:hover::before {
    background: #D5192A;
    border: none;
}

.rdtj_main li::after {
    position: absolute;
    top: 0;
    left: 5px;
    content: "";
    width: 0px;
    height: 115px;
    border-left: 1px dashed #E0E0E0;
}

.rdtj_main li:last-child::after {
    display: none;
}

.rdtj_main li a {
    display: block;
    padding-left: 22px;
}

.rdtj_main li a span {
    display: block;
    font-size: max(14px, 1rem);
    line-height: 12px;
    color: #A1A0A0;
}

.rdtj_main li a p {
    font-size: max(16px, 1.125rem);
    color: #333333;
    line-height: 28px;
    margin-top: 13px;
    min-height: 56px;
}

.zxgx {
    margin-top: 3.875rem;
}

.list_r .zxgx .tit p {
    color: #17ADFC;
}

.zxgx_main li:hover::before {
    background: #17ADFC;
    border: none;
}

/* 学员风采 */

.xyfc {
    padding: 5.125rem 0;
}

.xyfc_tit {
    text-align: center;
}

.xyfc_tit img {
    display: block;
    margin: 0 auto;
}

.xyfc_tit p {
    font-size: max(36px, 3rem);
    line-height: 3rem;
    color: #333333;
    margin-top: .3125rem;
}

.xyfc_main {
    margin-top: 4.6875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyfc_main ul {
    margin-bottom: 2.8125rem;
}

.xyfc_main .xyfc_main_l {
    width: 64%;
    height: 44.8125rem;
}

.xyfc_main .xyfc_main_l li {
    width: 100%;
    height: 100%;
}

.xyfc_main .xyfc_main_r {
    width: calc(36% - 2.8125rem);
}

.xyfc_main .xyfc_main_r li {
    width: 100%;
    height: calc((44.8125rem - 2.8125rem)/2);
}

.xyfc_main .xyfc_main_r li:first-child {
    margin-bottom: 2.8125rem;
}

.xyfc_main li a {
    overflow: hidden;
}

.xyfc_main li a,
.xyfc_main li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xyfc_main li a img {
    object-fit: cover;
}

/* 院系设置 */

.yxsz {
    padding: 5.75rem 0 3.125rem;
}

.yxsz_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.125rem;
}

.yxsz_main li {
    width: calc((100% - 3.25rem)/2);
    height: 7.8125rem;
    background: url(../images/yxsz_li_bg.png);
    background-size: 100% 100%;
    border: 1px solid #DFDFDF;
    margin-bottom: 3.75rem;
}

.yxsz_main li:hover {
    border: 1px solid #13ACFC;
}

.yxsz_main li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.25rem 0 2.5rem;
}

.yxsz_main li a p {
    font-size: max(22px, 1.625rem);
    color: #333333;
    width: calc(100% - 3rem);
}

.yxsz_main li:hover a p {
    font-weight: bold;
    color: #13ACFC;
}

.yxsz_main li a span {
    display: block;
    width: 27px;
    height: 10px;
    background: url(../images/yxsz_li_jt.png);
    background-size: contain;
}

/* 内容页 */

.content .w1600 {
    padding: 3.125rem;
}

.content_main {
    display: flex;
    justify-content: space-between;
}

.content_l {
    width: 70%;
}

.content_l .cr_tit {
    margin-top: 3.125rem;
    font-size: max(28px, 2.1875rem);
    color: #333333;
    line-height: 4.375rem;
    text-align: center;
}

.content_l .ly_sj {
    margin-top: 2.8125rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.75rem;
    border-bottom: 1px solid #D1D1D1;
}

.content_l .ly_sj span {
    display: block;
    font-size: calc(14px, 1rem);
    color: #666666;
    line-height: 15px;
    margin: 0 .9375rem;
}

.content_l .cont {
    padding: 50px 0;
}

.content_l .cont p {
    font-size: max(16px, 1.125rem);
    color: #333333;
    line-height: 42px;
    text-indent: 2em;
}

.content_l .cont img {
    display: block;
    margin: 2.5rem auto;
    max-width: 90%;
}

.content_l .sxy {
    padding: 2.8125rem 0;
    border-top: 1px solid #ebebeb;
}

.content_l .sxy div,
.content_l .sxy div a {
    font-size: max(16px, 1.125rem);
    line-height: 2.625rem;
}

.content_l .sxy div {
    color: #17ADFC;
}

.content_l .sxy div a {
    color: #333333;
}

/* 招生信息 */

.zsxx {
    padding: 2.8125rem 0 3.125rem;
    background-color: #F9F9F9;
}

.zsxx .w1600 {
    padding: 6.5625rem 1.875rem 3.75rem;
    background-color: #fff;
}

.zsxx_main {
    margin-top: 8.125rem;
}

.zsxx_main .bkzs {
    margin-bottom: 4.25rem;
}

.zsxx_main .bkzs,
.zsxx_main .yjszs {
    display: flex;
    justify-content: space-between;
    border: 1px solid #F3F3F3;
}

.zsxx_main .bkzs .txt {
    border-left: 6px solid #17ADFC;
}

.zsxx_main .yjszs .txt {
    border-right: 6px solid #17ADFC;
}

.zsxx_main .txt {
    padding: 2.8125rem;
    width: 55%;
}

.zsxx_main .txt .tit {
    display: inline-block;
    font-size: max(24px, 1.875rem);
    line-height: 1.875rem;
    color: #333333;
    position: relative;
    padding-left: 2.8125rem;
}

.zsxx_main .txt .tit::before {
    position: absolute;
    content: "";
    width: 1.5625rem;
    height: 2px;
    background: #D5192A;
    top: calc(50% - 1px);
}

.zsxx_main .bkzs .txt .tit::before {
    left: 0;
}

.zsxx_main .yjszs .txt .tit::before {
    right: -2.8125rem;
}

.zsxx_main .yjszs .txt .tit {
    padding-left: 0;
}

.zsxx_main .bkzs .txt .tit::before {
    position: absolute;
    content: "";
    width: 1.5625rem;
    height: 2px;
    background: #D5192A;
    left: 0;
    top: calc(50% - 1px);
}

.zsxx_main .txt .jj {
    font-size: max(16px, 1.25rem);
    color: #999999;
    line-height: 2.125rem;
    margin-top: 2rem;
    width: 49%;
}

.zsxx_main .txt .fl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.zsxx_main .bkzs .txt .fl {
    padding-right: 9.375rem;
}

.zsxx_main .bkzs .txt .fl li {
    width: 45%;
}

.zsxx_main .yjszs .txt .fl li {
    width: 33%;
}

.zsxx_main .txt .fl li a {
    display: flex;
    align-items: center;
    line-height: 4.5rem;
}

.zsxx_main .txt .fl li a p {
    font-size: max(16px, 1.25rem);
    color: #333333;
    margin-right: .8125rem;
}

.zsxx_main .img {
    width: 45%;
    height: 28.9375rem;
}

.zsxx_main .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 师资队伍 */

.szdw {
    padding: 6.125rem 0 7.125rem;
    background-image: url(../images/szdu_bg.png);
    background-size: 100% 100%;
}

.szdw .xyfc_tit p {
    color: #fff;
}

.szdw_main {
    margin-top: 5rem;
}

.szdw_main .image {
    width: 24.3125%;
    padding: .75rem;
    background-size: 100% 100%;
    margin: 0 .4375rem;
    background: url(../image/bg_szdw_i.png) no-repeat center center;
}

.szdw_main .image.n1{background-color: #13acfc;}
.szdw_main .image.n2{background-color: #b21316;}
.szdw_main .image.n3{background-color: #a78b5e;}
.szdw_main .image.n4{background-color: #597099;}
.szdw_main .image.n5{background-color: #75b8c2;}
.szdw_main .image.n6{background-color: #78a86e;}
.szdw_main .image.n7{background-color: #13acfc;}
.szdw_main .image.n8{background-color: #b21316;}
.szdw_main .image.n9{background-color: #a78b5e;}
.szdw_main .image.n10{background-color: #597099;}
.szdw_main .image.n11{background-color: #75b8c2;}
.szdw_main .image.n12{background-color: #78a86e;}
.szdw_main .image.n13{background-color: #13acfc;}
.szdw_main .image.n14{background-color: #597099;}
.szdw_main .image.n2,.szdw_main .image.n4,.szdw_main .image.n6,.szdw_main .image.n8,.szdw_main .image.n10,.szdw_main .image.n12,.szdw_main .image.n14{
    margin-top: 6rem;
}
.szdw_main .image a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    padding: 5.75rem 2rem 4rem;
}

.szdw_main .image a .tb {
    display: block;
    width: 94px;
    height: 110px;
    margin: auto;
}



.szdw_main .image a .line-1,
.szdw_main .image a .sl {
    display: block;
    font-size: max(22px, 0.5rem);
    line-height: 2.125rem;
    color: #FFFFFF;
    text-align: center;
    white-space: normal;
}

.szdw_main .image a .line-1 {
    margin: 2rem 0 1.5rem;
}

.szdw_main .image a .sl {
    font-weight: bold;
}

.szdw_main .slick-arrow {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    background: transparent;
    font-size: 0;
    top: 11.5rem;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
}

.szdw_main .slick-prev {
    left: -4.5rem;
    background-image: url(../images/szdw_zjt.png);
}

.szdw_main .slick-next {
    right: -4.5rem;
    background-image: url(../images/szdw_yjt.png);
}

/* 学校简介 */

.xxjj {
    padding: 3rem 0;
    background: url(../images/xxjj_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.xxjj_main {
    width: 58.5%;
}

.xxjj_main p,
.declaration_main p{
    text-indent: 2em;
    font-size: max(16px, 1.125rem);
    color: #333333;
    line-height: 2.375rem;
    margin-top: 16px;
    text-align: justify;
}

.Notice img {
    display: block;
    width: 100%;
    height: auto;
}

.declaration {
    padding: 1rem 0 5rem;
}

.declaration_main img {
    display: block;
    width: 100%;
    height: auto;
    margin: 1.75rem 0 1.625rem;
}

.motto {
    padding-bottom: 4.875rem;
}

.motto_main {
    display: flex;
    justify-content: space-between;
}

.motto_l {
    width: calc(60% - 35px);
}

.motto_l .motto_l_t {
    display: flex;
    justify-content: space-between;
}

.motto_l .motto_l_t .xf,
.motto_l .motto_l_t .xx {
    width: calc(50% - 16px);
    margin-bottom: 30px;
    height: 26.125rem;
    border-radius: .625rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.motto_l .motto_l_t .xf {
    background: url(../images/xf_bg.png);
    padding: 4.75rem 2.8125rem 2.5rem;
}

.motto_l .motto_l_t .xf .tite,
.motto_l .motto_l_t .xx .tite {
    text-align: center;
    color: #fff;
}

.motto_l .motto_l_t .xf .tite::before {
    background: #fff;
}

.motto_l .motto_l_t .xf p {
    font-size: max(14px, 1rem);
    color: #FFFFFF;
    line-height: 1.75rem;
    margin-top: 3.875rem;
}

.motto_l .motto_l_t .xf .more {
    margin: 0 auto;
    background: #fff;
    color: #13ACFC;
    margin-top: 2.25rem;
}

.motto_l .motto_l_t .xx {
    background: url(../images/xx_bg.png);
    padding: 4.75rem 3.75rem 0;

}

.motto_l .motto_l_t .xx .tite::before {
    background: #F9ECC7;
}

.motto_l .motto_l_t .xx span {
    display: block;
    font-weight: bold;
    font-size: max(18px, 1.5rem);
    color: #FFFFFF;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 7rem;
}

.motto_l .motto_l_t .xx p {
    font-size: max(14px, 1rem);
    color: #FFFFFF;
    line-height: 1.75rem;
    margin-top: 1.25rem;
}

.motto_l .motto_l_t .xx .more {
    margin: 0 auto;
    background: #fff;
    color: #BB0812;
    margin-top: 6.25rem;
}

.motto_l .motto_l_b {
    display: flex;
    box-shadow: 8px 0px 84px 0px rgba(28, 134, 137, 0.29);
}

.motto_l_b .xg,
.motto_l_b .xh {
    width: 50%;
    height: 25.3125rem;
}

.motto_l_b .xg {
    background: url(../images/xg_bg.png);
    background-size: cover;
    padding: 3.4375rem 2.625rem;
}

.motto_l_b .xg a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.motto_l_b .xg .tite {
    color: #fff;
    display: inline-block;
}

.motto_l_b .xg .tite::before {
    background: #fff;
}

.motto_l_b .xg a span {
    position: absolute;
    content: "";
    width: 4.75rem;
    height: 4.75rem;
    left: calc(50% - 2.375rem);
    top: calc(50% - 2.375rem);
    background-image: url(../images/motto_bf.png);
    background-size: contain;
}

.motto_l_b .xh {
    padding: 3.125rem 1.875rem 2.375rem;
}

.motto_l_b .xh .tite::before {
    background: #13ACFC;
}

.motto_l_b .xh .xh_main {
    margin-top: 3.25rem;
}

.motto_l_b .xh .xh_main p {
    font-size: max(14px, 1rem);
    color: #333333;
    line-height: 1.75rem;
}

.motto_l_b .xh .xh_main img {
    display: block;
    width: 8.9375rem;
    height: auto;
    margin: 1.625rem auto 0;
}

.bxts {
    width: 40%;
    border-radius: .625rem;
    box-shadow: 8px 0px 84px 0px rgba(28, 134, 137, 0.29);
}

.bxts .img {
    width: 100%;
    height: 36.5rem;
}

.bxts .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bxts .txt {
    padding: 3rem 1.75rem 0rem;
}

.motto_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.motto .tite {
    position: relative;
    font-weight: bold;
    font-size: max(24px, 1.875rem);
    color: #333333;
    line-height: 1.875rem;
}

.motto .tite::before {
    position: absolute;
    content: "";
    width: 4.125rem;
    height: 3px;
    background: #C50512;
    bottom: -1.4375rem;
    left: calc(50% - 2.0625rem);
}

.motto .more {
    display: block;
    width: 8.125rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #13ACFC;
    border-radius: 1.3125rem;
    font-size: 14px;
    color: #FFFFFF;
}

.bxts .bxts_txt {
    margin-top: 3.25rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .6875rem 0;
}

.bxts .bxts_txt li {
    line-height: 2.5rem;
    font-size: max(14px, 1.125rem);
    color: #333333;
}

/* 校徽 */
.xh {
    padding: 205px 0 120px;

}

.ny_tit {
    position: relative;
    line-height: 40px;
}

.ny_tit::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 87px;
    background: url(../images/ny_tit_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 105px);
    bottom: -8px;
}

.ny_tit p {
    position: relative;
    z-index: 9;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.ny_tit p::before,
.ny_tit p::after {
    position: absolute;
    content: "";
    width: calc((100% - 255px)/2);
    height: 22px;
    background-repeat: no-repeat;
    top: calc(50% - 11px);

}

.ny_tit p::before {
    background: url(../images/ny_tit_zbg.png);
    background-position: right center;
    left: 0;
}

.ny_tit p::after {
    background: url(../images/ny_tit_ybg.png);
    background-position: left center;
    right: 0;
}

.xh_main {
    margin-top: 10px;
}

.xh_main .img {
    margin: 95px auto;
    max-width: 100%;
    height: auto;
}

.xh_main .img img,
.xx_main .img img,
.xg_main .img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
}


.xh_main p {
    width: 75%;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 60px;
    margin: 0 auto;
}

/* 校训 */

.xx_main {
    margin-top: 145px;
}

/* 校歌 */



.xg_main .img {
    margin: 50px 0;
}

.xg_main .sp {
    width: 1318px;
    height: 750px;
    margin: 120px auto 0;
    max-width: 100%;
}

/* 校风 */

.xf img{
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1800px) {
    .szdw_main .slick-arrow {
        width: 3rem;
        height: 3rem;
    }

    .szdw_main {
        width: calc(100% - 7rem);
        margin: 5rem auto 0;
    }

}

@media (max-width: 1650px) {

    .list .w1600,
    .zsxx .w1600 {
        width: 94%;
    }

    .yxsz .w1500,
    .xyfc .w1600,
    .szdw .w1600,
    .xxjj .w1600,
    .Notice .w1600,
    .declaration .w1600,
    .motto .w1600,
    .xh .w1600{
        width: 100%;
        padding: 0 3%;
    }

    .xyfc_main .xyfc_main_l {
        height: calc(60.15vw/1018*717);
    }

    .xyfc_main .xyfc_main_r li {
        height: calc(31.1vw/106*67);
    }

    .zst .lmdh {
        padding-left: 3%;
        padding-right: 20%;
    }

    .zst .dqwz {
        right: 3%;
    }


}

@media (max-width: 1350px) {
    .zst .lmdh {
        padding-top: 14%;
    }

    .zsxx_main .txt .jj {
        width: 100%;
    }

    .xg_main .sp {
    width: 100%;
    height: calc(90vw/130*75);
    margin: 60px auto 0;
    max-width: 100%;
}
}

@media (max-width: 1200px) {
    .zst .lmdh {
        display: none;
    }

    .xyfc_main .xyfc_main_l {
        width: 65%;
    }

    .xyfc_main .xyfc_main_r {
        width: calc(35% - 1.5rem);
    }

    .xyfc_main .xyfc_main_r li:first-child,
    .xyfc_main ul {
        margin-bottom: 1.5rem;
    }

    .xyfc_main .xyfc_main_l {
        height: calc(61.1vw/1018*717);
    }

    .xyfc_main .xyfc_main_r li {
        height: calc(31.14vw/106*70);
    }

    .szdw_main {
        margin: 3.5rem auto 0;
    }

    .szdw {
        padding: 4rem 0 3rem;
    }

    .xxjj_main {
        width: 100%;
    }

    .Notice .w1600 li {
        padding: 7rem 20px 6rem;
    }

    .Notice .w1600 li span {
        font-size: 22px;
        line-height: 2rem;
    }

    .Notice .w1600 li p {
        margin-top: 2rem;
        font-size: 14px;
        line-height: 2rem;
    }

    .bxts .txt {
        padding: 2rem 2rem 1.5rem;
    }

    .motto_l .motto_l_t .xf {
        padding: 3rem 2rem 2rem;
    }

    .motto_l .motto_l_t .xx {
        padding: 3rem 2rem 0rem;
    }

    .motto_l .motto_l_t .xx span {
        margin-top: 4.5rem;
    }

    .motto_l .motto_l_t .xf,
    .motto_l .motto_l_t .xx {
        height: auto;
    }

    .motto_l_b .xh {
        padding: 2.5rem 1.5rem 2rem;
    }

    .motto_l_b .xg {
        padding: 2.5rem 2rem;
    }

    .motto_l_b .xg,
    .motto_l_b .xh {
        height: auto;
    }

    .xxjj {
        padding: 3rem 0 6rem;
    }

    .xxjj {
        background-size: 25% auto;
    }

    .zst::before {
    position: absolute;
        content:"";
        width:100%;
        height:75px;
        background:linear-gradient( 180deg,rgba(0,0,0,0),rgba(0,0,0,1));
        left:0;
        bottom:0;
}
}

@media (max-width: 1024px) {
    .list {
        padding: 2.8125rem 0;
    }

    .list .w1600 {
        padding: 2.5rem 1.875rem;
    }

    .list_r {
        display: none;
    }

    .list_l {
        width: 100%;
    }

    .yxsz {
        padding: 3.125rem 0 0;
    }

    .xyfc_tit img {
        display: block;
        height: 30px;
        width: auto;
    }

    .xyfc_tit p {
        font-size: 2rem;
        line-height: 2rem;
    }

    .yxsz_main {
        margin-top: 3.125rem;
    }

    .yxsz_main li {
        height: 6rem;
        margin-bottom: 3rem;
    }

    .yxsz_main li a {
        padding: 0 1.5625rem;
    }

    .yxsz_main li a p {
        font-size: 1.375rem;
    }

    .xyfc_main .xyfc_main_r li {
        height: calc(31.14vw/106*69);
    }

    .zsxx .w1600 {
        padding: 3.125rem 1.875rem 2.5rem;
    }

    .zsxx_main {
        margin-top: 5rem;
    }

    .zsxx_main .txt {
        padding: 2rem;
    }

    .zsxx_main .bkzs .txt .fl {
        padding-right: 0;
    }

    .zsxx_main .txt .fl {
        margin-top: 2rem;
    }

    .zsxx_main .img {
        height: 22rem;
    }

    .zsxx_main .txt .fl li a p {
        font-size: 16px;
        margin-right: 10px;
    }

    .zsxx_main .txt .fl li a img {
        display: block;
        width: 1.25rem;
        height: auto;
    }

    .zsxx_main .txt .jj {
        font-size: 16px;
        line-height: 2rem;
    }

    .zsxx_main .txt .fl li a {
        line-height: 3.5rem;
    }

    .zsxx_main .txt .tit {
        font-size: 22px;
    }

    .content_l {
        width: 100%;
    }

    .content_l .cr_tit {
        margin-top: 0;
        line-height: 3.5rem;
    }

    .content_l .ly_sj {
        margin-top: 1rem;
    }

    .content_l .cont {
        padding: 30px 0;
    }

    .szdw_main .image a .tb {
        width: 85px;
        height: auto;
    }

    .szdw_main .image a {
        padding: 4rem 0 3rem;
    }


    .szdw_main .image a .line-1,
    .szdw_main .image a .sl {
        font-size: 18px;
        line-height: 24px;
    }


    .szdw_main .image a .line-1 {
        margin: 2rem 0 1rem;
    }

    .szdw_main .slick-arrow {
        top: 7rem;
    }

    .szdw_main .slick-prev {
        left: -3.5rem;
    }

    .szdw_main .slick-next {
        right: -3.5rem;
    }

    .motto_main {
        display: block;
    }

    .bxts,
    .motto_l {
        width: 100%;
    }

    .motto_l .motto_l_t .xx {
        padding: 3rem 2rem 2rem;
    }

    .bxts {
        margin-top: 30px;
    }

    .bxts .img {
        height: calc(90vw/159*146);
    }


}

@media (max-width: 768px) {
    .szdw_main .image a .tb {
        width: 65px;
        height: auto;
    }
    .szdw_main .image a .line-1 {
        margin: 1rem 0 1rem;
    }
    .szdw_main .image a .line-1, .szdw_main .image a .sl {
        font-size: 17px;
        line-height: 28px;
        white-space: normal;
    }
     .szdw_main .image a {
        padding: 2rem 0rem;
    }
    .xyfc_tit p {
        font-size: 20px;
    }
    .yxsz_main li {
        width: 48%;
        height: 5rem;
        margin-bottom: 2.5rem;
    }

    .xyfc_main .xyfc_main_r {
        width: calc(35% - 1rem);
    }

    .xyfc_main .xyfc_main_r li:first-child,
    .xyfc_main ul {
        margin-bottom: 1rem;
    }

    .zsxx_main .bkzs,
    .zsxx_main .yjszs {
        display: block;
    }

    .zsxx_main .txt,
    .zsxx_main .img {
        width: 100%;
    }

    .zsxx_main .img {
        height: calc(90vw/69*46);
    }


    .motto_l .motto_l_t,
    .motto_l .motto_l_b {
        display: block;
    }

    .motto_l .motto_l_t .xf,
    .motto_l .motto_l_t .xx,
    .motto_l_b .xg,
    .motto_l_b .xh {
        width: 100%;
    }

    .motto_l_b .xg {
        height: calc(90vw/9*8);
    }

    .declaration .txt {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .declaration {
        padding: 1rem 0;
    }

    .declaration_main p {
        line-height: 2.5rem;
        margin-top: 1rem;
    }

    .declaration .txt span {
        font-size: 20px;
        margin: 0 15px;
        line-height: 2.5rem;
    }

    .motto {
        padding-bottom: 3rem;
    }

    .xxjj {
        background: none;
    }

    .xxjj {
        padding: 1rem 0;
    }

    .Notice .w1600 {
        flex-wrap: wrap;
    }

    .Notice .w1600 li {
        width: calc((100%)/3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .Notice .w1600 li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    .Notice .w1600 li:nth-child(3) {
        border-right: 0;
    }

    .Notice .w1600 li {
        padding: 3rem 20px;
    }

    .Notice .w1600 li p {
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .szdw_main .slick-arrow {
        top: 4rem;
    }
    .yxsz_main li {
        width: 100%;
    }

    .zsxx_main .yjszs .txt .fl li {
        width: 45%;
    }

    .zsxx_main .txt .fl {
        justify-content: space-between;
    }

    .Notice .w1600 li {
        width: 50%;
    }

    .Notice .w1600 li:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    .Notice .w1600 li:nth-child(2n) {
        border-right: 0;
    }

    .xh{
        padding:60px 0 40px;
    }

    .xx_main {
    margin-top: 45px;
}

    .ny_tit p {
    font-size: 20px;
}

    .xh_main .img {
    margin: 50px auto 30px;
        width:80%;
}

    .xh_main p{
        font-size:18px;
        line-height:36px;
        text-align:center;
    }

        .xg_main .sp {
    margin: 30px auto 0;
}

    .play-button {
    width: 8vw !important;
    height: calc(8vw/1*1) !important;
}

    .xg_main .img {
    margin: 30px 0;
}
}

@media (max-width: 480px) {

    .list .w1600 .tit img {
        display: block;
        height: 30px;
        width: auto;
    }

    .list .w1600 .tit p {
        font-size: 22px;
        line-height: 30px;
    }

    .list_main {
        margin-top: 30px;
    }

    .list .w1600 {
        padding: 30px 15px;
    }

    .list_l li a .rq {
        top: calc(50% - 18px);
        width: 120px;
        height: 36px;
    }

    .list_l li a {
        padding-left: 90px;
    }

    .list_l li a .line-1 {
        line-height: 60px;
        font-size: 16px;
        padding-right: 15px;
    }

    .list_l li {
        margin-bottom: 20px;
    }

    .yxsz_main li {
        height: 4rem;
        margin-bottom: 2rem;
    }

    .yxsz_main li a p {
        font-size: 17px;
    }

    .yxsz {
        padding: 30px 0 10px;
    }

    .yxsz_main {
        margin-top: 30px;
    }


    .xyfc_main .xyfc_main_r {
        width: calc(35% - 0.5rem);
    }

    .xyfc_main .xyfc_main_r li:first-child,
    .xyfc_main ul {
        margin-bottom: 0.5rem;
    }

    .xyfc_main .xyfc_main_r li {
        height: calc(31.14vw/106*70);
    }

    .xyfc {
        padding: 2.5rem 0;
    }

    .xyfc_main {
        margin-top: 2.5rem;
    }

    .zsxx_main .txt {
        padding: 30px 15px;
    }

    .zsxx .w1600 {
        padding: 30px 15px 30px;
    }

    .zsxx_main {
        margin-top: 3rem;
    }

    .zsxx_main .bkzs {
        margin-bottom: 2rem;
    }

    .zsxx_main .yjszs .txt {
        border-right: 3px solid #17ADFC;
    }

    .zsxx_main .bkzs .txt {
        border-left: 3px solid #17ADFC;
    }

    .content_l .cr_tit {
        font-size: 24px;
        line-height: 2.5rem;
    }

    .content_l .ly_sj {
        margin-top: 0.5rem;
    }

    .content_l .cont p {
        line-height: 36px;
    }

    .content_l .cont {
        padding: 20px 0 10px;
    }

    .content_l .sxy {
        padding: 2rem 0;
    }

    .content_l .sxy div,
    .content_l .sxy div a {
        line-height: 2.5rem;
    }


    .szdw_main .image {
        margin-top: 0 !important;
    }

    .szdw_main {
        margin: 1.5rem auto 0;
    }

    .szdw {
        padding: 2.5rem 0 3rem;
    }


}



.college-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.college-item {
    background: url(../images/bg_item1.jpg);
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 4rem;
}

.college-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(22, 119, 255, 0.3);
}

.college-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    padding: 4rem;
    background: url(../images/bg_logo1.png) right center;
    background-size: cover;
}

.college-img {
    width: 40%;
    flex-shrink: 0;
}

.college-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.college-text {
    width: 56%;
}

.college-text h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.college-text p {
    font-size: 1.2rem;
    line-height: 2.2;
    opacity: 0.95;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .college-item a {
        padding: 3rem;
    }
    .college-text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .college-text p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .szdw_main .image a {}
    .college-item{
        margin-bottom: 2rem;
        border-top-right-radius: 3rem;
        border-bottom-left-radius: 3rem;
    }
    .college-item a {
        padding: 2rem;
        flex-direction: column;
    }
    .college-img {
        width: 100%;
        height: auto;
    }
    .college-text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .motto .tite{font-size: 20px;}
    .motto_l .motto_l_t .xx span{font-size: 17px;}
    .college-text p {
        font-size: 16px;
    }
        .college-text h3 {
        font-size: 19px;
    }
}