@charset "utf-8";
.banner {
    height: auto;
}

.banner .img .imgLi {
    padding-bottom: 33.333%;
}

#ny-tit {
    position: relative;
    padding-top: 0.45rem;
    background: url(../images/ny-tit.jpg) no-repeat center top;
    background-size: 100% 80%;
}

#ny-tit .ny-tit {
    position: relative;
    background: #EFEFEF;
    justify-content: space-between;
    line-height: .48rem;
    padding: .4rem 0;
    z-index: 6;
}

#ny-tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: .45rem;
    left: 0;
    width: 30%;
    background: #EFEFEF;
}

.ny-tit::after {
    content: "";
    position: absolute;
    right: -.75rem;
    bottom: 0;
    top: 0;
    width: .75rem;
    background: #EFEFEF;
}

#ny-tit .ny-tit h2 {
    position: relative;
    padding-left: .2rem;
    border-left: 0.08rem solid #015EA1;
    font-size: 0.36rem;
    color: #000;
    z-index: 3;
}

#ny-tit .ny-tit .position {
    position: relative;
    background: url(../images/position.png) no-repeat left center;
    padding-left: .35rem;
    background-size: .3rem auto;
    z-index: 3;
}

#ny-tit .ny-tit .position a {
    font-size: 0.18rem;
    color: #666666;
}

#ny-tit .ny-tit .position a:hover {
    color: #015EA1;
}

#ny-tit .ny-tit .position span {
    font-size: 0.18rem;
    color: #666666;
}

.ny {
    padding-top: .5rem;
    padding-bottom: .3rem;
}

.ny-l {
    position: relative;
    width: 2.92rem;
    background: #fff;
    margin-right: 0.5rem;
}

.ny-l p {
    position: relative;
    display: block;
    line-height: 1rem;
    background: #015EA1;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
}

.ny-l p span {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    display: none;
}

.ny-l p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
}

.ny-l>ul {
    padding: 0 .4rem .4rem .4rem;
    background: #F3F5FC;
}

.ny-l>ul>li {
    position: relative;
    line-height: 0.63rem;
}

.ny-l>ul>li>a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    color: #000;
    border-bottom: 1px dashed #979797;
}

.ny-l>ul>li>span {
    position: absolute;
    background: url(../images/ny-jtt.png) no-repeat center center;
    background-size: .13rem auto;
    width: 0.2rem;
    height: 0.22rem;
    top: .22rem;
    right: 0.06rem;
}

.ny-l>ul>li.on>span {
    /* transform: rotate(90deg); */
}

.ny-l>ul>li.on>span,
.ny-l>ul>li:hover>span {
    opacity: 1;
}

.ny-l>ul>li.on>a,
.ny-l>ul>li:hover>a {
    color: #015EA1;
    display: block;
}

.ny-l>ul>li>ul {
    padding: 0.1rem 0;
    /* display: block; */
}

.ny-l>ul>li>ul>li {
    position: relative;
    line-height: 0.4rem;
}

.ny-l>ul>li>ul>li>a {
    /* display: block; */
    font-size: 0.18rem;
    padding-left: 0.3rem;
    color: #333;
}

.ny-l>ul>li>ul>li>ul>li>a {
    font-size: 0.14rem;
    padding-left: 0.6rem;
    color: #333;
}

.ny-l>ul>li>ul>li>span {
    position: absolute;
    background: url(../images/ny-jtt.png) no-repeat center center;
    background-size: 0.1rem auto;
    width: 0.2rem;
    height: 0.22rem;
    top: 0.08rem;
    right: 0.05rem;
}

.ny-l>ul>li>ul>li>ul {
    display: none;
}

.ny-l>ul>li>ul>li.on>span {
    transform: rotate(90deg);
}

.ny-l>ul>li>ul>li>ul>li:hover>a {
    color: #015EA1;
}

.ny-l>ul>li>ul>li:hover>a {
    color: #015EA1;
}

.ny-r {
    width: calc(100% - 3.42rem);
}


/* 图文列表 */

