body {
    font-size: 14px
}

ul {
    margin-bottom: 0;
    padding: 0;
}

li {
    list-style: none;
}

nav {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.navbar-brand img {
    height: 100%;
}

:root {
    --theme-primary: #3262ad;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

.container-xl {
    max-width: 1440px;
}

input,
textarea {
    outline: none !important;

}

.top {
    background-image: -webkit-linear-gradient(bottom, #58bb92 0%, #3262ad 40%);
    position: relative;
    overflow: hidden;
    height: 108px;

}

.top-item {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.top::after {
    content: '';
    position: absolute;
    width: 1263px;
    height: 120px;
    top: 0;
    right: 0;
    background: url(../images/top-bg.webp) no-repeat;
    background-size: 100% auto;
    mix-blend-mode: hard-light;
    z-index: 1;
}

.campusButton {
    display: block;
    text-align: right;
    color: #ffffff;
    margin-bottom: 5px;
}

.campusButton:hover {
    color: #fff;
}

.logo {
    height: 81px;
    display: inline-block;
}

.logo img {
    height: 100%;
}

.seachArea {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    min-width: 280px;
    height: 40px;
}

.seachArea .sumbit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;

    background-color: var(--theme-primary);
    padding: .4rem 2rem .4rem 2rem;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}

.seachArea label {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translate(0, -60%);
    right: 30px;
    cursor: pointer;
}

.seachArea form {
    height: 100%;
}

.seachArea .sreach {
    border: none;
    padding: .4rem 1.5rem .4rem 1rem;
    width: 100%;
    height: 100%;

}

.top-menu {
    padding: 14px 0;
    position: relative;

}

nav ul>li {
    width: calc(100% / 9);
    position: relative;
    font-size: 16px;
    padding: 12px;
}

nav ul>li::after {
    width: 1px;
    height: 15px;
    position: absolute;
    content: '';
    background-color: #d8d8d8;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}

nav ul>li:last-child::after {
    display: none;
}

nav ul>li>a {
    display: block;
    text-align: center;
}

nav ul>li:hover {
    background-color: var(--theme-primary);
}

nav ul>li:hover>a {
    color: #fff;
}

nav ul>li:hover .sub-menu {
    display: block;
}

.banner-area {
    background: url(../images/banner.webp) no-repeat center / cover;
    height: 400px;
    position: relative;
    z-index: -1;
}

.pc-nav{
    position: relative;
    z-index: 999;
}
nav ul>li.action {
    background-color: var(--theme-primary);
}

nav ul>li.action>a {
    color: #fff;
}

.sub-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    display: none;
}

.sub-menu a {
    display: block;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

.sub-menu a:last-child {
    border-bottom: none;
}

.sub-menu a:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

header {
    /*position: sticky;*/
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
}

.banner {
    z-index: -3;
}

.bannner-img {
    width: 100%;
    height: 670px;
    background-size: auto 100%;
}

.banner-tip {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    z-index: 12;
    align-items: center;
}

.banner-tip-l {
    display: flex;
    align-items: center;
}

.banner-tip-r {
    display: flex;
}

.banner-tip-r>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: rgba(255, 255, 255, .5);
    margin-left: 16px;
}

.banner-tip-r>div img {
    width: 24px;
}

.swiper-pagination-bullet-active {
    background-color: var(--theme-primary);
}

.index-item-bg {
    background: url(../images/item-bg.webp);
    padding: 0 0 67px 0;
}

.item-title {
    padding: 46px 0 24px;
}

.item-title>div>img {
    height: 36px;
    display: block;
    margin-right: 12px;
}

.item-title>div>p {
    color: var(--theme-primary);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}

.item-title>a {
    border-radius: 30px;
    border: 1px solid #aaaaaa;
    text-align: center;
    display: inline-block;
    width: 136px;
    line-height: 35px;
    font-size: 12px;
    color: #aaaaaa;
}

.item-title>a:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

.item-1-content-r {
    width: 55%;
    position: relative;
    height: 465px;
    overflow: hidden;
}

.hot-img {
    width: 100%;
    height: 100%;
}

.hot-img img {
    min-height: 100%;
    object-fit: cover;
}

.hot-text-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 12px 30px;
}

.hot-date {
    display: flex;
    align-items: center;
}

.hot-date>div span {
    display: block;
    line-height: 1;
}

.hot-date>div span:nth-child(1) {
    color: #fff;
    font-size: 10px;
}

.hot-date>div span:nth-child(2) {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.hot-date>span {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-left: 3px;
}

.hot-date>span em {
    font-weight: normal;
    font-style: normal;
    margin-right: 1px;
}

.hot-title {
    color: #fff;
    font-size: 18px;
    margin: 12px 0 4px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    width: 100%;
}

.hot-dec {
    display: -webkit-box;
    color: #bbbbbb;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-img {
    width: 148px;
    min-width: 148px;
    height: 104px;
    position: relative;
    overflow: hidden;
}

.news-list-img img {
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.item-1-content-l {
    background-color: #fff;
    width: calc(100% - 55%);
}

.item-1-content {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05),
        10px 10px 30px rgba(0, 0, 0, .02);
}

.news-list-item {
    padding: 23px 28px 18px;

}

.news-list-item li a {
    width: 100%;
    padding: 18px 12px;
    border-bottom: 1px dashed #dadada;
    position: relative;
    z-index: 1;
}

.news-list-item li a::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--theme-primary);
    transition: all .3s ease-in-out;
}

.news-list-item li a:hover::after {
    width: 100%;
}

.news-list-img {
    margin-right: 25px;
}

.news-list-title {
    font-size: 18px;
    display: -webkit-box;
    color: #333333;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.news-list-item li a:hover .news-list-title {
    color: #fff;
}

.news-list-date {
    display: flex;
    align-items: center;
}

.news-list-date img {
    width: 16px;
}

.news-list-date span {
    font-size: 14px;
    color: #bbbbbb;
    margin-left: 6px;
}

.notice-area {
    width: 31%;
    margin: 0 16px;

}

.notice-swiper {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05),
        10px 10px 30px rgba(0, 0, 0, .02);
}

