@charset "utf-8";

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner>img {
    display: block;
    width: 100%;
    min-height: 1.5rem;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 48.95%;
    background: linear-gradient(227deg, rgba(0, 91, 184, 0) 35%, rgba(0, 91, 184, 0.9) 91%);
}

.lmmc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.6rem;
}

.lmmc h3 {
    font-family: sys-b;
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #FFFFFF;
    padding-bottom: 0.26rem;
    background-image: url(../images/lmmc-x.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0.64rem auto;
}

/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.7rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #0068B7;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 0.07rem;
}

.pagination a.active {
    background: #0068B7;
    color: #fff;
    border: 1px solid #0068B7;
}

.pagination a:hover {
    background: #0068B7;
    color: #fff;
    border: 1px solid #0068B7;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

/* 主体 */
.nymain {
    background: linear-gradient(180deg, #F5F5F7 0%, #E5EFFF 89%);
}

.nymain-bg1 {
    background: url(../images/nymain-bg2.png) no-repeat center top;
    background-size: 100% auto;
}

.nymain-bg2 {
    background: url(../images/nymain-bg1.png) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
}

.nymain-bg2::before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 10rem;
    max-width: 100%;
    height: 0.94rem;
    background: url(../images/bg-b.png) no-repeat center;
    background-size: 100% auto;
}

.left-box {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(177, 177, 177, 0.3);
}

.nymain .leftNav {
    position: relative;
    z-index: 1;
    font-size: 0;
}

.nymain .leftNav .leftNav-tit {
    display: none;
}

.nymain .leftNav .leftNav-tit>h2 {
    font-family: sys-b;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.1rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.nymain .leftNav>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nymain .leftNav>ul>li {
    position: relative;
    width: 14.28%;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.46rem;
    height: 0.46rem;
    background: url(../images/raw-b.png) no-repeat center;
    background-size: 0.09rem auto;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.nymain .leftNav>ul>li>a {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.8rem;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.nymain .leftNav>ul>li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0.3rem;
    border-left: 1px solid #D8D8D8;
}

.nymain .leftNav>ul>li:first-child>a::after {
    content: none;
}

.nymain .leftNav>ul>li.on>a,
.nymain .leftNav>ul>li.active>a,
.nymain .leftNav>ul>li:hover>a {
    background: url(../images/left-libg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

.nymain .leftNav ul li a {
    display: block;
}

.nymain .leftNav ul li:last-child a {
    border-bottom: none;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
    display: block;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav>ul>li>ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    width: 100%;
    top: 100%;
    background: #0068B7;
    /* padding: 0.1rem 0; */
    /* box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1); */
    transition: all 0.5s;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

.nymain .leftNav>ul>li:hover>ul {
    transform: translateX(-50%) scaleY(1);
    visibility: visible;
    opacity: 1;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding: 0.1rem;
    color: #666666;
    color: #fff;
    text-align: center;
    margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
    font-weight: bold;
    background: #D64F25;
}

.ny-right {
    padding-top: 0.55rem;
    padding-bottom: 2rem;
    min-height: 5rem;
}

/* 位置 */
.position {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.position span {
    color: #fff;
    font-family: SimSun;
    font-size: 0.16rem;
    vertical-align: middle;
    margin: 0 0.15rem;
}

.position img {
    height: 0.22rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.position a {
    font-size: 0.16rem;
    color: #fff;
    vertical-align: middle;
    transition: all 0.5s;
}

.position a:hover,
.position a.position-dq {
    font-weight: bold;
}

.gg-tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gg-tit::before {
    content: '';
    display: block;
    width: 1.33rem;
    height: 0.24rem;
    background: url(../images/gg-titxl.png) no-repeat center;
    background-size: 100% 100%;
}

.gg-tit::after {
    content: '';
    display: block;
    width: 1.33rem;
    height: 0.24rem;
    background: url(../images/gg-titxr.png) no-repeat center;
    background-size: 100% 100%;
}

.gg-tit h3 {
    font-family: sys-b;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 0.22rem;
}

.gg-tit h3::before {
    content: '';
    position: absolute;
    top: -0.13rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.66rem;
    height: 0.66rem;
    background: linear-gradient(180deg, #DAE4F6 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    z-index: -1;
}

/* 列表页 */
.text-list {}

.text-list ul li a {
    display: block;
    padding: 0.35rem 0;
    border-bottom: 1px dashed #D3DDED;
    position: relative;
    transition: all 0.5s;
}

.text-list ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #0068B7;
    transition: all 0.5s;
}

.text-list ul li a .t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-list ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: rgba(102, 102, 102, 0.8);
    padding-left: 0.3rem;
    display: none;
    transition: all 0.5s;
}

.text-list ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.22rem;
    font-weight: normal;
    color: #2C2C2C;
    background-image: url(../images/text-jian.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.1rem auto;
    padding-left: 0.3rem;
    transition: all 0.5s;
}

.text-list ul li a span {
    display: block;
    font-family: Arial;
    font-size: 0.2rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #666666;
    margin-left: 0.15rem;
}

.text-list ul li a p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    max-height: 0.56rem;
    margin-top: 0.15rem;
    color: #666666;
    transition: all 0.5s;
}

.list ul li {
    line-height: 0.8rem;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
    z-index: 1;
}

.list ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.4rem;
    width: 0;
    background: #004dca;
    z-index: -1;
    transition: all 0.4s;
}

.list ul li:hover::after {
    right: -0.4rem;
    width: 100%;
    width: calc(100% + 0.8rem);
}

.list ul li a {
    display: block;
    overflow: hidden;
}

.list ul li a span {
    float: right;
    font-size: 0.16rem;
    padding-left: 0.2rem;
    color: #999;
    transition: all 0.4s;
}

.list ul li a h3 {
    font-size: 0.18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 0.3rem;
    transition: all 0.4s;
}

.list ul li a h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    border: 0.03rem solid #004dca;
    transition: all 0.4s;
}

.list ul li:hover a h3::after {
    width: 0.09rem;
    height: 0.09rem;
    border: 1px solid #fff;
}

.list ul li:hover a h3,
.list ul li:hover a span {
    color: #fff;
}

/* 内容页 */
.art-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.art-main .l {
    flex: 1;
    min-width: 0;
}

.art-main .art-tit h3 {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
}

.art-main .art-body {
    padding-top: 0.24rem;
    word-wrap: break-word;
}

.art-main .art-body p {
    text-indent: 2em;
    font-size: 0.2rem !important;
    line-height: 0.48rem !important;
    margin-bottom: 0.3rem !important;
    color: #666 !important;
    text-align: justify;
}

.art-main .art-body img {
    max-width: 90% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit .fbt {
    margin-top: 0.2rem;
}

.art-main .cont-tit .fbt .l {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.12rem;
    border-bottom: 1px solid #D4D4D4;
}

.art-main .cont-tit .fbt .l>div {
    margin: 0 0.2rem 0.1rem 0.2rem;
    font-size: 0.18rem;
    color: #999;
    line-height: 0.26rem;
}

.art-main .cont-tit .fbt .l div img {
    display: inline-block;
    vertical-align: middle;
    max-width: 0.25rem;
    max-height: 0.21rem;
    margin-right: 0.08rem;
}

.art-main .cont-tit .fbt>div.font {
    display: flex;
    align-items: center;
}

.art-main .cont-tit .fbt>div.font span {
    display: block;
    font-size: 0.16rem;
    color: #777;
    margin: 0 0.05rem;
    cursor: pointer;
}

.art-main .cont-tit .fbt>div.font span.on {
    color: #014694;
}

.art-info {
    border-top: 1px solid #BFCCE1;
    position: relative;
    margin-top: 0.5rem;
}

.art-info::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 1.2rem;
    height: 3px;
    background: #0068B7;
}

.pnext {
    margin-top: 0.27rem;
    font-size: 0.2rem;
}

.pnext p {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #0068B7;
}

.pnext p a {
    color: #333;
}

.pnext p:hover a {
    color: #0068B7;
}

.art-main .r {
    width: 3.4rem;
    margin-left: 0.65rem;
}

.art-main .r .tit {}

.art-main .r .tit h3 {
    line-height: 0.55rem;
    background: #0068B7;
    text-align: center;
    font-size: 0.24rem;
    font-weight: normal;
    color: #FFFFFF;
}

.art-main .r ul li a {
    display: block;
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
    padding: 0.25rem 0;
    position: relative;
}

.art-main .r ul li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    border-bottom: 1px solid #0068B7;
    transition: all 0.5s;
}

.art-main .r ul li a span {
    display: block;
    font-family: Arial;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #666;
    opacity: 0.8;
}

.art-main .r ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    margin-top: 0.07rem;
    transition: all 0.5s;
}

.art-main .r ul li:hover a span {
    color: #0068B7;
}

.art-main .r ul li:hover a h3 {
    color: #0068B7;
    font-weight: bold;
}

.art-main .r ul li:hover a::after {
    left: 0;
    width: 100%;
}

/* 概况 */

.jj1 {
    overflow: hidden;
}

.jj1 img {
    float: left;
    display: block;
    width: 7.51rem;
    margin-right: 0.7rem !important;
}

.jj1 .tit {
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #2C2C2C;
    margin-top: 0.1rem;
}

.jj1 hr {
    display: inline-block;
    width: 0.94rem;
    height: 0.03rem;
    background: linear-gradient(90deg, #791CB5 4%, #2C21E4 125%);
    border: 0;
    margin-bottom: 0.4rem;
    margin-top: 0.24rem;
}

.art-jj p {
    line-height: 0.34rem !important;
    color: #666666;
}

/* 学校章程 */
.xxzc {}

.xxzc h3 {
    font-size: 0.38rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    letter-spacing: normal;
    color: #0068B7;
}

.xxzc h4 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #0068B7;
    margin-top: 0.4rem;
    text-align: center;
    margin-bottom: 0.15rem;
}

.xxzc p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.48rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    text-indent: 2em;
    color: #666666;
}

.xxzc p b {
    color: #0068B7;
}

.hidden-content {
    display: none;
}

.xxzc .more {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #0068B7;
    text-align: center;
    margin-top: 0.75rem;
    background-image: url(../images/xxzc-zs.png);
    background-repeat: no-repeat;
    background-size: 0.22rem auto;
    background-position: center;
    padding-bottom: 0.5rem;
    cursor: pointer;
}

/* 图片列表 */

.img-lists {
    overflow: hidden;
}

.img-lists ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -0.26rem;
}

