@charset "utf-8";


.banner {
    position: relative;
    z-index: 1;
}

.banner:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -1rem;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(21, 79, 143, 0) 0%, #114887 85%);
    width: 9rem;
}

.banner>img {
    display: block;
    width: 100%;
    min-height: 2rem;
    object-fit: cover;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.5rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #1c4ca0;
    color: #fff;
    border: 1px solid #1c4ca0;
}



.pagination span {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}

.nymain {
    position: relative;
    padding-bottom: 4rem;
    z-index: 99;
    padding-top: .9rem;
    background: url(/images/ny-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}


.nymain>div {
    display: flex;
    align-items: flex-start;
}

.nymain .leftNav {
    float: left;
    width: 2.4rem;
    position: relative;
    margin-right: .7rem;
    /* background: #fff; */
    border-left: none;
    background-color: #f0edec;
}

.nymain .leftNav>h2 {
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c4ca0;
    font-weight: normal;
}

.nymain .leftNav>h2 i {
    font-style: normal;
    font-size: 0.3rem;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    top: .28rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
    z-index: 1;
}

.nymain .leftNav>h2 b {
    position: relative;
    z-index: 2;
    padding-top: .1rem;
}



.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
}

.nymain .leftNav>ul::before {}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    border-left: 0.03rem solid #1c4ca0;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .2rem;
    line-height: .7rem;
    color: #4D4D4D;
    padding: 0 .2rem;
    position: relative;
    padding-left: .37rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    right: .2rem;
    top: .2rem;
    cursor: pointer;
    transition: all 0.3s;
    /* display: none; */
    width: 0.3rem;
    height: 0.3rem;
}

.nymain .leftNav>ul>li>span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.1rem;
    height: 0.03rem;
    background: #cfd7ea;
}



.nymain .leftNav>ul>li.on>a {}



.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #1c4ca0 !important;
    font-weight: 600;
    background-color: #1c4ca0;
    color: #fff !important;
    background-color: #1c4ca0;
    box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(116, 9, 43, 0.2);
    margin-right: -.1rem;
}

.nymain .leftNav>ul>li.active>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: .19rem;
    background-color: #ffffff;
    opacity: 0;
}



.nymain .leftNav>ul>li.active>span::before {
    background: #e0b5ba;
}

.nymain .leftNav ul li.active ul {
    /* display: block; */
}




.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: .5rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.18rem;
    line-height: 0.4rem;
    /* border-top: 1px solid #eeeeee; */
    padding-left: .2rem;
    color: #666666;
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.nymain .leftNav ul li ul li ul {}

.nymain .leftNav ul li ul li ul li a {
    font-size: .14rem;
    line-height: .34rem;
    padding-left: .2rem;
}


.nymain .leftNav ul li ul li span {
    position: absolute;
    right: .2rem;
    top: .05rem;
    cursor: pointer;
    transition: all 0.3s;
    /* display: none; */
    width: 0.3rem;
    height: 0.3rem;
}

.nymain .leftNav ul li ul li span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.1rem;
    height: 0.03rem;
    background: #cfd7ea;
}

.nymain .leftNav ul li ul li {
    position: relative;
}

.nymain .leftNav ul li ul li .active>span::before {
    background: #e0b5ba;
}

.nymain .leftNav ul li ul li .active>a {
    color: #1c4ca0 !important;
    font-weight: 600;
    background-color: #1c4ca0;
    color: #fff !important;
    background-color: #1c4ca0;
    box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(116, 9, 43, 0.2);
    margin-right: -.1rem;
}

.ny-right {
    flex: 1;
    min-width: 0;
}

.ny-rcom {
    font-size: 24px;
    color: #1c4ca0;
    margin-bottom: 15px;
    font-weight: normal;
}

.banner-tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

.position {
    position: relative;
    z-index: 1;
    transform: translateY(.1rem);
    flex: 1;
    min-width: 0;
}

.position:before {}

.position:after {}

.position>div {
    line-height: .23rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.banner-tit>h3::after {
    display: block;
    position: absolute;
    right: -.1rem;
    bottom: -.08rem;
    background: url(/images/itit-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.26rem;
    height: 0.27rem;
    z-index: -1;
}

.banner-tit h3 {
    z-index: 9;
    position: relative;
    margin-right: .05rem;
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.47rem;
    color: #fff;
}

.banner-tit h4 {

    font-size: .46rem;

    line-height: .66rem;

    color: #fff;

    opacity: 0.2788;

    font-weight: normal;

    position: absolute;

    left: 0;

    top: .13rem;

    z-index: -1;
}

.position svg {
    margin-right: .1rem;
    height: .29rem;
}

.position svg path {
    fill: #fff;
}

.position span {
    color: #666666;
    font-size: .14rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    height: 0.17rem;
    vertical-align: middle;
    margin-right: 0.05rem;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .15rem;
    padding: 0 .05rem;
    vertical-align: middle;
    color: #666666;
    z-index: 9;
    position: relative;
}






.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}


.timg-list ul li {
    position: relative;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    font-family: "微软雅黑";
    padding: .43rem 0;
    border-top: 1px solid rgba(121, 127, 155, .1);

}

.timg-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/timg-list-itembg.png) no-repeat;
    background-position: center right;
    background-size: cover;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
}

.timg-list ul li:nth-child(1) a {
    border: none;
    padding-top: 0;
}

.timg-list ul li a h3 {
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: .2rem;
    font-weight: 600;
    line-height: .29rem;
    letter-spacing: normal;
    color: #333333;
    font-family: SourceHanSerifCN-Bold;
    margin-top: .23rem;
}

.timg-list ul li a h3:before {}


.timg-list ul li a>div {
    display: flex;
    align-items: center;
}

.timg-list ul li a>div .date {
    width: .76rem;
    border-top: 2px solid #1c4ca0;
    text-align: right;
    padding-top: .15rem;
    margin-right: .4rem;
    align-self: flex-start;
    transition: all .6s;
    height: .84rem;
    order: 1;
}

.timg-list ul li a>div .date span {
    display: block;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .22rem;
    letter-spacing: -1px;
    color: #999999;
}

.timg-list ul li a>div .date b {
    display: block;
    font-family: SourceHanSerifSC-Heavy;
    font-size: .32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    letter-spacing: -1px;
    color: #1c4ca0;
    margin-top: .1rem;
    transition: all .5s;
}

.timg-list-img {
    float: left;
    width: 4.67rem;
}

.timg-list ul li a .pic {
    padding-top: 56%;
}


.timg-linfo {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
    padding-left: .35rem;
    transition: all .5s;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
    margin-top: .14rem;
    margin-bottom: .4rem;
    font-family: SourceHanSerifCN-Regular;
}

.timg-linfo div {}

.timg-linfo div b {}

.timg-linfo div span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #134A9A;
    position: relative;
    padding-left: .2rem;
    font-family: SourceHanSerifCN-Regular;
}

.timg-linfo span::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(22deg);
    width: 1px;
    height: 0.13rem;
    background-color: #134A9A;
    border-radius: 50%;
    opacity: .3;
}

