@charset "utf-8";

body {
    overflow-x: hidden;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .pic {
    padding-top: 6.68rem;
}

.banner .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg, #0005FF 0%, rgba(0, 5, 255, 0) 100%);
}

/* .banner img {
  display: block;
  width: 100%;
} */

.lmmc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.88rem;
}

.lmmc h3 {
    font-family: AlimamaFangYuanTiVF-Thin;
    font-size: 0.64rem;
    font-weight: bold;
    line-height: .64rem;
    color: #FFFFFF;
}

/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.4rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    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: #0005FF;
    color: #fff;
    border: 1px solid #0005FF;
}

.pagination a:hover {
    background: #0005FF;
    color: #fff;
    border: 1px solid #0005FF;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

/* 主体 */
.nymain {
    position: relative;
    z-index: 1;
    padding-bottom: 0.5rem;
}

.nymain .leftNav {
    padding-left: 3.77rem;
    position: relative;
    z-index: 1;
    margin-top: -0.87rem;
}

.nymain .leftNav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc((-100vw + 15.6rem)/2);
    width: calc((100vw - 15.6rem)/2 + 3.77rem);
    height: 0.13rem;
    background: #00ABFF;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
}

.nymain .leftNav>h2 {
    line-height: 0.9rem;
    font-family: sys-semi;
    color: #fff;
    background: #0005FF;
    font-size: 0.3rem;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    display: none;
}

.nymain .leftNav>ul {
    /* background-color: #f1f1f1;
  box-shadow: -0.1rem 0.12rem 0.46rem 0px rgba(219, 246, 253, 0.04);
  padding: 0.1rem 0 0.7rem 0; */
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: relative;
    z-index: 1;
}

.nymain .leftNav>ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100vw - 15.6rem)/2 + 100%);
    background: #fff;
    z-index: -1;
    clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%);
}

.nymain .leftNav>ul>li {
    /* margin: 0 0.2rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff; */
}

.nymain .leftNav>ul>li+li {
    margin-left: 0.4rem;
}

.nymain .leftNav>ul>li::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 0.2rem);
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.5s;
}

.nymain .leftNav>ul>li>a {
    display: block;
    position: relative;
    font-size: .24rem;
    line-height: .88rem;
    /* border-bottom: 1px solid rgba(195, 195, 195, 0.55); */
}

.nymain .leftNav>ul>li:first-child>a {
    padding: 0;
}

.nymain .leftNav>ul>li>a::after {
    /* content: ''; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    background: url(../images/left-sj.png) no-repeat;
    background-size: 100% auto;
    width: 0.12rem;
    height: 0.14rem;
    display: none;
}

.nymain .leftNav>ul>li.on>a {
    color: #0005FF;
    font-weight: bold;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
    display: block;
}


.nymain .leftNav>ul>li>span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.3rem;
    height: 0.7rem;
    background: url(../images/left-sj.png) no-repeat center;
    background-size: 0.08rem 0.14rem;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/left-sj2.png) no-repeat center;
    background-size: 0.08rem 0.14rem;
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li:hover>a {
    color: #0005FF;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
    width: calc(100% + 0.2rem);
}

.nymain .leftNav>ul>li.active>a {
    color: #0005FF;
    font-weight: bold;
}

.nymain .leftNav ul li.active ul {
    /* display: block; */
}

.nymain .leftNav ul li a:hover {
    background-position: 0.31rem center;
    color: #0005FF;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-right: 0;
    padding-left: 0.3rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #333;
    border-bottom: none;
    margin: 0.1rem 0;
}

.ejnav {
    margin-top: 1rem;
}

.ejnav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ejnav ul li {
    margin: 0.05rem .5rem 0.05rem 0;
}

.ejnav ul li:last-child {
    margin-right: 0;
}

.ejnav ul li a {
    display: block;
    font-size: .2rem;
    border-radius: 0.05rem;
    line-height: .47rem;
    padding: 0 .26rem;
    background: rgba(0, 5, 255, 0.1);
    transition: all 0.5s;
}

.ejnav ul li.on a {
    color: #fff;
    background: rgba(0, 5, 255, 1);
}

/* 右侧 */

.ny-right {
    padding-top: 0.6rem;
    min-height: 5rem;
}

/* 位置 */
.position {
    position: relative;
    font-size: 0;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}

.ny-right .position {
    display: none;
}

.position span {
    color: #fff;
    font-size: 0.18rem;
    vertical-align: middle;
}

.position img {
    height: 0.14rem;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.position a {
    font-size: 0.18rem;
    color: #fff;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.position a:hover {
    opacity: .8rem;
}

/* 列表页 */
.text-list {}

.text-list ul li {
    padding-left: 0.26rem;
    position: relative;
    line-height: 0.84rem;
    border-bottom: 1px dashed #CECECE;
    font-size: 0.2rem;
    position: relative;
    transition: all 0.3s;
}

.text-list ul li:first-child {
    border-top: none;
}

.text-list ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #0005FF;
    transition: all 0.5s;
}