.img-lists ul li {
    width: 33.333%;
    margin-bottom: 0.75rem;
}

.img-lists ul li a {
    display: block;
    margin: 0 0.26rem;
}

.img-lists ul li a .pic {
    padding-top: 64.65%;
}

.img-lists ul li a .tx {
    padding: 0.3rem;
    font-size: 0;
    border-bottom: 0.03rem solid #0068B7;
    transition: all 0.5s;
}

.img-lists ul li a .tx h3 {
    font-size: 0.22rem;
    font-weight: normal;
    transition: all 0.5s;
}

/*师资队伍*/
.list-ld {}

.list-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-ld ul li {
    width: 48.125%;
    margin-bottom: 0.5rem;
}

.list-ld ul li a {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #BFCCE1;
    background-image: url(../images/ld-libg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding: 0.4rem;
}

.list-ld ul li .sz-pic {
    width: 2.14rem;
    margin-right: 0.36rem;
    position: relative;
    z-index: 1;
}

.list-ld ul li .sz-pic::before {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: -0.1rem;
    right: 0.1rem;
    bottom: -0.1rem;
    background: #0068B7;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.list-ld ul li .pic {
    padding-top: 129.9%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .list-ld ul li .pic img {
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .list-ld ul li:hover .pic img {
        transform: translateX(-50%) scale(1.1);
    }
}

.list-ld ul li .sz-tx {
    flex: 1;
    min-width: 0;
}

.list-ld ul li h3 {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #0D60BE;
    margin-top: 0.2rem;
    transition: all 0.5s;
}

.list-ld ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    max-height: 0.84rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #666666;
    margin-top: 0.2rem;
}

.list-ld ul li .xq {
    border-top: 1px solid rgba(13, 66, 167, 0.1);
    padding-top: 0.3rem;
    margin-top: 0.38rem;
    position: relative;
    z-index: 1;
}

.list-ld ul li .xq::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 0;
    border-top: 1px solid #0068B7;
    transition: all 0.5s;
}