.timg-linfo div {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.timg-linfo div::after {}

.timg-linfo div::before {}

.timg-linfo div::after {}

.timg-linfo div b {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: .37rem;
    color: #134A9A;
    font-family: SourceHanSerifCN-Bold;
}

.timg-linfo h6 {
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .23rem;
    font-family: SourceHanSerifCN-Regular;
    font-weight: normal;
}

.timg-linfo h6:after {
    content: "";
    display: block;
    height: 0.22rem;
    width: 0.22rem;
}

.timg-linfo h6 em {
    opacity: 0.6;
    border: 1px solid #134A9A;
    width: .23rem;
    margin-left: .05rem;
}

.timg-list ul li:nth-child(4n+1) a .timg-linfo h6:after {
    background: url(/images/timg-linfo-icon1.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.timg-list ul li:nth-child(4n+2) a .timg-linfo h6:after {
    background: url(/images/timg-linfo-icon2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.timg-list ul li:nth-child(4n+3) a .timg-linfo h6:after {
    background: url(/images/timg-linfo-icon3.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.timg-list ul li:nth-child(4n) a .timg-linfo h6:after {
    background: url(/images/timg-linfo-icon4.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 图片列表 */

.img-lists ul {
    margin: 0 -.25rem;
    display: flex;
    flex-wrap: wrap;
}

.img-lists ul li {
    width: 33.33%;
    margin-bottom: .5rem;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}



.img-lists ul li a {
    display: block;
    margin: 0 .25rem;
    transition: all 0.5s;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.0982);
}

.img-lists ul li a .pic {
    padding-top: 65%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    /* display: none; */
    font-size: 0;
    background-position: left center;
    transition: all 0.5s;
    border-bottom: 2px solid #134A9A;
    padding: .37rem 0.4rem .31rem 0.4rem;
    position: relative;
    z-index: 1;
}

.img-lists ul li a>div.info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    background: linear-gradient(180deg, #134C9D 64%, #2266C5 100%);
    opacity: 0;
    z-index: -2;
}

.img-lists ul li a>div.info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    background: url(/images/item-bglogo.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    opacity: 0;
    z-index: -1;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .29rem;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: .16rem;
    line-height: .36rem;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background: #134A9A;
    padding: 0 .18rem;
}



.art-main {
    flex: 1;
    min-width: 0;
}

.art-main .art-tit {
    background: linear-gradient(90deg, rgba(19, 74, 154, 0.1366) 4%, rgba(19, 74, 154, 0) 100%);
    padding: .27rem .2rem;
}

.art-main .art-tit h3 {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.43rem;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 0.18rem;
    margin-top: 0.3rem;
}

.art-main .art-body {}

.art-main .art-body p {
    color: #666666;
    text-indent: 2em;
    font-size: .2rem;
    line-height: .33rem;
    margin-top: .15rem;
    font-family: 微软雅黑;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
    height: auto;
}

.art-main .cont-tit p {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: .23rem;
    color: #666666;
    margin-top: .2rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p em {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: .16rem;
    line-height: .23rem;
    margin: 0 .15rem;
    color: #666666;
    font-style: normal;
}

.art-info {}

.pnext {
    margin-top: .35rem;
    padding-top: .6rem;
    border-top: 1px solid rgba(51, 51, 51, .3);
    position: relative;
}

.pnext:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 125px;
    height: 5px;
    background: #134A9A;

}

.pnext p {
    text-indent: initial;
    font-size: .2rem;
    line-height: .33rem;
    color: #222222;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pnext p:nth-child(1)::before {}

.pnext p:nth-child(2)::before {}

.pnext p+p {
    margin-top: .2rem;
}

.pnext p a {
    color: #222222;
}







/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}

.i-list {
    padding: 17px 0;
}

.i-list li {
    position: relative;
}

.i-list li a {
    display: flex;
    color: #111111;
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #E8E8E8;
    transition: all 0.5s;
    padding: .3rem .35rem;
    position: relative;
    z-index: 9;
}

.i-list li a:before {}

.i-list li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(271deg, #1c4ca0 -10%, #3286e7 59%);
    z-index: -1;
    transform: scaleY(0);
    transition: all .6s;
}

.i-list li:nth-child(1) a {
    border-top: 1px solid transparent;
}

.i-list li:nth-child(1) a:before {
    display: none;
}



.i-list li:last-child a {
    border-bottom: 1px dashed #CBCBCB;
}

.i-list li a .date {
    min-width: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
    transition: all 0.5s;
    padding-right: .32rem;
    margin-right: .35rem;
    position: relative;
}

.i-list li a .date::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 0.48rem;
    background: #FFEEEE;
    transition: all .6s;
}

.i-list li a .date b {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #1c4ca0;
}

.i-list li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #9E9E9E;
    margin-top: .2rem;
    width: .76rem;
    border: 1px solid rgba(120, 0, 9, 0.21);
    text-align: center;
}

.i-list li a .info {
    flex: 1;
    min-width: 0;
}

.i-list li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    font-weight: normal;
}

.i-list li a .info p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #C5C5C5;
    font-weight: normal;
    margin-top: .07rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.i-list li a span {}




.jgsz-box {
    margin-top: .65rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgsz-box:nth-child(1) {
    margin-top: 0;
}

.jgsz-box h3 {
    background: rgba(0, 96, 175, .1);
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .77rem;
    text-align: center;
    color: #1c4ca0;
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem;
}

.jgsz-box ul li {}

.jgsz-box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .62rem;
    color: #474747;
    padding: 0 .4rem 0 0;
}





/* 师资列表 */
.szlb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.35rem;
}

.szlb ul li {
    width: 50%;
    margin-top: .65rem;
}

.szlb ul li:nth-child(-n+2) {
    margin-top: .4rem;
}

.szlb ul li a {
    display: block;
    margin: 0 .35rem;
    background: #FFFFFF;
    transition: all 0.5s;
    height: 100%;
    border-radius: 0px .4rem 0px 0px;
    position: relative;
}

.szlb ul li a::before {
    content: "";
    position: absolute;
    left: -0.07rem;
    top: 0;
    right: 50%;
    height: 1.55rem;
    border-radius: 0px 0.45rem 0px 0.4rem;
    opacity: 1;
    background: #0A58A6;
    opacity: 1;
    background: #0A58A6;
    z-index: 1;
}

.szlb ul li a h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.67rem;
    background: #F5F8FF;
    color: #0A58A6;
    padding: 0 .15rem 0 .42rem;
    position: relative;
    border-radius: 0px .4rem 0px 0px;
    z-index: 9;
    position: relative;
}

.szlb ul li a h3:before {
    content: "";
    position: absolute;
    left: .28rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: .23rem;
    background: #FFC062;
}

.szlb ul li a>div {
    border: 1px solid #CEDBE8;
    padding: .4rem .3rem;
    z-index: 9;
    position: relative;
    background: #fff;
}

.szlb ul li a>div dl dt {
    display: flex;
    align-items: flex-start;
    margin-top: .3rem;
}

.szlb ul li a>div dl dt:nth-child(1) {
    margin-top: 0;
}

.szlb ul li a>div dl dt div {
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    margin-right: .2rem;
}

.szlb ul li a>div dl dt div img {
    display: block;
    max-height: .21rem;
    max-width: .25rem;
}

.szlb ul li a>div dl dt p {
    flex: 1;
    min-width: 0;
}

.szlb ul li a div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}







.searchpage .secpag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.searchpage .secpag a {
    color: #333;
}








.whcj {
    margin-top: .35rem;
}


.whcj-pic {
    display: flex;
    justify-content: center;
    background: #F5F8FC;
    padding: 1rem .2rem;
}

.whcj-pic img {
    max-width: 100%;
}


.whcj-text {
    margin-top: .3rem;
}

.whcj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333;
}

.whcj-box-flex {
    display: flex;
    align-items: flex-start;
}

.whcj-box-flex .whcj-pic {
    width: 4.59rem;
    margin-right: .6rem;
    margin-top: .3rem;
}

.whcj-box-flex .whcj-text {
    flex: 1;
    min-width: 0;
}

.whcj-down {}

.whcj-down a {
    display: block;
    background: #F5F8FC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    margin-top: 1.2rem;
    transition: all 0.5s;
}

.whcj-down img {
    height: 0.4rem;
    margin-right: .1rem;
}

.whcj-down p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    color: #333333;
}