.text-list ul li::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 3px solid #0005FF;
    transition: all 0.5s;
}

.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

.text-list ul li span {
    display: block;
    float: right;
    color: #666;
    margin-left: 0.2rem;
}

.text-list ul li:hover a {
    color: #0005FF;
}

.text-list ul li:hover span {
    color: #0005FF;
}

.text-list ul li:hover::before {
    background: #0005FF;
}

.text-list ul li:hover::after {
    left: 0;
    width: 100%;
}

/* 内容页 */
.art-main .art-tit h3 {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.06em;
}

.art-main .art-body {
    padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
    color: #252525;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 0.2rem !important;
    line-height: 0.36rem !important;
    margin-bottom: 0.3rem !important;
    text-align: justify;
}

.art-main .art-body img {
    max-width: 80% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.art-main .art-body table {
    max-width: 90%;
}

.art-main .art-body video {
    max-width: 90%;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: 0.3rem;
    border-bottom: 1px solid #EBE8E8;
    padding-top: 0.28rem;
    padding-bottom: 0.3rem;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #9e9e9e;
    margin: 0 0.2rem;
}

.art-info {
    margin-top: 0.5rem;
    padding: .3rem;
    background: #F7F7F7;
}

.pnext {}

.pnext p {
    font-size: 0.18rem;
    text-indent: initial;
    line-height: 0.24rem;
    padding: 0.05rem 0;
    transition: all 0.5s;
    color: #252525;
    background-image: url(../images/art-icon.png);
    background-position: left 0.05rem;
    background-repeat: no-repeat;
    background-size: 0.26rem auto;
    padding-left: 0.36rem;
}

.pnext p a {
    color: #333;
    font-weight: normal;
}

.pnext p:hover {
    /* color: #0005FF; */
}

.pnext p:hover a {
    color: #0005FF;
}


/* 图片列表 */
.img-lists {
    /* overflow: hidden; */
}

.img-lists ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem;
}

.img-lists ul li {
    width: 33.333%;
    margin-bottom: 0.65rem;
    position: relative;
    z-index: 1;
}

.img-lists ul li a {
    display: block;
    margin: 0 .3rem;
    padding: .24rem .33rem;
    background: #F8F8F8;
}

.img-lists ul li a .pic {
    padding-top: 66.2%;
}

.img-lists ul li a .pic .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.65rem;
    height: 0.6rem;
    background: #0005FF;
    text-align: center;
    color: #fff;
}

.img-lists ul li a .pic .date b {
    display: block;
    font-size: .24rem;
    font-weight: bold;
    font-style: italic;
}

.img-lists ul li a .pic .date span {
    display: block;
    font-size: .14rem;
    font-style: italic;
}

.img-lists ul li a>div.info h3 {
    margin-top: 0.3rem;
    font-size: .2rem;
    line-height: .28rem;
    height: .56rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.img-lists ul li a>div.info p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #999;
    font-size: 0.16rem;
    line-height: .28rem;
    padding-top: 0.06rem;
    border-top: 1px solid #E8E8E8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.25rem;
}

.img-lists ul li a>div.info p img {
    margin-left: .1rem;
    width: 0.16rem;
}

.img-lists ul li:hover a {
    background: #FFFFFF;
    box-shadow: 0px 0px 0.3rem 0px rgba(52, 47, 255, 0.3);
}


/*领导*/
.list-ld {
    overflow: hidden;
}

.list-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-ld ul li {
    width: 48%;
    margin-top: 0.8rem;
}

.list-ld ul li a {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.03);
}

.list-ld ul li .sz-pic {
    width: 2.4rem;
}

.list-ld ul li .pic {
    padding-top: 132.08%;
}

.list-ld ul li .sz-tx {
    flex: 1;
    min-width: 0;
    border: 1px solid transparent;
    border-left: none;
    padding: 0.3rem;
    transition: all 0.4s;
}

.list-ld ul li h3 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 0.16rem;
}

.list-ld ul li p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.4s;
}

.list-ld ul li .xq {
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 0.24rem;
}

.list-ld ul li .xq span {
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #000;
    padding-right: 0.47rem;
    background: url(../images/xq-jt.png) no-repeat right center;
    background-size: 0.37rem auto;
    opacity: 0.32;
    transition: all 0.4s;
}


.list-ld ul li:hover p {
    color: #0005FF;
}

.list-ld ul li:hover .sz-tx {
    border-color: #0005FF;
}

.list-ld ul li:hover .pic img {
    transform: scale(1.1);
}

.list-ld ul li .xq span {
    opacity: 1;
}

/* 师资列表 */
.szdw {
    overflow: hidden;
}

.szdw ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.szdw ul li {
    width: 25%;
}

.szdw ul li a {
    display: block;
    margin: 0.27rem 0.5rem;
    transition: all 0.5s;
}

.szdw ul li a .pic {
    padding-top: 125.16%;
    border: 0.05rem solid #d8d8d8;
    transition: all 0.5s;
}

