@charset "utf-8";

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.title .txt {
    position: relative;
    font-weight: 400;
    font-size: 28px;
    color: #024190;
    line-height: 28px;
}

.title .txt::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 3px;
    background: #EF0001;
    bottom: -20px;
    left: calc(50% - 24px);
}

.title .more,
.title_main .more {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.title .more p,
.title_main .more p {
    font-family: "SourceHanSerifCN-Bold";
    font-weight: bold;
    font-size: 14px;
    color: #024190;
    margin-right: 5px;
}

.title .more ul,
.title_main .more ul {
    display: flex;
    align-items: center;
}

.title .more ul li,
.title_main .more ul li {
    width: 8px;
    height: 8px;
    background: #024190;
    border-radius: 50%;
    margin-left: 3px;
}

/* 快捷入口 */

.entrance_main {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-top: -55px;
    position: relative;
    z-index: 9;
    box-shadow: 5px 5px 10px rgba(40, 76, 167, 0.05);
    height: 135px;
    display: none;
}

.entrance_main li,
.entrance_main .li {
    flex: 1;
}

.entrance_main li {
    position: relative;
}

.entrance_main li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.entrance_main li a::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #EF0001;
    bottom: 0;
    left: calc(50% - 30px);
}

.entrance_main li a span {
    display: block;
    width: 43px;
    height: 43px;
    margin: 35px auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.entrance_main li:nth-child(1) a span {
    background-image: url(../images/wsxk_icon.png);
}

.entrance_main li:nth-child(2) a span {
    background-image: url(../images/tccx_icon.png);
}

.entrance_main li:nth-child(3) a span {
    background-image: url(../images/bszn_icon.png);
}

.entrance_main li:nth-child(4) a span {
    background-image: url(../images/xzzq_icon.png);
}

.entrance_main li:nth-child(1):hover a span {
    background-image: url(../images/wsxk_icon_.png);
}

.entrance_main li:nth-child(2):hover a span {
    background-image: url(../images/tccx_icon_.png);
}

.entrance_main li:nth-child(3):hover a span {
    background-image: url(../images/bszn_icon_.png);
}

.entrance_main li:nth-child(4):hover a span {
    background-image: url(../images/xzzq_icon_.png);
}


.entrance_main li a p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.entrance_main li:hover a p {
    color: #024190;

}

.entrance_main .li {
    background: #024190;
}

.entrance_main .li div img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
}

.entrance_main .li p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-top: 40px;
    color: #FFFFFF;
}

/* 新闻动态 */
.news {
    padding: 25px 0 24px;
}

.news_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.news_l {
    width: 52%;
}

.news_l .img {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.news_l .img img,
.campus_main li a .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.news_l .image a:hover .img img,
.campus_main li:hover a .img img {
    transform: scale(1.1);
}

.news_l .cont {
    width: 100%;
    background: #F7F9FF;
    padding: 0px 20px 22px;
}

.news_l .cint {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_l .cont span {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 12px;
}

.news_l .cont p {
    margin: 18px 0 17px;
    width: calc(100% - 120px);
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}

.news_l .image a:hover .cont p {
    color: #024190;
}

.news_l .cont .zx {
    width: 100%;
    height: 1px;
    background: #EBF0FF;
    position: relative;
}

.news_l .cont .zx::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #EF0001;
    border-radius: 50%;
    left: 15px;
    top: -3px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.news_l .image a:hover .cont .zx::before {
    left: calc(100% - 22px);
}

.news_l .cont .zx::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    background: #024190;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.news_l .image a:hover .cont .zx::after {
    width: 100%;
}

.news_r {
    width: 45%;
}

.news_r li {
    margin-bottom: 20px;
}

.news_r li:last-child {
    margin-bottom: 0;
}

.news_r li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_r li a .time {
    width: 88px;
    border-bottom: 1px solid #EF0001;
    padding-right: 14px;
    padding-left: 6px;
    padding-bottom: 20px;
}

.news_r li a .time span,
.notice_main li a .time span {
    display: block;
    font-family: "SourceHanSerifSC-Bold";
    font-size: 22px;
    line-height: 28px;
    color: #024190;
    text-align: center;
}

.news_r li a .time p,
.notice_main li a .time p {
    font-family: "SourceHanSerifSC-Bold";
    font-size: 17px;
    line-height: 14px;
    color: #666666;
    margin: 18px 0 0px;
    white-space: nowrap;
    text-align: center;
}

.news_r li a .cont {
    width: calc(100% - 92px);
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 19px;
}


.news_r li a .cont p,
.notice_main li a .cont p {
    font-weight: 400;
    font-size: 17px;
    color: #333;
    line-height: 30px;
    height: 60px;
}

/* 通知公告 */

.notice {
    padding: 0px 0 43px;
    background: url(../images/tzgg_bg.png);
    background-size: 100% 100%;
}

.notice .title_main {
    display: flex;
    justify-content: space-between;
}

.notice_top .w1350 {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 7px;
    position: relative;
    z-index: 3;
    padding: 25px 20px 18px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 30px rgba(40, 76, 167, 0.15);
}

.notice_main {
    width: 100%;
    position: relative;
    margin-top: 42px;
}

.notice_main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice_main ul li {
    margin-bottom: 20px;
    width: 32.5%;
    border: 1px solid #dcdcdc;
}

.notice_main ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px;
}