.notice-area-item {
    background-color: #fff;
    padding: 36px;
    box-sizing: border-box;
    height: 310px;

}

.notice-date {
    border-bottom: 1px solid #D8D8D8;
}

.notice-date i {
    color: #9e9e9e;
    display: block;
    font-style: normal;
}

.notice-date span {
    color: #9e9e9e;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.notice-title {
    font-size: 18px;
    display: -webkit-box;
    color: #333333;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    margin-top: 12px;
}

.notice-info {
    font-size: 14px;
    display: -webkit-box;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.notice-button {
    display: flex;
    justify-content: end;
}

.notice-button a {
    margin-top: 36px;
    border-radius: 30px;
    border: 1px solid #aaaaaa;
    text-align: center;
    display: inline-block;
    width: 116px;
    line-height: 32px;
    font-size: 12px;
    color: #aaaaaa;
}

.notice-button a:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

.notice-change {
    position: absolute;
    right: 35px;
    top: 40px;
    z-index: 9;
}

.notice-change div {
    cursor: pointer;
    background: rgba(21, 112, 137, 0.2);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.item-2 {
    margin: 32px -16px 0;
}

.notice-change div img {
    width: 24px;
    user-select: none;
}

.item2-right {
    width: 66.66%;

}

.item2-right .item-title {
    padding: 46px 16px 24px;
}

.teach-item1 {
    height: 310px;
    overflow: hidden;
    position: relative;
    width: 50%;
    margin: 0 16px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05),
        10px 10px 30px rgba(0, 0, 0, .02);
}

.teach-item1 img {
    min-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.teach-item1 p {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    margin: 0;
    padding: 12px 24px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teach-item1:hover img {
    transform: scale(1.1) translate(-50%, -50%);
    -webkit-transform: scale(1.1) translate(-50%, -50%);

}

.teach-item1:hover p {
    background-color: var(--theme-primary);

}

.item-3 {
    margin: 60px -16px 0 -16px;
}

.item-col {
    width: 33.33%;
    margin: 0 16px;
    background-color: #fff;
    padding: 24px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05),
        10px 10px 30px rgba(0, 0, 0, .02);
}

.item-col .item-title {
    padding: 0;
    margin-bottom: 24px;
}

.item-col .item-title p {
    font-size: 22px;
}

.item-col .item-title>a {
    border: none;
    width: auto;
}

.item-col .item-title>a:hover {
    background-color: #fff;
    color: var(--theme-primary);
}

.col-list a p {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 75%;
}

.col-list a:hover {
    color: var(--theme-primary);
}

.col-list a span {
    color: #D8D8D8;
}

.col-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #D8D8D8;
}

.col-list li:last-child {
    border: none;
}

.sxs-img {
    position: relative;
    height: 210px;
    box-sizing: border-box;
    overflow: hidden;
}

.sxs {
    /* margin: 0 -15px; */
}

.sxs-img img {
    position: absolute;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover;

}

.sxs-img p {
    position: absolute;
    width: 100%;
    line-height: 2.2;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    margin: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), var(--theme-primary));
}