.xyjj-box {
    margin-top: .5rem;
}

.xyjj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333;
    text-indent: 2em;
}

.xyjj-box ul {
    display: flex;
    justify-content: space-between;
}

.xyjj-box ul li {
    width: 48%;
}

.xyjj-box ul li img {
    display: block;
    width: 100%;
}

.xyjj-box-flex {
    display: flex;
    align-items: flex-start;
}

.xyjj-box-flex .xyjj-text {
    flex: 1;
    min-width: 0;
}

.xyjj-box-flex .xyjj-pic {
    width: 5.44rem;
    position: relative;
    padding: 0 .4rem .5rem 0;
    margin-left: .4rem;
}

.xyjj-box-flex .xyjj-pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.xyjj-box-flex .xyjj-pic::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0.4rem;
    top: 0.5rem;
    bottom: 0;
    background: #1c4ca0;
    z-index: 1;
}


.jsjj-box {
    margin-top: .3rem;
}

.jsjj-box:nth-child(1) {
    margin-top: 0;
}

.jsjj-infos {
    display: flex;
    background: #F7F7F7;
}

.jsjj-pics {
    width: 1.8rem;
    margin-right: .26rem;
}

.jsjj-pics .pic {
    padding-top: 127%;
}

.jsjj-info {
    flex: 1;
    min-width: 0;
    padding-top: .34rem;
    padding-bottom: .34rem;
}

.jsjj-info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
}

.jsjj-tit {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(249, 224, 224, 0.3) 100%);
    height: 0.6rem;
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.jsjj-tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #333333;
    border-left: 0.04rem solid #1c4ca0;
    padding-left: .15rem;
}

.jsjj-text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
}

.jsjj-text ul li {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.48rem;
    color: #393939;
}


.ny-tit {
    display: flex;
    align-items: center;
    margin-bottom: .38rem;
}

.ny-tit::before {
    content: "";
    height: 2px;
    background-color: #1c4ca0;
    opacity: 0.1;
    flex: 1;
    min-width: 0;
}

.ny-tit::after {
    content: "";
    height: 2px;
    background-color: #1c4ca0;
    opacity: 0.1;
    flex: 1;
    min-width: 0;
}

.ny-tit div {
    display: flex;
    align-items: center;
    font-family: SourceHanSerifSC-Heavy;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.02rem;
    margin: 0 .5rem;
}

.ny-tit div b {
    color: #1c4ca0;
}

.ny-tit div span {
    color: #1c4ca0;
}




.search-filt {
    background: #ffffff url(../images/search-filt-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 0.05rem;
    border: solid 0.01rem #bc0905;
    padding: .49rem .2rem 0.3rem 0;
}

.search-filt>div {
    /* overflow: hidden; */
    display: flex;
}

.search-filt>div+div {
    margin-top: .3rem;
}

.search-filt>div>span {
    margin-right: .3rem;
    width: 1.57rem;
    text-align: right;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #232323;
}


.search-filt>div.zm ul li {
    width: 6.666%;
    margin-right: 0;
}

.search-filt>div.zm ul li a {
    padding: 0;
    text-align: center;
    background: none;
}

.search-filt>div.zm ul li:nth-child(1) {
    width: auto;
}

.search-filt>div.zm ul li:nth-child(1) a {
    font-family: SourceHanSerifCN-Bold;
    padding: 0 .2rem
}




.filt-ipt {
    display: flex !important;
    border: 1px solid #20458c;
    background: #f5f6fa;
}

.filt-ipt .text {
    flex: 1;
    min-width: 0;
    padding: 0 .2rem;
    border-radius: 0.05rem 0 0 .05rem;
}

.filt-ipt .text input {
    font-family: SourceHanSansCN-Regular;
    width: 100%;
    display: block;
    line-height: .56rem;
    height: 0.56rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    background: none;
    border: none;
    color: #333;
}

.filt-ipt .text input::placeholder {

    color: #999999;
}

.filt-ipt .btn {
    width: 0.8rem;
    border-radius: 0rem 0.05rem 0.05rem 0rem;
}

.filt-ipt .btn input {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-family: SourceHanSansCN-Bold;
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.58rem;
    color: #ffffff;
    cursor: pointer;
    background: url(/images/filt-search.png) no-repeat;
    background-position: center center;
    background-size: 0.23rem auto;
}

.filt-xl {
    justify-content: space-between;
}


.search-sel {
    width: 130px;
    text-align: right;
    position: relative;
    width: calc(33.33% - .2rem);
    border: 1px solid #c8c8c8;
}

.search-sel>p {
    text-align: center;
    position: relative;
    color: #333333;
    font-size: .18rem;
    cursor: pointer;
    padding-right: .5rem;
    line-height: .53rem;
    display: flex;
    justify-content: flex-start;
    padding-left: .23rem;
}

.search-sel>p b {
    font-weight: normal;
}

.search-sel>p::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/images/icon-sj.png) no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.search-sel>p.on::after {
    transform: translateY(-50%) rotate(180deg);
}

.search-sel ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s;
    border-top: 1px solid rgba(0, 0, 0, .4);
    transform: scaleY(0);
    z-index: 9;
    transform-origin: top center;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}

.search-sel ul.on {
    transform: scaleY(1);
}

.search-sel ul li {
    line-height: 36px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.search-sel ul li:hover {
    background: #1c4ca0;
    color: #fff;
}

.search-filt2 {
    padding: 0;
    border: none;
    background: none;
}

.search-filt2>div>span {
    width: auto;
}



.sz-artt {
    display: flex;
}

.sz-artt .pics {
    width: 3.29rem;
    margin-right: .4rem;
}

.sz-artt .pics .pic {
    padding-top: 124%;
}

.sz-artt .info {
    flex: 1;
    min-width: 0;
    padding-top: .3rem;
}

.sz-artt .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    margin-bottom: .3rem;
}

.sz-artt .info dl {
    display: flex;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
}

