@charset "utf-8";

html {
    font-size: 100px;
}

body {
    font-size: 0.16rem;
    padding-top: 116px;
}

/* rem */

.pb_sys_style1 .p_no_d {
    border: 1px solid #007bc7 !important;
    color: #fff;
    background-color: #007bc7 !important;
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 110px !important;
    }
}

@media screen and (max-width: 1940px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 95px !important;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px !important;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 65px !important;
    }
}

/* rem */

/* 二级头部 */
.std_nav_1600_011 .stdnav16_11_pc {
    height: 116px;
    background: #fff;
    box-shadow: 0px 1px 23px 0px #D1D1D1;
}

.std_nav_1600_011 .stdnav16_11_nav>ul>li>a {
    color: #333;
}

.std_nav_1600_011 .stdnav16_11_link {
    color: #DEDEDE;
}

.std_nav_1600_011 .stdnav16_11_link a {
}


/* 分页 */

.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: #007bc7;
    color: #fff;
    border: 1px solid #007bc7;
}

.pagination a:hover {
    background: #333;
    color: #fff;
    border: 1px solid #007bc7;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

/* 主体 */
.nymain {
    position: relative;
    padding-top: 0rem;
}


.ny-ba{position: relative;height:5rem}
.ny-ba .imgBox{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;pointer-events: none;user-select: none}
.ny-ba .imgBox .img{padding-bottom: 0;height: 100%}
.ny-ba .imgBox:before{content: '';position: absolute;top: 0; left: 0;right: 0;;z-index: 1;height:2rem;background-size:100% 100%;opacity: .8}
.ny-ba.nomask .imgBox:before{display: none}
.ny-ba .wp{height: 100%;position: relative;z-index: 5;padding-top: 0}
.ny-ba .imgBox .img img{width:100%;height:100%; object-fit:cover;}

@media (min-width: 1930px){
.ny-ba .imgBox .img{height:6rem;position: relative;;}	
}


.left-box {
    position: relative;
    z-index: 2;
  /*padding-top:.6rem;*/
}

.left-box .wp {
    background: #F0F0F0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.nymain .leftNav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nymain .leftNav .leftNav-tit {
    width: 2.37rem;
    height: 1.02rem;
    line-height: 1.02rem;
    margin-top: -0.26rem;
    margin-right: 0.51rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.nymain .leftNav .leftNav-tit::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.02rem;
    border-radius: 0.2rem 0.2rem 0px 0px;
    background: #007bc7;
    z-index: -1;
}

.nymain .leftNav .leftNav-tit>h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'sySong';
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.62rem;
    color: #FFFFFF;
    background: url(../images/left-zs.png) no-repeat left center;
    background-size: 1.49rem auto;
    padding-left: 0.56rem;
    padding-top: 0.11rem;

}

.nymain .leftNav>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nymain .leftNav>ul>li {
    position: relative;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/raw-b.png) no-repeat center;
    background-size: 0.09rem 0.17rem;
    cursor: pointer;
    display: none;
}

.nymain .leftNav>ul>li>a {
    font-size: 0.2rem;
    line-height: 0.76rem;
    margin: 0 0.2rem;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.03rem solid #333;
    transform: scaleX(0);
    transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
    font-weight: bold;
    color: #333;
}

.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li.on>a::after {
    transform: none;
}

.nymain .leftNav>ul>li:hover>a::before,
.nymain .leftNav>ul>li.on>a::before {
    transform: translateX(-50%) translateY(0);
}

.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 a:hover {
    background-position: 0.31rem center;
}

.nymain .leftNav>ul>li>ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    width: 115%;
    top: 100%;
    background: #fff;
    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.26rem;
    padding: 0.07rem 0.1rem;
    color: #666666;
    text-align: center;
    margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
    color: #333;
    font-weight: bold;
}

.ny-right {
    min-height: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.26rem;
}

.ny-rk {}

.position {
    display: flex;
    align-items: center;
    padding-right: 0.2rem;
    margin-left: 0.2rem;
}

.position>div {
    position: relative;
    text-align: center;
    font-size: 0;
    line-height: 0.3rem;
}

.position span {
    color: #626E7B;
    font-size: 0.14rem;
    vertical-align: middle;
}

.position img {
    height: 0.14rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.position a {
    font-size: 0.14rem;
    color: #626E7B;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.position a:hover,
.position span.position-dq {
    color: #333;
}

/* 列表页 */
.text-list {}

.text-list ul li+li {
    margin-top: 0.36rem;
}

.text-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ffe5e9;
    padding: 0.26rem 0.4rem;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.text-list ul li:hover a {
    background: url(../images/tw-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 0.09rem 0.19rem 0px rgba(103, 103, 103, 0.3);
}

.text-list ul li .text-list-r {
    width: calc(100% - 3.2rem);
    padding: 0.15rem 0;
}

.text-list ul li .text-list-r .date {
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: rgb(255 204 212);
}

.text-list ul li .text-list-r .date b {
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 0.25rem;
    color: #007bc7;
}

.text-list ul li .text-list-r h3 {
    font-size: 0.18rem;
    line-height: 0.35rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0.26rem;
    transition: all 0.4s;
}

.text-list ul li .text-list-r>p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #898989;
    transition: all 0.4s;
    margin-top: 0.12rem;
}

.text-list ul li:hover a {
    border-color: transparent;
}

.text-list ul li:hover .text-list-r h3 {
    color: #3333;
}

.text-list ul li:hover .text-list-r>p {
    color: #333;
}

.list ul li {
    line-height: 0.74rem;
    border-bottom: 1px dashed #CBCBCB;
    position: relative;
    z-index: 1;
}

.list ul li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    border-bottom: 1px dashed #007bc7;
    z-index: -1;
    transition: all 0.4s;
}

.list ul li:hover::after {
    width: 100%;
}

.list ul li a {
    display: block;
    overflow: hidden;
    padding-right: 0.14rem;
}

.list ul li a>span {
    float: right;
    font-size: 0.16rem;
    background: url(../images/list-time1.png) no-repeat left center;
    background-size: 0.13rem auto;
    padding-left: 0.24rem;
    margin-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.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #A7A7A7;
    transition: all 0.4s;
}

.list ul li:hover a h3::after {
    background: #333;
}

.list ul li:hover a h3 {
    font-weight: bold;
}

.list ul li:hover a h3,
.list ul li:hover a>span {
    color: #333;
}

.list ul li:hover a>span {
    background: url(../images/list-time2.png) no-repeat left center;
    background-size: 0.13rem auto;
}

.list2 ul li {
    margin-top: 0.36rem;
}

.list2 ul li a {
    display: flex;
    align-items: center;
    background: #f4fbff;
    padding: 0.35rem 0.3rem;
    position: relative;
    z-index: 1;
}

.list2 ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #007bc7;
    z-index: -1;
    transition: all 0.4s;
}