.notice_main ul li a .time {
    width: 72px;
    margin-right: 33px;
    position: relative;
}

.notice_main ul li a .time::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    background: #DCDCDC;
    top: calc(50% - 13px);
    right: -17px;
}

.notice_main ul li a .cont {
    width: calc(100% - 104px);
}

/* 本科教育教学 */
.teaching {
    padding: 28px 0 10px;
    display: none;
}

.teaching_main {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.teaching_main li {
    width: 32%;

    background: #F7F9FF;
    margin-top: 25px;
}

.teaching_main li a {
    display: block;
    padding: 16px 20px;
}

.teaching_main li a .time {
    display: flex;
    align-items: flex-end;
}

.teaching_main li a .time span {
    display: block;
    font-size: 32px;
    color: #EF0001;
    line-height: 25px;
}

.teaching_main li a .time div p {
    font-size: 16px;
    color: #666666;
    line-height: 12px;
    font-family: HarmonyOS_Sans_SC;
}

.teaching_main li a .time div {
    margin-left: 8px;
}

.teaching_main li a .time div p:nth-child(1) {
    margin-bottom: 5px;
}

.teaching_main li a .line-1 {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    padding: 22px 0 20px;
    border-bottom: 1px solid #024190;
}

.teaching_main li a .line-2 {
    font-family: HarmonyOS_Sans_SC;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 12px;
}

/* 运动校园 */
.campus {
    padding: 21px 0 19px;
}

.campus_main {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campus_main li {
    width: 23.5%;
    border: 1px solid #DCDCDC;
}

.campus_main li a {
    display: block;
}

.campus_main li a .img {
    width: 100%;
    height: 248px;
    overflow: hidden;
}

.campus_main li a .txt {
    padding: 20px 25px 15px;
}

.campus_main li a .txt .line-2 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    margin-bottom: 6px;
}

.campus_main li a .txt .time {
    display: flex;
    align-items: center;
    justify-content: right;
}

.campus_main li a .txt .time span {
    font-size: 16px;
    color: #999;
    display: block;
    margin-left: 8px;
}

/* 人物风采 */

.index_three {
    padding: 31px 0;
}

.index_three .title {
    justify-content: normal;
}

.index_three .w1350 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rwfc {
    width: 63%;
}

.rwfc_main {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.rwfc_main li {
    width: 32%;
    background: url(../images/rwfc_list_bg.png);
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.rwfc_main li:hover {
    box-shadow: 0 0 15px rgba(2, 65, 144, 0.35);
}

.rwfc_main li a {
    display: block;
    padding: 22px 20px 21px;
    width: 100%;
    height: 100%;
}

.rwfc_main li a span {
    font-size: 16px;
    color: #999;
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}

.rwfc_main li:hover a span {
    color: #024190;
}

.rwfc_main li a p {
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    line-height: 40px;
    margin: 35px 0 37px;
    transition: all 0.3s ease-in-out;
}

.rwfc_main li:hover a p {
    color: #024190;
    font-weight: bold;
}

.rwfc_main li a div {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 110px;
    transition: all 0.3s ease-in-out;
}

.rwfc_main li:hover a div {
    color: #024190;
}

.rwfc_main li a i {
    font-weight: bold;
    font-size: 12px;
    color: #024190;
    line-height: 12px;
    font-style: normal;
    display: block;
    text-align: right;
    padding-right: 30px;
}

/* 精彩瞬间 */

.jcsj {
    width: 34.2%;
}

.jcsj_main {
    margin-top: 70px;
}

.jcsj_main div {
    width: 100%;
    height: 280px;
    margin-bottom: 25px;
}

.jcsj_main div a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jcsj_main div a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.jcsj_main div:hover a img {
    transform: scale(1.1);
}

.jcsj_main div a p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 34px 20px 17px;
    color: #FFFFFF;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jcsj_main li {
    width: 100%;
    height: 51px;
    position: relative;
    margin-top: 14px;
    transition: all 0.3s ease-in-out;
}

.jcsj_main li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #024190;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.jcsj_main li:hover::after {
    width: 100%;
}

.jcsj_main li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #EF0001;
    left: 0;
    top: 0;
}

