/* 院校导航 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-link-hover-color);
}

.nav_school {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding:5px 0;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}

a,
ul,
li {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a {
    color: #0579DE;
    text-decoration: none;
}

ul {
    list-style: none;
}


/* .nav-profile .tab-scholarships>.nav-link i:before {
    color: #cd0000;
} */

i.fa {
    margin-right: 5px;
}

.nav-profile .nav-item>.nav-link {
    margin-right: 20px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #efefef;
    border: 1px solid #efefef;
    color: rgba(3, 40, 63, 1);
    font-weight: bold;
}

.nav-profile .nav-item>.nav-link:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #0579DE;
}

.nav-profile .nav-item .active {
    background: #ffffff;
    border-color: #0579DE;
    color: #0579DE;
}

.shake2 {
    animation: shaking 1s ease 0s infinite normal forwards;
}

@media (max-width: 767px) {
    .nav_school.nav-profile>li.nav-item {
        width: 33%;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .nav_school.nav-profile>li.nav-item>.nav-link {
        background-color: #ffffff;
        border-radius: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav_school.nav-profile>li.nav-item>.nav-link i {
        font-size: 21px;
        margin-bottom: 10px;
    }
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-calendar:before {
    content: "\f133";
}

.fa-camera:before {
    content: "\f030";
}

.fa-comments:before {
    content: "\f086";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-university:before {
    content: "\f19c";
}

.fa-user:before {
    content: "\f007";
}

.fa-users:before {
    content: "\f0c0";
}

.fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@keyframes shaking {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(-15deg);
    }

    90% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes shaking {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* 超大设备 */
@media only screen and (max-width: 1536px) {
    .container {
        width: 93.75%;
        padding: 0 ;
    }

    .coll_index .coll_index_body .coll_table {
        height: 220px;
        padding: 0;
    }
}

/* 大设备 */
@media only screen and (min-width: 992px) {
    .u-img img {
        /* width: 100%; */
        width: 290px;
        height: 200px;
    }
}

/* 超小设备 */
@media only screen and (max-width: 575px) {
    .u-img img {
        width: 125px;
    }
}

/* 院校课程 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-link-hover-color);
}

img {
    vertical-align: middle;
}


h1,
h2,
p,
a,
em,
img,
ul,
li {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

#left h1 {
    margin-top: 0;
    font-size: 26px;
    text-decoration: none;
    font-weight: 700;
    color: #C94A00;
}

#left h2 {
    margin-top: 0;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
}

#left ul {
    list-style-type: decimal;
    color: #444;
    padding-left: 20px;
    margin: 1em 0;
}

#left ul {
    list-style-type: square;
}

#left ul li {
    margin: .5em 0;
}

a {
    /* color: #0579DE; */
    text-decoration: none;
}

ul {
    list-style: none;
}

#left p {
    color: #555;
    /* margin: 1.6em 0; */
}


em {
    font-style: italic;
    color: inherit;
}

#left p {
    margin-bottom: 1em;
    /* margin-top: .5em; */
}

#left h1,
#left h2 {
    margin-top: .5em;
    margin-bottom: .2em;
    font-weight: 700;
    line-height: 1.2em;
}

#left h1 {
    font-size: 1.8em;
}

#left h2 {
    font-size: 1.5em;
    color: #111111;
}

#left ul.row-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left ul.row-list a {
    color:#0579DE;
    line-height: 1.3rem;
}

#left ul.row-list li {
    margin: 0;
    padding: .8em 0;
    border-bottom: 1px dashed #ddd;
}

#left ul.row-list li:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

#left ul.row-list li:first-child {
    padding-top: 0;
}

/* #left ul.row-list li:last-child {
    border-bottom: none;
} */

#left ul.row-list li img.img-left {
    width: 150px;
    float: left;
    margin: 0;
    margin-right: 10px;
    object-fit: cover;
}

#left ul.row-list h1 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.1em;
}

#left ul.row-list h2 {
    margin-bottom: .5em;
    font-size: 14px;
    font-weight: 300;
}

#left ul.row-list h2 a {
    color: #111111;
}

#left img {
    height: auto;
}


#left img {
    max-width: 100%;
}

@media (min-width: 780px) and (max-width: 1159px) {
    #left ul.row-list li img.img-left {
        margin-right: 10px;
    }
}

@media screen and (max-width: 779px) {
    #left ul.row-list li img.img-left {
        width: 25%;
        height: auto;
        float: left;
    }
}

@media screen and (max-width: 599px) {
    #left ul.row-list li img.img-left {
        width: 100%;
        margin: 15px 0;
        height: 200px;
    }
}


/* 院校表单 */

@media screen {

    input,
    select,
    textarea {
        margin: 0;
        font: inherit;
        color: inherit;
    }

    select {
        text-transform: none;
    }

    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input {
        line-height: normal;
    }

    textarea {
        overflow: auto;
    }

    @media print {

        *,
        *:before,
        *:after {
            color: #000 !important;
            text-shadow: none !important;
            background: transparent !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }
    }
}

@media screen {

    input,
    select {
        border-width: 0;
    }

    input:focus,
    textarea:focus,
    select:focus {
        outline: 0;
    }

    .form-control {
        behavior: url(https://v.bootstrapmb.com/2024/7/wamja15005/template/pc/skin/css/public/css/PIE.htc);
    }

    .sign .sign_body {
        padding: 0 220px;
    }

    .sign .sign_body .sign_title {
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        color: #555;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .sign .sign_body .sign_table {
        border: 1px solid #ddd;
        padding: 30px 85px;
        background: #fff;
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 15px;
        position: relative;
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        font-size: 16px;
        line-height: 38px;
        color: #555;
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title>i {
        font-style: normal;
        padding: 0 5px;
        color: #f00;
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 95px;
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 20px;
        text-align: center;
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        display: inline-block;
        width: 120px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        background: #0a7cf9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        border: 1px solid transparent;
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
        -o-transition: all .15s linear;
        transition: all .15s linear;
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a:hover {
        background: #60AAFA;
        border: 1px solid #0a7cf9;
    }

    @media screen and (min-width:1024px) and (max-width:1200px) {
        .sign .sign_body {
            padding: 0 60px;
        }

        .sign .sign_body .sign_title {
            font-size: 22px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 30px 60px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width:768px) and (max-width:1023px) {
        .sign .sign_body {
            padding: 0 50px;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 50px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width:667px) and (max-width:767px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 30px 60px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width:568px) and (max-width:666px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 50px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width:414px) and (max-width:567px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 30px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width:413px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 30px 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width:375px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 15px 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width:360px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 15px 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width:320px) {
        .sign .sign_body {
            padding: 0;
        }

        .sign .sign_body .sign_title {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table {
            padding: 15px 15px 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #eee;
        }

        .sign .sign_body .sign_table .sign_table_list {
            margin-bottom: 10px;
        }

        .sign .sign_body .sign_table .sign_table_list .sign_table_title {
            line-height: 30px;
        }

        .sign .sign_body .sign_table .sign_table_list .form-control {
            font-size: 12px;
        }

        .sign .sign_body .sign_table .sign_table_list textarea.form-control {
            height: 60px;
        }

        .sign .sign_body .sign_table .sign_table_btn {
            padding-top: 10px;
        }

        .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 5px;
        }
    }
}