.midBox {
    background-image: unset !important;
}

.container-header {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 庞门正道标题体;
    font-size: 50px;
    color: #0042d7;
    background: url("/asset/image/major/container-header.png") center center no-repeat;
    margin-top: 30px;
}

.container-header-w {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 庞门正道标题体;
    font-size: 50px;
    color: white;
    background: url("/asset/image/major/container-header-w.png") center center no-repeat;
    margin-top: 30px;
}

.detail_majors_intro {
    line-height: 2;
    position: relative;
    font-size: 18px;
}

.detail_majors_intro * {
    font-size: 18px !important;
}

.detail_majors_intro ol li {
    list-style-position: inside;
}

.detail_majors_intro .imgCouse {
    height: 450px;
    position: absolute;
    bottom: -50px;
    right: 0;
}

.liangdian-title {
    font-size: 40px;
    color: #0042d7;
}

.jyfx {
    height: 1037px;
    background: url("/asset/image/major/jyfx_bg.jpg") center center no-repeat;
}
.jyfx .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jyfx .container .mContBody{
    background: unset !important;
}

.jyfx .container .mContBody img {
    width: 100%;
}

.jyfx .container .hr-words {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.jyfx .container .hr-words .hr {
    width: 300px;
    height: 5px;
    background: white;
}

.jyfx .container .hr-words .words {
    font-size: 45px;
    color: white;
}

.kblx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.kblx .kblx-item {
    border: solid 3px #0042d7;
    padding: 15px;
    flex: 1;
}

.kblx .kblx-item-head {
    display: flex;
    justify-content: center;
}

.kblx .kblx-item-head span {
    font-size: 30px;
    color: white;
    background: #0042d7;
    border-radius: 5px;
    padding: 5px 10px;
}

.kblx .kblx-item-zhao {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.kblx .kblx-item-zhao .kblx-item-zhao-item {
    display: flex;
    align-items: center;
}
.kblx .kblx-item-zhao .kblx-item-zhao-item img {
    margin-right: 15px;
}

.kblx .kblx-item-zhao .kblx-item-zhao-item .kblx-item-object-words1{
    font-size: 20px;
    font-weight: bold;
    color: #0042d7;
}

.kblx .kblx-item-zhao .kblx-item-zhao-item .kblx-item-object-words2{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.kblx .detail_intro {
    line-height: 2;
    margin-top: 20px;
    font-size: 18px;
}



@media (max-width: 768px) {
    .container-header,.container-header-w {
        height: 24px;
        background-size: 400px;
        font-size: 30px;
        margin-top: 0px;
    }
    .detail_majors_intro {
        font-size: 14px !important;
    }
    .detail_majors_intro * {
        font-size: 14px !important;
    }
    .detail_majors_intro .imgCouse {
        height: 150px;
        position: absolute;
        bottom: 100px;
        right: 0;
    }
    .liangdian-title {
        font-size: 24px;
    }
    .liangdian img{
        width: 100%;
    }
    .jyfx {
        height: 350px;
    }
    .jyfx .container .mContBody{
        margin: 0 !important;
    }
    .jyfx .container .hr-words .hr {
        width: 80px;
        height: 3px;
    }
    .jyfx .container .hr-words .words {
        font-size: 15px;
    }
    .kblx {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
    }
    .kblx .kblx-item-head span {
        font-size: 25px;
    }
    .kblx .kblx-item-zhao .kblx-item-zhao-item .kblx-item-object-words1{
        font-size: 16px;
    }
    .kblx .kblx-item-zhao .kblx-item-zhao-item .kblx-item-object-words2{
        font-size: 16px;
    }
    .kblx .detail_intro {
        font-size: 14px;
    }
}