@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;
        flex-direction: column;
        margin: 0 auto;
        max-width: 14.4rem;
        padding-top: 0.25rem;
    }

    .vi {
        display: flex;
        justify-content: space-between;

        .logo {
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;

            div:first-child {
                display: flex;
                align-items: center;
                flex: 1;
            }

            img {
                height: 0.5rem;
            }

            span {
                display: block;
                border-left: 1px solid #fff;
                height: 0.35rem;
                margin: 0 0.2rem;
            }

            h1 {
                font-size: 0.3rem;
                color: #fff;
            }
        }

        .tag {
            height: 0.36rem;
            margin-top: 0.25rem;
            margin-bottom: 0.1rem;
            display: flex;

            a {
                display: block;
                color: #fff;
                margin: 5px 8px;
                padding: 0 10px 0 30px;
                background: url(../img/home-fill.png) left center no-repeat;
                background-size: 22px;
                border-right: 1px solid #fff;
                height: 18px;
                line-height: 18px;
            }

            .search {
                .inputbox {
                    width: 0;
                    padding-left: 0;
                    min-width: 0;
                    height: 27px;
                    border: 0;
                    border-radius: 5px 0 0 5px;
                    transition: 0.2s;
                }

                .btn {
                    padding: 5px 15px;
                    background: url(../img/search.png) center no-repeat;
                    border: 0;
                    margin-left: -5px;
                    border-radius: 0 5px 5px 0;
                    cursor: pointer;
                    transition: 0.2s;
                }
            }

            .search.on {
                .inputbox {
                    width: 1.8rem;
                    padding: 0 15px;
                }

                .btn {
                    background-color: #333;
                }
            }
        }
    }

    .menu {
        width: 100%;
        height: 1rem;
        margin-top: 0.1rem;

        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";
                    }

                    span {
                        display: none;
                    }
                }

                .children {
                    display: none;
                    height: auto;
                    flex-direction: column;
                    background: #109099;
                    filter: alpha(opacity=90);
                    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 {
                            background-color: #077078;
                        }
                    }

                    li:hover {
                        background: none;
                    }
                }
            }
        }

    }
}

.header::before {
    content: "";
    position: absolute;
    height: 3.2rem;
    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 {
    height: 3.2rem;
    overflow: hidden;

    a {
        display: block;
        width: 100%;
        height: 3.2rem;
        background-size: cover;
        background-repeat: no-repeat;
    }

    >div>div>img {
        width: 100%;
        margin-top: -1.5rem;
    }
}

.title {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 0.35rem;
    align-items: flex-end;
    padding-bottom: 0.12rem;

    div {
        flex: 1;
        text-align: center;

        span {
            text-align: center;
            color: #d4d4d4;
            display: block;
            padding-bottom: 0.1rem;
        }

        h3 {
            font-size: 0.28rem;
            color: #333;
            font-family: "mid";
            font-weight: 600;
        }
    }

    a {
        font-size: 0.14rem;
        color: #4D949B;
        padding-left: 0.2rem;
        background: url(../img/more.png) left center no-repeat;
        background-size: 0.14rem;
    }
}

.title-white {
    margin-top: 0.3rem;

    span,
    h3,
    a {
        color: #fff !important;
    }

    a {
        background-image: url('../img/more-white.png');
    }
}

.news {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0.2rem;
    justify-content: space-between;

    .hot {
        width: 40%;

        img {
            width: 100%;
            height: 3.15rem;
            border: 0;
        }

        a:hover {
            img {
                transform: scale(1.2);
            }
        }

        .lt {
            display: flex;
            flex-direction: column;
            background-color: #f7f7f7;
            border-radius: 0.05rem;
            padding: 0.1rem 0.3rem 0.2rem 0.3rem;

            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: 60%;
        padding-left: 0.5rem;
        display: flex;
        justify-content: space-between;

        li {
            display: flex;
            width: 30%;
            flex-direction: column;
            background-color: #F1F2F4;
            color: #666;
            padding: 0.5rem 0.2rem 0.2rem 0.2rem;
            transition: 0.2s;

            span {
                margin-top: 0.15rem;
            }

            span:first-child {
                font-weight: bold;
                font-size: 0.28rem;
            }

            span:nth-child(2n) {
                font-size: 0.14rem;
            }

            a {
                color: #222;
                font-size: 0.18rem;
                margin: 0.3rem 0;
                line-height: 1.5em;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                /* 限制显示的行数为3行 */
                overflow: hidden;
            }

            span:last-child {
                font-size: 0.14rem;
                line-height: 1.8em;
                text-indent: 2em;
                text-align: justify;
                margin-top: 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 8;
                /* 限制显示的行数为8行 */
                overflow: hidden;
            }
        }

        li:nth-child(2n) {
            background-color: #5e9ea0;
            color: #fff;

            a {
                color: #fff;
            }
        }

        li:hover {
            border-radius: 4px;
            box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
            border-bottom: 3px solid #5e9ea0;
            /*天青色*/
        }

        li:nth-child(2n):hover {
            border-bottom-color: #F1F2F4;
        }
    }
}

.announce-bg {
    background: url('../img/announcebg.jpg') center no-repeat;
    height: 6.5rem;
    background-position-y: bottom;

    .announce {
        display: flex;
        flex-wrap: wrap;

        .list {
            width: 100%;

            ul {
                display: flex;
                flex-wrap: wrap;

                li {
                    width: 33%;
                    padding: 0 0.2rem;
                    margin-bottom: 0.3rem;

                    a {
                        display: flex;
                        box-shadow: 0px 0px 16px 0px rgba(57, 79, 136, 0.1);
                        background: #fff;
                        padding: 0.25rem 0.2rem;
                        width: 100%;
                        transition: 0.3s;

                        span {
                            border-right: 1px dashed #018A8D;
                            padding-right: 0.15rem;
                            margin-right: 0.15rem;

                            p {
                                font-size: 0.14rem;
                                color: #018A8D;
                            }

                            p:first-child {
                                font-weight: bold;
                                font-size: 0.28rem;
                                margin-bottom: 0.1rem;
                            }
                        }

                        h3 {
                            font-size: 0.16rem;
                            font-weight: 600;
                            color: #333;
                            line-height: 0.26rem;
                            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;
                    }
                }
            }
        }
    }
}


.activities {
    margin-top: -3rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 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;
                    display: block;
                    border-radius: 0.05rem;
                    transition: 0.3s;
                    border: 1px solid #849FBC;

                    img {
                        width: 100%;
                        height: 1.8rem;
                        border-top-left-radius: 0.05rem;
                        border-top-right-radius: 0.05rem;
                    }

                    p {
                        font-size: 0.14rem;
                        color: #018A8D;
                        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.1rem);

                    img {
                        transform: scale(1.2);
                    }
                }
            }
        }
    }
}

