<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1025px) {
    [class^="m_"] {
        display: none !important;
    }
}

@media screen and (max-width: 1025px) {
    * {
        box-sizing: border-box;
    }

    .topbar {
        width: 100%;
        height: auto;
    }

    .container {
        width: 100%;
    }

    .topbar .logo {
        padding: 15px;
        text-align: center;
    }

    .topbar .logo h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .header {
        height: auto;
        line-height: initial;
    }

    ul.nav {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #0f6ec6;
    }

    .nav li a {
        padding: 0;
        display: inline;
    }

    .nav li {
        min-width: auto;
        height: 40px;
        line-height: 40px;
        width: 20%;
        float: initial;
    }

    .campus.fl.mt10 {
        width: 100%;
    }

    .titltbar {
        height: 35px;
        overflow: hidden;
        text-align: center;
    }

    .titltbar h2 {
        margin: 0 auto;
        float: initial;
        width: 100%;
        border-radius: 0;
    }

    .campus .newlist p {
        height: auto !important;
        font-size: 15px !important;
        line-height: 28px !important;
        text-align: justify;
    }

    .banner {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .datalist {
        width: 100%;
    }

    .tablebar .newlist2 ul li {
        width: 100%;
        float: initial;
        margin-right: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 35px;
        line-height: 35px;
    }

    .tablebar .newlist2 {
        width: 100%;
        float: initial;
        margin-left: 0;
        padding: 0;
        height: auto;
        display: block;
    }

    .tablebar.mt10 {
        border: 0;
    }

    .tablebar .newlist2::after {
        content: "";
        display: block;
        clear: both;
    }

    .fr.index_right {
        float: initial;
    }

    .campus {
        width: 100%;
    }

    .campus .newlist ul li {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 35px;
        line-height: 35px;
    }

    .clear.my_nplj {
        padding: 5px 10px 10px 10px;
        overflow: hidden;
    }

    #demo {
        width: 100%;
        margin: 0;
    }

    .link .link_con {
        width: 100%;
        padding: 10px 5px;
        padding-top: 10px;
    }

    .link .link_title {
        padding-top: 0;
        width: 60px;
        height: auto;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .link .link_con a {
        padding: 3px 10px;
        display: inline-block;
    }

    .link {
        border: 0;
        display: flex;
		margin-top: 0;
    }

    .footer {
        margin-top: 0;
        padding-top: 10px;
    }

    .header22 {
        display: none;
    }
	
	.flexslider,.slides li {
	    height: 200px;
	}
}
</pre></body></html>