.sz-artt .info dd {
    flex: 1;
    min-width: 0;
}

.sz-artt .info div {
    border-top: 1px solid #a9a9a9;
    padding-top: .2rem;
    margin-top: .2rem;
}

.sz-artt .info div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
}

.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.sz-artb {
    margin-top: 0.45rem;
}

.sz-artb-tit ul {
    display: flex;
}

.sz-artb-tit ul li {
    margin-right: 2px;
}

.sz-artb-tit ul li a {
    display: block;
    min-width: 1.88rem;
    background-color: #f0edec;
    text-align: center;
    line-height: .62rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    color: #000000;
}

.sz-artb-tit ul li.on a {
    background-color: #1c4ca0;
    color: #fff;
}

.sz-artb-bd {
    background-color: #f9f9f9;
}

.sz-artb-bd>div {
    padding: .2rem .1rem;
}

.sz-artb-bd>div>div {
    padding: .2rem .4rem;
    overflow-y: auto;
    max-height: 9rem;
}

.sz-artb-bd>div>div h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    color: #1c4ca0;
}

.sz-artb-bd>div>div p {
    font-size: 0.18rem;
    line-height: .36rem;
    font-weight: normal;
    color: #222222;
}

.interpret {
    position: fixed;
    right: 0.29rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.04rem;
    height: 1.04rem;
    background-color: #db9f6a;
    border-radius: 0.51rem;
    cursor: pointer;
}

.interpret div {
    height: 50%;
    background: #1c4ca0;
    position: relative;
    border-radius: .6rem .6rem 0 0;
}

.interpret div span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .15rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.interpret div span::after {
    content: "";
    display: block;
    width: .13rem;
    height: 0.2rem;
    background: url(/images/ndxs-arr.png) no-repeat;
    background-position: center center;
    background-size: auto .08rem;
    margin-left: 0.03rem;
}

.interpret div span img {
    height: 0.08rem;
}

.interpret div ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .4s;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    max-height: 3.5rem;
    overflow-y: auto;

}

.interpret div ul li a {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(151, 7, 25, .2);
    font-size: .14rem;
    line-height: .3rem;
    color: #333;
}


.interpret b {
    display: block;
    height: 50%;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    text-align: center;
    color: #ffffff;
}


.interpret div ul.on {
    transform: scaleY(1);
}








/* 2025年5月20日09:52:00  大事记 */
.dsj ul li {}

.dsj ul li h3 {
    position: relative;
    padding-right: .5rem;
    border-bottom: 1px solid #d7dcea;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #333333;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.dsj ul li h3 span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.47rem;
    background: url(/images/dsj-right.png) no-repeat;
    background-position: center center;
    background-size: .19rem auto;
    transition: all .5s;
    cursor: pointer;
}

.dsj ul li h3 span.on {
    transform: rotateZ(-180deg);
}

.dsj ul li dl {
    border-bottom: 1px solid #d7dcea;
    padding: .2rem 0 .37rem 0;
    display: none;
}

.dsj ul li dl dd a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.44rem;
    letter-spacing: 0rem;
    color: #222222;
    padding-left: .3rem;
    position: relative;
}

.dsj ul li dl dd a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.1rem;
    height: 0.03rem;
    top: 0.2rem;
    background: #1c4ca0;
}




.pcnav {
    position: relative;
    flex: 1;
    min-width: 0;
    z-index: 1;
    z-index: 9;
    background-size: cover;
    background-position: right center;
    margin-top: -.51rem;

}

.pcnav>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: .76rem;
}

.pcnav ul {
    display: flex;
    font-family: "SourceHanSansCN-Medium";
    white-space: nowrap;
    background: #134A9A;
    position: relative;
    min-width: 10.24rem;
}

.pcnav ul:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: 0 .5rem .76rem 0;
    border-color: transparent transparent #134A9A transparent;
    border-style: solid;
}

.pcnav ul li.active a {
    color: #C0AB8B;
}

.pcnav ul li a:before {
    content: "";
}


.pcnav ul li a i {
    font-size: 0.24rem;
    font-weight: normal;
    font-style: normal;
    line-height: 0.3rem;
    color: #333333;
}

.pcnav ul li a b {
    font-size: 0.34rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #3f64ab;
}

.pcnav ul li:nth-child(1) a:before {
    display: none;
}

.pcnav ul li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.03rem;
    background: #C0AB8B;
}

.pcnav ul li {
    margin-left: .25rem;
}

.pcnav ul li+li {}

.pcnav ul li a {
    display: block;
    line-height: .76rem;
    font-size: .22rem;
    position: relative;
    color: #fff;
    font-family: SourceHanSerifCN-Regular;
}



.pcsjnav {
    padding: .15rem 0;
    position: relative;
    z-index: 9;
    background-color: #0455aa;
    margin-top: .1rem;
    display: none;
}

.pcsjnav div {
    display: flex;
    flex-wrap: wrap;
}

.pcsjnav a {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.51rem;
    padding: 0 .15rem;
    color: rgba(255, 255, 255, .8) !important;
    margin-right: .25rem;
}

.pcsjnav a:last-child {
    margin-right: 0;
}

.pcsjnav a.active {
    background-color: #f9b90c;
    border-radius: 0.26rem;
    padding: 0 .15rem;
    color: #ffffff !important;
}

.pcsjnav a::after {
    content: none !important;
}



.xrld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xrld dl {
    width: 48%;
    background: #FFFFFF url(../images/xrld-itembg.png) no-repeat;
    background-position: center bottom;
    box-shadow: 0px 2px 14px 0px rgba(19, 74, 154, 0.1166);
    padding: .8rem .4rem .8rem .4rem;
    position: relative;
}

.xrld dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.6rem;
}

.xrld dl:nth-child(1)::before {
    background: url(/images/xrld-itembg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xrld dl:nth-child(2)::before {
    background: url(/images/xrld-itembg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xrld dl:nth-child(3)::before {
    background: url(/images/xrld-itembg3.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xrld dl:nth-child(3) {
    width: 100%;
    margin-top: .6rem;
}

.xrld dl:nth-child(3) dd div a {
    width: 8.333%;
}

.xrld dl dd {}

.xrld dl dd {
    display: flex;
    justify-content: space-between;
}

.xrld dl dd {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    padding: .35rem 0;
}

.xrld dl dd b {
    font-size: 0.24rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0.02rem;
    color: #134A9A;
    min-width: 2rem;
    padding-left: .2rem;
    position: relative;
    margin-right: .6rem;
}

.xrld dl dd b:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .25rem;
    background: #979797;
    opacity: 0.2573;
}

.xrld dl dd div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.xrld dl dd div a {
    width: 25%;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #333333;
}

/* 师资队伍 */
.szdw ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.34rem;
}

.szdw ul li {
    width: 20%;
}

.szdw ul li a {
    display: block;
    margin: 0 .34rem;
    transition: all .5s;
}

.szdw ul li a .pic {
    padding-top: 130%;
}

.szdw ul li a .info {
    border-bottom: 0.03rem solid #e9d081;
}

.szdw ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    color: #333333;
    padding: .15rem 0;
    text-align: center;
}

.szdw ul li:nth-child(5)~li {
    margin-top: .55rem;
}


/* 组织机构  start*/

.zzjg {
    display: flex;
    align-items: flex-start;
}

.zzjg-l {
    width: 2.05rem;
    margin-right: 1rem;
    padding-left: .28rem;
    border-left: 3px solid #134A9A;
}

.zzjg-l ul li {
    position: relative;
    z-index: 1;
}

.zzjg-l ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/zzjg-llogo.png) no-repeat;
    background-position: .2rem center;
    background-size: .63rem auto;
    z-index: -1;
    opacity: 0;
}

.zzjg-l ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/pub-next-b.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem auto;
    z-index: -1;
    opacity: 0;
}