.list2 ul li a .date {
    text-align: center;
    margin-right: 0.34rem;
    border-right: 1px solid #007bc7;
    padding-right: 0.12rem;
    transition: all 0.4s;
}

.list2 ul li a .date span {
    display: block;
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    transition: all 0.4s;
}

.list2 ul li a .date b {
    display: block;
    font-size: 0.36rem;
    font-weight: 700;
    color: #007bc7;
    transition: all 0.4s;
}

.list2 ul li a .tx {
    flex: 1;
    min-width: 0;
}

.list2 ul li a .tx h3 {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #272727;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.list2 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.1rem;
    transition: all 0.4s;
}

.list2 ul li:hover a::before {
    width: 100%;
}

.list2 ul li:hover a .date {
    border-right-color: #fff;
}

.list2 ul li:hover a .date span {
    color: rgba(255, 255, 255, 0.6);
}

.list2 ul li:hover a .date b {
    color: #fff;
}

.list2 ul li:hover a .tx h3 {
    color: #fff;
    font-weight: bold;
}

.list2 ul li:hover a .tx p {
    color: rgba(255, 255, 255, 0.9);
}

/* 内容页 */
.art-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.art-left {
    width: 68.75%;
}

.art-right {
    width: 23.87%;
}

.art-main .art-tit h3 {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #232323;
    font-size: 0.26rem;
    line-height: 0.4rem;
}

.art-main .art-tit h3 p {
    color: #232323;
    text-align: center;
    padding: 0;
    line-height: 0.4rem;
    background: none;
    margin-top: 0;
}
.art-main .art-tit h3 p>span{
font-size: 0.26rem;
color: #232323;
line-height: 0.4rem;
}

.art-main .art-body {
    padding-top: 0.3rem;
}

.art-main .art-body p {
    color: #222;
    text-indent: 2em;
  
    font-size: 0.16rem !important;
    line-height: 200% !important;
    margin-bottom: 0.2rem !important;
    text-align: justify;
}

.art-main .art-body img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding: 0.22rem 0.1rem;
    line-height: 0.24rem;
    background: #F5F5F5;
    margin-top: 0.4rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.16rem;
    margin-right: 0.05rem;
}

.art-main .cont-tit p>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #5A5A5A;
    margin: 0 0.15rem;
}

.art-info {
    border-top: 1px solid #E8E8E8;
    margin-top: 0.5rem;
}

.pnext {
    margin-top: 0.25rem;
    font-size: 0.18rem;
}

.pnext p {
    text-indent: initial;
    line-height: 0.3rem;
    color: #757575;
    margin: 0.08rem 0;
}

.pnext p a {
    color: #757575;
}

.pnext p:hover {
    color: #333;
}

.pnext p:hover a {
    color: #333;
}

.art-main .art-tit h3.jj-tit {
    font-weight: normal;
}

.art-main .art-body p strong {
    font-weight: bold;
    color: #333;
}

.art-right .art-rtit {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #D8D8D8;
}

.art-right .art-rtit h3 {
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #007bc7;
    background: url(../images/art-rtit.png) no-repeat left center;
    background-size: 0.23rem auto;
    padding-left: .35rem;
}

.art-right ul li {
    margin-top: 0.34rem;
}