.party {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0.2rem;
    justify-content: space-between;

    .hot {
        width: 46%;

        img {
            width: 100%;
            height: 3.93rem;
            border: 0;
        }

        a:hover {
            img {
                transform: scale(1.1);
            }
        }

        .lt {
            display: flex;
            flex-direction: column;
            background-color: #F6F7FC;
            border-radius: 0.05rem;
            padding: 0.1rem 0.3rem 0.2rem 0.3rem;

            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;
                margin-bottom: 0.2rem;
                text-indent: 2em;
                text-align: justify;
                line-height: 1.5em;
                font-size: 0.14rem;
                color: #999;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                /* 限制显示的行数为2行 */
                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: 50%;

        a.l_item {
            display: flex;
            background: #fff;
            padding: 0.105rem;
            margin-bottom: 0.41rem;
            transition: 0.3s;
            border-bottom: 1px solid #cee7e9;

            .l_date {
                display: flex;
                flex-direction: column;
                padding: 0.15rem;

                span {
                    text-align: center;
                    font-size: 0.16rem;
                    color: #018A8D
                }

                span:first-child {
                    font-size: 0.28rem;
                    font-weight: 600;
                }

                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: 1px solid #018A8D;
        }
    }
}



.footer {
    width: 100%;
    background-color: #5e9ea0;
    padding: 0.5rem 0;

    .footer-t {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: url('../img/foot-logo.png') right 0.4rem no-repeat;

        div {
            width: 50%;
            display: flex;
            flex-direction: column;

            span,
            a {
                font-size: 0.16rem;
                line-height: 2em;
                color: #fff;
            }
        }

        div:last-child {
            text-align: right;
        }
    }
}

.main {
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    border: 1px solid #5e9ea0;
    border-radius: 0.06rem;
    min-height: 5.2rem;

    .silder {
        width: 3rem;
        background-color: #b2d3d5;
        border-radius: 0.06rem 0 0 0.06rem;

        >ul>li {
            background-color: #8fb9ba;
        }

        p {
            height: 0.7rem;
            line-height: 0.7rem;
            padding-left: 0.4rem;
            color: #fff;
            font-size: 0.24rem;
            background: #5e9ea0;
            margin: 0;
        }

        span {
            float: right;
            margin-top: -0.32rem;
            font-size: 0.2rem;
            font-family: '宋体';
            margin-right: 0.2rem;
            font-weight: bold;
            transform: rotate(90deg);
        }

        a {
            border-bottom: 1px solid #fff;
            display: flex;
            height: 0.5rem;
            line-height: 0.5rem;
            font-size: 0.18rem;
            padding-left: 0.5rem;
            color: #fff;
        }

        .active {
            .sub-menu {
                display: block;
            }

            >a {
                background: #fff;
                border-bottom-color: #fff;
                position: relative;
                color: #000;
            }

            a:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 0.04rem;
                background: #5e9ea0;
            }
        }

        .sub-menu {
            display: none;
            background-color: #efdbff;

            a {
                padding-left: 0.6rem;
                font-size: 0.16rem;
            }

            .on {
                a {
                    position: relative;
                    background-color: #fff;
                }

                a:before {
                    content: '';
                    position: absolute;
                    top: 20%;
                    bottom: 20%;
                    left: 0;
                    width: 0.04rem;
                    background: #7E2989;
                }
            }
        }
    }

    .content {
        flex: 1;
        margin: 0 0.5rem 0.5rem;

        .title {
            flex-direction: column;
            margin-bottom: 0.4rem;
            align-items: stretch;

            h3 {
                font-size: 0.28rem;
                margin-top: 0.5rem;
                margin-bottom: 0.3rem;
                text-align: center;
                font-weight: bold;
            }

            >div {
                display: flex;
                justify-content: space-between;
                border-bottom: 1px solid #e5e5e5;

                >span {
                    color: #333;

                    >span {
                        display: inline;
                        padding-bottom: 0;
                        color: #333;
                    }
                }

                >span:first-child {
                    background: url(../img/clock-fill.png) left 0.01rem no-repeat;
                    background-size: 0.14rem;
                    padding-left: 0.2rem;
                }
            }

            #location {
                background: url(../img/location.png) left 0.01rem no-repeat;
                background-size: 0.18rem;
                line-height: 0.18rem;
                padding-left: 0.2rem;
                font-size: 0.16rem;

                >div {
                    text-align: left;

                    >a {
                        color: #333;
                        background-image: none;
                        padding-left: 0;
                    }
                }
            }
        }

        .location {
            display: none;
        }

        .imglist {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;

            >div {
                width: 20%;
                margin: 0.1rem 0.2rem;

                >a {

                    >img {
                        width: 100%;
                        height: 2.5rem;
                    }

                    >span {
                        display: block;
                        text-align: center;
                        color: #333;
                        margin-top: 0.1rem;
                    }
                }
            }
        }

        .news_conent_two_js {
            display: flex;
            justify-content: space-between;

            >div {
                >span:first-child {
                    background: url(../img/clock-fill.png) left center no-repeat;
                    background-size: 0.14rem;
                    padding-left: 0.2rem;
                }

                #location {
                    background: url(../img/location.png) left center no-repeat;
                    background-size: 0.18rem;
                    display: inline-block;
                    a {
                        color: #999;
                    }
                }
            }
        }
    }
}