.zzjg-l ul li a {
    display: block;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: .32rem;
    letter-spacing: normal;
    color: #666666;
    padding: .15rem;
    border-bottom: 1px solid rgba(151, 151, 151, .15);
}

.zzjg-l ul li.on::before {
    opacity: 1;
}

.zzjg-l ul li.on::after {
    opacity: 1;
}

.zzjg-l ul li.on a {
    color: #134A9A;
    font-size: .26rem;
}

.zzjg-r {
    flex: 1;
    min-width: 0;
}

.zzjg-r .zzjg-box {
    border-bottom: 1px solid rgba(19, 74, 154, .3);
    padding: .4rem 0;
}

.zzjg-r .zzjg-box:nth-child(1) {
    padding-top: 0;
}

.zzjg-r .zzjg-box ul {
    display: flex;
    flex-wrap: wrap;
}

.zzjg-r .zzjg-box ul li {
    width: 33.33%;
    padding: .15rem 0;
}

.zzjg-r .zzjg-box ul li a {
    display: block;
    padding-left: .32rem;
    background: url(/images/zzjg-licon.png) no-repeat;
    background-position: left 0.04rem;
    background-size: .22rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .29rem;
    letter-spacing: normal;
    color: #333333;
}


/* 组织机构  end*/

/* 学校简介 */

.nymain.nobg {
    background: #fff;
}

.xxjj1 {
    display: flex;
}

.xxjj1-l {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-top: .53rem;
}

.xxjj1-tit img {
    display: block;
    width: 4.4rem;
}

.xxjj1-tit h3 {
    font-size: 1.34rem;
    font-weight: bold;
    line-height: 1rem;
    color: #C0AB8B;
    position: absolute;
    left: 0;
    top: -.2rem;
    font-family: SourceHanSerifCN-Regular;
    opacity: 0.062;
}

.xxjj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    text-indent: 2em;
}

.xxjj-text p+p {
    margin-top: .3rem;
}

.xxjj1-l .xxjj-text {}

.xxjj1-r {
    width: 6.63rem;
    margin-left: .35rem;
    padding-right: .15rem;
    padding-bottom: .15rem;
    position: relative;
    z-index: 1;
}

.xxjj1-r:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.23rem;
    height: 2.92rem;
    background: #134A9A;
    z-index: -1;
}

.xxjj1-r img {
    display: block;
    width: 100%;
}

.xxjj2 {
    margin-top: .4rem;
}

.xxjj3 {
    margin-top: .55rem;
    position: relative;
    z-index: 1;
}


.xxjj3 ul li {
    position: relative;
}

.xxjj3 ul li+li::before {
    content: "";
}

.xxjj3 ul li a {
    height: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(/images/xxjj3-numbg.png) no-repeat;
    background-size: 100% 100%;
    width: 1.68rem;
    height: 1.69rem;
    margin: 0 auto;
}

.xxjj3 ul li a div {
    display: flex;
    align-items: flex-end;
    font-family: "baskoldface";
    position: relative;
}

.xxjj3 ul li a div b {
    font-size: 0.38rem;
    line-height: .55rem;
    color: #222222;
    font-weight: normal;
    opacity: 0;
}

.xxjj3 ul li a div b.cnum {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.xxjj3 ul li a div span {
    font-size: 0.35rem;
    line-height: .45rem;
    color: #222222;
    font-weight: lighter;
}

.xxjj3 ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-align: center;
}

.xxjj-main {
    position: relative;
    z-index: 1;
}

.xxjj-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/xxjjbg.png) no-repeat;
    background-position: left bottom;
    background-size: 12.87rem auto;
}

/* 文字列表 start*/

.tlist ul {
    margin-top: -.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tlist ul li {
    position: relative;
    z-index: 1;
    width: 48%;
    margin-top: .45rem;
}

.tlist ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #C0AB8B;
    height: 2px;
    z-index: 2;
}

.tlist ul li::after {
    content: "";
}

.tlist ul li a {
    display: flex;
    align-items: center;
    padding: .3rem;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.0891);
}

.tlist ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    transition: all .5s;
    opacity: 0;
    background: linear-gradient(180deg, #134B9D 0%, #2366C6 100%);
    box-shadow: 0px 2px 9px 0px rgba(19, 74, 154, 0.6841);
}

.tlist ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: url(/images/item-bglogo.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}

.tlist ul li a .date {
    width: 0.81rem;
    height: 0.74rem;
    background: url(/images/datebg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: .35rem;
    text-align: center;
}

.tlist ul li a .date b {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.46rem;
    color: #134A9A;
    display: block;
}

.tlist ul li a .date span {
    font-family: SourceHanSerifCN-Light;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #ffffff;
    display: block;
}

.tlist ul li a .info {
    flex: 1;
    min-width: 0;
}
.tlist2 ul li a .info div span {
    display: block;
    min-width: 0.93rem;
    font-size: .14rem;
    line-height: .26rem;
    text-align: center;
    padding: 0 .15rem;
    background: #E0E6EF;
}
.tlist ul li a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.29rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}


/* 文字列表 end*/

/* 内容页右侧 start */

.artzx {
    width: 4.2rem;
    margin-left: .35rem;
    margin-top: 1.6rem;
    padding-left: .5rem;
    border-left: 1px solid rgba(151, 151, 151, .2);
}

.artzx-tit {
    display: flex;
    align-items: center;
}

.artzx-tit h3 {
    padding-left: .36rem;
    background: url(/images/artzx-tit-icon.png) no-repeat;
    background-position: left center;
    background-size: .25rem auto;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.43rem;
    color: #134A9A;
    font-family: SourceHanSerifCN-Bold;
}

.artzx-list ul {}

.artzx-list ul li a {
    display: block;
    padding: .32rem 0;
    border-bottom: 1px solid rgba(19, 74, 154, .2);
}

.artzx-list ul li:nth-child(1) a {}

.artzx-list ul li a span {
    display: block;
    position: relative;
    line-height: .26rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    color: #134A9A;
    transition: all .5s;
    text-align: left;
}

.artzx-list ul li a span::before {
    content: "";
}

.artzx-list ul li a span::after {
    content: "";
}

.artzx-list ul li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #222222;
    margin-top: .12rem;
}

/* 内容页右侧 end */

/* 校园风光 start */
.sh-slick {
    padding: 0 2rem .45rem .5rem;
    position: relative;
    z-index: 1;
}