.list-ld ul li .xq span {
    display: inline-block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #666666;
    background: url(../images/ld-jt.png) no-repeat right center;
    background-size: 0.22rem auto;
    padding-right: 0.38rem;
}

/* 现任领导 */
.xrld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xrld ul {
    width: 46.875%;
    background: rgba(243, 245, 247, 0.5);
    border: 1px solid #BFCCE1;
    background-image: url(../images/xrld-t.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0.7rem;
}

.xrld ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #CEDBE8;
    padding-top: 0.24rem;
    padding-bottom: 0.14rem;
}

.xrld ul li:first-child {
    border-top: 0;
}

.xrld ul li .tit {
    width: 2.3rem;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.36rem;
    text-align: right;
    letter-spacing: normal;
    color: #0068B7;
    margin-bottom: 0.1rem;
    padding-right: 0.22rem;
    border-right: 1px solid #CEDBE8;
}

.xrld ul:nth-child(2) li .tit {
    width: 1.2rem;
}

.xrld ul li .r {
    flex: 1;
    min-width: 0;
}

.xrld ul li .r a {
    display: inline-block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
    margin-left: 0.36rem;
}

/* 历任领导 */
.lrld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lrld>div {
    width: 46.875%;
}

.lrld .k {
    margin-bottom: 0.8rem;
}

.lrld .tit {
    background: url(../images/lrld-tit.png) no-repeat center;
    background-size: cover;
    padding: 0.18rem 0.7rem;
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.lrld ul {
    background: rgba(243, 245, 247, 0.5);
    border: 1px solid #BFCCE1;
    border-top: 0;
    padding: 0.27rem 0.5rem;
}

.lrld ul li {}

.lrld ul li a {
    display: block;
    border-top: 1px solid rgba(17, 81, 159, 0.12);
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    padding: 0.23rem 0.4rem;
    background-image: url(../images/lrld-sj.png);
    background-repeat: no-repeat;
    background-size: 0.08rem auto;
    background-position: 0.2rem center;
}

.lrld ul li:first-child a {
    border-top: 0;
}

/* 师资概况 */
.szgk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.szgk .tx {
    flex: 1;
    min-width: 0;
}

.szgk .tx p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
    text-indent: 2em;
}

.szgk .r {
    width: 6.22rem;
    margin-left: 0.58rem;
}

.szgk .r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.szgk .r ul li {
    width: 3.22rem;
    position: relative;
}

.szgk .r ul li::before {
    content: "";
    position: absolute;
    bottom: -0.44rem;
    left: -0.44rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #7DCDF4;
    z-index: 1;
}

.szgk .r ul li:nth-child(2) {
    width: 3.52rem;
    margin-left: -0.52rem;
    margin-top: 0.93rem;
}

.szgk .r ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: -0.14rem;
    right: -0.14rem;
    bottom: auto;
    left: auto;
    width: 0.2rem;
    height: 0.2rem;
    background: #D64F25;
    z-index: 1;
}

.szgk .r ul li a {
    display: block;
    position: relative;
}

.szgk .r ul li a .pic {
    padding-top: 71.42%;
    border: 0.06rem solid #F0F6FF;
}

.szgk .r ul li:nth-child(2) a .pic {
    padding-top: 71.59%;
}

.szgk .r ul li a .pic::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    opacity: 0.6;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.szgk .r ul li a h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.2rem;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.szgk .r ul li:first-child a h3 {
    padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}

/* 师资内容 */
.sz-con {
    display: flex;
    flex-wrap: wrap;
}

.sz-con .pic1 {
    width: 2.3rem;
    margin-left: 0.1rem;
    position: relative;
    z-index: 1;
    margin-right: 0.52rem;
}

.sz-con .pic1::before {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: -0.1rem;
    right: 0.1rem;
    bottom: -0.1rem;
    background: #0068B7;
    z-index: -1;
}

.sz-con .pic1 img {
    display: block;
    width: 100%;
}

.sz-r {
    flex: 1;
    min-width: 0;
    padding-top: 0.32rem;
}

.sz-ty {
    overflow: hidden;
}

.sz-ty h3 {
    font-size: 0.36rem;
    font-weight: normal;
    color: #0D60BE;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 72, 157, 0.1);
}

.sz-ty h3 span {
    font-size: 0.2rem;
    font-weight: normal;
    margin-left: 0.25rem;
    color: #333333;
}

.sz-ty>div {
    margin-top: 0.32rem;
}

.sz-ty>div p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
}

.sz-d {
    position: relative;
    z-index: 1;
}

.sz-box {
    margin-top: 0.75rem;
}

.sz-box h4 {
    font-size: 0;
    padding: 0.24rem 0.34rem;
    border: 1px solid #BFCCE1;
    border-left: 4px solid #0068B7;
}

.sz-box h4 span {
    display: inline-block;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #0D60BE;
}

.sz-box p {
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: #666666;
    text-indent: 2em;
    margin-top: 0.34rem;
}

.sz-box .tz {
    margin-top: 0.3rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.sz-box .tz img {
    display: block;
    max-width: 48%;
}

.sz-p p:first-child {
    margin-top: 0;
}

/* 图文列表页  start */

.tw ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.3rem;
    border-bottom: 1px dashed #D3DDED;
    transition: all 0.5s;
}

.tw ul li a .pic {
    width: 3.52rem;
    height: 2.34rem;
    padding-top: 0;
    margin-right: 0.45rem;
}

.tw ul li a .tx {
    flex: 1;
    min-width: 0;
}

.tw ul li a .tx .date {
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    color: #959595;
    transition: all 0.5s;
}