.jcsj_main li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.jcsj_main li a p {
    font-size: 18px;
    color: #333333;
    line-height: 51px;
    width: calc(100% - 140px);
    transition: all 0.3s ease-in-out;
}

.jcsj_main li a span {
    font-size: 18px;
    color: #999999;
    transition: all 0.3s ease-in-out;
}

.jcsj_main li:hover a p {
    color: #fff;
}

.jcsj_main li:hover a span {
    color: #fff;
}


@media (max-width:1550px) {

    .entrance .w1350,
    .news .w1350,
    .notice_top,
    .index_three .w1350,
    .teaching .w1350,
    .campus .w1350{
        width: 100%;
        padding: 0 3%;
    }

    .notice_top .w1350 {
        width: 100%;
    }

    .campus_main li a .img {
   
height: calc(21.7vw/32*25);
}
}

@media (max-width:1350px) {}

@media (max-width:1200px) {


    .notice_main::before {
        top: -20px;
    }

    .notice_main .slick-arrow {
        top: -40px;
    }
}

@media (max-width:1024px) {
    .notice_main {
        margin-top: 100px;
        width: 100%;
    }

    .news_l,
    .news_r,
    .rwfc,
    .jcsj {
        width: 100%;
    }

    .news_r,
    .jcsj {
        margin-top: 50px;
    }

    .news_l .img,
    .jcsj_main div {
        height: calc(92vw/39*26);
    }

    .notice_top .w1350 {
        display: block;
        padding: 50px 30px;
    }

    .title_main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .title_main .more {
        margin-top: 0;
    }

    .notice {
        padding: 50px 0;
    }

    .index_three {
        padding: 50px 0 30px;
    }

    .notice_main ul li,
    .teaching_main li{
        width:49%;
    }
}

@media (max-width:900px) {}

@media (max-width:768px) {
    .notice_main ul li {
        margin-top: 0px;
        width: 100%;
    }

    .teaching_main li{
         width: 100%;
    }

    .campus_main li{
          width: 49%;
        margin-bottom:20px;
    }

        .campus_main li a .img {
   
height: calc(44.7vw/32*25);
}

    .entrance_main {
        margin: 0;
        box-shadow: 0px 0px 30px rgba(40, 76, 167, 0.15);
        height: auto;
    }

    .entrance .w1350 {
        width: 100%;
        padding: 0;
    }

    .news {
        padding: 60px 0 40px;
    }

    .entrance_main li a span {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }

    .entrance_main li a p {
        margin: 25px 0 20px;
    }

    .entrance_main li a {
        position: initial;
        padding-top: 30px;
    }

    .entrance_main li a p {
        font-size: 15px;
        line-height: 15px;
    }

    .entrance_main .li div {
        width: 80px;
        height: 80px;
        margin-top: 0;
    }

    .entrance_main .li div:after,
    .entrance_main .li div:before {
        display: none;
    }

    .entrance_main .li p {
        margin-top: 2.5px;
        font-size: 17px;
        line-height: 17px;
    }
}