.timg-list ul li {
    border-bottom: 0.01rem solid #979797;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 0.3rem 0;
    background-position: right center;
    transition: all .3s;
}

.timg-list ul li:hover a {
    background: url(../images/pic-list-bg.png) no-repeat center right;
    background-size: auto 100%;
}

.timg-linfo {
    overflow: hidden;
}

.timg-linfo p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999;
    height: 0.48rem;
    overflow: hidden;
}

.timg-linfo .date {
    font-size: 0.18rem;
    color: #666;
    margin-top: .3rem;
}

.timg-list ul li:hover .timg-linfo .date {
    color: #fff;
}

.timg-list ul li a h3 {
    font-size: 0.24rem;
    color: #000;
    line-height: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timg-list ul li a p {
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #666666;
    height: 0.44rem;
    overflow: hidden;
}

.timg-list ul li a .more {
    margin-top: .3rem;
}

.timg-list ul li a .more span {
    display: inline-block;
    font-size: .18rem;
    color: #000;
    padding-right: .25rem;
    background: url(../images/list-pic-more.png) no-repeat right center;
    background-size: .22rem auto;
    line-height: .3rem;
}

.timg-list ul li:hover a .more span {
    background: url(../images/list-pic-more-other.png) no-repeat right center;
    color: #fff;
    background-size: .22rem auto;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 4rem;
    margin-right: 0.35rem;
}

.timg-list ul li a .pic {
    padding-top: 67%;
}

.timg-list ul li a:hover h3 {
    color: #00a273;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.5rem;
}

.pagination a {
    display: inline-block;
    border: 0.01rem 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: #015EA1;
    color: #fff;
    border: 0.01rem solid #015EA1;
}

.pagination a:hover {
    background: #015EA1;
    color: #fff;
    border: 0.01rem solid #015EA1;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}


/* 内容页 */

.art-l {
    width: 3.6rem;
    margin-right: 0.4rem;
    margin-top: .9rem;
}

.art-l .bt {
    line-height: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.7rem;
    background: #015EA1;
    font-size: 0.28rem;
    color: #fff;
}

.art-qh {
    padding: .25rem;
    padding-bottom: 0.44rem;
    background: #F3F5FC;
}

.art-qh .art-qh-top .pic {
    padding-top: 63.225%;
}

.art-qh .art-qh-top ul li a {
    display: block;
    padding-top: .2rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #979797;
}

.art-qh .art-qh-top ul li a h2 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: 0px;
    color: #000000;
}

.art-qh .art-qh-top ul li a p {
    margin: .1rem 0;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.17rem;
    letter-spacing: 0px;
    color: #666666;
}

.art-qh .art-qh-top ul li a span {
    font-size: 0.14rem;
    color: #015EA1;
}

.art-qh .slick-prev {
    width: .15rem;
    height: .21rem;
    background: url(../images/art-l.png) no-repeat center center;
    transform: none;
    left: auto;
    right: .6rem;
    top: -.4rem;
    background-size: .13rem auto;
}

.art-qh .slick-next {
    width: .15rem;
    height: .21rem;
    background: url(../images/art-r.png) no-repeat center center;
    transform: none;
    left: auto;
    right: .4rem;
    top: -.4rem;
    background-size: .13rem auto;
}

.art-r {
    width: calc(100% - 4rem);
    padding-left: .6rem;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #015EA1;
    font-weight: normal;
    font-size: 0.26rem;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 0.2rem;
    border-bottom: 0.01rem solid #979797;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #606060;
    margin: 0 0.1rem;
}

.art-main .art-body {
    padding-top: 0.4rem;
}

.art-main .art-body p {
    color: #606060;
    text-indent: 2em;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}

.art-main .art-body img {
    max-width: 60% !important;
    /* display: block; */
    width: auto!important;
    height: auto!important;
    margin: 0 auto;
    text-indent: 0;
}

.art-info {
    border-top: 0.01rem solid #979797;
    margin-top: 0.25rem;
    padding-top: .5rem;
}

.pnext p {
    text-indent: initial;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #015EA1;
}

.pnext p a {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #015EA1;
}

.pnext p:hover {
    text-decoration: underline;
}


/* 日期列表 */

.rq-list li {
    border-bottom: 1px solid #979797;
}

.rq-list li a {
    position: relative;
    display: block;
    padding: .23rem 0;
    padding-left: 0.22rem;
    padding-right: 1.6rem;
    background: url(../images/list.png) no-repeat left center;
}

.rq-list li a .text p {
    height: .86rem;
    line-height: .86rem;
    font-size: .24rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rq-list li:hover a .text p {
    color: #015EA1;
}

.rq-list li a .date {
    position: absolute;
    right: 0;
    top: .23rem;
    width: 1.59rem;
    text-align: center;
    border: 1px solid #015EA1;
}

.rq-list li a .date p {
    line-height: 0.55rem;
    background: #015EA1;
    font-size: 0.3rem;
    color: #fff;
}

.rq-list li a .date span {
    display: block;
    line-height: 0.36rem;
    font-size: .18rem;
    color: #4B4A4A;
}


/* 详情页 */

.art-main-jj {
    border-top: 2px solid #979797;
}

.art-main-jj .art-jj-bt {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.art-main-jj .art-jj-bt h2 {
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.43rem;
}

.art-jj-txt p {
    display: block;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #000000;
    margin-bottom: .3rem;
    text-indent: 2em;
}

.art-jj-txt p.art-pic {
    text-indent: 0;
}

.art-jj-txt p.art-pic img {
    display: block;
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
    margin: 0 auto;
}

.art-jj-txt .list-icon ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.art-jj-txt .list-icon li {
    display: flex;
    margin-bottom: .3rem;
    height: 100%;
    width: 23%;
    background: #F7F7F7;
    text-align: center;
    height: 3.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.art-jj-txt .list-icon li a {
    display: block;
}

.art-jj-txt .list-icon li a .icon img {
    height: .78rem;
}

.art-jj-txt .list-icon li a .text {
    padding-top: .2rem;
}

.art-jj-txt .list-icon li a .text p {
    font-size: .48rem;
    color: #015EA1;
    text-indent: 0;
    margin-bottom: .1rem;
}

.tw-list ul {
    display: flex;
    justify-content: space-between;
}

.tw-list ul li {
    width: 48%;
}

.tw-list ul li a {
    position: relative;
    display: block;
}

.tw-list ul li a .pic {
    padding-top: 58.07%;
}

.tw-list ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .35rem;
    line-height: 0.35rem;
    padding: 0 .15rem;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    z-index: 9;
}

.tw-list ul li a .text p {
    font-size: .18rem;
    color: #FDFDFD;
    margin-bottom: 0;
    text-indent: 0;
}


/* 师资队伍 */

.sz .sz-top {
    background: #EEEEEE;
    /* padding-right: 1.2rem; */
    padding: .15rem .95rem;
    padding-right: 2.15rem;
}

.search {
    position: relative;
    padding-left: 1.5rem;
}

.search span {
    position: absolute;
    left: 0;
    top: .1rem;
    font-size: .22rem;
    color: #000;
}

.search input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 4.96rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: .3rem;
    border: 1px solid #979797;
    background: #fff;
    vertical-align: middle;
    padding: 0 .15rem;
}

.search input[type="image"] {
    display: inline-block;
    vertical-align: middle;
    padding-left: .6rem;
}

.zyzw {
    margin-bottom: .15rem;
    position: relative;
    padding-left: 1.5rem;
    padding-right: .65rem;
    margin-top: .15rem;
}

.zyzw span {
    position: absolute;
    left: 0;
    top: .12rem;
    font-size: .18rem;
    color: #000;
}

.zyzw ul {
    height: .42rem;
    overflow: hidden;
}

.zyzw ul li {
    display: inline-block;
    margin-right: .15rem;
}

.zyzw ul li a {
    display: inline-block;
    padding: 0 .12rem;
    line-height: .4rem;
    font-size: .18rem;
    color: #000;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    opacity: 1;
    border: 0.01rem solid transparent;
}

.zyzw ul li.on a {
    background: #015EA1;
    border: 1px solid #979797;
    color: #fff;
}

.zyzw .sz-zk {
    position: absolute;
    right: 0;
    top: .15rem;
    right: 0;
    font-size: .18rem;
    color: #000;
    padding-right: .2rem;
    background: url(../images/sz-zk.png) no-repeat right center;
    background-size: .2rem auto;
}

.sz-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.11rem;
    padding-top: .25rem;
}

.sz-list ul li {
    width: 50%;
    margin-top: .3rem;
    /* height: 3rem; */
}

.sz-list ul li a {
    position: relative;
    display: flex;
    padding: .28rem .3rem .4rem .24rem;
    justify-content: space-between;
    align-items: center;
    margin: 0 .11rem;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    height: 2.8rem;
}

.sz-list ul li:hover a {
    background: rgba(221, 218, 218, .3);
}

.sz-list ul li a .tpp {
    width: 1.2rem;
}

.sz-list ul li a .tpp .pic {
    padding-top: 144.26%;
}

.sz-list ul li a .text {
    width: calc(100% - 1.5rem);
    height: 1.7rem;
}

.sz-list ul li a .text h2 {
    border-bottom: 1px solid #979797;
    padding-bottom: .1rem;
}

.sz-list ul li a .text h2 span {
    font-size: 0.24rem;
    color: #015EA1;
}

.sz-list ul li a .text h2 i {
    padding-left: .25rem;
    font-size: .18rem;
    color: #000;
    font-style: normal;
}

.sz-list ul li a .text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #000000;
    margin-top: 0.06rem;
}