.art-right ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.art-right ul li a .date {
    margin-right: 0.17rem;
    width: 0.92rem;
    height: 0.78rem;
    background: url(../images/art-rbg1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 0.08rem;
}

.art-right ul li a .date b {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #007bc7;
}

.art-right ul li a .date span {
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #007bc7;
}

.art-right ul li a h3 {
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #262626;
    transition: all 0.4s;
}

.art-right ul li:hover a h3 {
    color: #333;
}

.art-wx {
    text-align: center;
    margin-top: 0.3rem;
}

.art-wx img {
    width: 1.71rem;
    max-width: 100%;
}

/* 单篇正文 */
.art-dpzw .first {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}
/*
.art-dpzw .first::before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: 0;
    right: 0;
    height: 3.45rem;
    background: linear-gradient(180deg, #f3dce0 0%, #fffbfb 100%);
    z-index: -1;
}
*/

.art-dpzw .first .pic1 {
    width: 44.68%;
}

.art-dpzw .first .tx {
    flex: 1;
    min-width: 0;
    padding: 0.1rem 0.5rem 0 0.5rem;
}

.art-dpzw .first .tx .tit {
     background:url(../images/ttbl.png) no-repeat left center;
  
    text-align: right;
    margin-bottom: 0.4rem;
}

.art-dpzw .first .tx .tit h3 {
    font-size: 0.36rem;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 0.5rem;
}

.art-dpzw .first .tx .tit h4 {
    font-size: 0.26rem;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 0.5rem;
}

.art-dpzw .first .tx .tit h4 span {
    display: inline-block;
    vertical-align: middle;
    width: 2.54rem;
    border-bottom: 1px solid rgba(141, 141, 141, 0.3);
    margin-right: 0.25rem;
    position: relative;
    z-index: 1;
}

.art-dpzw .first .tx .tit h4 span::after {
    content: '';
    position: absolute;
    top: -0.03rem;
    right: -0.06rem;
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    border: 1px solid rgba(141, 141, 141, 0.3);
    border-radius: 50%;
}

.art-dpzw .first .tx .tit h4 b {
    font-size: 0.3rem;
    font-weight: 700;
    color: #007bc7;
}

.art-dpzw .first p {
    margin-bottom: 0 !important;
}

.art-dpzw .art-body p {
    line-height: 0.34rem !important;
}

/* 图片列表 */
.img-lists {
    overflow: hidden;
}

.img-lists ul {
    overflow: hidden;
    padding-bottom: 0.1rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.img-lists ul li {
    float: left;
    width: calc(25% - 0.4rem);
    margin: 0.56rem 0.2rem 0 0.2rem;
    border: 1px solid #eee;
    transition: all 0.4s;
}

.img-lists ul li:hover {
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
    transform: translateY(-10px);
}

.img-lists ul li a {
    display: block;
    padding: 0.22rem 0.25rem 0.16rem 0.25rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.img-lists ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58.75%;
    background: linear-gradient(180deg, #EFF8F4 0%, rgba(239, 248, 244, 0) 100%);
    z-index: -1;
    transition: all 0.4s;
}

.img-lists ul li a .pic {
    padding-top: 61%;
}

.img-lists ul li a>div.info {
    padding: 0.2rem 0 0 0;
    font-size: 0;
    transition: all 0.4s;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.img-lists ul li a>div.info span {
    display: block;
    font-size: 0.16rem;
    color: #999999;
    margin-top: 0.08rem;
    transition: all 0.4s;
}

.img-lists ul li:hover a::before {
    background: #333;
}

.img-lists ul li:hover a>div.info p {
    color: #fff;
}

.img-lists ul li:hover a>div.info span {
    color: rgba(255, 255, 255, 0.7);
}

/*师资队伍*/
.list-ld {
    max-width: 16rem;
    margin: 0 auto;
    overflow: hidden;
}

.list-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-ld ul li {
    width: 31.12%;
    margin-top: 0.8rem;
}

.list-ld ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: 0.15rem;
    border: 1px solid #F0F4F4;
    background: url(../images/ld-libg1.png) no-repeat left center;
    background-size: 2.55rem auto;
    transition: all 0.4s;
}

.list-ld ul li .sz-pic {
    width: 2.75rem;
}

.list-ld ul li .pic {
    padding-top: 65.55%;
}

.list-ld ul li .sz-tx {
    flex: 1;
    min-width: 0;
    border: 1px solid transparent;
    border-left: none;
    padding: 0.15rem 0.3rem 0 0.3rem;
    transition: all 0.4s;
}

.list-ld ul li h4 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #111111;
}

.list-ld ul li h3 {
    font-size: 0.2rem;
    line-height: 0.42rem;
    color: #333;
    margin-top: 0.24rem;
    position: relative;
    z-index: 1;
}

.list-ld ul li h3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.3rem;
    width: calc(100% + 0.3rem);
    background: linear-gradient(90deg, #F3F4F7 0%, rgba(242, 246, 247, 0) 100%);
    z-index: -1;
}

.list-ld ul li p {
    font-size: 0.16rem;
    font-weight: 290;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.16rem;
    transition: all 0.4s;
}

.list-ld ul li .xq {
    margin-top: 0.36rem;
    border-top: 1px solid #D8D8D8;
    padding-top: 0.12rem;
}

.list-ld ul li .xq span {
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #333;
    padding-right: 0.47rem;
    background: url(../images/xq-jt.png) no-repeat right center;
    background-size: 0.15rem auto;
    transition: all 0.4s;
}

.list-ld ul li:hover a {
    border-color: rgba(8, 120, 104, 0.1);
    background: url(../images/ld-libg2.png) no-repeat left center;
    background-size: 2.55rem auto;
}

.list-ld ul li:hover .pic img {
    transform: scale(1.1);
}

.list-ld ul li:hover h3::before {
    background: linear-gradient(90deg, #FFF9EE 0%, rgba(255, 244, 225, 0) 100%);
}

/* 师资内容 */
.sz-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sz-t {
    width: 2.2rem;
}

.sz-t>img {
    display: block;
    width: 100%;
}

.sz-t h3 {
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.25rem;
    color: #333;
}

.sz-t h4 {
    font-size: 0.18rem;
    font-weight: normal;
    text-align: center;
    margin-top: 0.15rem;
    color: #666;
}

.sz-t h5 {
    font-size: 0.18rem;
    font-weight: normal;
    margin-top: 0.1rem;
    color: #007bc7;
    text-align: center;
}

.sz-t h5 img {
    vertical-align: middle;
    margin-right: 0.05rem;
    display: inline-block;
    width: 0.26rem;
    height: 0.23rem;
}

.sz-r {
    width: calc(100% - 2.8rem);
}

.sz-r h3 {
    font-size: 0.28rem;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.2rem;
    position: relative;
}

.sz-boxbg {
    background: rgba(169, 12, 12, 0.02);
    padding: 1px 0.4rem 0.4rem 0.4rem;
}

.sz-box {
    margin-top: 0.45rem;
}

.sz-box h4 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #007bc7;
    c background-size: 0.17rem 0.26rem;
    padding-left: 0.35rem;
    border-bottom: 1px solid rgba(99, 6, 95, 0.6);
    margin-bottom: 0.2rem;
}

.sz-box p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333;
}

/* 图文列表页  start */

.tw ul li .pick {
    width: 2.84rem;
}

.tw ul li .pic {
    padding-top: 65.84%;
}

/* 组织机构 */
.zzjg {
    max-width: 14rem;
    margin: 0 auto;
}

.zzjg-box {
    position: relative;
    z-index: 1;
    margin-top: 0.2rem;
}

.zzjg-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -0.06rem;
    width: 0.06rem;
    height: 1.55rem;
    border-radius: 0px 0px 0px 0.4rem;
    background: #007bc7;
}

.zzjg-box+div {
    margin-top: 0.7rem;
}

.zzjg-box .tit {
    width: 96.71%;
    padding: 0.11rem 0.11rem 0.22rem 0.37rem;
    border-radius: 0px 0.4rem 0px 0px;
    background: #f4fbff;
}

.zzjg-box h3 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #262626;
    padding-left: 0.2rem;
    position: relative;
    z-index: 1;
}

.zzjg-box h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.05rem;
    height: 0.23rem;
    background: #DFB57A;
}


.zzjg-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0.45rem;
    border: 1px solid #D8D8D8;
}

.zzjg-box ul li {
    width: 25%;
    position: relative;
    z-index: 1;
}

.zzjg-box ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    background: #007bc7;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.4s;
}

.zzjg-box ul li a {
    display: flex;
    align-items: center;
    padding: 0.17rem 0.2rem;
}

.zzjg-box ul li .color-777 {
    color: #777;
}

.zzjg-box ul li a span {
    font-size: 0.18rem;
    line-height: 0.34rem;
    transition: all 0.4s;
}

.zzjg-box ul li:hover a span {
    color: #333;
    font-weight: bold;
}


/* 校园风光 */