@media (max-width:600px) {}

@media (max-width:576px) {}

@media (max-width:480px) {
    .notice_main ul li a p {
        font-size: 16px;
        /* width: calc(100% - 120px); */
        /* margin-left: 0; */
    }

    .notice_main ul li a span {
        font-size: 16px;
    }

    .notice_main ul li a {
        padding: 15px 10px;
        line-height: 60px;
    }

    .notice_main ul li a {
        justify-content: space-between;
    }

    .entrance_main li a span {
        width: 25px;
        height: 25px;
    }

    .entrance_main li a p {
        font-size: 12px;
        line-height: 12px;
    }

    .entrance_main li a {
        padding-top: 20px;
    }

    .entrance_main li a p {
        margin: 20px 0 15px;
    }

    .entrance_main .li div {
        width: 60px;
        height: 60px;
    }

    .entrance_main .li p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 12px;
        font-family: "SourceHanSerifSC-Bold";
    }

    .news_main {
        margin-top: 50px;
    }


    .title .txt {
        font-size: 24px;
        line-height: 24px;
    }

    .title .more p,
    .title_main .more p {
        font-size: 12px;
    }

    .title .more ul li,
    .title_main .more ul li {
        width: 5px;
        height: 5px;
        margin-left: 2.5px;
    }

    .news_l .cont {
        padding: 20px 15px;
    }

    .news_l .cont p {
        margin: 15px 0;
        font-size: 18px;
    }

    .news_r li a .cont p {
        /* line-height: 24px; */
        /* margin: 5px 0 10px; */
    }

    .news_r li a .cont span {
        font-size: 18px;
        line-height: 18px;
    }

    .news_r li a .time span {
        /* font-size: 32px; */
        /* line-height: 32px; */
    }

    .news_r li a .time p {
        /* font-size: 14px; */
        /* line-height: 14px; */
        /* margin: 15px 0 20px; */
    }

    .news_r li {
        margin-bottom: 35px;
    }

    .news {
        padding: 50px 0 0px;
    }

    .entrance_main li a::before {
        width: 40px;
        left: calc(50% - 20px);
    }

    .notice_top .w1350 {
        padding: 30px 15px;
    }

    .notice_main {
        margin-top: 60px;
    }

    .rwfc_main {
        flex-wrap: wrap;
    }

    .rwfc_main li {
        width: 100%;
    }

    .rwfc_main li:nth-child(2) {
        margin: 20px 0;
    }

    .rwfc_main li a {
        padding: 25px 15px 20px;
    }

    .rwfc_main li a p {
        font-size: 18px;
        line-height: 18px;
        margin: 15px 0;
        white-space: nowrap;
    }


    .rwfc_main li a div {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 30px;
    }


    .rwfc_main li a i {
        padding-right: 0px;
    }

    .notice {
        padding: 50px 0 30px;
    }

    .index_three {
        padding: 20px 0;
    }

    .rwfc_main,
    .jcsj_main {
        margin-top: 50px;
    }

    .news_r {
        margin-top: 30px;
    }

    .teaching{
        padding:40px 0 30px;
    }
    .campus{
         padding:20px 0 10px;
    }

    .campus_main li a .txt{
        padding:10px;
    }

    .campus_main li a .txt .line-2 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    height: 56px;
    margin-bottom: 5px;
}
    .campus_main li a .txt .time span{
        font-size: 14px;
    }

    .teaching_main{
        margin-top:30px;
    }
}