.sz-list ul li a .text p.wz {
    padding-left: .4rem;
    background: url(../images/xx-xj.png) no-repeat left center;
    background-size: .26rem auto;
}

.sz-list ul li a .more {
    position: absolute;
    bottom: .15rem;
    right: .33rem;
    width: 0.7rem;
    height: 0.26rem;
    line-height: .26rem;
    text-align: center;
    border: 1px solid #E79300;
}

.sz-list ul li a .more span {
    padding-right: .15rem;
    background: url(../images/sz-more.png) no-repeat right center;
    font-size: 0.16rem;
    color: #E79300;
}


/* 师资人物 */

.teach-lb ul li {
    margin-bottom: 0.8rem;
}

.teach-lb ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.teach-lb ul li a .tpp {
    width: 1.5rem;
    /* border-bottom: 3px #015ea1 solid; */
    /* padding: 10px; */
}

.teach-lb ul li a .tpp .pic {
    padding-top: 125%;
}

.teach-lb ul li a .text {
    width: calc(100% - 2.2rem);
}

.teach-lb ul li a .text h2 span {
    font-size: 0.24rem;
    color: #015EA1;
}

.teach-lb ul li a .text h2 i {
    font-size: 0.18rem;
    color: #000;
    font-style: normal;
    padding-left: 0.15rem;
}