.groupbox {
    max-width: 12.27rem;
    margin: 0 auto;
    padding-top: 0.6rem;
}

.group-big li a {
    display: block;
}

.group-big li a .pic {
    padding-top: 52.15%;
    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-size: 100% 100%;
    left: 0;
}

.group-big .slick-next {

    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.42rem;
    overflow: hidden;
}

.group-sml li.slick-current.slick-active a {
    border: 0.03rem solid #007bc7;
}

.group-sml li a {
    display: block;
    margin: 0 0.05rem;
    border: 0.03rem solid transparent;
}

.group-sml li a .pic {
    padding-top: 68.83%;
    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-sml .slick-prev,
.group-sml .slick-next {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

.group-sml .slick-prev {
    left: 0.15rem;
    background-image: url(../images/zt-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.07rem 0.12rem;
}

.group-sml .slick-next {
    right: 0.15rem;
    background-image: url(../images/zt-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.07rem 0.12rem;
}

.group-sml .slick-prev:hover,
.group-sml .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* 宣传视频 */
.xcsp-t a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xcsp-t a .xcsp-tpic {
    width: 63.48%;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.xcsp-t a .xcsp-tpic::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    bottom: 0;
    right: 1.3rem;

    background-size: 100% 100%;
}

.xcsp-t a .xcsp-tpic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.67rem;
    height: 0.67rem;

    background-size: 100% 100%;
    z-index: 1;
}

.xcsp-t a .xcsp-tpic .pic {
    padding-top: 60.05%;
    box-shadow: 0px 12px 24px 0px rgba(0, 14, 78, 0.5);
}

.xcsp-t a .xcsp-tr {
    width: 32.57%;
}

.xcsp-t a .xcsp-tr h3 {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.38rem;
    max-height: 0.76rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xcsp-t a .xcsp-tr p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-height: 2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
}

.xcsp-t a .xcsp-tr span {
    display: inline-block;
    float: right;
    font-size: 0.26rem;
    color: #007bc7;
    margin-top: 0.3rem;

    padding-left: 0.4rem;
}

.xcsp ul {
    margin: 0.6rem -0.3rem 0 -0.3rem;
}

.xcsp ul li {
    width: 33.333%;
    margin-top: 0.3rem;
}

.xcsp ul li a {
    display: block;
    margin: 0 0.3rem;
}

.xcsp ul li .pic {
    padding-top: 64.5%;
}

.xcsp ul li .pic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.55rem;
    height: 0.55rem;

    background-size: 100% 100%;
    z-index: 1;
}

.xcsp ul li .pic p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(7, 110, 172, 0.7);
    border-radius: 0 0.22rem 0.22rem 0;
    line-height: 0.42rem;
    width: 1.87rem;
    text-align: center;
}

.xcsp ul li .pic p span {

    padding-left: 0.35rem;
    font-size: 0.2rem;
    color: #fff;
}

.xcsp ul li .xcsp-d {
    background: #fff;
    padding: 0.25rem;
}

.xcsp ul li h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xcsp ul li a:hover h3 {
    color: #333;
}

/* 历史沿革 */
.lsyg {
    padding-top: 1px;
    border-left: 1px solid #e0e0e0;
    position: relative;
    z-index: 1;
}

.lsyg::after {
    content: "";
    position: absolute;
    top: -0.06rem;
    left: -0.06rem;
    width: 0.11rem;
    height: 0.11rem;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 50%;
}

.lsyg h3 {
    font-size: 0.28rem;
    color: #007bc7;
    padding-left: 0.64rem;
    margin-top: 0.35rem;
    position: relative;
    z-index: 1;
}

.lsyg h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.08rem;
    width: 0.59rem;
    height: 0.15rem;

    background-size: 100% 100%;
}

.lsyg p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666666;
    padding-left: 0.64rem;
    margin-top: 0.25rem;
}

.ny-hisbg {
    background: linear-gradient(180deg, #FDF3E4 0%, rgba(255, 247, 236, 0) 100%);
}

.history img {
    max-width: 100%;
}

/* 综合列表页 */
.zhlist ul h3 {
    position: relative;
    z-index: 1;
}

.zhlist ul h3 a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 0.16rem;
    transition: all 0.4s;
}

.zhlist ul h3 a:hover {
    color: #007bc7;
}

.zhlist ul li {
    overflow: hidden;
}

.zhlist ul li span {
    display: block;
    float: right;
    padding-left: 0.2rem;
}

/* 书记主页 */
.sjzy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.27rem 0.3rem 0 0.65rem;
}

.sjzy .l {
    width: 43.27%;
    position: relative;
    z-index: 1;
}

.sjzy .l::before {
    content: '';
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    background-color: #007bc7;
    z-index: -1;
}

.sjzy .l .pic {
    padding-top: 83.43%;
}

.sjzy .r {
    width: 50.51%;
}

.sjzy .r .tit {
    margin-top: 0.3rem;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0.4rem;
}

.sjzy .r .tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #007bc7;
    border-bottom: 0.05rem solid #007bc7;
    display: inline-block;
    position: relative;
}

.sjzy .r p {
    font-size: 0.2rem;
    line-height: 0.42rem;
    text-align: justify;
}

/* 现任领导 */
.xyldbox {
    max-width: 10.1rem;
    margin: 0 auto;
    margin-top: 1.17rem;
    position: relative;
    z-index: 1;
}

.xyldbox::before {
    content: '';
    position: absolute;
    top: -0.9rem;
    right: -1.48rem;
    width: 3.59rem;
    height: 4.78rem;
    background: url(../images/xyld-zs.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.xyld {
    border-radius: 0px 0.5rem 0px 0px;
    background: #FFFFFF;
    box-shadow: 0px 0.06rem 0.11rem 0px rgba(103, 103, 103, 0.3);
    border-left: 0.06rem solid #007bc7;
    padding: 0.4rem 0.6rem 0.7rem 0.6rem;
}

.xyld-tit {
    background: url(../images/xyld1.png) no-repeat left center;
    background-size: 0.2rem auto;
    padding-left: 0.35rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
}

.xyld ul {}

.xyld ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    font-size: 0.24rem;
    padding: 0.34rem 0;
}

.xyld ul li .l {
    width: 55%;
}

.xyld ul li .r {
    width: 45%;
}

.xyld ul li .l {
    color: #999;
    padding-left: 10%;
    position: relative;
    z-index: 1;
}

.xyld ul li .l::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    width: 0.03rem;
    height: 0.22rem;
    background: #007bc7;
}