.sh-slick::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 2rem;
    top: 2rem;
    background: url(/images/sh-slick-bef.png) no-repeat;
    background-size: cover;
    z-index: -2;
}

.sh-slick::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.53rem;
    top: 1.07rem;
    background: url(/images/sh-slick-aft.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.sh-slick .pic {
    padding-top: 54.8%;
    transition: all 0.3s;
}

.sh-slick .group-sml .pic {
    padding-top: 65%;
    transition: all 0.3s;
}

.sh-slick .group-sml .pic:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height:.5rem;
}
.sh-slick .group-sml p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    color: #fff;
    text-align: center;
    padding: .1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sh-slick a {
    overflow: hidden;
    display: block;
    position: relative;
}

.sh-ban a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.sh-lt {
    position: relative;
    margin-top: -.8rem;
    z-index: 10;
}

.sh-lt>ul {
    padding: 0 .35rem;
}

.sh-lt a {
    border: solid .05rem transparent;
    margin: 0 .05rem;
    margin-top: .1rem;
    transition: all 0.5s;
}



.sh-lt .slick-prev {
    width: .43rem;
    height: .43rem;
    background: url(/images/wmq/sh-l.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 0.1rem;
    transform: none;
}

.sh-lt .slick-next {
    width: .43rem;
    height: .43rem;
    background: url(/images/wmq/sh-r.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 0.1rem;
    transform: none;
}

.sh-lt li.slick-current a {
    margin-top: 0;
    background: #134A9A;
    box-shadow: 0px 2px 10px 0px rgba(19, 74, 154, 0.7336);
}

.sh-lt li.slick-current a .pic {}

.sh-slick .pub-arrow {
    position: absolute;
    right: .6rem;
    bottom: 0.52rem;
}

/* 校园风光 end */

/* 历史沿革 start*/
.lsyg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 0.02rem 0.13rem 0px rgba(19, 74, 154, 0.1437);
    padding: .53rem .53rem .7rem .53rem;
}

.lsyg-tit {
    display: flex;
    align-items: center;
}

.lsyg-tit::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    opacity: 0.3;
    height: 0.07rem;
    border-top: 1px solid #134A9A;
    border-bottom: 1px solid #134A9A;
}

.lsyg-tit::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    opacity: 0.3;
    height: 0.07rem;
    border-top: 1px solid #134A9A;
    border-bottom: 1px solid #134A9A;
}

.lsyg-tit h3 {
    font-size: .34rem;
    line-height: .49rem;
    color: #134A9A;
    font-weight: 600;
    margin: 0 .1rem;
}

.lsyg-body {
    margin-top: .7rem;
    margin-left: .3rem;
    margin-right: .3rem;
}

.lsyg-body a {
    display: block;
}

.lsyg-body img {
    display: block;
    width: 100%;
}

/* 历史沿革 end*/


/* 现任领导 start */
.lrld-box {
    position: relative;
    border-bottom: 1px solid rgba(19, 74, 154, .2);
    padding: .3rem 0;
}

.lrld-box:nth-child(1) {
    border-top: 1px solid rgba(19, 74, 154, .2);
}

.lrld-tit {
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lrld-tit h3 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: .4rem;
    letter-spacing: normal;
    color: #134A9A;
}

.lrld-tit b {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/lrld-tit-down.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
    transition: all .5s;
    cursor: pointer;
    transform: rotateZ(-90deg);
}

.lrld-tit b.on {
    transform: rotateZ(0);
}

.lrld-body {
    padding-left: 4rem;
    display: none;
}

.lrld-body table {
    width: 100%;
}

.lrld-body table tr th {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    line-height: .34rem;
    font-family: SourceHanSerifCN-Bold;
    padding: .1rem 0;
}

.lrld-body table tr td {
    padding: .1rem 0;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .3rem;
}

.lrld-body table tr td span+span {
    margin-left: .6rem;
}

/* 现任领导 end */


/* 学校标识 start */

.xxbs-tit ul {
    display: flex;
    justify-content: center;
}

.xxbs-tit ul li {
    position: relative;
    margin: 0 .62rem;
    z-index: 1;
}

.xxbs-tit ul li+li::before {
    content: "";
    position: absolute;
    left: -.62rem;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #134A9A;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
}

.xxbs-tit ul li a {
    display: block;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: .44rem;
    text-align: center;
    letter-spacing: normal;
    color: #134A9A;
    text-align: center;
}

.xxbs-tit ul li.on a {
    background: url(/images/xxbs-tit-actbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    min-width: 1.68rem;
    padding: 0 .1rem;
    color: #C0AB8B;
}

.xxbs-bd {
    position: relative;
}

.xxbs-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: scale(0.6);
    /* transform: translateY(1.5rem); */
    filter: blur(0.2rem);
    transform-origin: center top;
}

.xxbs-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transform: scale(1);
}

.xxbs-bd>div.xg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 13px 0px rgba(19, 74, 154, 0.1437);
    padding: .5rem .5rem 1rem .5rem;
    margin-top: .6rem;
}

.xxbs-bd>div.xg .xg-bd {
    margin-top: .55rem;
}

.xxbs-bd>div.xg .xg-bd img {
    display: block;
    width: 100%;
}

.xxbs-bd>div.xg a {
    display: block;
    background: #C0AB8B;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: .55rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .4rem;
}

.xxbs-bd>div.xm img, .xxbs-bd>div.xx img {
    display: block;
    width: 100%;
}

.xxbs-bd>div.xqxh {
    margin-top: 1rem;
    background: #FFFFFF;
    background: #fff url(../images/xqxh-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0rem 0.02rem 0.11rem 0rem rgba(19, 74, 154, 0.3355);
}

.xxbs-bd>div.xqxh .xqxh-c {
    display: flex;
    justify-content: space-between;
    padding: .62rem 1rem;
}

.xxbs-bd>div .xqxh-l {
    width: 60%;
}

.xxbs-bd>div .xqxh-l a {
    display: block;
}

.xxbs-bd>div .xqxh-l a img {
    display: block;
    width: 100%;
}

.xxbs-bd>div .xqxh-l a p {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: .32rem;
    color: #333333;
    margin-top: .17rem;
    text-align: center;
}

.xxbs-bd>div .xqxh-r {
    width: 32.4%;
}

.xxbs-bd>div .xqxh-r ul {}

.xxbs-bd>div .xqxh-r ul li+li {
    margin-top: .4rem;
}

.xxbs-bd>div .xqxh-r ul li a {
    display: block;
}

.xxbs-bd>div .xqxh-r ul li a div img {
    display: block;
    width: 100%;
}

.xxbs-bd>div .xqxh-r ul li a p {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: .32rem;
    color: #333333;
    margin-top: .16rem;
    text-align: center;
}

.xb1 {
    margin-top: 1.3rem;
}

.xb1-c {
    display: flex;
    align-items: flex-start;
}

.xb1-l {
    flex: 1;
    min-width: 0;
    margin-right: -1.07rem;
    position: relative;
    z-index: 2;
    padding-right: 1.6rem;
    background: url(/images/xb1-lbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .4rem 1.6rem .4rem 0.4rem;
    margin-top: .42rem;
}

.xb1-l h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: .32rem;
    letter-spacing: normal;
    color: #FFFFFF;
    padding-bottom: .3rem;
    position: relative;
    margin-bottom: .12rem;
}