.sxs-pagination {
    margin: 8px;
    text-align: center;
}

.sxs-pagination span {
    width: 26px;
    border-radius: 5px;
    height: 4px;
}

footer {
    background-color: var(--theme-primary);
    padding: 32px 240px;
}

.foot-left p {
    margin: 6px 0;
    color: #fff;
}

.foot-right select {
    border: none;
    width: 280px;
    padding: 12px 24px;
    border-radius: 30px;
    user-select: none;
    outline: none;
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
}

.foot-right {
    position: relative;
}

.foot-right::after {
    content: '▼';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 12px;
}

.content-page {
    background-color: #eeeeee;
}

.list-content {
    padding: 60px 0;
    width: 100%;
}

.slide-menu {
    width: 18%;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05),
        10px 10px 30px rgba(0, 0, 0, .02);
    align-self: flex-start;
}

.silde-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/sildebg.jpg) no-repeat center center;
    height: 120px;

}

.silde-title p {
    font-size: 28px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 500;
}

.slide-menu ul li {
    padding: 0 16px;
}

.slide-menu ul li a {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px dashed #d8d8d8;
}

.slide-menu ul li a:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

.slide-menu ul li:last-child a {
    border-bottom: none;
}

.page-item-area {
    width: 78%;
    min-height: 600px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05),
        10px 10px 30px rgba(0, 0, 0, .02);
    padding: 24px 38px;
}

.list-content {
    display: flex;
    justify-content: space-between;
}

.page-title {
    padding: 0 0 8px;
    border-bottom: 1px solid #d8d8d8;
}

.page-title p {
    font-size: 18px;
    color: #333;
    margin: 0;

}

.bread-menu {
    color: #a1a1a1;
    font-size: 12px;
}

.page-show {
    margin-top: 24px;
}

.page-show p {
    margin: 0;

}


.page-show img {
    max-width: 100%;
}

.page-show-area {
    margin-top: 24px;
}

.page-dec {
    padding: 0 0 14px 0;

}

.page-dec h1 {
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    margin-bottom: 12px;
}

.page-dec div {
    text-align: center;
    color: #a1a1a1;
}

.page-list li .list-img {
    position: relative;
    width: 240px;
    min-width: 240px;
    overflow: hidden;
    height: 140px;
    margin-right: 16px;
}

.page-list li .list-img img {
    position: absolute;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover;
}

