@media screen and (min-width: 1920px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1920px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 980px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px !important;
    }
}

* {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* overflow-scrolling: touch; */
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", Helvetica, "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}

html {
    overflow: -moz-scrollbars-vertical;
}

html,
body {
    min-height: 100vh;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3,
h4,
h5 {
    font-weight: normal;
}

h4 a:hover,
h5 a:hover {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.w1400 {
    width: 94%;
    margin: 0px auto;
    max-width: 14.4rem;
}

.scale {
    overflow: hidden;

    img {
        transition: 0.3s;
    }
}

.header {
    position: fixed;
    width: 100%;
    background: url(../img/headbg.png) center top / 100% 100% repeat-x;
    z-index: 999;

    .w1280 {
        position: relative;
        width: 94%;
        height: 1.28rem;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .logo {
        width: 5.21rem;
        height: 100%;
        background: url(../img/logo.png) left center no-repeat;

        h1 {
            font-size: 0.3rem;
            color: #fff;
            margin-left: 300px;
            line-height: 1.28rem;
        }
    }

    .nav {
        padding-left: 10%;
        flex: 1 1 0%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;

        .tag {
            height: 0.36rem;
            margin-bottom: 0.1rem;
            display: flex;

            a {
                display: block;
                background-color: #096dd9;
                color: #fff;
                margin: 5px 8px;
                padding: 5px 10px;
                line-height: 100%;
                border-radius: 3px;
            }

            .search {
                padding: 0 15px;
                background: url(../img/search.png) #096dd9 center no-repeat;
            }
        }
    }

    .menu {
        width: 100%;
        height: 1rem;
        max-width: 1100px;

        ul {
            display: flex;
            justify-content: space-between;
            height: 100%;

            li {
                float: left;
                height: 100%;

                a {
                    font-family: "PingFang SC";
                    text-align: center;
                    text-decoration: none;

                    h3 {
                        font-size: 0.2rem;
                        color: rgb(255, 255, 255);
                        line-height: 0.48rem;
                        position: relative;
                        transition: all 0.36s ease 0s;
                        display: inline-block;
                        font-family: "PingFang SC";
                    }
                }

                .children {
                    display: flex;
                    height: auto;
                    flex-direction: column;
                    background: #4849c9;
                    filter: alpha(opacity=90);
                    background-color: rgba(73, 74, 201, 0.9);
                    /* background-color: #fff; */
                    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
                    border-radius: 0.05rem;
                    position: absolute;
                    z-index: 99999;
                    min-width: 1.6rem;
                    margin-top: 0.06rem;
                    margin-left: -0.4rem;

                    li {
                        width: 100%;
                        height: auto;

                        a {
                            display: block;
                            line-height: 2.5em;
                            font-size: 0.16rem;
                            text-align: center;
                            color: #fff;
                        }

                        a:hover {
                            color: #fffb28;
                            background-color: #096dd9;
                        }
                    }

                    li:hover {
                        background: none;
                    }
                }
            }
        }

    }
}

.header::before {
    content: "";
    position: absolute;
    height: 3.8rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s ease 0s;
    opacity: .8;
    visibility: visible;
    background: url("../img/headbg.png") center top / 100% 100% repeat-x;
}

.swiper {
    max-height: 4.45rem;
    overflow: hidden;

    img {
        width: 100%;
        max-height: 4.45rem;
    }
}

.news {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0.2rem;

    .title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0.35rem;
        align-items: flex-end;
        border-bottom: solid 5px #ccc;
        padding-bottom: 0.12rem;

        span {
            font-size: 0.32rem;
            color: #333;
            font-family: "mid";
            font-weight: 600;
        }

        a {
            font-size: 0.14rem;
            color: #2E2AC5;
            padding-left: 0.2rem;
            background: url(../img/more.png) left center no-repeat;
            background-size: 0.14rem;
        }
    }

    .hot {
        width: 54%;

        img {
            width: 100%;
            max-height: 4.35rem;
            border: 0;
        }

        .lt {
            display: flex;
            flex-direction: column;
            background-color: #f7f7f7;
            border-radius: 0.05rem;
            padding: 0.1rem 0.3rem 0.2rem 0.3rem;

            i {
                display: block;
                width: 0.65rem;
                text-align: center;
                margin-top: 0.1rem;
                background: #d81306;
                padding: 0.05rem 0.07rem;
                border-radius: 0.03rem;
                font-style: normal;

                a {
                    color: #fff;
                    font-size: 0.12rem;
                }
            }

            h3 {
                color: #333;
                font-size: 0.22rem;
                line-height: 1.5em;
                margin-top: 0.2rem;
                height: 0.35rem;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .info {
                margin-top: 0.08rem;
                text-indent: 2em;
                text-align: justify;
                line-height: 1.5em;
                font-size: 0.14rem;
                color: #999;
                height: 0.6rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                /* 限制显示的行数为3行 */
                overflow: hidden;
            }

            el {
                margin-top: 0.2rem;
                display: flex;
                justify-content: space-between;

                span {
                    font-size: 0.14rem;
                    color: #666;
                    padding-left: 0.2rem;
                }

                span:first-child {
                    background: url(../img/clock.png) left center no-repeat;
                    background-size: 0.14rem;
                }

                span:last-child {
                    background: url(../img/eye.png) left center no-repeat;
                    background-size: 0.14rem;
                }
            }
        }

    }

    .list {
        width: 46%;
        padding-left: 0.5rem;

        a.l_item {
            display: flex;
            background: #fff;
            box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
            padding: 0.105rem;
            margin-bottom: 0.41rem;
            transition: 0.3s;
            border-bottom: 3px solid #fff;

            .l_date {
                display: flex;
                flex-direction: column;
                border: 1px dashed #ccc;
                padding: 0.15rem;

                span {
                    text-align: center;
                    font-size: 0.16rem;
                }

                span:last-child {
                    margin-top: 0.1rem;
                    letter-spacing: 0.01rem;
                }
            }

            .l_right {
                margin-left: 0.3rem;
                display: flex;
                flex-direction: column;
                overflow: hidden;

                h4 {
                    color: #000;
                    font-size: 0.18rem;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                span {
                    height: 0.42rem;
                    line-height: 1.5em;
                    margin-top: 0.1rem;
                    color: #888;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    font-size: 0.14rem;
                }
            }
        }

        a.l_item:hover {
            box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
            border-bottom: 3px solid #2E2AC5;
        }
    }
}

.announce {
    display: flex;
    flex-wrap: wrap;

    .title {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 0.35rem;
        align-items: flex-end;
        padding-bottom: 0.12rem;
        position: relative;

        span {
            font-size: 0.32rem;
            color: #333;
            font-family: "mid";
            font-weight: 600;
        }

        a {
            font-size: 0.14rem;
            color: #2E2AC5;
            padding-left: 0.2rem;
            background: url(../img/more.png) left center no-repeat;
            background-size: 0.14rem;
            position: absolute;
            right: 0;
        }
    }

    .list {
        width: 100%;

        ul {
            display: flex;
            flex-wrap: wrap;

            li {
                width: 25%;
                padding: 0 0.2rem;
                margin-bottom: 0.3rem;

                a {
                    box-shadow: 0px 0px 16px 0px rgba(57, 79, 136, 0.1);
                    background: #fff;
                    padding: 0.35rem 0.3rem;
                    width: 100%;
                    display: block;
                    transition: 0.3s;

                    p {
                        font-size: 0.14rem;
                        color: #2E2AC5;
                        margin-bottom: 0.2rem;
                    }

                    h3 {
                        font-size: 0.18rem;
                        color: #333;
                        line-height: 0.26rem;
                        font-weight: 600;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                    }
                }

                a:hover {
                    box-shadow: 0px 0px 16px 0px rgba(57, 79, 136, 0.2);
                    border-radius: 0.3rem 0;
                }
            }
        }
    }
}

.academic {
    background-color: #EDE5F6;

    .academic-t {
        display: flex;
        flex-wrap: wrap;
        padding: 0.75rem 0;

        .title {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 0.35rem;
            align-items: flex-end;
            padding-bottom: 0.12rem;
            position: relative;

            span {
                font-size: 0.32rem;
                color: #333;
                font-family: "mid";
                font-weight: 600;
            }

            a {
                font-size: 0.14rem;
                color: #2E2AC5;
                padding-left: 0.2rem;
                background: url(../img/more.png) left center no-repeat;
                background-size: 0.14rem;
                position: absolute;
                right: 0;
            }
        }

        .list {
            width: 100%;

            ul {
                display: flex;
                flex-wrap: wrap;

                li {
                    width: 25%;
                    padding: 0 0.2rem;
                    margin-bottom: 0.3rem;

                    a {
                        height: 4.5rem;
                        background-color: #fff;
                        display: block;
                        border-radius: 0.05rem;
                        transition: 0.3s;

                        img {
                            width: 100%;
                            height: 1.8rem;
                        }

                        p {
                            font-size: 0.14rem;
                            color: #2E2AC5;
                            margin: 0.2rem 0;
                            padding: 0 0.2rem;
                        }

                        h3 {
                            font-size: 0.18rem;
                            color: #333;
                            line-height: 0.26rem;
                            height: 0.52rem;
                            font-weight: 600;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            overflow: hidden;
                            padding: 0 0.2rem;
                        }

                        h4 {
                            font-size: 0.14rem;
                            color: #888;
                            line-height: 0.25rem;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 4;
                            overflow: hidden;
                            padding: 0 0.2rem;
                            margin: 0.2rem 0;
                        }
                    }

                    a:hover {
                        box-shadow: 0px 0px 16px 0px rgba(57, 79, 136, 0.33);
                        transform: translateY(-0.3rem);

                        img {
                            transform: scale(1.2);
                        }
                    }
                }
            }
        }
    }
}

.sw {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0.2rem;

    .title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0.35rem;
        align-items: flex-end;
        border-bottom: solid 5px #ccc;
        padding-bottom: 0.12rem;

        span {
            font-size: 0.32rem;
            color: #333;
            font-family: "mid";
            font-weight: 600;
        }

        a {
            font-size: 0.14rem;
            color: #2E2AC5;
            padding-left: 0.2rem;
            background: url(../img/more.png) left center no-repeat;
            background-size: 0.14rem;
        }
    }

    .list {
        width: 100%;

        ul {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;

            li {
                width: 50%;
                padding-right: 0.5rem;

                a.l_item {
                    /* height: 2.5rem; */
                    overflow: hidden;
                    display: flex;
                    border-radius: 0.05rem;

                    margin-bottom: 0.5rem;
                    transition: 0.3s;

                    .l_title {
                        width: 35%;
                        padding: 0.5rem 0.2rem;
                        background-color: #f7f7f7;

                        h3 {
                            font-size: 0.18rem;
                            color: #333;
                            line-height: 0.26rem;
                            /* height: 1.6rem; */
                            height: 100%;
                            font-weight: 600;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 6;
                            overflow: hidden;
                        }

                        p {
                            font-size: 0.14rem;
                            background: url(../img/clock.png) left center no-repeat;
                            background-size: 0.14rem;
                            padding-left: 0.2rem;
                        }
                    }

                    .l_img {
                        width: 65%;

                        img {
                            width: 100%;
                        }
                    }
                }

                a.l_item:hover {
                    box-shadow: 0px 0px 16px 0px rgba(57, 79, 136, 0.33);

                    img {
                        transform: scale(1.2);
                    }
                }

                a.l_item:nth-child(2n) {
                    flex-direction: row-reverse;
                    padding: 0;
                }
            }
        }
    }
}

.elegance {
    width: 100%;
    overflow: hidden;
    background: url(../img/bg4.jpg) no-repeat center / cover;
    padding: 0.85rem 0 1.3rem;
    min-height: 8.35rem;

    .elegance-t {
        display: flex;
        flex-wrap: wrap;
        padding: 0.75rem 0;

        .title {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 0.35rem;
            align-items: flex-end;
            padding-bottom: 0.12rem;
            position: relative;

            span {
                font-size: 0.32rem;
                color: #333;
                font-family: "mid";
                font-weight: 600;
            }

            a {
                font-size: 0.14rem;
                color: #2E2AC5;
                padding-left: 0.2rem;
                background: url(../img/more.png) left center no-repeat;
                background-size: 0.14rem;
                position: absolute;
                right: 0;
            }
        }

        .list {
            width: 100%;
            display: flex;
            flex-wrap: wrap;

            ul {
                width: 50%;
                display: flex;
                flex-wrap: wrap;

                li {
                    width: 50%;
                    overflow: hidden;
                    padding: 0.1rem;

                    a {
                        display: block;
                        transition: 0.3s;

                        width: 100%;

                        img {
                            width: 100%;
                            height: 2rem;
                        }
                    }

                    a:hover {
                        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);

                        img {
                            transform: scale(1.2);
                        }
                    }
                }

            }

            ul:first-child {
                li {
                    width: 100%;

                    img {
                        width: 100%;
                        height: 4.2rem;
                    }
                }
            }
        }
    }
}

.footer {
    width: 100%;
    background-color: #4F2694;
    padding: 0.5rem 0;

    .footer-t {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        div {
            width: 50%;
            display: flex;
            flex-direction: column;

            span {
                font-size: 0.16rem;
                line-height: 2em;
                color: #fff;
            }
        }

        div:last-child {
            text-align: right;
        }
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .header {
        position: relative;
        background: #4F2694;

        .logo {
            background-size: 38%;

            h1 {
                margin-left: 40%;
                font-size: 0.22rem;
                line-height: 0.72rem;
            }
        }

        .nav {
            display: none;
        }

        .w1280 {
            height: 0.8rem;
        }
    }

    .header::before {
        content: none;
    }

    .news {
        .hot {
            width: 100%;
        }

        .list {
            width: 100%;
            padding: 0;
            margin-top: 0.2rem;
        }
    }

    .announce {
        .list {
            ul {
                li {
                    width: 50%;
                }
            }
        }
    }

    .academic {
        .academic-t {
            .list {
                ul {
                    li {
                        width: 100%;
                    }
                }
            }
        }
    }

    .sw {

        .list {

            ul {
                li {
                    width: 100%;

                    a.l_item {
                        .l_title {
                            width: 39%;
                            padding: 0.05rem;

                            h3 {
                                height: 88%;
                                -webkit-line-clamp: 4;
                            }
                        }

                    }
                }
            }
        }
    }

    .elegance {
        .elegance-t {
            .list {
                ul {
                    width: 100%;

                    li {
                        a {
                            img {
                                height: 1.4rem;
                            }
                        }
                    }
                }

                ul:first-child {
                    li {
                        a {
                            img {
                                height: 2.4rem;
                            }
                        }
                    }
                }
            }
        }
    }

    .footer {
        .footer-t {
            div {
                width: 100%;
                text-align: center;
            }

            div:last-child {
                text-align: center;

                span:nth-child(2) {
                    display: none;
                }
            }
        }
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 420px) {}

@media screen and (min-width: 200px) {}