.xb1-l h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #C0AB8B;
    width: 0.43rem;
    height: 0.04rem;
}

.xb1-l p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.31rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .15rem;
}

.xb1-l div {
    margin-top: .33rem;
}

.xb1-l div h6 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.31rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.xb1-r {
    width: 6.23rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.26rem 0rem rgba(19, 74, 154, 0.2671);
    border-right: 0.06rem solid #134A9A;
    padding: .4rem;
    position: relative;
    z-index: 2;
}


.xb1-r div img {
    display: block;
    margin: 0 auto;
    width: 2.97rem;
    max-width: 100%;
}

.xb1-r h3 {
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .34rem;
    letter-spacing: normal;
    color: #134A9A;
    margin-top: .29rem;
}

/**/

.xb2 {
    margin-top: 1.3rem;
}

.xb2-c {
    display: flex;
    align-items: flex-start;
    background: #fff url(../images/xqxh-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0rem 0.02rem 0.11rem 0rem rgba(19, 74, 154, 0.3355);
    padding: .55rem .4rem;
}

.xb2-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
    padding-right: 1.6rem;
}

.xb2-r h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: .32rem;
    letter-spacing: normal;
    color: #333333;
    padding-bottom: .3rem;
    position: relative;
    margin-bottom: .12rem;
}

.xb2-r h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #134A9A;
    width: 0.43rem;
    height: 0.04rem;
}

.xb2-r p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.31rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .15rem;
}

.xb2-r div {
    margin-top: .33rem;
}

.xb2-r div h6 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.31rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

/*/*/
.xb2-l {
    width: 3.74rem;
    position: relative;
    z-index: 2;
    margin-right: .9rem;
}


.xb2-l div img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.xb2-l h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: .3rem;
    letter-spacing: normal;
    color: #134A9A;
    margin-top: .29rem;
    margin-b+: .14rem;
    margin-b+: .14rem;
    margin-b+: .14re;
    margin-b+: .14r;
    margin-b+: .14;
    margin-b+: .1;
    margin-b+: .;
    margin-bottom: .12rem;
}


/* 学校标识 end */