.xyld ul li .r {
    padding-left: 10%;
    border-left: 1px solid rgba(8, 120, 104, 0.2);
}

.xyld ul li .r a {
    display: inline-block;
    transition: all 0.5s;
}

.xyld ul li .r a:hover {
    color: #007bc7;
}

/* 讲座论坛 */
.jzlt {
    max-width: 8rem;
    margin: 0 auto;
}

.jzlt ul li {
    margin-top: 0.85rem;
}

.jzlt ul li:first-child {
    margin-top: 0.22rem;
}

.jzlt ul li a {
    display: flex;
    flex-wrap: wrap;
}

.jzlt ul li a .bg_img {
    width: 52.25%;
    height: 3.14rem;
}

.jzlt ul li a .bg_img>span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.16rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    border-radius: 0px 0.5rem 0.5rem 0px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.14rem;
    color: #FFFFFF;
}

.jzlt ul li a .tx {
    width: calc(47.75% + 0.3rem);
    margin-left: -0.3rem;
    background: #F6F6F6;
    margin-top: 0.3rem;
    padding: 0.23rem 0.35rem;
    border-bottom: 3px solid #373130;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
}

.jzlt ul li a .tx::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0.08rem solid #373130;
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid transparent;
}

.jzlt ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #262626;
    transition: all 0.4s;
}

.jzlt ul li a .tx>p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.72rem;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.12rem;
}

.jzlt ul li a .d p.sj {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #007bc7;
    background: url(../images/jzlt-sj.png) no-repeat left center;
    background-size: 0.15rem auto;
    padding-left: 0.25rem;
}

.jzlt ul li a .d p.dz {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #007bc7;
    background: url(../images/jzlt-dz.png) no-repeat left center;
    background-size: 0.15rem auto;
    padding-left: 0.25rem;
}


.jzlt ul li:nth-child(even) a .bg_img {
    order: 2;
}

.jzlt ul li:nth-child(even) a .bg_img>span {
    left: auto;
    right: 0;
    border-radius: 0.5rem 0px 0px 0.5rem;
}

.jzlt ul li:nth-child(even) a .tx {
    order: 1;
    border-bottom-color: #007bc7;
}

.jzlt ul li:nth-child(even) a .tx::after {
    border-bottom: 0.08rem solid #007bc7;
}

.jzlt ul li:hover a .tx {
    box-shadow: 0px 0.26rem 0.27rem -0.04rem rgba(148, 148, 148, 0.3);
}

.jzlt ul li:hover a .tx h3 {
    color: #007bc7;
    font-weight: bold;
}

/* 办学理念 */
.ny-bxln {
    background: url(../images/bxln-bg.png) no-repeat center bottom;
}

.bxln-box {
    max-width: 14rem;
    margin: 0 auto;
    margin-top: 0.7rem;
    background-color: #fff;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(176, 176, 176, 0.3);
}

.bxln {
    background: linear-gradient(187deg, #fff7ea 0%, rgb(247 255 251 / 0%) 52%);
    border-top: 0.02rem solid #df9530;
}

.bxln>h3 {
    text-align: center;
    font-family: "sysong";
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
    margin-top: 0.44rem;
    margin-bottom: 0.09rem;
    background: url(../images/bxln-titbg.png) no-repeat center bottom;
    background-size: 1.62rem auto;
    padding-bottom: 0.2rem;
}

.bxln-d {
    background: url(../images/bxln-dbg.png) no-repeat center top;
    position: relative;
    z-index: 1;
    padding-bottom: 1.34rem;
}

.bxln .zy {
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #262626;
    padding: 1.16rem 8.78% 0.25rem 8.78%;
    text-indent: 2em;
}

.bxln-zybg {
    display: block;
    position: absolute;
    left: 0;
    top: 0.34rem;
    width: 100%;
}

.bxln-d ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.bxln-d li {
    width: 48.12%;
    text-align: center;
}

.bxln-d li>h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #007bc7;
    margin-bottom: 0.36rem;
    position: relative;
    z-index: 1;
}

.bxln-d li:first-child>h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 50%;
    margin-right: 0.7rem;
    border-top: 1px dashed #C7C7C7;
}

.bxln-d .li3 li:first-child>h3::before {
    left: 1.4rem;
}

.bxln-d li:first-child>h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: 0.64rem;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #C7C7C7;
    border-radius: 50%;
}

.bxln-d li:nth-child(2)>h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 50%;
    margin-left: 0.7rem;
    border-top: 1px dashed #C7C7C7;
}

.bxln-d .li2 li:nth-child(2)>h3::before {
    right: 1.4rem;
}

.bxln-d li:nth-child(2)>h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 0.64rem;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #C7C7C7;
    border-radius: 50%;
}

.bxln-d li .tx {
    display: inline-block;
}

.bxln-d li .tx p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #262626;
}