.teach-lb ul li a .text p {
    margin-top: .2rem;
    line-height: .22rem;
    font-size: .16rem;
    color: #000;
    margin-bottom: .2rem;
    background: #F2F2F2;
    padding: 0.2rem .2rem;
}

.teach-lb ul li a .text .dz {
    padding-top: 0.14rem;
    background: url(../images/dz-bg.png) no-repeat left top;
    background-size: 2.62rem auto;
}

.teach-lb ul li a .text .dz span {
    /* display: block; */
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #000000;
    padding-left: .35rem;
}
.teach-lb ul li a .text .dz span:nth-child(2) {
    /* display: block; */

    padding-left: .35rem;
    background: url(../images/i_tel.png) no-repeat left center;
    margin-right: 0.3rem; 
}
.teach-lb ul li a .text .dz span:first-child {
    padding-left: .25rem;
    background: url(../images/i_adr.png) no-repeat left center;
    /* background-size: 0rem; */
    margin-right: 0.3rem;
}
.teach-lb ul li a .text .dz span:last-child {
    padding-left: .25rem;
    background: url(../images/i_mail.png) no-repeat left center;
    /* background-size: .33rem auto; */
    /* margin-left: 0.3rem; */
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    box-sizing: border-box;
    margin: 0 0 0 2.5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
    margin-top: 0.2rem;
}