@media screen and (min-width: 1025px) {
    .zzjg-r .zzjg-box ul li a:hover {
        color: #134A9A;
        font-weight: 600;
    }

    .xxbs-tit ul li:hover a {
        color: #C0AB8B;
    }

    .artzx-list ul li a:hover h3 {
        color: #0c63ab;
    }

    .tlist ul li:hover::after {
        left: 0;
        width: 100%;
    }

    .tlist ul li:hover a::before, .tlist ul li:hover a::after {
        opacity: 1;
    }

    .tlist ul li:hover a .info h3 {
        color: #fff;
    }

    .zzjg-box ul li a:hover {
        color: #2f5597;
    }

    .szdw ul li a:hover {
        background: #fff;
        box-shadow: 0.03rem 0.05rem 0.11rem 0.02rem rgba(0, 13, 27, 0.08);
    }

    .xrld dl dd div a:hover {
        color: #2f5597;
    }

    .nymain .leftNav {
        display: none;
    }

    .pagination a:hover {
        background: #1c4ca0;
        color: #fff;
        border: 1px solid #1c4ca0;
    }

    .nymain .leftNav ul li a:hover {
        background-position: 31px center;
        color: #1c4ca0;
    }

    .nymain .leftNav>ul>li>ul>li>a:hover {
        text-decoration: underline;
    }

    .nymain .leftNav ul li ul li ul li a:hover {
        color: #1c4ca0;
    }

    .position a:hover {
        color: #1c4ca0;
    }

    .timg-list ul li a:hover {
        border-color: transparent;
        padding: .43rem .4rem;

    }

    .timg-list ul li a:hover::before {
        opacity: 1;
    }

    .timg-list ul li:hover+li a {
        border-color: transparent;
    }

    .timg-list ul li a:hover h3 {
        color: #FFFFFF;
    }

    .timg-list ul li a:hover p {
        color: #FFFFFF;
    }

    .timg-list ul li a:hover h6 {
        color: #FFFFFF;
    }

    .timg-list ul li a:hover h6 em {
        border-color: #fff;
    }

    .timg-list ul li a:hover h6:after {}

    .timg-list ul li a:hover h3:before {
        background: #FFFFFF;
    }

    .timg-list ul li a:hover .timg-linfo div b {
        color: #FFFFFF;
    }

    .timg-list ul li a:hover .timg-linfo div span {
        color: #FFFFFF;
    }

    .timg-list ul li a:hover .timg-linfo div span:before {
        background: #fff;
    }

    .timg-list ul li a:hover .timg-linfo {}

    .timg-list ul li:nth-child(4n+1) a:hover .timg-linfo h6:after {
        background: url(/images/timg-linfo-icon1-h.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .timg-list ul li:nth-child(4n+2) a:hover .timg-linfo h6:after {
        background: url(/images/timg-linfo-icon2-h.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .timg-list ul li:nth-child(4n+3) a:hover .timg-linfo h6:after {
        background: url(/images/timg-linfo-icon3-h.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .timg-list ul li:nth-child(4n) a:hover .timg-linfo h6:after {
        background: url(/images/timg-linfo-icon4-h.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .timg-list ul li:hover a .timg-linfo::before {
        opacity: 1;
    }

    .timg-list ul li:hover a .timg-linfo::after {
        opacity: 1;
    }

    .img-lists ul li a:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    .img-lists ul li:hover .info:before, .img-lists ul li:hover .info:after {
        opacity: 1;
    }

    .img-lists ul li:hover .info p {
        color: #fff;
    }

    .pnext p:hover {
        color: #134A9A;
        font-weight: 600;
    }

    .pnext p:hover a {
        color: #134A9A;
        font-weight: 600;
    }


    .m-txt6 .more:hover {
        background: #4070cf
    }

    .i-list li:hover a::after {
        transform: scaleY(1);
    }

    .i-list li:hover a .date::after {
        background: rgba(255, 229, 229, 0.17);
    }

    .i-list li:hover a h3 {
        color: #fff;
        font-weight: 600;
    }

    .i-list li:hover a p {
        color: #FFD6D6;
    }

    .i-list li:hover a {
        border-color: transparent;
    }

    .i-list li:hover a .date b {
        color: #fff;
    }

    .i-list li:hover a .date span {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .i-list li:hover a:before {
        background: #94070A;
    }

    .jgsz-box ul li a:hover {
        font-weight: 600;
        color: #1c4ca0;
        text-decoration: underline;
    }

    .szlb ul li a:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    .szlb ul li a:hover h3 {
        color: #1c4ca0;
    }

    .searchpage .secpag a:hover {
        color: rgba(6, 131, 88, 1.0);
    }

    .interpret div ul li a:hover {
        background: #1c4ca0;
        color: #fff;
    }


    .whcj-down a:hover p {
        color: #015198;
        font-weight: 600;
    }

    .whcj-down a:hover {
        box-shadow: 0 0 .1rem rgba(1, 81, 152, .3);

    }

    .search-filt>div ul li a:hover {
        background-color: #1c4ca0 !important;
        color: #fff !important;
    }



    .pcnav ul li a:hover {
        color: #C0AB8B;
    }

    .pcsjnav a:hover {
        color: #f9b90c !important;
    }

}




/* 2026年2月6日14:42:33 */
.jzglist {}


.jzglist ul {
    margin-top: .35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jzglist ul li {
    width: 49%;
    margin-bottom: .3rem;
}

.jzglist ul li a {
    display: block;
    background-color: #e9d6c2;
    padding: .2rem .2rem .1rem .3rem;
}



.jzglist ul li a .picbox {
    display: flex;
    align-items: center;
    position: relative;
}

.jzglist ul li a .picbox .pics {
    width: 0.77rem;
    margin-right: .11rem;
}

.jzglist ul li a .picbox .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.jzglist ul li a .picbox .pics .pic div{
  background-position: center top;
}

.jzglist ul li a .picbox .texts {
    flex: 1;
    min-width: 0;
}

.jzglist ul li a .picbox .texts h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
}

.jzglist ul li a .picbox>img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: .6rem;
    max-height: .6rem;

}

.jzglist ul li a .info {
    margin-top: .17rem;
}

.jzglist ul li a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
}

.jzglist ul li a .info div {
    margin-top: 0.1rem;
}

.jzglist ul li a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    opacity: 0.6;
}

.tlist2 ul li a .info div {
    display: flex;
    margin-bottom: .1rem;
}

.tlist2 ul li a .info div span {
    display: block;
    min-width: 0.93rem;
    font-size: .14rem;
    line-height: .26rem;
    text-align: center;
    padding: 0 .15rem;
    background: #E0E6EF;
}

.tlist2 ul li a .date {
    width: 0.91rem;
    height: 0.94rem;
}

.tlist2 ul li a .date b {
    line-height: .54rem;
    font-size: .3rem;
}

.tlist2 ul li a .date span {
    line-height: .4rem;
}


/* select 下拉菜单 */
.tlist2-sx {
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.07rem 0rem rgba(0, 0, 0, 0.0542);
    border-bottom: 1px solid #134A9A;
    margin-bottom: .5rem;
    padding: .4rem .3rem;
    display: flex;
    align-items: center;
}

.tlist2-bm {
    display: flex;
    align-items: center;
}

.tlist2-bm>span {
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
}

.select {
    position: relative;
    border: 1px solid rgba(19, 74, 154, .1);
    width: 3.38rem;
}

.select>p {
    padding-right: 15px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 0 .5rem 0 .4rem;
}

.select>p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: .16rem;
    line-height: .36rem;
}

.select>span {
    float: left;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 15px;
}

.select>p i {
    position: absolute;
    right: 0.27rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.14rem;
    height: 0.1rem;
    background: url(/images/icon-b-down.png) no-repeat;
    background-position: center center;
    baseline-shift: 100% auto;
}

.select ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    display: none;
    z-index: 9;
}

.select ul li {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}

.select ul li:hover {
    background: #245399;
    color: #fff;
}

.tlist2-act {}

.tlist2-act ul {
    display: flex;
    flex-wrap: wrap;
}

.tlist2-act ul li {
    display: block;
    background: #134A9A;
    display: flex;
    align-items: center;
    padding: 0 .15rem;
    margin-left: .25rem;
}

.tlist2-act ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .38rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.tlist2-act ul li span {
    margin-left: .5rem;
    background: url(/images/icon-del.png) no-repeat;
    background-position: center center;
    background-size: .12rem auto;
    width: .12rem;
    height: 0.38rem;
    cursor: pointer;
}


.kslj-box {
    background: #FFFFFF;
    display: flex;
}

.kslj-box+.kslj-box {
    margin-top: .57rem;
}

.kslj-l {
    width: 3.11rem;
    position: relative;
    z-index: 1;
    background: #134A9A;
}

.kslj-l::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: url(/images/kslj-lbg.png) no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.kslj-l::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: url(/images/kslj-lbg.png) no-repeat;
    background-position: left bottom;
    background-size: 100%  auto;
}

.kslj-l div {
    position: relative;
    z-index: 2;
    height: 100%;
}
/* 
.kslj-l div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/images/kslj-lbg.png) no-repeat;
    background-position: right top;
    background-size: 3.11rem auto;
}

.kslj-l div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/images/kslj-lbg.png) no-repeat;
    background-position: right bottom;
    background-size: 3.11rem auto;
} */

.kslj-l div h3 {
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1.94rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: .43rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.kslj-r {
    flex: 1;
    min-width: 0;
}

.kslj-r ul {
    padding: 0.38rem .6rem;
}

.kslj-r ul {
    display: flex;
    flex-wrap: wrap;
}

.kslj-r ul li {
    width: 25%;
    padding: .15rem 0;
}

.kslj-r ul li a {
    display: block;
    padding-left: .32rem;
    background: url(/images/zzjg-licon.png) no-repeat;
    background-position: left 0.04rem;
    background-size: .22rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .29rem;
    letter-spacing: normal;
    color: #333333;
}


@media screen and (min-width:1025px) {
    .jzglist ul li a:hover .info h3 {
        color: #3b489a;
    }
        .kslj-r  ul li a:hover {
        color: #134A9A;
        font-weight: 600;
    }
}

@media screen and (max-width:1024px) {
    .jzglist ul {
        display: block;
    }

    .jzglist ul li {
        width: auto;
        margin-bottom: .1rem;
    }

    .jzglist ul li a {
        padding: .2rem .15rem;
    }

    .jzglist ul li a .picbox>img {
        max-width: .45rem;
        max-height: .45rem;
    }

    .jzglist ul li:nth-child(2n) a {
        background-color: #c6a88b;
    }

    .jzglist ul li:nth-child(2n) a .info h3 {
        color: #ffffff;
    }

    .jzglist ul li:nth-child(2n) a .info div p {
        color: #ffffff;
        opacity: 0.6;
    }

    .tlist2-sx {
        display: block;
        padding: .2rem .1rem;
    }

    .tlist2-bm>span {
        font-size: .2rem;
    }

    .select {
        width: auto;
        flex: 1;
        min-width: 0;
    }

    .tlist2-act ul li {
        margin: .1rem .1rem 0 0;
        padding: 0 .1rem;
    }

    .tlist2-act ul li span {
        margin-left: .2rem;
    }

    .select>p {
        padding-left: .2rem;
    }

     .kslj-r ul li a{font-size: .18rem;}
    .kslj-r ul li{width: 50%;}

    .kslj-box{display: block;}
    .kslj-l{margin: 0 auto;}
    .kslj-r ul{padding: .2rem .15rem;}
    .kslj-box+.kslj-box{margin-top: .25rem;}
}

@media screen and (max-width: 768px) {
    .kslj-l{width: auto;}
    .kslj-r ul {display: block;}
.kslj-r ul li{width: auto;        padding: 0.05rem 0;}
.kslj-l div h3{min-height: 1rem;font-size: .2rem;}
}