.szdw ul li a .ld-tx {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
    line-height: .66rem;
    transition: all 0.5s;
}

.szdw ul li a .ld-tx h3 {
    font-size: 0.2rem;
    color: #333333;
    transition: all 0.5s;
}

.szdw ul li:hover a .pic {
    border: 0.05rem solid #0005FF;
}

.szdw ul li:hover a .ld-tx {
    background: #0005FF;
}

.szdw ul li:hover a .ld-tx h3 {
    color: #fff;
}

/* 师资内容 */
.sz-con {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.57rem;
}

.sz-con .pic1 {
    width: 3.26rem;
    max-width: 100%;
    padding: 0.54rem 0 0 0.56rem;
    position: relative;
    z-index: 1;
}

.sz-con .pic1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2.7rem;
    height: 2.7rem;
    background: #CCCDFF;
    z-index: -1;
}

.sz-con .pic1 img {
    display: block;
    max-width: 100%;
}

.sz-con .pic1 img {}

.sz-r {
    flex: 1;
    min-width: 0;
    padding-left: 1.1rem;
}

.sz-ty {
    overflow: hidden;
}

.sz-ty h3 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #3D3D3D;
    padding-bottom: 0.1rem;
    position: relative;
    z-index: 1;
}

.sz-ty h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.32rem;
    height: 0.04rem;
    background: linear-gradient(0deg, #0005FF, #0005FF), #0005FF;
}

.sz-ty>div {}

.sz-ty>div p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #666666;
    margin-top: 0.4rem;
    text-indent: 2em;
}

.sz-sxp {
    margin-top: 0.5rem;
}

.sz-sxp ul {
    display: flex;
    flex-wrap: wrap;
}

.sz-sxp ul li+li {
    margin-left: 0.54rem;
}

.sz-sxp ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.46rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    font-size: 0.16rem;
    color: #666666;
    padding: 0 0.25rem;
    transition: all 0.5s;
}

.sz-sxp ul li a i {
    width: 0.09rem;
    height: 0.09rem;
    background-image: url(../images/sz-prev1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 0.1rem;
    transition: all 0.5s;
}

.sz-sxp ul li:nth-child(2) a i {
    background-image: url(../images/sz-next1.png);
    margin-right: 0;
    margin-left: 0.1rem;
}

.sz-sxp ul li:hover a {
    background: linear-gradient(0deg, #0005FF, #0005FF), #0005FF;
    color: #fff;
}

.sz-sxp ul li:hover a i {
    background-image: url(../images/sz-prev2.png);
}

.sz-sxp ul li:nth-child(2):hover a i {
    background-image: url(../images/sz-next2.png);
}

.sz-d {
    position: relative;
    z-index: 1;
}

.sz-box {
    /* margin-top: 0.52rem; */
}

.sz-box h4 {
    /* margin-bottom: 0.57rem; */
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0.22rem;
    font-size: .36rem;
    font-weight: 600;
    color: #3D3D3D;
}

.sz-box h4 span {
    display: inline-block;
    font-size: 0.2rem;
    color: #0005FF;
    padding-left: 0.25rem;
}

.sz-box p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666666;
}

.sz-box p.z {
    text-align: center;
}

.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 {}

.sz-p p:first-child {
    margin-top: 0;
}

/* 图文列表页  start */
.tw {}

.tw ul li a {
    display: block;
    overflow: hidden;
    padding: 0.4rem 0;
    border-bottom: 1px solid #D8D8D8;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 2.86rem auto;
    background-image: none;
    position: relative;
    transition: all 0.5s;
}

.tw ul li a .pic {
    width: 3.83rem;
    height: 2.66rem;
    padding-top: 0;
    float: left;
    margin-right: 0.55rem;
}

.tw ul li a .tw-tx {
    overflow: hidden;
}

.tw ul li a .tw-tx .date {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.3rem;
    font-style: italic;
    color: #0005FF;
    background: url(../images/rl.png) no-repeat left center;
    background-size: 0.16rem auto;
    padding-left: 0.26rem;
    margin-top: 0.44rem;
}

.tw ul li a .tw-tx h3 {
    font-size: 0.2rem;
    line-height: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0.25rem;
    transition: all 0.5s;
}

.tw ul li a .tw-tx p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
    color: #888;
}

.tw ul li a .gd {
    margin-top: 0.44rem;
}

.gd {
    position: relative;
    z-index: 1;
}

.gd img {
    display: block;
    width: 0.14rem;
}

.gd img:first-child {
    position: absolute;
    top: -.14rem;
    left: -.14rem;
    opacity: 0;
    overflow: hidden;
    transition: all .5s;

}