.img-lists ul li:hover {
    top: -0.1rem;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    position: relative;
    padding-top: 69%;
    overflow: hidden;
}

.img-lists ul li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.img-lists ul li a>div.info {
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 0.18rem;
    line-height: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid transparent;
}

.img-lists ul li:hover .info p {
    color: #015EA1;
    border-color: #015EA1;
}

.img-lists ul li:hover .info span {
    background: #015EA1;
    color: #fff;
    border-color: #015EA1;
}


/* 师资内容页 */

.sz-art-top {
    justify-content: space-between;
}

.sz-art-top .tpp {
    width: 1.5rem;
}

.sz-art-top .tpp .pic {
    padding-top: 140%;
}

.sz-art-top .sz-art-txt {
    width: calc(100% - 1.5rem);
    padding: 0.12rem 0.2rem 0 0.3rem;
    background: #F6F6F6 url(../images/sz-art-bg.png) no-repeat right bottom;
    background-size: cover;
}

.sz-art-top .sz-art-txt .name {
    line-height: 0.3rem;
    border-bottom: 0.01rem solid #015EA1;
    margin-bottom: .14rem;
}

.sz-art-top .sz-art-txt .name span {
    font-size: 0.22rem;
    color: #3D3D3D;
}

.sz-art-top .sz-art-txt .name i {
    font-style: normal;
    font-size: 0.18rem;
    color: #3D3D3D;
    padding-left: .1rem;
}

.sz-art-top .sz-art-txt p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    color: #5A5A5A;
    margin-top: 0.16rem;
}

.sz-art-top .sz-art-txt p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.1rem;
}

.sz-art-top .sz-art-txt p span {
    color: #015EA1
}

.sz-art-down ul li {
    margin-top: .3rem;
}

.sz-art-down ul li h2 {
    position: relative;
    line-height: .58rem;
    padding-left: .3rem;
    padding-right: .6rem;
    font-size: .2rem;
    color: #015EA1;
    background: #F2F2F2;
}

.sz-art-down ul li h2 span {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/sz-art-gb.png) no-repeat center center;
    background-size: .12rem auto;
    cursor: pointer;
}

.sz-art-down ul li.on h2 span {
    background: url(../images/sz-art-zk.png) no-repeat center center;
    background-size: .19rem auto;
}

.sz-art-down ul li .text {
    margin-top: 0.08rem;
    padding: 0.18rem 0.26rem;
    padding-bottom: .14rem;
    background: #F6F6F6;
    display: none;
}

.sz-art-down ul li.active .text {
    display: block;
}

.sz-art-down ul li .text p {
    margin-bottom: .15rem;
    font-size: .16rem;
    line-height: 28px;
    color: #5A5A5A;
}

@media(max-width: 1480px) {
    .search input[type="image"] {
        padding-left: .4rem;
        height: .4rem;
    }
}

@media(max-width: 1024px) {
    #ny-tit .ny-tit {
        padding: .2rem .15rem;
    }
    .ny-l>ul {
        display: none;
    }
    .ny-l {
        width: 100%;
        margin-right: 0;
    }
    .ny-tit::after {
        display: none;
    }
    .art-r {
        padding-left: 0;
    }
    .ny-l p span {
        display: block;
    }
    .ny-r {
        width: 100%;
        margin-top: .15rem;
    }
    .sz .sz-top {
        padding-right: .8rem;
    }
    .search input[type="image"] {
        padding-left: .2rem;
        /* display: block; */
        /* float: right; */
    }
    .search input[type="text"] {
        width: 3.8rem;
    }
}