.bxln-d .li1 li:first-child {
    border-radius: 0px 6.59rem 6.59rem 0px;
    background: linear-gradient(270deg, #f3ecdf 0%, rgba(255, 255, 255, 0) 100%);
    padding: 0.5rem 0;
}

.bxln-d .li1 li:nth-child(2) {
    border-radius: 6.59rem 0px 0px 6.59rem;
    background: linear-gradient(90deg, #f3ecdf 0%, rgba(255, 255, 255, 0) 100%);
    padding: 0.5rem 0;
}

.bxln-d .li2,
.bxln-d .li3 {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
}

.bxln-d .li2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 1.23rem;
    border-radius: 0px 6.59rem 6.59rem 0px;
    background: linear-gradient(270deg, #f3ecdf 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.bxln-d .li3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.23rem;
    right: 0;
    border-radius: 6.59rem 0px 0px 6.59rem;
    background: linear-gradient(90deg, #f3ecdf 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.bxln-d .li3 li:first-child .tx p {
    text-align: left;
}

/* 淄职视界图片 */
.zzsj-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zzsj-nav li+li {
    margin-left: 0.3rem;
}

.zzsj-nav li a {
    display: block;
    width: 1.9rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    background: #F0F0F0;
    font-size: 0.24rem;
    color: #262626;
}

.zzsj-nav li.on a {
    color: #fff;
    background: url(../images/zzsj-bg.jpg) no-repeat center;
    background: #007bc7;
    background-size: cover;
}

.zzsj-big {
    max-width: 12.27rem;
    margin: 0 auto;
    margin-top: 0.7rem;
}

.zzsj-big a {
    display: block;
}

.zzsj-big .pic {
    padding-top: 52.15%;
}

.zzsj-big .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.75rem;
    background-color: #000;
    opacity: 0.3;
}

.zzsj-video .zzsj-big .pic::before,
.zzsj-video .img-lists ul li a .pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.93rem;
    height: 0.93rem;
    background: url(../images/ico4.png) no-repeat;
    background-size: 100% auto;
    z-index: 2;
}

.zzsj-video .img-lists ul li a .pic::before {
    width: 0.6rem;
    height: 0.6rem;
}

/* 专题专栏 */

.ztzl ul {
    overflow: hidden;
    padding-bottom: 0.1rem;
    margin-left: -2%;
    margin-right: -2%;
}

.ztzl ul li {
    float: left;
    width: 21%;
    margin: 0.1rem 2% 0.4rem 2%;
    transition: all 0.4s;
}

.ztzl ul li a {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #E7F4F4 0%, rgba(231, 244, 244, 0) 100%);
    border-radius: 0 0.4rem 0 0.4rem;
    position: relative;
    z-index: 1;
}

.ztzl ul li a::before {
    content: '';
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    width: 68.19%;
    height: 78.92%;
    background: url(../images/ztzl-x.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    transition: all 0.5s;
}

.ztzl ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.1rem;
    width: 0.04rem;
    height: 46.49%;
    background: #E7F4F4;
    border-radius: 0.45rem;
    transition: all 0.5s;
}

.ztzl ul li a .pic {
    padding-top: 130%;
    border-radius: 0 0.4rem 0 0.4rem;
}

.ztzl ul li a>div.info {
    padding: 0.12rem 0.1rem;
    font-size: 0;
    text-align: center;
    transition: all 0.4s;
}

.ztzl ul li a>div.info p {
    color: #333;
    font-family: 'sySong';
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.ztzl ul li:hover a::after {
    background: #007bc7;
}

.ztzl ul li:hover a>div.info p {
    color: #007bc7;
}

/* 融媒矩阵 */
.rmjz-tit img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.rmjz-box {
    margin-top: 0.8rem;
}

.rmjz-box .tit {
    text-align: center;
}

.rmjz-box .tit h3 {
    display: inline-block;
}

.rmjz-box .tit h3 span {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #333333;
}

.rmjz-box .tit h3 span::before {
    content: "";
    display: block;
    width: 1.15rem;
    height: 0.12rem;
    background: url(../images/rm-titl.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.12rem;
}

.rmjz-box .tit h3 span::after {
    content: "";
    display: block;
    width: 1.15rem;
    height: 0.12rem;
    background: url(../images/rm-titr.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.12rem;
}

.rmjz-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.rmjz-box ul li {
    margin: 0.35rem;
}

.rmjz-box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.05rem;
    background-color: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(172, 172, 172, 0.3);
}

.rmjz-box ul li a h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #007bc7;
}

.rmjz-box1 ul li a {
    background-image: url(../images/rmjz1-lib.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.rmjz-box2 ul li a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rmjz-box3 ul {
    justify-content: flex-start;
}

.rmjz-box3 ul li {
    width: 16.666%;
    margin: 0.35rem 0 !important;
}

.rmjz-box3 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    margin: 0 auto;
    background: linear-gradient(0deg, #007bc7 0%, #efc3ca 100%);
    position: relative;
    z-index: 1;
}

.rmjz-box3 ul li a::before {
    content: '';
    position: absolute;
    top: -0.08rem;
    left: -0.08rem;
    right: -0.08rem;
    bottom: -0.08rem;
    border: 1px dashed #007bc7;
    border-radius: 50%;
}

.rmjz-box3 ul li a h3 {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: center;
    color: #FFFFFF;
    padding: 0 0.03rem;
}

.rmjz-box3 ul li a>div {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 130%;
    transform: translateX(-50%);
    width: 0.83rem;
    padding: 0.05rem;
    background: #fff;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(114, 114, 114, 0.3);
    z-index: 9;
}

.rmjz-box3 ul li a>div>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.rmjz-box3 ul li a>div::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

}

.rmjz-box3 ul li:hover a>div {
    display: block;
}

/* 2.29新闻综合页 */
.zh-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zh-list .k {
    width: 48.5%;
    margin-bottom: 0.7rem;
}


.zh-list .tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #FCF6F1;
    height: .55rem;
    padding: 0 .2rem;
    border-left: 0.05rem solid #007bc7;
}

.zh-list .tit h3 {
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
}

.zh-list .tit .more a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #313131;
    background: url(../images/list-more.png) no-repeat right center;
    background-size: .28rem auto;
    padding-right: 0.38rem;
    transition: all .5s;
}

.zh-list .tit .more a:hover {
    color: #007bc7;
}

.zh-list .k ul {
    margin-top: 0.2rem;
}

.zh-list .k ul li a {
    display: block;
    line-height: .6rem;
    border-bottom: 1px dashed #CBCBCB;
    padding-left: 0.24rem;
    font-size: .18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all 0.5s;
}

.zh-list .k ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.05rem;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #A7A7A7;
    transition: all 0.5s;
}

.zh-list .k ul li:hover a {
    color: #007bc7;
    left: 0.05rem;
    border-bottom-color: #007bc7;
}

.zh-list .k ul li:hover a::after {
    background: #007bc7;
}


@media screen and (max-width: 1400px) {
    .nymain .leftNav .leftNav-tit {
        width: 2rem;
    }

    .nymain .leftNav .leftNav-tit {
        margin-right: 0.2rem;
    }

    .nymain .leftNav>ul>li>a {
        margin: 0 0.2rem;
    }
}

@media screen and (max-width: 1200px) {
    .nymain .leftNav .leftNav-tit {
        margin-right: 0.1rem;
    }

    .nymain .leftNav>ul>li>a {
        margin: 0 0.1rem;
    }

    .xyldbox::before {
        content: '';
        position: absolute;
        top: -0.5rem;
        right: -15px;
        width: 2rem;
        height: 2.66rem;
        z-index: -1;
    }
}

@media screen and (max-width: 1100px) {
    .nymain .leftNav .leftNav-tit {
        margin-right: 0.06rem;
    }

    .nymain .leftNav>ul>li>a {
        margin: 0 0.06rem;
    }
}