.tw ul li a .tx .date b {
    font-size: 0.28rem;
    color: #0068B7;
    margin-right: 0.04rem;
    transition: all 0.5s;
}

.tw ul li a .tx h3 {
    font-size: 0.24rem;
    font-weight: normal;
    margin-top: 0.28rem;
    transition: all 0.5s;
}

.tw ul li a .tx p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.13rem;
    color: #666666;
    opacity: 0.8;
    transition: all 0.5s;
}

/* 组织机构 */
.zzjg {}

.zzjg-box {
    margin-bottom: 0.75rem;
}

.zzjg-box .tit {
    font-size: 0.38rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #0068B7;
}

.zzjg-box h3 {
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #fff;
    margin-bottom: 0.18rem;
}

.zzjg-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.18rem;
}

.zzjg-box ul li {
    width: 25%;
    margin-top: 0.3rem;
}

.zzjg-box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.18rem;
    font-size: 0.2rem;
    line-height: 0.26rem;
    height: 0.85rem;
    border: 1px solid #BFCCE1;
    padding: 0 0.3rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.zzjg-box ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
    width: 0.2rem;
    height: 0.15rem;
    background: url(../images/zzjg-sj.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

/* 校园风光 */
.groupbox {
    padding: 0 1.5rem;
    margin-top: 0.5rem;
}

.groupbox .tit ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.groupbox .tit li a {
    display: block;
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px solid #095885;
    font-family: sys;
    font-size: 0.3rem;
    color: #095885;
    transition: all 0.5s;
}

.groupbox .tit li.on a {
    color: #fff;
    background: url(../images/grouptitbg.png) no-repeat;
    background-size: 100% 100%;
}

.groupbox .tit li+li {
    margin-left: 0.15rem;
}

.groupbox .qh-bd {
    position: relative;
}

.groupbox .qh-bd>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.groupbox .qh-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.group-big .slick-list {
    /* margin: 0 0.7rem; */
}

.group-big li a {
    display: block;
}

.group-big li a .pic {
    padding-top: 56.69%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.group-big li a img {
    display: block;
    width: 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
    width: 0.49rem;
    height: 0.7rem;
    opacity: 0.2;
    transition: all 0.3s;
}

.group-big .slick-prev {
    background: url(../images/group-bigprev.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.group-big .slick-next {
    background: url(../images/group-bignext.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
    opacity: 1;
}

.group-big .slick-dots {
    margin: 0 0.7rem;
    width: calc(100% - 1.4rem);
    height: 0.6rem;
    line-height: 0.6rem;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
}

.group-big .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.group-big .slick-dots li .dot-page {
    display: none;
}

.group-big .slick-dots li.slick-active .dot-page {
    display: block;
}

.group-big .slick-dots li .dot-page span {
    font-family: Arial;
    font-size: 0.26rem;
    padding-right: 0.05rem;
}

.group-big .slick-dots li .dot-page b {
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    padding-left: 0.05rem;
}

.group-sml {
    margin-top: 0.15rem;
    overflow: hidden;
}

.group-sml li a {
    display: block;
    margin: 0 0.05rem;
    position: relative;
    z-index: 1;
}

.group-sml li a .tx {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.group-sml li:hover a .tx {
    top: 0;
}

.group-sml li a .tx h3 {
    padding: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
}

.group-sml li a .pic {
    padding-top: 56.12%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-sml li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.group-big .slick-prev,
.group-big .slick-next {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background-color: #e1ccba;
    opacity: 1;
    z-index: 9;
}

.group-big .slick-list {
    /* margin: 0 0.3rem; */
}

.group-big .slick-prev {
    left: -1.5rem;
    background-image: url(../images/s4-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.1rem auto;
}

.group-big .slick-next {
    right: -1.5rem;
    background-color: #095785;
    background-image: url(../images/s4-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.1rem auto;
}


/* 学校简介 */
.xxjj {}

.xxjj p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.48rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 0.6rem;
}

.jj1box {
    position: relative;
    z-index: 1;
}

.jj1box::before {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    right: -1.6rem;
    width: 7.2rem;
    height: 3.96rem;
    background: url(../images/jj1-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.jj1 {
    display: block;
    float: left;
    margin-right: 0.7rem;
    width: 6.02rem;
    margin-left: -1.6rem;
    margin-top: 0.46rem;
}

.jj2 {
    margin-top: 0.3rem;
    padding: 2.16rem 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0.8rem;
}

.jj2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.6rem;
    right: -1.6rem;
    bottom: 0;
    background: url(../images/jj2-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.jj2 ul {
    display: flex;
    flex-wrap: wrap;
}

.jj2 ul li {
    width: 25%;
    text-align: center;
}

.jj2 ul li h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.jj2 ul li h3 b {
    font-size: 0.8rem;
    font-weight: 500;
    margin-right: 0.1rem;
}

.jj2 ul li p {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0.05rem;
}

.jj3 {
    position: relative;
    z-index: 1;
}

.jj3::before {
    content: '';
    position: absolute;
    left: -1.6rem;
    top: 25%;
    width: 2.74rem;
    height: 4.16rem;
    background: url(../images/jj-ta.png) no-repeat;
    background-size: 100% auto;
}

/* 联系我们 */
.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.contact .l {
    width: 50.68%;
}

.contact .l .pic {
    padding-top: 59.18%;
}

.contact .r {
    width: calc(49.32% + 0.64rem);
    height: 5.02rem;
    margin-left: -0.64rem;
    margin-top: 0.64rem;
    background-color: #FFFFFF;
    background-image: url(../images/con-book.png);
    background-position: right bottom;
    background-size: 64.37% auto;
    background-repeat: no-repeat;
    box-shadow: 0px 0.02rem 0.2rem 0px rgba(17, 80, 157, 0.2);
    padding-top: 0.86rem;
    padding-left: 0.6rem;
    padding-right: 0.2rem;
    position: relative;
    z-index: 1;
}

.contact .r::after {
    content: '';
    position: absolute;
    top: -0.64rem;
    left: 0;
    border-right: 0.32rem solid #0068B7;
    border-bottom: 0.32rem solid #0068B7;
    border-top: 0.32rem solid transparent;
    border-left: 0.32rem solid transparent;
}

.contact .r ul li {
    display: flex;
}

.contact .r ul li+li {
    margin-top: 0.16rem;
}

.contact .r ul li .icon {
    width: 0.6rem;
    height: 0.6rem;
    background: #F0F6FF;
    border: 1px solid #DAE9FF;
    border-radius: 50%;
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .r ul li .icon img {
    width: 0.29rem;
    transition: all 0.5s;
}

.contact .r ul li .tx {
    flex: 1;
    min-width: 0;
}

.contact .r ul li .tx p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
}

/* 教学团队 */
.jxtd {}

.jxtd>img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.jxtd .tit {
    font-size: 0.38rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    letter-spacing: normal;
    color: #0068B7;
    margin-bottom: 0.48rem;
    margin-top: 0.9rem;
}

.jxtd .box {
    overflow-x: auto;
}

.jxtd table {
    width: 100%;
    min-width: 8.4rem;
    margin: 0 auto;
    border-collapse: collapse;
    border-right: 1px solid #B2C9E0;
    border-bottom: 1px solid #B2C9E0;
}

.jxtd thead {
    background: #0068B7;
}

.jxtd th {
    color: #fff;
    line-height: 0.86rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    border-left: 1px solid #B2C9E0;
}

.jxtd td {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.8rem;
    text-align: center;
    letter-spacing: normal;
    border-left: 1px solid #B2C9E0;
}

.jxtd td.addbg {
    background: rgba(33, 49, 155, 0.06);
}

/* 学校标识 */
.xxbs {}

.xxbs .k+.k {
    margin-top: 1.1rem;
}

.xxbs .tit {
    font-size: 0.38rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    letter-spacing: normal;
    color: #0068B7;
    margin-bottom: 0.75rem;
}

.xxbs .bs-img {
    text-align: center;
}

.xxbs .bs-img img {
    max-width: 100%;
}

.xxbs .k2 .bs-img {
    display: flex;
    justify-content: space-between;
}

.xxbs .k2 .bs-img img {
    display: block;
}

.xxbs .k1 .bs-img img {
    /*width: 5.91rem;*/
    width: 36.93%;
}

.xxbs .k3 .bs-img img {
    /*width: 7.84rem;*/
    width: 49%;
}

.xxbs .k2 .bs-img img:first-child {
    /*width: 2.31rem;*/
    width: 14.43%;
}

.xxbs .k2 .bs-img img:nth-child(2) {
    /*width: 5.94rem;*/
    width: 37.125%;
}

.xxbs .k2 .bs-img img:nth-child(3) {
    /*width: 6.39rem;*/
    width: 39.93%;
}

.xxbs .k p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.48rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
    margin-top: 0.4rem;
    text-indent: 2em;
}

.xxbs .k p b {
    color: #0068B7;
}

.xxbs .fj {
    margin-top: 0.7rem;
}

.xxbs .fj ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxbs .fj ul li {
    width: 49%;
}

.xxbs .k3 .fj ul li {
    width: 100%;
}

.xxbs .fj ul li a {
    display: block;
    border: 1px solid #BFCCE1;
    border-left: 4px solid #0068B7;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.36rem;
    padding: 0.24rem;
}

/* 历史沿革 */
.history {
    padding: 0 2rem;
    margin-top: 0.6rem;
    position: relative;
    z-index: 1;
}

.history-title {
    position: absolute;
    top: 0;
    left: 0;
}

.history-title span {
    display: block;
    font-family: sys-b;
    font-size: 0.58rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    color: #0068B7;
}

.history-title span:nth-of-type(even) {
    margin-left: 0.2rem;
}

.history .zy {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
    text-indent: 2em;
    position: relative;
    z-index: 2;
}

.lsyg-logo {
    display: block;
    margin: 0 auto;
    width: 1.21rem;
    height: 1.21rem;
    margin-top: 0.8rem;
    position: relative;
    z-index: 1;
}

.lsyg-logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.36rem;
    height: 4.36rem;
    background: url(../images/his-q.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

.lsyg-logo img {
    display: block;
    width: 100%;
}

.history ul {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.history ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    border: 1px solid rgba(121, 153, 206, 0.3);
    z-index: -1;
}

.history ul li {
    width: 50%;
    margin-top: 0.4rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px dashed #7999CE;
}

.history ul li:nth-of-type(even) {
    margin-left: 50%;
}

.history ul li:nth-of-type(odd) a {
    padding-left: 0;
    padding-right: 0.7rem;
}

.history ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 0.7rem;
}

.history ul li a::before {
    content: '';
    position: absolute;
    bottom: -0.48rem;
    left: -0.22rem;
    width: 0.44rem;
    height: 0.44rem;
    background: url(../images/his-y1.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.history ul li:nth-of-type(odd) a::before {
    left: auto;
    right: -0.22rem;
}

.history ul li a::after {
    content: '';
    position: absolute;
    bottom: -0.26rem;
    left: 0;
    width: 0;
    border-bottom: 1px solid #D64F25;
    transition: all 0.5s;
}

.history ul li:nth-of-type(odd) a::after {
    left: auto;
    right: 0;
}

.his-year {
    font-family: sys-b;
    font-size: 0.46rem;
    font-weight: normal;
    line-height: 0.46rem;
    letter-spacing: normal;
    color: #0068B7;
    margin-right: 0.1rem;
}

.history ul li:nth-of-type(odd) a {
    justify-content: flex-end;
}

.history ul li:nth-of-type(odd) .his-year {
    order: 2;
    margin-left: 0.1rem;
    margin-right: 0;
}

.his-year span {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #092C7A;
    opacity: 0.0808;
}

.history ul li h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
}

.history ul li:nth-of-type(odd) h3 {
    text-align: right;
}

.history .his dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.history .his dd {
    width: calc((100% - 0.48rem*2)/3);
    background: #F0F6FF;
    border: 1px solid #7999CE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
    padding: 0.25rem 0.44rem;
}

.history .his-zi {
    display: block;
    position: absolute;
    right: -0.84rem;
    top: 0.2rem;
    width: 4.73rem;
}

@media screen and (min-width: 1025px) {

    .text-list ul li:hover a::after {
        left: 0;
        width: 100%;
    }

    .text-list ul li:hover a h3 {
        font-weight: bold;
        color: #0068B7;
        background-image: url(../images/text-jia.png);
    }

    .text-list ul li:hover a p {
        display: block;
    }


    .tw ul li:hover a {
        background: url(../images/tw-libg.png) no-repeat center right;
        background-size: 100% 100%;
    }

    .tw ul li:hover a .date {
        color: #fff;
    }

    .tw ul li:hover a .date b {
        color: #fff;
    }

    .tw ul li:hover a .tx h3 {
        color: #fff;
        font-weight: bold;
    }

    .tw ul li:hover a .tx p {
        color: #fff;
        opacity: 0.7;
    }

    .img-lists ul li:hover a .tx {
        background: url(../images/img-bg.jpg) no-repeat center;
        background-size: cover;
    }

    .img-lists ul li:hover a h3 {
        color: #fff;
        font-weight: bold;
    }

    .contact .r ul li:hover .icon img {
        animation: icon-yh 1.5s linear;
    }

    .list-ld ul li:hover .sz-pic::before {
        opacity: 1;
        visibility: visible;
    }

    .list-ld ul li:hover h3 {
        font-weight: bold;
    }

    .list-ld ul li:hover .xq::after {
        left: 0;
        width: 100%;
    }

    .zzjg-box ul li:hover a {
        background: url(../images/zzjg-libg.jpg) no-repeat center;
        background-size: 100% 100%;
        color: #fff;
        font-weight: bold;
        padding: 0 0.5rem 0 0.3rem;
    }

    .zzjg-box ul li:hover a::after {
        opacity: 1;
        visibility: visible;
    }

    .history ul li:hover a::before {
        background-image: url(../images/his-y2.png);
    }

    .history ul li:hover a::after {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .lmmc {
        bottom: 0.2rem;
    }

    .lmmc h3 {
        font-size: 0.3rem;
        line-height: 0.3rem;
        color: #FFFFFF;
        padding-bottom: 0.15rem;
        background-size: 0.32rem auto;
    }

    .nymain-bg2 {
        padding-top: 0.2rem;
    }

    .left-box {
        border-bottom: 0;
    }

    .nymain .leftNav .leftNav-tit {
        width: 100%;
        height: auto;
        line-height: inherit;
        margin-top: 0;
        display: block;
    }

    .nymain .leftNav .leftNav-tit>h2 {
        display: block;
        height: inherit;
        line-height: 0.56rem;
        font-size: 0.2rem;
        text-align: left;
        padding-left: 0.15rem;
        padding-top: 0;
        font-weight: 600;
        background: #0068B7;
        color: #fff;
        padding-bottom: 0;
    }

    .nymain .leftNav .leftNav-tit>h2 span {
        float: right;
        width: 0.5rem;
        height: 0.56rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: 0.14rem auto;
        cursor: pointer;
    }

    .nymain .leftNav .leftNav-tit>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-size: 0.14rem auto;
    }

    .nymain .leftNav>ul {
        padding: 0.1rem;
        display: none;
        background: rgba(255, 255, 255, 0.3);
    }

    .nymain .leftNav>ul>li {
        width: auto;
    }

    .nymain .leftNav>ul>li+li {
        margin-top: 0.1rem;
    }

    .nymain .leftNav>ul>li>a::before {
        content: none;
    }

    .nymain .leftNav>ul>li.on>a,
    .nymain .leftNav>ul>li.active>a,
    .nymain .leftNav>ul>li:hover>a {
        background: none;
        color: #0068B7;
        font-weight: bold;
    }

    .nymain .leftNav>ul>li>ul {
        position: static;
        display: none;
        transform: none;
        padding: 0 0.2rem;
        background: none;
        box-shadow: none;
        border-top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
    }

    .nymain .leftNav>ul>li:hover>ul {
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        text-align: left;
        color: #666;
        padding: 0.1rem 0;
    }

    .nymain .leftNav>ul>li>ul>li.active>a {
        background: none;
        color: #08988e;
        font-weight: bold;
    }

    .nymain .leftNav>ul>li>span {
        display: block;
        transition: all 0.5s;
    }

    .nymain .leftNav>ul>li.on>span {
        transform: rotate(90deg);
    }

    .nymain .leftNav {
        position: static;
        width: 100%;
    }

    .nymain .leftNav ul li a {
        font-size: 0.18rem;
        line-height: 0.46rem;
        margin: 0;
        padding: 0 0.2rem;
        color: #333;
        border: 0;
        text-align: left;
    }

    .position {
        margin-top: 0.15rem;
    }

    .position img {
        height: 0.18rem;
    }

    .position span,
    .position a {
        font-size: 12px;
    }

    .position span {
        margin: 0 0.05rem;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .pagination {
        padding-top: 0.3rem;
    }

    .ny-right {
        padding-top: 0.2rem;
        padding-bottom: 0.4rem;
    }

    .nymain-bg2::before {
        width: 3rem;
        height: 0.28rem;
    }

    .position>h3 {
        display: none;
    }

    .gg-tit h3 {
        font-size: 0.26rem;
        line-height: 0.3rem;
        margin: 0 0.15rem;
    }

    .gg-tit h3::before {
        top: -0.08rem;
        width: 0.4rem;
        height: 0.4rem;
    }

    .gg-tit::before,
    .gg-tit::after {
        width: 1rem;
        height: 0.18rem;
    }

    .text-list ul li a {
        padding: 0.2rem 0;
    }

    .text-list ul li a h3 {
        font-size: 0.18rem;
    }

    .text-list ul li a span {
        font-size: 0.16rem;
    }

    .list-ld ul li a {
        padding: 0.2rem;
    }

    .list-ld ul li .sz-pic {
        width: 2.14rem;
        margin-right: 0.2rem;
    }

    .list-ld ul li h3 {
        font-size: 0.22rem;
    }

    .zzjg-box .tit {
        font-size: 0.24rem;
        line-height: 0.3rem;
    }

    .zzjg-box ul {
        margin: 0 -0.1rem;
    }

    .zzjg-box ul li {
        margin-top: 0.15rem;
    }

    .zzjg-box ul li a {
        margin: 0 0.1rem;
        font-size: 0.16rem;
        padding: 0 0.1rem;
    }

    .zzjg-box {
        margin-bottom: 0.3rem;
    }

    .art-main .l {
        flex: none;
        width: 100%;
    }

    .art-main .art-tit h3 {
        font-size: 0.24rem;
        line-height: 1.5;
    }

    .art-main .cont-tit .fbt .l>div {
        margin: 0 0.1rem;
        font-size: 0.16rem;
    }

    .art-main .cont-tit .fbt {}

    .art-main .art-body {
        padding-top: 0.2rem;
    }

    .art-main .art-body p {
        font-size: 0.18rem !important;
        line-height: 0.26rem !important;
        margin-bottom: 0.2rem !important;
    }

    .pnext p {
        font-size: 0.18rem;
        line-height: 0.26rem;
    }

    .art-info {
        margin-top: 0.3rem;
    }

    .pnext {
        margin-top: 0.15rem;
    }

    .art-main .r {
        width: 100%;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .art-main .r ul li a h3 {
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }

    .art-main .r ul li a {
        padding: 0.1rem 0;
    }

    .jj1 img {
        float: none;
        margin: 0 auto !important;

    }

    .jj1 .tit {
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin-top: 0.2rem;
    }

    .jj1 hr {
        width: 0.7rem;
        height: 0.02rem;
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
    }

    .groupbox {
        padding: 0 0.3rem;
        margin-top: 0.3rem;
    }

    .group-big .slick-prev,
    .group-big .slick-next {
        width: 0.3rem;
        height: 0.3rem;
    }

    .group-big .slick-prev {
        left: -0.4rem;
    }

    .group-big .slick-next {
        right: -0.4rem;
    }

    .groupbox .tit li a {
        width: 1.4rem;
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.22rem;
    }

    .img-lists ul {
        margin: 0 -0.15rem;
    }

    .img-lists ul li a {
        margin: 0 0.15rem;
    }

    .img-lists ul li a .tx {
        padding: 0.15rem;
    }

    .img-lists ul li a .tx h3 {
        font-size: 0.18rem;
    }

    .img-lists ul li {
        margin-bottom: 0.2rem;
    }

    .xrld ul {
        padding: 0.2rem;
    }

    .xrld ul li .tit {
        font-size: 0.18rem;
        width: 2rem;
    }

    .xrld ul li .r a {
        font-size: 0.16rem;
        margin-left: 0.22rem;
    }

    .xrld ul:nth-child(2) li .tit {
        width: 1rem;
    }

    .tw ul li a,
    .tw ul li:hover a {
        padding: 0.2rem 0;
    }

    .tw ul li a .tx .date b {
        font-size: 0.22rem;
    }

    .tw ul li a .tx h3 {
        font-size: 0.18rem;
        margin-top: 0.15rem;
    }

    .tw ul li a .tx p {
        font-size: 0.15rem;
        line-height: 0.24rem;
        max-height: 0.48rem;
    }

    .tw ul li a .pic {
        width: 2.8rem;
        height: 1.86rem;
        margin-right: 0.25rem;
    }

    .xxzc h3 {
        font-size: 0.26rem;
        line-height: 0.3rem;
    }

    .xxzc h4 {
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin-top: 0.2rem;
        margin-bottom: 0.05rem;
    }

    .xxzc p {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .xxzc .more {
        margin-top: 0.2rem;
        font-size: 0.18rem;
        background-size: 0.18rem auto;
        padding-bottom: 0.4rem;
    }

    .contact .r ul li .icon {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.2rem;
    }

    .contact .r ul li .icon img {
        width: 0.18rem;
    }

    .contact .r ul li .tx p {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .contact .r {
        height: 3.4rem;
        padding-top: 0.4rem;
        padding-left: 0.3rem;
    }

    .sz-con .pic1 {
        margin-right: 0.2rem;
    }

    .sz-ty h3 {
        font-size: 0.26rem;
        padding-bottom: 0.15rem;
    }

    .sz-ty h3 span {
        font-size: 0.16rem;
        margin-left: 0.15rem;
    }

    .sz-ty>div {
        margin-top: 0.2rem;
    }

    .sz-ty>div p {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .sz-box h4 span {
        font-size: 0.26rem;
        line-height: 0.26rem;
    }

    .sz-box h4 {
        padding: 0.1rem 0.2rem;
    }

    .sz-box p {
        font-size: 0.16rem;
        line-height: 0.3rem;
        margin-top: 0.2rem;
    }

    .sz-box {
        margin-top: 0.4rem;
    }

    .jxtd .tit {
        font-size: 0.26rem;
        line-height: 1.5;
        margin-bottom: 0.24rem;
        margin-top: 0.4rem;
    }

    .jxtd th {
        font-size: 0.18rem;
        line-height: 0.6rem;
    }

    .jxtd td {
        font-size: 0.16rem;
        line-height: 0.54rem;
    }

    .lrld .tit {
        padding: 0.2rem;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }

    .lrld ul {
        padding: 0.2rem;
    }

    .lrld ul li a {
        font-size: 0.16rem;
        line-height: 0.26rem;
        padding: 0.15rem 0.15rem 0.15rem 0.4rem;
    }

    .lrld .k {
        margin-bottom: 0.2rem;
    }

    .xxbs .tit {
        font-size: 0.2rem;
        line-height: 0.24rem;
        margin-bottom: 0.3rem;
    }

    .xxbs .k p {
        font-size: 0.16rem;
        line-height: 0.26rem;
        margin-top: 0.2rem;
    }

    .xxbs .k+.k {
        margin-top: 0.3rem;
    }

    .xxbs .fj {
        margin-top: 0.2rem;
    }

    .xxbs .fj ul li a {
        font-size: 0.16rem;
        line-height: 0.26rem;
        padding: 0.1rem 0.2rem;
    }

    .jj2::before {
        left: -10px;
        right: -10px;
    }

    .jj1 {
        margin-right: 0.4rem;
        width: 37.625%;
        margin-left: -10px;
        margin-top: 0.23rem;
    }

    .xxjj p {
        margin-bottom: 0.2rem;
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .jj1box::before {
        right: -10px;
        width: 3rem;
        height: 1.65rem;
        bottom: -0.2rem;
    }

    .jj2 {
        margin-top: 0.1rem;
        padding: 1rem 0;
        margin-bottom: 0.2rem;
    }

    .jj2 ul li h3 b {
        font-size: 0.4rem;
    }

    .jj2 ul li p {
        font-size: 0.16rem;
    }

    .jj3::before {
        left: -10px;
        width: 2rem;
        height: 3.03rem;
    }

    .history {
        padding: 0;
        margin-top: 0;
    }

    .history .his-zi {
        right: -10px;
        width: 2.73rem;
    }

    .history-title {
        text-align: center;
        width: 100%;
        position: static;
        margin-bottom: 0.2rem;
    }

    .history-title span {
        display: inline-block;
        margin-left: 0 !important;
        font-size: 0.26rem;
    }

    .history .zy {
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .history ul li h3 {
        font-size: 0.16rem;
    }

    .his-year {
        font-size: 0.24rem;
        line-height: 0.3rem;
    }

    .history ul li {
        margin-top: 0.3rem;
        padding-bottom: 0.1rem;
    }

    .history ul li a::before {
        bottom: -0.27rem;
        left: -0.17rem;
        width: 0.34rem;
        height: 0.34rem;
    }

    .history ul li:nth-of-type(odd) a::before {
        right: -0.17rem;
    }

    .history ul li a {
        padding-left: 0.3rem;
    }

    .history ul li:nth-of-type(odd) a {
        padding-right: 0.3rem;
    }

    .history .his dl {
        margin-top: 0.3rem;
    }

    .history .his dd {
        font-size: 0.16rem;
        padding: 0.15rem 0.2rem;
    }

    .lsyg-logo {
        width: 1rem;
        height: 1rem;
        margin-top: 0.3rem;
    }

    .lsyg-logo::before {
        width: 3.36rem;
        height: 3.36rem;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
    .list ul li {
        line-height: 0.7rem;
    }

    .img-lists ul li {
        width: 50%;
    }

    .xbxx {
        padding-top: 0;
    }

    .xbxx ul li a {
        padding: 15px 10px;
    }

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }

    .xbxx ul li a div span {
        font-size: 12px;
    }

    .xbxx ul li a div img {
        height: 14px;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }

    .list ul li a h3 {
        font-size: 0.2rem;
    }

    .list ul li a span {
        font-size: 0.18rem;
    }

    .xrld ul li a {
        padding-right: 0;
    }

    .xrld ul li a .sz-pic {
        width: 100%;
        margin-right: 0;
    }

    .xrld ul li a .sz-tx {
        flex: none;
        width: 100%;
        padding: 0.2rem;
    }

    .zzjg-box {
        margin-top: 0;
    }

    .zzjg-box ul {
        margin: 0;
    }

    .zzjg-box ul li {
        width: 100%;
    }

    .zzjg-box ul li a {
        margin: 0;
        height: auto;
        padding: 0.15rem 0.3rem;
    }

    .zzjg-box ul li a::before {
        left: 0.15rem;
    }

    .zzjg-box ul li a::after {
        right: 0.15rem;
    }

    .xrld ul {
        width: 100%;
    }

    .xrld ul+ul {
        margin-top: 0.2rem;
    }

    .contact .l {
        width: 100%;
    }

    .contact .r {
        width: 100%;
        margin-left: 0;
        margin-top: 0.2rem;
        height: auto;
        padding: 0.3rem 0.2rem;
    }

    .contact .r::after {
        content: none;
    }

    .szgk .tx {
        flex: none;
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .szgk .r {
        width: 100%;
        margin-left: 0;
    }

    .szgk .r ul li::before {
        content: none !important;
    }

    .szgk .r ul li {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .szgk .r ul li:nth-child(2) {
        margin-top: 0.2rem;
    }

    .szgk .r ul li a h3 {
        padding: 0.2rem !important;
    }

    .list-ld ul li {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .lrld>div {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .img-lists ul li a>img {
        height: 100px;
    }

    .nymain .leftNav>.box>ul>li>ul>li>a {
        font-size: 12px;
    }

    .list-ld ul li a {
        padding: 0.1rem;
    }

    .list-ld ul li .sz-pic {
        width: 50%;
        margin-right: 0;
        margin:0 auto;
    }

    .list-ld ul li .sz-tx {
        flex: none;
        width: 100%;
    }

    .list-ld ul li p {
        max-height: inherit;
    }

    .list-ld ul li .xq {
        padding-top: 0.2rem;
        margin-top: 0.2rem;
    }

    .tw ul li a .pic {
        width: 100%;
        height: auto;
        padding-top: 66.47%;
        margin-right: 0;
        margin-bottom: 0.1rem;
    }

    .tw ul li a .tx {
        flex: none;
        width: 100%;
    }

    .tw ul li a .tx h3,
    .tw ul li a .tx p {
        margin-top: 0.1rem;
    }

    .sz-con .pic1 {
        margin: 0 auto;
    }

    .sz-r {
        flex: none;
        width: 100%;
        margin-top: 0.1rem;
    }

    .jj2 ul li {
        width: 50%;
    }

    .jj2 ul li:nth-child(2)~li {
        margin-top: 0.4rem;
    }

    .history .his dd {
        width: 100%;
    }

    .history .his dd+dd {
        margin-top: 0.2rem;
    }

    .history ul li a {
        display: block;
    }

    .history ul li h3 {
        margin-top: 0.05rem;
    }

    .history ul li:nth-of-type(odd) .his-year {
        text-align: right;
    }
}

@media screen and (max-width: 320px) {
    .img-lists ul li a>img {
        height: 84px;
    }
}