@media(max-width: 1000px) {
    .art-l {
        width: 2.6rem;
        margin-right: .2rem;
    }
    .art-r {
        width: calc(100% - 2.8rem);
    }
    .sz-list ul li {
        width: 100%;
    }
}

@media(max-width: 730px) {
    .sz-art-top .tpp {
        width: 25%;
        margin-left: auto;
        margin-right: auto;
    }
    .sz-art-top .sz-art-txt {
        width: 100%;
        padding: .15rem;
    }
    .sz-art-top .sz-art-txt p {
        margin-top: .15rem;
        font-size: .16rem;
    }
    .sz-art-top .sz-art-txt .name {
        margin-bottom: .15rem;
    }
    .sz-art-down ul li h2 {
        padding-left: .15rem;
        padding-right: .4rem;
    }
    .sz-art-down ul li h2 span {
        right: .1rem;
    }
    .sz-art-down ul li h2 {
        font-size: .18rem;
    }
    .sz-art-down ul li .text {
        padding: .15rem;
    }
    .sz-art-down ul li .text p {
        font-size: .16rem;
    }
    .sz-art-down ul li {
        margin-top: .15rem;
    }
}

@media(max-width: 700px) {
    .ny-l p {
        line-height: .6rem;
        font-size: .24rem;
        text-align: left;
        padding-left: .2rem;
    }
    .sz .sz-top {
        padding: .15rem;
    }
    .search {
        padding-left: 0;
    }
    .search span {
        position: static;
        font-size: .22rem;
        display: block;
        margin-bottom: .15rem;
        margin-right: 0.15rem;
        /* text-align: center; */
        float: left;
        position: absolute;
        top: .1rem;
    }
    .search input[type="text"] {
        width: 2rem;
        margin-left: 1rem;
        /* display: block; */
        /* float: right; */
    }
    .zyzw {
        padding-left: 1.2rem;
    }
    .zyzw ul li a {
        padding: 0 .05rem;
    }
    .sz-list ul {
        padding-top: 0;
    }
    .img-lists ul li {
        width: 48%;
        margin: 1%;
    }
}

@media(max-width: 600px) {
    .pagination {
        padding-top: .3rem;
    }
    .art-l {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .art-r {
        width: 100%;
        margin-top: .15rem;
    }
    #ny-tit .ny-tit h2 {
        width: 100%;
        font-size: .24rem;
    }
    .ny {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .art-main .cont-tit p {
        padding: .15rem 0;
    }
    .art-main .art-body {
        padding-top: .15rem;
    }
    .art-main .art-body p {
        margin-bottom: .15rem;
    }
    .art-info {
        padding-top: .15rem;
    }
    .rq-list li a .date {
        width: .8rem;
    }
    .rq-list li a .date p {
        line-height: .35rem;
    }
    .rq-list li a {
        padding-right: .9rem;
    }
    .rq-list li a .text p {
        height: .6rem;
        line-height: .6rem;
        font-size: .18rem;
    }
    .sz-list ul li a .text h2 span {
        font-size: .24rem;
    }
    .sz-list ul li a .text {
        width: calc(100% - 1.3rem);
    }
    .sz-list ul li a {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .teach-lb ul li a .text {
        width: 100%;
        margin-top: .15rem;
    }
    .teach-lb ul li {
        margin-bottom: .15rem;
    }
    .timg-list-img {
        float: none;
        width: 100%;
    }
    .timg-linfo .date {
        margin-top: .15rem;
    }
    .timg-list ul li a .more {
        margin-top: .15rem;
    }
    .timg-list ul li a {
        padding: .15rem 0;
    }
    .art-main-jj .art-jj-bt {
        margin-top: .15rem;
        margin-bottom: .15rem;
        font-size: .3rem;
    }
    .art-main-jj .art-jj-bt h2 {
        font-size: .24rem;
    }
    .art-jj-txt p {
        font-size: .18rem;
        margin-bottom: .15rem;
    }
    .art-jj-txt .list-icon li {
        width: 48%;
        height: 2.4rem;
    }
}