@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 {
            position: fixed;
            background: #4F2694;
            height: 0.8rem;
            width: 100%;
            left: 0;
            padding: 0 0.2rem;



            img {
                width: 38%;
                height: 100%;
            }

            h1 {
                font-size: 0.22rem;
                line-height: 0.72rem;
            }

            #mobnavbtn {
                width: 22px;
                height: 22px;
                line-height: 10px;
            }

            span {
                top: 0.4rem;
                right: 0.2rem;
            }

            span,
            span::before,
            span::after {
                position: absolute;
                display: inline-block;
                width: 22px;
                height: 2px;
                background: #fff;
                transition: 0.3s;
            }

            span::before {
                top: 8px;
            }

            span::after {
                top: -8px;
            }

            span::before,
            span::after {
                content: "";
            }

            span.on {
                background: transparent;
            }

            span.on::before {
                transform: rotate(-45deg);
                top: 0;
            }

            span.on::after {
                transform: rotate(45deg);
                top: 0;
            }
        }

        .nav {
            position: fixed;
            background: #f7f7f7;
            width: 100%;
            height: 100%;
            padding: 30px;
            margin: 0;
            top: 0.8rem;
            right: -105vw;

            .tag {
                width: 100%;

                .search {
                    width: 100%;
                    text-align: center;

                    .inputbox {
                        width: 80%;
                    }
                }
            }

            .menu {
                ul {
                    flex-direction: column;

                    li {
                        height: auto;

                        a {
                            display: flex;
                            justify-content: space-between;
                            border-bottom: 1px solid rgb(226, 226, 226);
                            line-height: 0.64rem;

                            h3 {
                                font-size: 16px;
                                color: rgb(51, 51, 51);
                                line-height: 0.64rem;
                            }

                            span {
                                display: block;
                                font-family: '宋体';
                                font-size: 16px;
                                color: rgb(51, 51, 51);
                                transform: rotate(90deg);
                                transition: 0.3s;
                                width: 0.64rem;
                                height: 0.64rem;
                            }
                        }

                        a.active {
                            span {
                                transform: rotate(0deg);
                            }
                        }

                        .children {
                            display: none;
                            background-color: #f7f7f7;
                            position: relative;
                            box-shadow: none;
                            margin-top: 0;
                            margin-left: 0.25rem;

                            li {

                                a {
                                    font-size: 14px;
                                    color: rgb(51, 51, 51);
                                    text-align: left;
                                    border-bottom: none;
                                }
                            }
                        }
                    }
                }
            }
        }

        .w1280 {
            height: 0.8rem;
        }
    }

    .header::before {
        content: none;
    }

    .swiper {
        height: 1.5rem;

        a {
            height: 1.5rem;
        }
    }

    .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;
            }
        }
    }

    .main {
        .silder {
            display: none;
        }

        .content {
            margin: 0.15rem;

            .title {
                >div {
                    justify-content: center;
                }

                #location {
                    display: none;
                }
            }
        }
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 420px) {}

@media screen and (min-width: 200px) {}