.xrld ul li:hover a .gd-box .gd img:first-child,
.tw ul li:hover .gd img:first-child {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

.tw ul li:hover a::after {
    width: 100%;
}

.tw ul li:hover a {
    padding: 0.24rem;
    background-color: #FFFFFF;
    background-image: url(../images/tw-libg.png);

    box-shadow: 0px 0px 0.1rem 0px rgba(0, 50, 255, 0.3);
}

.tw ul li:hover a .tw-tx h3 {
    font-weight: bold;
}

.tw ul li:hover a .tw-tx p {
    color: #0005FF;
    opacity: .7;
}

/* 院系设置 */
.yxsz {}

.yxsz ul {
    display: flex;
    flex-wrap: wrap;
}

.yxsz ul {
    margin: 0 -.2rem;
}

.yxsz ul li {
    width: 25%;
}

.yxsz ul li a {
    display: block;
    margin: .15rem .2rem;
    padding: .28rem .9rem .28rem .47rem;
    border: 1px solid #F5F5FF;
    position: relative;
    z-index: 1;
}

.yxsz ul li a .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.12rem;
    height: .91rem;
    background-image: url(../images/yx1-img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 100%;
    z-index: 1;
    transition: all 0.5s;
}

.yxsz ul li.yx2 a .bg {
    background-image: url(../images/yx2-img.png);
}

.yxsz ul li.yx3 a .bg {
    background-image: url(../images/yx3-img.png);
}

.yxsz ul li.yx4 a .bg {
    background-image: url(../images/yx4-img.png);
}

.yxsz ul li.yx5 a .bg {
    background-image: url(../images/yx5-img.png);
}

.yxsz ul li.yx6 a .bg {
    background-image: url(../images/yx6-img.png);
}

.yxsz ul li.yx7 a .bg {
    background-image: url(../images/yx7-img.png);
}

.yxsz ul li.yx8 a .bg {
    background-image: url(../images/yx8-img.png);
}

.yxsz ul li.yx9 a .bg {
    background-image: url(../images/yx9-img.png);
}

.yxsz ul li.yx10 a .bg {
    background-image: url(../images/yx10-img.png);
}

.yxsz ul li.yx11 a .bg {
    background-image: url(../images/yx11-img.png);
}

.yxsz ul li.yx12 a .bg {
    background-image: url(../images/yx12-img.png);
}

.yxsz ul li.yx13 a .bg {
    background-image: url(../images/yx13-img.png);
}

.yxsz ul li.yx14 a .bg {
    background-image: url(../images/yx14-img.png);
}

.yxsz ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: linear-gradient(180deg, #808080 0%, #0005FF 100%);
    z-index: -1;
    transition: all 0.5s;
}

.yxsz ul li.yx2 a::before {
    background: linear-gradient(180deg, #996540 -1%, #0005FF 80%);
}

.yxsz ul li.yx3 a::before {
    background: linear-gradient(180deg, #00ABFF 0%, #0005FF 100%);
}

.yxsz ul li.yx4 a::before {
    background: linear-gradient(180deg, #FC9600 0%, #0005FF 100%);
}

.yxsz ul li.yx5 a::before {
    background: linear-gradient(180deg, #000000 0%, #0005FF 100%);
}

.yxsz ul li.yx6 a::before {
    background: linear-gradient(180deg, #E10600 0%, #0005FF 100%);
}

.yxsz ul li.yx7 a::before {
    background: linear-gradient(180deg, #C7F169 0%, #0005FF 100%);
}

.yxsz ul li.yx8 a::before {
    background: linear-gradient(180deg, #A260FE 0%, #0005FF 100%);
}

.yxsz ul li.yx9 a::before {
    background: linear-gradient(180deg, #00DC00 0%, #0005FF 100%);
}

.yxsz ul li.yx10 a::before {
    background: linear-gradient(180deg, #FEDE00 0%, #0005FF 100%);
}

.yxsz ul li.yx11 a::before {
    background: linear-gradient(180deg, #FF7FBF 0%, #0005FF 100%);
}

.yxsz ul li.yx12 a::before {
    background: #0005FF;
}

.yxsz ul li.yx13 a::before {
    background: #0005FF;
}

.yxsz ul li.yx14 a::before {
    background: linear-gradient(180deg, #FF0062 0%, #0005FF 100%);
}

.yxsz ul li a h3 {
    font-size: .2rem;
    line-height: 0.36rem;
    color: #363636;
    transition: all 0.5s;
}

.yxsz ul li a .yx-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.5s;
}

.yxsz ul li:hover a::before {
    width: 100%;
}

.yxsz ul li:hover a h3 {
    color: #fff;
}

.yxsz ul li:hover a .yx-bg {
    filter: grayscale(100%) brightness(100);
}

.yxsz ul li:hover a .bg {
    background-image: url(../images/yx-ggw.png);
}














/* 现任领导 */
.xrld-t {
    padding: .18rem .27rem;
    background: rgba(235, 235, 255, 0.3);
    border-left: 3px solid #0005FF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xrld-t h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .4rem;
}

.xrld-t .r a {
    display: inline-block;
    font-size: .2rem;
    line-height: .4rem;
}

.xrld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xrld ul li {
    width: 48.52%;
    margin-top: 0.33rem;
}

.xrld ul li a {
    display: block;
    padding: 0.18rem 0.27rem;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1.35rem auto;
    border: 1px solid rgba(0, 5, 255, 0.1);
    border-left: 3px solid #0005FF;
    transition: all 0.5s;
}

.xrld ul li a h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: .4rem;
}

.xrld ul li a h3 span {
    font-size: 0.16rem;
    font-weight: 350;
    color: #9E9E9E;
    padding-left: 0.2rem;
    transition: all 0.5s;
}

.xrld ul li a p {
    font-size: 0.16rem;
    font-weight: 350;
    line-height: 0.3rem;
    margin-top: 0.16rem;
}

.xrld ul li a .gd-box {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 350;
    color: #9E9E9E;
    transition: all 0.5s;
}

.xrld ul li a .gd-box .gd {
    margin-left: 0.2rem;
}

.xrld ul li:hover a {
    border: 1px solid #F5F5FF;
    border-left: 3px solid #0005FF;
    background-image: url(../images/xrld-libg.png);
    box-shadow: 0px 0px 0.1rem 0px rgba(52, 47, 255, 0.3);
}

.xrld ul li a h3 span,
.xrld ul li a .gd-box {
    color: #0005FF;
}

/* 校徽校训 */
.xhxx h3 {
    font-family: AlimamaFangYuanTiVF-Thin;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
    margin-bottom: 0.47rem;
}

.xhxx .k1 .con {
    padding-top: .73rem;
    padding-bottom: .94rem;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.xhxx .k2 {
    margin-top: 0.73rem;
}

.xhxx .con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-width: 36.85%;
}

.xhxx .k2 .con img {
    max-width: 90.12%;
}

.xhxx .con1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.5rem;
}

.xhxx .con1 .tit {
    font-size: 0.24rem;
    font-weight: bold;
}

.xhxx .con1 .r {
    flex: 1;
    min-width: 0;
}

.xhxx .con1 .r p {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}

/* 学校简介 */
.jj p {
    font-size: .2rem;
    line-height: .36rem;
    text-indent: 2em;
    color: #3D3D3D;
    margin-bottom: 0.2rem;
}

.jj p b,
.jj p strong {
    color: #0005FF;
    font-weight: bold;
}

.jj1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

.jj1 .l {
    width: 50.12%;
    margin-top: 0.25rem;
}

.jj1 .l p {
    margin-bottom: 0.3rem;
}

.jj1 .r {
    width: 46.02%;
}

.jj1 .r img {
    max-width: 100%;
}

.jj2 {
    display: flex;
    flex-wrap: wrap;
    margin: .65rem 0;
}

.jj2 ul:first-child {
    width: 48.65%;
}

.jj2 ul:first-child li .pic {
    padding-top: 59.55%;
}

.jj2 ul:nth-child(2) {
    width: 23.07%;
    margin-left: 2.67%;
}

.jj2 ul:nth-child(2) li .pic {
    padding-top: 125.55%;
}

.jj2 ul:nth-child(3) {
    width: 22.94%;
    margin-left: 2.67%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.jj2 ul:nth-child(3) li {
    height: 45.57%;
}

.jj2 ul:nth-child(3) li .pic {
    padding-top: 57.54%;
}

.jj3 {
    margin: .65rem 0;
    padding: .75rem 0.45rem;
    background: linear-gradient(78deg, #342FFF -1%, #E0E2FD 100%);
    position: relative;
    z-index: 1;
}

.jj3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.09rem;
    width: 2.94rem;
    height: 3.23rem;
    background: url(../images/jj3-lbg.png) no-repeat;
    background-size: 100% auto;
}

.jj3::after {
    content: '';
    position: absolute;
    top: 0.56rem;
    right: -1.07rem;
    width: 2.91rem;
    height: 3.23rem;
    background: url(../images/jj3-rbg.png) no-repeat;
    background-size: 100% auto;
}

.jj3 h3 {
    text-align: center;
    font-family: Montserrat-SemiBold;
    font-size: 0.68rem;
    font-weight: bold;
    color: #FFFFFF;
}

.jj3 p {
    font-size: 0.16rem;
    line-height: .26rem;
    text-align: center;
    color: #FFFFFF;
}

.jj3 .d {
    margin: 0.1rem 0 .19rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.jj3 .d::before {
    content: '';
    display: block;
    flex: 1;
    min-width: 0;
    border-top: 1px solid #fff;
    opacity: .3;
}

.jj3 .d::after {
    content: '';
    display: block;
    flex: 1;
    min-width: 0;
    border-top: 1px solid #fff;
    opacity: .3;
}

.jj3 .dd {
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background-color: #fff;
}

/* 在校生 */
.zxs-ban .pic::after {
    content: none;
}

.zxs>h3 {
    font-family: AlimamaFangYuanTiVF-Thin;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
    color: #000000;
}

.zxs ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.zxs ul li {
    width: 25%;
}

.zxs ul li a {
    display: flex;
    margin: .34rem .15rem;
    padding: 0.2rem;
    background: linear-gradient(180deg, #FFFFFF 6%, #F5F5FF 100%);
    border: 1px solid #DFDFF3;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    flex-wrap: wrap;
    align-items: center;
    border-radius:10px;
}

.zxs ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1.14rem;
    background: url(../images/zxs-libg.png) no-repeat;
    background-size: 100% auto;
}

.zxs ul li .icon {
    /* height: .5rem; */
    width: .5rem;
    margin-right: 0.3rem;
}

.zxs ul li .icon img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.zxs ul li .tx {
    /* margin-top: 0.1rem; */
    padding-left: 0.2rem;
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
}

.zxs ul li .tx::before {
    content: '';
    position: absolute;
    top: 0.08rem;
    left: 0;
    height: 0.44rem;
    border-left: 0.04rem solid #0005FF;
}

.zxs ul li .tx h3 {
    font-size: .2rem;
    line-height: .36rem;
}

.zxs ul li .tx p {
    font-size: .16rem;
    line-height: .24rem;
    height: .24rem;
    color: #000;
    opacity: .7;
}

.zxs ul li:hover a {
    box-shadow: 0px 0px 0.1rem 0px rgba(52, 47, 255, 0.3);
}

/* 职能部门 */
.znbm ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

.znbm ul li {
    width: 33.33%;
}

.znbm ul li a {
    display: flex;
    align-items: center;
    margin: .15rem;
    height: .92rem;
    background-image: url(../images/zn-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-left: 0.95rem;
    padding-right: 0.5rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.znbm ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.58rem;
    width: 0.2rem;
    height: 0.15rem;
    background-image: url(../images/zn-lizs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.znbm ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1.02rem;
    height: 0.91rem;
    background-image: url(../images/zn-zs2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.znbm ul li a h3 {
    font-size: .22rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.znbm ul li a:hover {
    background-image: url(../images/zn-bg2.png);
}

.znbm ul li a:hover::before {
    background-image: url(../images/zn-lizs2.png);
}

.znbm ul li a:hover::after {
    background-image: url(../images/zn-zs3.png);
}

.znbm ul li a:hover h3 {
    color: #fff;
}


@media screen and (max-width: 1600px) {}


@media screen and (max-width: 1024px) {
    .banner .pic {
        padding-top: 34.79%;
    }

    .nymain .leftNav {
        padding-left: 0;
        margin-top: -0.58rem;
    }

    .nymain .leftNav::before {
        content: none;
    }

    .nymain .leftNav>ul>li>a {
        font-size: .2rem;
    }

    .nymain .leftNav>ul::before {
        width: calc(100% + 0.2rem);
    }

    .nymain .leftNav>ul>li+li {
        margin-left: 0.3rem;
    }

    .nymain .leftNav>ul>li>a {
        line-height: .6rem;
    }

    .ny-right {
        padding-top: 0.3rem;
    }

    .lmmc h3 {
        font-size: 0.32rem;
        line-height: .32rem;
    }

    .nymain {
        padding-bottom: 0.4rem;
    }

    .nymain .leftNav>h2 {
        font-size: 24px;
        line-height: 70px;
    }

    .nymain .leftNav>ul>li::before {
        border-left-width: 2px;
    }

    .ejnav {
        margin-top: .4rem;
    }

    .ejnav ul li a {
        font-size: 0.18rem;
    }

    .ejnav ul li {
        margin: 0.05rem .25rem 0.05rem 0;
    }

    .position>div {
        line-height: 50px;
    }

    .position h3 {
        font-size: 22px;
    }

    .position h3::after {
        height: 2px;
    }

    .text-list ul li {
        font-size: 0.18rem;
        line-height: 0.7rem;
    }

    .tw ul li a .pic {
        width: 2.2rem;
        height: 2.07rem;
        margin-right: 0.4rem;
    }

    .tw ul li a .tw-tx .date {
        margin-top: 0.2rem;
    }

    .tw ul li a .tw-tx h3 {
        margin-top: 0.2rem;
        font-size: 0.18rem;
    }

    .tw ul li a .tw-tx p {
        margin-top: 0.2rem;
    }

    .tw ul li a .gd {
        margin-top: 0.25rem;
    }

    .list-ld ul li .sz-pic {
        margin: 0 auto;
    }

    .list-ld ul li {
        margin-top: 0.3rem;
    }

    .list-ld ul li a {
        display: block;
        padding-top: 0.3rem;
    }

    .list-ld ul li .sz-tx {
        border: 1px solid transparent !important;
    }

    .list-ld ul li h3 {
        text-align: center;
    }

    .list-ld ul li .xq {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
    }

    .art-main .art-tit h3 {
        font-size: 0.2rem;
    }

    .art-main .cont-tit p {
        padding: .15rem 0;
    }

    .art-main .cont-tit p span {
        font-size: .16rem;
    }

    .art-main .art-body p,
    .art-main .art-body p * {
        font-size: .16rem !important;
        line-height: .3rem !important;
    }

    .art-info {
        margin-top: 0.3rem;
        padding: .2rem;
    }

    .pnext p {
        font-size: .16rem;
    }

    .img-lists ul {
        margin: 0 -0.15rem;
    }

    .img-lists ul li {
        margin-bottom: 0.3rem;
    }

    .img-lists ul li a {
        padding: .25rem;
        margin: 0 .15rem;
    }

    .img-lists ul li a>div.info h3 {
        font-size: .18rem;
        margin-top: 0.2rem;
    }

    .img-lists ul li a>div.info p {
        margin-top: 0.15rem;
    }

    .xrld-t h3,
    .xrld-t .r a {
        font-size: .18rem;
    }

    .xrld ul li a h3 {
        font-size: .2rem;
    }

    .xhxx h3 {
        font-size: .22rem;
        margin-bottom: 0.25rem;
    }

    .xhxx .k1 .con {
        padding: .4rem 0;
    }

    .xhxx .con1 .tit {
        font-size: .18rem;
    }

    .xhxx .con1 .r p {
        font-size: .16rem;
    }

    .xhxx .k2 {
        margin-top: 0.4rem;
    }

    .yxsz ul li {
        width: 50%;
    }

    .yxsz ul li a h3 {
        font-size: .18rem;
    }

    .yxsz ul li a {
        padding: .28rem .9rem .28rem .2rem;
    }

    .jj p {
        font-size: .18rem;
    }

    .jj1 {
        margin-bottom: 0.25rem;
    }

    .jj1 .l p {
        margin-bottom: 0.2rem;
    }

    .jj2 {
        margin: .25rem 0;
    }

    .jj3::before {
        left: -0.2rem;
    }

    .jj3::after {
        right: -0.2rem;
    }

    .jj3 h3 {
        font-size: .34rem;
    }

    .jj3 p {
        font-size: .16rem;
    }

    .zxs>h3 {
        font-size: .24rem;
    }

    .zxs ul li {
        width: 50%;
    }

    .zxs ul li .icon {
        height: .5rem;
        margin-right: .2rem;
    }

    .zxs ul li a {
        padding: .1rem .2rem;
        margin: .1rem .15rem;
    }

    .zxs ul li .tx h3 {
        font-size: .18rem;
    }

    .zxs ul li .tx p {
        font-size: .16rem;
    }

    .znbm ul li a h3 {
        font-size: 0.18rem;
    }

    .znbm ul li a {
        padding-left: 0.7rem;
        height: .72rem;
    }

    .znbm ul li a::before {
        left: 0.3rem;
    }

    .znbm ul li a::after {
        width: 0.81rem;
        height: 0.72rem;
    }

    .szdw ul {
        margin: 0 -0.2rem;
    }

    .szdw ul li a {
        margin: 0.1rem 0.2rem;
    }

    .szdw ul li a .ld-tx {
        line-height: .46rem;
    }

    .szdw ul li a .ld-tx h3 {
        font-size: 0.18rem;
    }

    .sz-box h4 {
        font-size: .26rem;
        padding-bottom: 0.15rem;
    }

    .sz-box h4 span {
        font-size: 0.18rem;
    }

    .sz-con {
        margin-top: 0.25rem;
    }

    .sz-con .pic1 {
        padding: 0.1rem 0 0 0.1rem;
    }

    .sz-r {
        padding-left: 0.4rem;
    }

    .sz-ty h3 {
        font-size: 0.22rem;
    }

    .sz-ty>div p {
        margin-top: 0.25rem;
    }

    .sz-sxp {
        margin-top: 0.25rem;
    }
}

@media screen and (max-width:920px) {
    .lmmc {
        bottom: 0.15rem;
    }

    .lmmc h3 {
        display: none;
    }

    .nymain .leftNav {
        margin-top: 0;
    }

    .nymain .leftNav>h2 {
        display: block;
        height: inherit;
        line-height: 0.56rem;
        font-size: 0.2rem;
        text-align: left;
        padding-left: 0.15rem;
        font-weight: 600;
        background: #0005FF;
    }

    .nymain .leftNav>h2::before,
    .nymain .leftNav>h2::after {
        display: none;
    }

    .nymain .leftNav>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 0.14rem;
        cursor: pointer;
    }

    .nymain {
        padding: 0.25rem 0;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
    }

    .nymain .leftNav ul {
        display: none;
        padding-bottom: 0;
        background-color: #f5f5f5;
        padding-left: 0.3rem;
        padding-right: 0.12rem;
        background-image: none;
    }

    .nymain .leftNav>ul::before {
        content: none;
    }

    .nymain .leftNav>ul>li {
        position: relative;
    }

    .nymain .leftNav>ul>li>span {
        height: 0.5rem;
    }

    .nymain .leftNav ul li.active ul {
        display: block;
    }

    .nymain .leftNav>ul>li+li {
        margin-left: 0;
    }

    .nymain .leftNav>ul>li>a {
        line-height: .5rem;
    }

    .nymain .leftNav>ul>li>span {
        display: block;
    }

    .nymain .leftNav>ul>li>ul {
        padding-left: 0;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        margin: 0.15rem 0;
    }

    .ejnav {
        display: none;
    }

    .ny-right .position {
        display: block;
        margin-top: 0;
    }

    .position a,
    .position span {
        font-size: 0.16rem;
    }

    .ny-right {
        padding: 0 0 0.3rem 0;
    }

    .pagination {
        padding-top: 25px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .text-list {
        margin-top: 0.1rem;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

    .img-lists ul li {
        width: 50%;
        margin-top: 0.3rem;
        margin-bottom: 0;
    }

    .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;
    }

    .dt-list2 li a>.dt-text h3 {
        font-size: 18px;
    }

    .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
    }

    .dt-list2 li a>.dt-text {
        padding-left: 10px;
    }

    .dt-list2 li .date {
        width: 60px;
    }

    .dt-list2 li .date span {
        font-size: 24px;
    }

    .dt-list2 li .date {
        padding: 4px 0;
    }

    .dt-list2 li {
        padding: 15px 0;
    }

    .art-main .art-body {
        padding-top: 20px;
    }

    .sz-con {
        margin-top: 0.25rem;
    }

    .sz-ty h3 {
        font-size: 0.2rem;
    }

    .sz-ty>div {
        margin-top: 0.2rem;
    }

    .sz-box h4 span {
        font-size: 0.22rem;
    }

    .sz-box p {
        font-size: 0.2rem;
        line-height: 0.36rem;
    }

    .sz-d::before {
        left: 0.12rem;
    }

    .xz-list-t ul li .pic {
        width: 2.2rem;
        height: 1.47rem;
    }

    .tw {
        margin-top: 0;
    }

    .tw ul li a {
        padding: 0.25rem 0;
    }

    .art-main .art-tit h3 {
        margin-top: 0.15rem;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .list-ld ul li h3 {
        font-size: 0.22rem;
    }

    .list-ld ul li p {
        font-size: 0.16rem;
    }

    .list-ld ul li .xq span {
        font-size: 0.16rem;
        background-size: 0.25rem auto;
        padding-right: 0.35rem;
    }

    .xrld-t {
        margin-top: 0.25rem;
    }

    .xrld ul li {
        width: 100%;
        margin-top: 0.25rem;
    }

    .xhxx {
        margin-top: 0.25rem;
    }

    .xhxx .con1 {
        margin-top: 0.25rem;
    }

    .xhxx .con1 .tit {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .xhxx .con1 .r {
        flex: none;
        width: 100%;
    }

    .yxsz ul li {
        width: 100%;
    }

    .jj1 .l {
        width: 100%;
        margin-top: 0;
    }

    .jj1 .r {
        width: 100%;
        text-align: center;
    }

    .jj3 {
        margin: .25rem 0;
        padding: .25rem 0.25rem;
    }

    .jj3::after {
        width: 1.5rem;
        height: 1.66rem;
    }

    .zxs ul li {
        width: 100%;
    }

    .zxs ul li a::after {
        width: 1rem;
        height: 1.14rem;
    }

    .znbm ul li {
        width: 50%;
    }

    .szdw {
        margin-top: 0.2rem;
    }

    .szdw ul li {
        width: 50%;
    }

    .szdw ul {
        margin: 0 -0.1rem;
    }

    .szdw ul li a {
        margin: 0.1rem;
    }

    .sz-box {
        margin-top: 0.25rem;
    }

    .sz-con .pic1 {
        margin: 0 auto;
    }

    .sz-r {
        flex: none;
        width: 100%;
        margin-top: 0.25rem;
    }
}

@media screen and (max-width:640px) {
    .znbm ul li {
        width: 100%;
    }

    .szdw ul li {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .nymain>div {
        padding: 0 10px 10px;
    }

    .img-lists ul li {
        width: 100%;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .nymain .leftNav ul li a {
        line-height: 36px;
        font-size: 15px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 13px;
        line-height: 30px;
    }

    .sz-con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sz-con .sz-r {
        width: 100%;
        flex: none;
        padding-left: 0;
    }

    .sz-r {
        width: calc(100% - 2rem);
    }

    .sz-ty {
        padding-left: 0;
    }

    .sz-ty>div p {
        white-space: normal;
        word-break: normal;
        overflow:
            visible;
        text-overflow: initial;
    }

    .tw ul li a .pic {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 93.99%;
        margin-right: 0;
    }

    .list-ld ul li {
        width: 100%;
    }

    .list-ld ul li .sz-tx {
        padding: 0.2rem 0.3rem 0.3rem 0.3rem;
    }

    .sz-sxp ul {
        justify-content: center;
    }

    .sz-sxp ul li+li {
        margin-left: 0.2rem;
    }

    .sz-sxp ul li a {
        line-height: 0.36rem;
        padding: 0 0.1rem;
    }

}

@media screen and (max-width:320px) {
    .text-list ul li {
        line-height: 40px;
    }

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }

    .art-main .art-body p {
        font-size: 15px;
    }

    .img-lists ul li a>img {
        height: 84px;
    }
}