.page-list li .list-info p {
    font-size: 18px;
    margin-bottom: 6px;
    display: -webkit-box;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.list-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-list li .list-info font {
    color: #9e9e9e;
}

.page-list li .list-info div span {
    color: #7c7c7c;
    display: -webkit-box;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.page-list li a {
    padding: 14px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.page-list-txt p {
    font-size: 16px;
    padding: 0 0 0 24px;
    position: relative;
    margin: 0;
}

.page-list-txt p::after {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--theme-primary);
    transform: translate(-50%, -50%);
}

.page-list-txt span {
    font-size: 12px;
    color: #7c7c7c;
}

.page-list-txt a {
    padding: 14px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.page-list-txt a:hover {
    background-color: #fafafa;
}

.page-list li:last-child a {
    border-bottom: none;
}

.page-img ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.page-img ul li {
    width: calc(25% - 32px);
    height: 180px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 16px;

}

.page-img ul li img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-img ul li p {
    position: absolute;
    width: 100%;
    line-height: 2.2;
    padding: 0 24px;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), var(--theme-primary));
}

.sreach-list {
    width: 100%;
}

.catepage {
    text-align: center;
    margin: 16px 0 0 0;
}

.catepage .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catepage .pagination li {
    border: 1px solid #ededed;
    padding: 8px;
    min-width: 38px;
    box-sizing: border-box;
    margin: 0 4px;

}

.pagination li a {
    padding: 14px 0;
    border-bottom: none;
}

.catepage .pagination li:first-child {
    border: none;
}

.catepage .pagination li:first-child:hover a {
    background: #fff;
}

.catepage .pagination li.active {
    background: var(--colorRed);
    color: #fff;
    border: 1px solid var(--colorRed);
}

.catepage .pagination li.active a {
    color: #fff;
    background: var(--theme-primary);
    width: 34px;
    height: 18px;
    border-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.emptyTxt {
    width: 100%;
    text-align: center;
    margin-top: 56px;
    font-size: 18px;
    letter-spacing: 4px;
}
.slide-nav{
    display: none;
}

@media screen and (max-width: 1440px) {
    .container-xl {
        padding: 0 30px;
    }
    .hot-img img{
        width: 100%;
    }
    .bread-menu{
        display: none;
    }
    .page-show img{
        max-width: 100%;
        height: auto;
        text-indent: 0 !important;
    }
    .page-show table{
        width:100% !important;
    }
}

@media screen and (max-width: 960px) {
    .pc-nav {
        display: none;
    }

    .logo {
        height: 50px;
    }

    .container-xl {
        padding: 0 16px;
    }

    .top-item {
        display: none;
    }

    .top {
        padding: 16px 0;
        height: auto;
    }

    .top::after {
        width: 100%;
    }

    .bannner {
        width: 100%;
        height: 160px;
    }

    .bannner-img {
        height: inherit;
        background-size: 100% 100%;
    }

    .banner-tip-l,
    .banner-tip-r {
        display: none;
    }

    .item-title>a {
        width: auto;
        padding: 0 24px;
    }

    .item-title>div>p {
        font-size: 24px;
    }

    .item-1-content {
        flex-direction: column-reverse;
    }

    .item-1-content-r {
        width: 100%;
        height: 34vh;
    }

    .item-1-content-l {
        width: 100%;
    }

    .news-list-item {
        padding: 0;
    }

    .news-list-title {
        font-size: 16px;
    }

    .item-2 {
        flex-direction: column;
    }

    .notice-area {
        width: 100%;
        margin: 0 auto;
    }

    .item2-right {
        width: 100%;
        margin: 0 auto;
    }

    .teach-item {
        flex-direction: column;
    }

    .teach-item1 {
        width: 100%;
        margin: 0 0 16px 0;
        height: 240px;
    }

    .item-3 {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .item-col {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .item-2 {
        margin: 0 0 0 0;
    }

    footer {
        width: 100%;
        padding: 24px 0;
    }

    .index-item-bg {
        background-size: auto 100%;
    }

    .foot-item {
        flex-direction: column;
    }

    .foot-left {
        margin-bottom: 12px;
    }

    .sxs-img {
        height: 120px;
    }

    .index-item-bg {
        padding: 0 0 36px 0;
    }

    .rt-btn .right-btn span {
        display: block;
        background: #ffffff;
        width: 25px;
        height: 3px;
        margin-bottom: 3px;
    }



    .slide-nav {
        display: block;
    }

    .slide-nav .arr-box .closebtn {
        width: 20px;
        vertical-align: middle;
        margin-right: 18px;
    }

    .slide-nav {
        position: fixed;
        background-color: #fff;
        background-size: 100% auto;
        width: 60%;
        height: 100%;
        top: 0;
        right: -78%;
        z-index: 1000;
        -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: 50px 0 0;
        overflow: scroll;
    }

    .slide-nav h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px 0 24%;
        height: 45px;
        line-height: 45px;
        font-weight: normal;
    }
        .slide-nav h3 a {
        font-size: 15px;
        color: #333333;
        display: block;
        width: 100%;
    }
        .slide-nav .arr-box {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 47px;
        line-height: 47px;
        background: #dadada;
        text-align: right;
    }
        .slide-nav>div ul li a {
        display: block;
        color: #333333;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .slide-nav h3 div.arr.arr-active {
        background: url(../images/jian.png) no-repeat center;
        background-size: 7px auto;
    }
        .slide-nav h3 div.arr {
        width: 12px;
        height: 12px;
        background: url(../images/jia.png) no-repeat;
        background-size: 12px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .slide-nav>div ul {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        width: 73%;
        margin: auto;
    }
    .rt-btn{
        z-index: 3;
    }
    .slide-menu{
        display: none;
    }
    .page-item-area{
        width: 100%;
    }
    .list-content{
        padding: 32px 0;
    }
    .page-item-area{
        padding: 16px;
    }
    .page-list-txt a{
        flex-direction: column;
    }
    .page-list-txt span{
        padding:12px 0 0 24px ;
    }
    .page-list li a{
        flex-direction: column;
    }
    .page-list li .list-img{
        width: 100%;
        height: 160px;
    }
    .page-list li .list-info p{
        font-size: 16px;
        margin-top: 8px;
    }
    .page-list li .list-info div span{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .page-list li .list-info font{
        font-size: 12px;
    }
    .page-img ul li{
        width: 100%;
        height: 220px;
    }
}