@media screen and (max-width: 1024px) {
    .left-box .wp {
        flex-wrap: wrap;
        background: none;
    }

    .nymain {
        padding-top: 0rem;
    }
.ny-ba{height: 32vw}
    .nymain .leftNav .leftNav-tit {
        width: 100%;
        height: auto;
        line-height: inherit;
        margin-top: 0;
    }

    .nymain .leftNav .leftNav-tit::before {
        content: none;
    }

    .nymain .leftNav .leftNav-tit>h2 {
        display: block;
        height: inherit;
        line-height: 0.56rem;
        font-size: 0.22rem;
        text-align: left;
        padding-left: 0.15rem;
        padding-top: 0;
        font-weight: 600;
        background: #007bc7;
        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 0.14rem;
        cursor: pointer;
    }

    .nymain .leftNav>ul {
        margin-top: 0;
        border-radius: 0;
        padding-right: 0;
    }

    .nymain .leftNav>ul>li {
        float: none;
        width: auto;
    }

    .nymain .leftNav>ul>li::before {
        display: none !important;
    }

    .nymain .leftNav>ul>li>ul {
        position: static;
        display: none;
        transform: none;
        margin: 0 0.2rem;
        background: none;
        box-shadow: none;
        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;
        font-size: 0.18rem;
    }

    .nymain .leftNav>ul>li>span {
        display: block;
        transition: all 0.5s;
    }

    .nymain .leftNav>ul>li.on>span {
        transform: rotate(90deg);
    }

    .nymain .leftNav>ul>li>a::after {
        top: 50%;
        width: auto;
        height: 0.36rem;
        border-top: none;
        border-left: 0.04rem solid #007bc7;
        transform: translateY(-50%) scaleY(0);
    }

    .nymain .leftNav>ul>li:hover>a::after,
    .nymain .leftNav>ul>li.on>a::after {
        transform: translateY(-50%) scaleY(1);
    }

    .nymain .leftNav {
        width: 100%;
        display: block;
    }

    .nymain .leftNav ul li a {
        line-height: 0.56rem;
        margin: 0;
        padding: 0 0.2rem;
    }

    .nymain .leftNav ul {
        display: none;
        padding-bottom: 0;
        box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1)
    }

    .position {
        display: block;
        margin-top: 0.15rem;
        padding-right: 0;
        margin-left: 0;
    }

    .position span,
    .position a {
        font-size: 12px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .ny-right {
        padding-top: 0.3rem;
    }

    .ny-rk {}

    .xcsp-t a .xcsp-tpic {
        padding-left: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .xcsp ul {
        margin: 0.2rem -0.15rem 0 -0.15rem;
    }

    .xcsp ul li a {
        margin: 0 0.15rem;
    }

    .list ul li a h3 {
        font-size: 0.2rem;
    }

    .list ul li a>span {
        font-size: 0.18rem;
    }

    .list ul li a {
        padding-right: 0;
    }

    .text-list ul li+li {
        margin-top: 0.3rem;
    }

    .text-list ul li .text-list-r h3 {
        font-size: 0.2rem;
    }

    .text-list ul li .text-list-r>p {
        font-size: 0.16rem;
    }

    .text-list ul li .text-list-r .date b {
        font-size: 0.22rem;
    }

    .list2 ul li {
        margin-top: 0.2rem;
    }

    .list2 ul li a {
        padding: 0.2rem;
    }

    .art-left {
        width: 100%;
    }

    .art-right {
        width: 100%;
        margin-top: 0.4rem;
    }

    .art-main .art-body p {
        font-size: 0.2rem !important;
        line-height: 0.4rem !important;
    }

    .pnext {
        font-size: 0.2rem;
    }

    .art-right .art-rtit h3 {
        font-size: 0.22rem;
    }

    .art-right ul li a h3 {
        font-size: 0.2rem;
    }

    .art-right ul li {
        margin-top: 0.2rem;
    }

    .art-main .art-tit h3 {
        max-width: 100%;
    }

    .art-dpzw .first .tx {
        flex: none;
        width: 100%;
        order: 1;
        padding: 0;
    }

    .art-dpzw .first .pic1 {
        width: 100%;
        order: 2;
        margin-top: 0.4rem;
    }

    .art-dpzw .first .tx .tit h3 {
        font-size: 0.3rem;
    }

    .art-dpzw .first .tx .tit h4 {
        font-size: 0.22rem;
    }

    .art-dpzw .first .tx .tit {
        margin-bottom: 0.4rem;
    }

    .art-dpzw .first::before {
        top: 1.2rem;
        left: -15px;
        right: -15px;
    }

    .art-dpzw .first .tx .tit h4 span {
        width: 2rem;
    }

    .list-ld ul li .sz-pic {
        margin: 0 auto;
    }

    .list-ld ul li {
        margin-top: 0.3rem;
    }

    .list-ld ul li a {
        display: block;
        background: none;
    }

    .list-ld ul li:hover a {
        background: none;
    }

    .list-ld ul li .sz-tx {
        border: 1px solid transparent !important;
    }

    .list-ld ul li h4,
    .list-ld ul li h3 {
        text-align: center;
    }

    .list-ld ul li h3 {
        margin-top: 0.2rem;
    }

    .list-ld ul li h3::before {
        left: 0;
        width: 100%;
    }

    .list-ld ul li .xq {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
    }

    .zzjg-box ul {
        justify-content: space-between;
    }

    .zzjg-box ul li {
        width: 48%;
    }

    .xyldbox {
        margin-top: 0.3rem;
    }

    .groupbox {
        padding-top: 0;
    }

    .bxln-box {
        margin-top: 0.3rem;
    }

    .bxln-d .li2::before {
        right: 15px;
    }

    .bxln-d .li3::before {
        left: 15px;
    }

    .bxln-d .li2 li:nth-child(2)>h3::before {
        right: 24px;
    }

    .bxln-d .li3 li:first-child>h3::before {
        left: 24px;
    }

    .ztzl ul li a>div.info p {
        font-size: 0.22rem;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {

    .text-list {
        margin-top: 0;
    }

    .text-list ul li .date {
        padding-top: 0.1rem;
    }

    .list ul li {
        line-height: 0.7rem;
    }

    .zzjg_text li {
        width: 50%;
    }

    .img-lists ul li {
        width: 46%;
        margin: 10px 2%;
    }

    .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;
    }

    .art-main .art-body {
        padding-top: 20px;
    }

    .xcsp-t a .xcsp-tpic {
        width: 100%;
    }

    .xcsp-t a .xcsp-tr {
        width: 100%;
        margin-top: 0.25rem;
    }

    .xcsp-t a .xcsp-tr span {
        font-size: 0.22rem;
        background-size: 0.2rem 0.2rem;
        padding-left: 0.3rem;
    }

    .xcsp ul li {
        width: 50%;
    }

    .xcsp ul li .pic p span {
        font-size: 0.18rem;
        background-size: 0.2rem 0.2rem;
        padding-left: 0.3rem;
    }

    .tw ul li .pick {
        width: 2.9rem;
    }

    .text-list ul li .text-list-r {
        width: calc(100% - 3.2rem);
    }

    .zzjg ul {
        width: 100%;
        padding: 0.2rem;
        margin-top: 0.3rem;
    }

    .zzjg ul:nth-child(even) {
        margin-left: 0;
    }

    .sz ul li {
        width: 100%;
    }

    .sz ul li:nth-child(even) {
        margin-left: 0;
    }

    .sz-main {
        justify-content: center;
    }

    .sz-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .sjzy {
        padding: 0 0 0 0.2rem;
    }

    .sjzy .r .tit {
        margin-top: 0;
        margin-bottom: 0.2rem;
    }

    .zzjg_text li {
        width: 50%;
    }

    .zzjg-box ul li {
        width: 100%;
    }

    .zzjg-box ul li a {
        padding: 0.1rem 0.2rem;
    }

    .xyld {
        padding: 0.3rem;
    }

    .xyld ul li {
        font-size: 0.2rem;
        padding: 0.2rem 0;
    }

    .xyld ul li .l {
        padding-left: 0.4rem;
    }

    .xyld ul li .l::after {
        left: 0.2rem;
    }

    .xyld ul li .r {
        padding-left: 0.4rem;
    }

    .jzlt ul li a .tx h3 {
        font-size: 0.2rem;
    }

    .jzlt ul li a .tx>p,
    .jzlt ul li a .d p.sj,
    .jzlt ul li a .d p.dz {
        font-size: 0.16rem;
    }

    .jzlt ul li a .bg_img>span {
        font-size: 0.16rem;
    }

    .zzsj-big {
        margin-top: 0.3rem;
    }

    .img-lists ul li a>div.info p,
    .img-lists ul li a>div.info span {
        font-size: 0.18rem;
    }

    .zzsj-video .zzsj-big .pic::before,
    .zzsj-video .img-lists ul li a .pic::before {
        width: 0.6rem;
        height: 0.6rem;
    }

    .zzsj-video .img-lists ul li a .pic::before {
        width: 0.4rem;
        height: 0.4rem;
    }

    .ztzl ul li {
        width: 46%;
    }

    .rmjz-box ul li {
        margin: 0.35rem 0.15rem;
    }

    .zh-list .k {
        width: 100% !important;
        margin-bottom: 0.4rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .img-lists ul li a>img {
        height: 100px;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 12px;
    }

    .text-list ul li a {
        justify-content: flex-start;
        padding: 0.2rem 0;
    }

    .text-list ul li .text-list-r h3 {
        margin-top: 0.2rem;
    }

    .tw ul li .pick {
        width: 100%;
    }

    .tw ul li .text-list-r {
        width: 100%;
        padding: 0.2rem;
    }

    .list-ld ul li {
        width: 100%;
    }

    .list-ld ul li .xq span {
        font-size: 0.16rem;
        background-size: 0.25rem auto;
        padding-right: 0.35rem;
    }

    .list-ld ul li {
        margin-top: 0.3rem;
    }

    .list-ld ul li a {
        padding: 0.2rem;
    }

    .list-ld ul li .sz-tx {
        padding: 0.2rem 0 0 0;
    }

    .group-big .slick-prev,
    .group-big .slick-next {
        width: 0.29rem;
        height: 0.41rem;
        opacity: 0.2;
        transition: all 0.3s;
    }

    .group-big .slick-dots {
        margin: 0 0.4rem;
        width: calc(100% - 0.8rem);
        height: 0.46rem;
        line-height: 0.46rem;
    }

    .group-sml {
        margin-top: 0.25rem;
    }

    .xcsp ul li {
        width: 100%;
    }

    .sz ul li {
        margin-top: 0.2rem;
    }

    .sz ul li .sz-pic {
        width: 1.52rem;
        position: static;
    }

    .sz ul li .sz-tx {
        width: calc(100% - 1.92rem);
        margin-left: 0.2rem;
    }

    .sjzy .l {
        width: 100%;
    }

    .sjzy .r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .zzjg-box ul li {
        width: 100%;
    }

    .xyld ul li .l {
        padding-right: 0.4rem;
    }

    .jzlt ul li {
        margin-top: 0.3rem;
    }

    .jzlt ul li:first-child {
        margin-top: 0;
    }

    .jzlt ul li a .bg_img {
        width: 100%;
        order: 1 !important;
    }

    .jzlt ul li a .tx {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 0.2rem;
        order: 2 !important;
    }

    .jzlt ul li a .tx h3 {
        height: auto;
        max-height: 0.6rem;
    }

    .jzlt ul li a .tx>p {
        height: auto;
        max-height: 0.72rem;
    }

    .bxln-d li {
        width: 100%;
        margin-top: 0.3rem !important;
    }

    .bxln>h3 {
        font-size: 0.26rem;
        margin-top: 0.22rem;
        padding-bottom: 0.1rem;
    }

    .bxln .zy {
        padding: 0.3rem;
    }

    .bxln-d ul {
        margin-top: 0.3rem;
    }

    .bxln-d .li1 li {
        padding: 0.3rem 0 !important;
    }

    .bxln-d .li2,
    .bxln-d .li3 {
        padding: 0.3rem 0;
    }

    .bxln-d .li2::before {
        right: 0;
    }

    .bxln-d .li3::before {
        left: 0;
    }

    .ztzl ul li {
        width: 44%;
        margin: 0.1rem 3% 0.3rem 3%;
    }

    .ztzl ul li a::before {
        top: -0.05rem;
        right: -0.05rem;
    }

    .rmjz-box3 ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 320px) {

    .img-lists ul li a>img {
        height: 84px;
    }
}