 html, body {
     background: #fff;
 }

 .banner {
     position: relative;
 }

 .banner {
     position: relative;
     z-index: 10;
 }

 .banner::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 7.97rem;
     height: 100%;
     background: linear-gradient(256deg, #0047b600 12%, #0038a780 47%, #0038a7 101%);
     /* filter: blur(0.1rem); */
     z-index: 2;
     max-width: 80%;
 }

 .banner>img {
     display: block;
     width: 100%;
     position: relative;
     z-index: 1;
 }

 .dqnav {
     position: absolute;
     /* background: #F5F8FF; */
     z-index: 1;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     transform: translateY(50%);
 }

 .dqnav::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 50%;
     bottom: 0;
     background: #003F95;
     z-index: -1;
     pointer-events: none;
 }

 .dqnav::after {}

 .dqnav>div {
     display: flex;
 }

 .dqnav-c {
     display: flex;
     position: relative;
     z-index: 1;
     align-items: center;
     flex: 1;
     min-width: 0;
     margin-right: .6rem;
     background: #003F95;
     border-radius: 0 .5rem .5rem 0;
 }

 .dqnav-c::before {}

 .dqnav-c h3 {
     z-index: 9;
     position: absolute;
     left: 0;
     bottom: 100%;
     font-size: 0.42rem;
     font-weight: bold;
     line-height: .63rem;
     letter-spacing: normal;
     color: #FFFFFF;
     margin-bottom: .36rem;
     text-shadow: 0rem 0.04rem 0.1rem rgba(0, 0, 0, 0.3);
     display: none;
 }


 .dqnav-c ul {
     flex: 1;
     min-width: 0;
     display: flex;
     flex-wrap: wrap;
 }


 .dqnav-c ul li {
     margin-right: .5rem;
 }

 .dqnav-c ul li>a {
     display: block;
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.7rem;
     color: #fff;
     transition: all .5s;
     border-bottom: 0.03rem solid transparent;
     font-family: MiSans;
 }

 .dqnav-c ul li.on>a, .dqnav-c ul li:hover>a {
     color: #fff;
     font-weight: 600;
     border-color: #C50010;
 }

 .pagination {
     text-align: center;
     font-size: 0;
     padding-top: 0.3rem;
 }

 .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: #0052C4;
     color: #fff;
     border: 1px solid #0052C4
 }

 .pagination a:hover {
     background: #0052C4;
     color: #fff;
     border: 1px solid #0052C4
 }

 .pagination span {
     display: inline-block;
     font-size: 14px;
     line-height: 30px
 }

 .nymain {
     position: relative;
     padding-bottom: .75rem;
     z-index: 1;
     background: url(../images/ny-bg.png) no-repeat;
     background-position: center bottom;
     background-size: 100% auto;
     padding-top: .85rem;
 }

 .nymain.bef::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     pointer-events: none;
     background: linear-gradient(180deg, rgba(205, 225, 253, 0.4) 0%, rgba(205, 225, 253, 0) 100%);
 }

 .nymain.nobg {
     background: none;
 }




 .nymain>div {
     display: flex;
     align-items: flex-start
 }

 .nymain .leftNav {
     float: left;
     position: relative;
     margin-right: .9rem;
     border-left: none;
     background-color: #f0edec;
     box-shadow: -0.11rem 0.04rem 0.19rem 0.02rem rgba(6, 84, 191, 0.05);
     border-radius: 0.1rem;
     width: 3.32rem;
     padding: 0.25rem .4rem 1.3rem .4rem
 }

 .nymain .leftNav>h2 {
     line-height: .4rem;
     color: #0052C4;
     font-size: .34rem;
     position: relative;
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-weight: normal;
     line-height: .8rem;
     border-bottom: 1px solid #0052C4
 }

 .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;
     font-weight: 600;
     font-family: SourceHanSerifCN-Bold;
 }

 .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;
     padding: 0.4rem 0 0 0
 }

 .nymain .leftNav>ul>li {
     position: relative
 }

 .nymain .leftNav>ul>li+li {
     margin-top: 0.06rem
 }

 .nymain .leftNav ul li a {
     display: block;
     font-size: .22rem;
     line-height: .42rem;
     color: #222222;
     padding: 0 .2rem 0 0;
     position: relative
 }

 .nymain .leftNav>ul>li>span {
     position: absolute;
     right: 0;
     top: .06rem;
     cursor: pointer;
     transition: all 0.3s;
     width: 0.3rem;
     height: 0.3rem
 }

 .nymain .leftNav>ul>li>span::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: url(../images/leftNav-icon-down.png) no-repeat;
     background-position: center center;
     background-size: 0.08rem auto
 }

 .nymain .leftNav>ul>li.on>span {
     transform: rotate(-90deg)
 }

 .nymain .leftNav>ul>li.activ {
     background: #dadada
 }

 .nymain .leftNav>ul>li.active>a {
     margin-right: -.1rem;
     color: #0052C4;
 }

 .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 ul {
     display: block
 }

 .nymain .leftNav ul li a:hover {
     background-position: 31px center;
     color: #0052C4
 }

 .nymain .leftNav>ul>li>ul {
     display: none;
     padding-top: .1rem;
     padding-bottom: 0.1rem;
     padding-left: .23rem
 }

 .nymain .leftNav>ul>li>ul>li>a {
     font-size: 0.18rem;
     line-height: 0.32rem;
     color: #666666;
     padding-top: .05rem;
     padding-bottom: .05rem
 }

 .nymain .leftNav>ul>li>ul>li.active>a {
     color: #0052C4
 }

 .nymain .leftNav>ul>li>ul>li>a:hover {
     text-decoration: underline
 }

 .nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
     border: none
 }

 .nymain .leftNav ul li ul li ul li a {
     font-size: .14rem;
     line-height: .34rem;
     padding-left: .2rem
 }

 .nymain .leftNav ul li ul li ul li a:hover {
     color: #0052C4
 }

 .nymain .leftNav ul li ul li span {
     position: absolute;
     right: .2rem;
     top: .05rem;
     cursor: pointer;
     transition: all 0.3s;
     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: #0052C4 !important;
     font-weight: 600;
     background-color: #0052C4;
     color: #fff !important;
     background-color: #0052C4;
     box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(116, 9, 43, 0.2);
     margin-right: -.1rem
 }

 .leftNav dl {
     padding-top: .35rem
 }

 .leftNav dl dd a {
     display: block
 }

 .leftNav dl dd a h4 {
     font-size: 0.18rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.39rem;
     color: #222222
 }

 .leftNav dl dd a h5 {
     font-size: 0.2rem;
     line-height: .3rem;
     font-weight: normal;
     color: #ff9f00
 }

 .leftNav dl dd.dtyx {
     margin-bottom: .18rem
 }

 .leftNav dl dd.dtyx a h4 {
     font-size: .22rem
 }

 .leftNav dl dd a:hover h4 {
     color: #0052C4;
     text-decoration: underline
 }

 .ny-right {
     flex: 1;
     min-width: 0;
 }

 .ny-rcom {
     font-size: 24px;
     color: #0052C4;
     margin-bottom: 15px;
     font-weight: normal
 }

 .position {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 1rem;
     z-index: 4;
 }

 .position>h3 {
     font-size: 0.44rem;
     font-weight: bold;
     line-height: normal;
     letter-spacing: normal;
     color: #FFFFFF;
     font-family: sys-sb;
 }

 .position>div {
     position: relative;
     font-size: 0;
     line-height: .3rem;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     margin-top: .1rem;
 }

 .position span {
     color: #fff;
     font-size: .16rem;
     vertical-align: middle;
     z-index: 9;
     position: relative;
     font-family: MiSans;
     font-size: 0.16rem;
 }

 .position img {
     height: 0.2rem;
     vertical-align: middle;
     margin-right: 0.05rem;
     z-index: 9;
     position: relative;
 }

 .position a {
     padding: 0 .05rem;
     vertical-align: middle;
     color: #fff;
     z-index: 9;
     position: relative;
     font-family: MiSans;
     font-size: 0.16rem;
 }

 .position a:hover {
     color: #E4AB5A;
 }


 .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
 }


 .img-lists ul {
     margin: 0 -.25rem;
     display: flex;
     flex-wrap: wrap
 }

 .img-lists ul li {
     width: 25%;
     margin-top: .3rem;
     transition: all 0.3s;
     position: relative;
     top: 0;
     margin-bottom: .4rem;
 }

 .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;
     position: relative;
     text-align: center;
     z-index: 1;
     padding-top: .2rem;
 }

 .img-lists ul li a:before {
     content: "";
     position: absolute;
     left: -.16rem;
     right: -.16rem;
     top: 0;
     bottom: 0;
     background: linear-gradient(0deg, #004098 0%, #2570d8 100%);
     box-sizing: border-box;
     border-bottom: 0.03rem solid #C50010;
     z-index: -1;
     pointer-events: none;
     transition: all .5s;
     opacity: 0;
 }

 .img-lists ul li a .pic {
     padding-top: 65%
 }

 .img-lists2 ul li a .pic:after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background: url(../images/icon-play2.png) no-repeat;
     background-position: center center;
     background-size: .38rem auto;
 }

 .img-lists ul li a>img {
     display: block;
     width: 100%;
     height: 196px
 }

 .img-lists ul li a>div.info {
     font-size: 0;
     background-position: left center;
     transition: all 0.5s;
     padding: .12rem;
     height: .92rem;
 }

 .img-lists ul li a>div.info p {
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.32rem;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: normal;
     color: #333333;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     text-align: center;
 }

 .img-lists ul li a>div.info img {
     height: 14px;
     vertical-align: middle
 }

 .img-lists ul li a>div.info span {
     font-size: 14px;
     display: inline-block;
     margin-left: 5px;
     color: #999;
     vertical-align: middle
 }

 .cont {
     margin-top: 30px
 }

 .art-main .art-tit {}

 .art-main .art-tit h3 {
     font-size: 0.24rem;
     font-weight: 600;
     font-stretch: normal;
     line-height: 0.32rem;
     letter-spacing: 0rem;
     color: #333333;
     text-align: center;
 }

 .art-main .art-tit h4 {
     text-align: center;
     font-family: "SourceHanSerifSC-Regular";
     font-size: 0.26rem;
     font-weight: normal;
     letter-spacing: 0rem;
     color: #000000;
     line-height: .3rem;
     margin-top: .1rem;
 }

 .art-body-box {
     position: relative;
 }

 .share-box {
     position: absolute;
     left: 100%;
     top: 0;
     margin-left: .5rem;
 }

 .share-box span {
     display: block;
     text-align: center;
     font-size: 0.18rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #333333;
     margin-bottom: .27rem;
 }

 .share-box .social-share .social-share-icon {
     margin-bottom: .37rem;
     margin-top: 0;
     border-color: #d2d2d2;
     color: #d2d2d2 !important;
     width: 0.49rem;
     height: 0.49rem;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .share-box .social-share .social-share-icon:hover {
     background: #2db655;
     color: #fff !important;
 }

 .art-main .art-body {
     padding-top: .3rem;
     position: relative;
 }


 .art-main .art-body p {
     margin: .1rem 0;
     \: .44rem;
     text-align: justify;
     word-break: break-word;
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.32rem;
     letter-spacing: normal;
     color: #333333;
     text-indent: 2em;
 }
 .art-main .art-body p embed{
     max-width: 100% !important;
     display: block; 
     margin: .3rem auto;
 }

 .art-main .art-body img {
     max-width: 100% !important;
     /* display: block; */
     margin: .3rem auto;
     height: auto !important
 }

 .art-main .cont-tit p {
     font-size: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     text-align: center;
     line-height: .44rem;
     color: #666666;
     margin-top: .16rem;
     margin-top: .4rem;
     padding: .1rem;
     background: rgba(0, 0, 0, 0.03);
 }

 .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 span {
     display: flex;
     align-items: center;
     vertical-align: middle;
     font-size: .18rem;
     line-height: .3rem;
     margin: 0 .2rem;
     color: #5A5A5A;
 }

 .pnext {
     margin-top: .35rem;
     padding-top: .25rem;
     border-top: 1px dashed #BBCAE2;
 }

 .pnext p {
     text-indent: initial;
     font-size: .16rem;
     line-height: .3rem;
     color: #0052C4;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     font-weight: 600;
 }

 .pnext p+p {
     margin-top: .1rem
 }

 .pnext p a {
     color: #000f28;
     flex: 1;
     min-width: 0;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-weight: normal;
 }

 .pnext p:hover {
     color: #0052C4
 }

 .pnext p:hover a {
     color: #0052C4;
     font-weight: 600;
 }

 .pages {
     text-align: center;
     clear: both;
     margin-bottom: 80px;
     font-size: 14px;
     color: #666;
     line-height: 30px
 }

 .pages .p-flip, .pages ul {
     display: inline-block;
     vertical-align: top
 }

 .pages .p-flip {
     margin-left: 12px
 }

 .pages .inp {
     display: inline-block;
     vertical-align: top;
     width: 30px;
     height: 30px;
     border: 1px solid #ddd;
     font-size: 14px;
     color: #333;
     line-height: 28px;
     text-align: center;
     margin: 0 8px
 }

 .pages ul li {
     float: left;
     margin: 0 3px
 }

 .pages ul a {
     display: block;
     width: 30px;
     height: 30px;
     font-size: 14px;
     color: #666;
     line-height: 30px;
     text-align: center;
     background-repeat: no-repeat;
     background-position: center center
 }

 .pages ul a:hover {
     color: #204ba0
 }

 .pages ul li.on a {
     background-color: #204ba0;
     color: #fff
 }

 .pages .p-next, .pages .p-prev {
     display: inline-block;
     vertical-align: top;
     color: #333
 }

 .pages .p-next a, .pages .p-prev a {
     color: inherit;
     width: auto;
     margin: 0 5px
 }

 .pages .p-next a:hover, .pages .p-prev a:hover {
     color: #204ba0
 }

 .m-txt6 {
     background: #f3f9ff;
     font-size: 14px;
     color: #333;
     line-height: 2
 }

 .m-txt6 .tit {
     font-size: 22px;
     font-weight: 700;
     color: #333;
     line-height: 62px;
     border-bottom: 1px solid #ccc;
     margin-bottom: 23px
 }

 .m-txt6 .tit img {
     display: inline-block;
     vertical-align: middle;
     margin-top: -2px;
     margin-right: 8px;
     height: 26px
 }

 .m-txt6 .more {
     display: block;
     font-size: 14px;
     color: #fff;
     line-height: 40px;
     text-align: center;
     background: #204ba0
 }

 .m-txt6 .more:hover {
     background: #4070cf
 }

 .m-txt6 .con {
     padding: 12px 20px 17px
 }

 .m-txt6 p {
     overflow: hidden;
     margin-bottom: 7px
 }

 .m-txt6 p em {
     display: block;
     float: left;
     width: 56px;
     margin-right: 5px
 }

 .m-txt6 p span {
     display: block;
     overflow: hidden
 }

 .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:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(271deg, #0052C4 -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: #0052C4
 }

 .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: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
 }


 .searchpage .secpag {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     font-size: 16px;
     line-height: 26px;
     color: #333
 }

 .searchpage .secpag a {
     color: #333
 }

 .searchpage .secpag a:hover {
     color: rgba(6, 131, 88, 1.0)
 }

 .leader ul {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between
 }

 .leader ul li {
     width: 48%;
     margin-top: .45rem
 }

 .leader ul li a {
     display: flex;
     transition: all 0.5s;
     background: #F4F8FF
 }

 .leader ul li a .pics {
     width: 2.4rem
 }

 .leader ul li a .pics .pic {
     padding-top: 119%
 }

 .leader ul li a .info {
     flex: 1;
     min-width: 0;
     padding-top: .2rem;
     padding: .3rem .25rem 0 .35rem
 }

 .leader ul li a .info h3 {
     font-size: 0.24rem;
     font-weight: bold;
     line-height: normal;
     color: #333333;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap
 }

 .leader ul li a .info h4 {
     font-size: .18rem;
     font-weight: normal;
     line-height: normal;
     color: #0052C4;
     margin-top: .15rem;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis
 }

 .leader ul li a .info div {
     border-top: 1px dashed #0052C4;
     transition: all 0.5s;
     position: relative;
     margin-top: .2rem
 }

 .leader ul li a .info div::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     transform: translateY(-2px);
     width: 3px;
     height: 3px;
     background: #0052C4
 }

 .leader ul li a .info div::after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     transform: translateY(-2px);
     width: 3px;
     height: 3px;
     background: #0052C4
 }

 .leader ul li a .info p {
     font-size: 0.16rem;
     font-weight: normal;
     line-height: 0.28rem;
     text-transform: uppercase;
     color: #9E9E9E;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 4;
     overflow: hidden;
     max-height: 1.12rem;
     margin-top: .2rem
 }

 .leader ul li a:hover {
     background: #0052C4
 }

 .leader ul li a:hover .info h3 {
     color: #fff
 }

 .leader ul li a:hover .info h4 {
     color: #fff
 }

 .leader ul li a:hover .info div {
     border-color: #fff
 }

 .leader ul li a:hover .info div::before {
     background: #fff
 }

 .leader ul li a:hover .info div::after {
     background: #fff
 }

 .leader ul li a:hover .info p {
     color: rgba(255, 255, 255, .7)
 }

 .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 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
 }

 .whcj-down a:hover p {
     color: #015198;
     font-weight: 600
 }

 .whcj-down a:hover {
     box-shadow: 0 0 .1rem rgba(1, 81, 152, .3)
 }

 .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: #0052C4;
     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 #A31D20;
     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
 }

 .xkgs-pic img {
     display: block;
     width: 100%
 }

 .xkgs1 {
     display: flex;
     align-items: center
 }

 .xkgs1 .xkgs-pic {
     width: 5.35rem;
     margin-right: .3rem
 }

 .xkgs1 .xkgs-text p:nth-child(1) {
     margin-top: 0
 }

 .xkgs2 {
     margin-top: .3rem
 }

 .xkgs2 .xkgs-pic {
     display: flex;
     justify-content: space-between
 }

 .xkgs2 .xkgs-pic img {
     display: block;
     width: 32.5%
 }

 .xkgs3 {
     display: flex;
     flex-direction: row-reverse;
     margin-top: .3rem
 }

 .xkgs3 .xkgs-pic {
     width: 5.4rem;
     margin-left: .3rem
 }

 .xkgs3 .xkgs-text p:nth-child(1) {
     margin-top: 0
 }

 .xkgs4 {
     display: flex;
     margin-top: .3rem
 }

 .xkgs4 .xkgs-pic {
     width: 5.4rem;
     margin-right: .3rem
 }

 .xkgs4 .xkgs-text p:nth-child(1) {
     margin-top: 0
 }

 .xkgs-text {
     flex: 1;
     min-width: 0
 }

 .xkgs-text p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.36rem;
     color: #000000;
     margin-top: .38rem;
     text-indent: 2em
 }

 .xkgs-img1 {
     margin-top: .38rem
 }

 .xkgs-img1 ul {
     display: flex;
     justify-content: space-between
 }

 .xkgs-img1 ul li {
     width: 31.5%
 }

 .xkgs-img1 ul li img {
     display: block;
     width: 100%
 }

 .xkgs-img2 {
     margin-top: .38rem
 }

 .xkgs-img2 {
     display: flex;
     justify-content: space-between
 }

 .xkgs-img2 ul:nth-child(1) {
     width: 22.5%
 }

 .xkgs-img2 ul:nth-child(2) {
     width: 22.5%
 }

 .xkgs-img2 ul:nth-child(2) li:nth-child(2) {
     margin-top: 9%
 }

 .xkgs-img2 ul:nth-child(3) {
     width: 51%
 }

 .xkgs-img2 ul li img {
     display: block;
     width: 100%
 }

 .xkgs-text-end p {
     text-indent: 0
 }

 .szlist ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.2rem
 }

 .szlist ul li {
     width: 50%;
     margin-top: .64rem
 }

 .szlist ul li a {
     margin: 0 .2rem;
     display: flex;
     border-radius: 0.1rem;
     border: solid 0.01rem #f6f5f5;
     background-color: #fff;
     padding: .2rem .25rem;
     transition: all .5s;
     min-height: 100%;
     position: relative;
     z-index: 1
 }

 .szlist ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: url(../images/s3-itembg2.png) no-repeat;
     background-position: center center;
     background-size: cover;
     transition: all .5s;
     z-index: -1;
     pointer-events: none;
     opacity: 0;
     border-radius: 0.1rem
 }

 .szlist ul li a .pics {
     width: 1.53rem;
     margin-right: .27rem
 }

 .szlist ul li a .pics .pic {
     padding-top: 124%;
     border-radius: .1rem
 }

 .szlist ul li a .info {
     flex: 1;
     min-width: 0;
     padding-top: .2rem
 }

 .szlist ul li a .info h3 {
     display: flex;
     margin-bottom: .2rem
 }

 .szlist ul li a .info h3 b {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.26rem;
     letter-spacing: 0rem;
     color: #222222;
     border-bottom: .03rem solid #0052C4;
     padding-bottom: .12rem
 }

 .szlist ul li a .info dl {
     display: flex;
     font-size: 0.15rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #222222
 }

 .szlist ul li a .info dl dd {
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
     flex: 1;
     min-width: 0
 }

 .szlist ul li a:hover {
     background-color: #ffffff;
     border: solid 0.01rem #e5e5e5;
     box-shadow: 0 0.08rem .1rem rgba(0, 0, 0, .2)
 }

 .szlist ul li a:hover::before {
     opacity: 1
 }

 .szxz .szlist ul li a .pics .pic {
     padding-top: 145%
 }

 .szxz .szlist ul li a .info {
     padding-top: 0
 }

 .filt-ipt {
     display: flex !important
 }

 .filt-ipt .text {
     flex: 1;
     min-width: 0;
     border: solid 0.01rem #bc0905;
     padding: 0 .23rem;
     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.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     background: none;
     border: none
 }

 .filt-ipt .text input::placeholder {
     color: #afafaf
 }

 .filt-ipt .btn {
     width: 1.27rem;
     background-color: #0052C4;
     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
 }

 .tszl .szlist ul li a .pics {
     width: 1.92rem
 }

 .tszl .szlist ul li a .pics .pic {
     padding-top: 140%
 }

 .tszl .szlist ul li a .info h3 b {
     position: relative;
     border-bottom: 0;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
     line-height: .3rem;
     max-height: .6rem;
     padding-bottom: 0
 }

 .tszl .szlist ul li a .info h3 {
     position: relative;
     padding-bottom: .15rem
 }

 .tszl .szlist ul li a .info h3::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 0.3rem;
     height: 0.03rem;
     background: #0052C4
 }

 .tszl .szlist ul li a .info div {
     font-size: 0.15rem;
     font-weight: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #222222
 }

 .tszl .szlist ul li a .info div h4 {
     font-weight: 600
 }

 .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;
     flex-wrap: wrap
 }

 .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: #0052C4;
     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: #0052C4
 }

 .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: #0052C4;
     position: relative;
     border-radius: .6rem .6rem 0 0;
     position: absolute;
     left: 0;
     top: 0;
     right: 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() 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 div ul li a:hover {
     background: #0052C4;
     color: #fff
 }

 .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;
     display: none
 }

 .interpret div ul.on {
     transform: scaleY(1)
 }

 .interpret select {
     height: 50%;
     background: #0052C4;
     position: relative;
     border-radius: .6rem .6rem 0 0;
     color: #fff;
     width: 75%;
     text-align: center;
     margin: 0 auto;
     display: block;
     border: none
 }

 .interpret button {
     display: block;
     height: 50%;
     font-size: 0.12rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.4rem;
     text-align: center;
     color: #ffffff;
     width: 100%;
     border: none;
     background: none
 }

 .tlist ul {
     padding-top: .2rem
 }

 .tlist ul li {
     position: relative;
 }

 .tlist ul li:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -2;
 }

 .tlist ul li:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     transition: all .5s;
     background: #0052C4 url(../images/timg-list-itembg-h.png) no-repeat;
     background-position: -1.4rem 70%;
     background-size: auto 1.6rem;
     opacity: 0;
 }

 .tlist ul li:nth-child(2n+1):before {
     background: #fff url(../images/timg-list-itembg.jpg) no-repeat;
     background-position: right top;
     background-size: auto 2.07rem;
 }

 .tlist ul li:nth-child(2n):before {
     background-color: #f3f0e9;
 }

 .tlist ul li a {
     display: flex;
     align-items: center;
     padding: 0 .89rem 0 .65rem;
 }

 .tlist ul li a h3 {
     flex: 1;
     min-width: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     padding-left: .16rem;
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 1.03rem;
     letter-spacing: normal;
     color: #481c1c;
     position: relative
 }

 .tlist ul li a h3::before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 50%;
     width: 0.06rem;
     height: 0.06rem;
     background-color: #481c1c;
 }

 .tlist ul li a span {
     text-align: right;
     background-position: left center;
     background-size: .14rem auto;
     font-size: 0.14rem;
     font-weight: 500;
     line-height: 0.26rem;
     color: #0052C4;
     font-family: SourceHanSerifCN-Bold;
     position: relative;
     min-width: .8rem;
     transition: all .5s;
 }

 .tlist ul li a span:before {
     content: "";
     position: absolute;
     right: 100%;
     top: 50%;
     transform: translateY(-1px);
     height: 0.03rem;
     background: url(../images/date-line1.png) no-repeat;
     background-position: center right;
     background-size: auto 0.03rem;
     width: 2.96rem;
     transition: all .5s;
 }

 .tlist ul li a:hover h3 {
     color: #fff;
 }

 .tlist ul li a:hover h3:before {
     background-color: #ffffff;
 }

 .tlist ul li a:hover span {
     color: #c8c1aa;
 }

 .tlist ul li a:hover span:before {
     opacity: 0.28;
 }

 .tlist ul li:hover:after {
     opacity: 1;
 }


 .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() 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: #0052C4
 }

 .hzfx {
     padding-top: .94rem;
     padding-bottom: 2.15rem;
     background: url(../images/hzfx-bg.png) no-repeat;
     background-position: center bottom;
     background-size: cover
 }

 .hzfx-c ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.1rem
 }

 .hzfx-c ul li {
     width: 25%;
     margin-top: .3rem
 }

 .hzfx-c ul li a {
     display: block;
     margin: 0 .1rem;
     position: relative;
     border-radius: .1rem;
     transition: all .5s
 }

 .hzfx-c ul li a .pic {
     padding-top: 64.7%
 }

 .hzfx-c ul li a .info {
     background-color: #ffffff;
     box-shadow: 0rem 0.01rem 0.45rem 0.04rem rgba(6, 84, 191, 0.15);
     border-radius: 0rem 0rem 0.1rem 0.1rem;
     height: 0.87rem;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 .3rem
 }

 .hzfx-c ul li a .info::after {
     content: "";
     display: block;
     width: 0.5rem;
     height: 0.5rem;
     background: url(../images/pubmore.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     margin-left: .2rem
 }

 .hzfx-c ul li a .info h3 {
     flex: 1;
     min-width: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.47rem;
     color: #111111
 }

 .hzfx-c ul li.hzfx-mid {
     width: 33.33%
 }

 .hzfx-c ul li.hzfx-mid a .pic::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 1.8rem;
     max-height: 70%;
     z-index: 8
 }

 .hzfx-c ul li.hzfx-mid a .info {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     background: none;
     box-shadow: none
 }

 .hzfx-c ul li.hzfx-mid a .info h3 {
     color: #fff
 }

 .hzfx-c ul li.hzfx-mid a .info::after {
     background: url(../images/pubmore2.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%
 }

 .hzfx-c ul li.hzfx-mid1 a .pic::after {
     background: linear-gradient(180deg, rgb(222, 183, 117, 0) 0%, #deb776 100%)
 }

 .hzfx-c ul li.hzfx-mid2 a .pic::after {
     background: linear-gradient(180deg, rgba(0, 146, 227, 0) 0%, #0092e3 100%)
 }

 .hzfx-c ul li.hzfx-mid3 a .pic::after {
     background: linear-gradient(180deg, rgba(34, 98, 214, 0) 0%, #2262d6 100%)
 }

 .hzfx-c ul li a:hover .info h3 {
     color: #0052C4
 }

 .hzfx-c ul li a:hover {
     box-shadow: 0.1rem 0.1rem .2rem rgba(0, 146, 227, 0.2)
 }



 /* 2025年7月31日10:33:01 */


 .art-body table {
     text-align: center;
     width: 100%;
     white-space: pre-wrap !important;
 }

 .art-body table tr:nth-child(1) {
     background: #1073ef !important;
 }

 .art-body table tr:nth-child(1) * {
     color: #fff;
 }

 .art-body table tr:nth-child(2n+1) {
     background: #f0f4fd;
 }

 .art-body table tr td {
     text-align: center;
     padding: .1rem !important;
     border-color: #cfdefa !important;
 }

 .art-body table tr td * {
     text-align: center !important;
     font-size: .16rem !important;
 }

 .pub-table table {
     width: 100%;
     table-layout: fixed;
     font-size: .16rem;
 }

 .pub-table table tr {
     text-align: center;

 }

 .pub-table table tr:nth-child(1) {

     background: #0f70ec;
 }

 .pub-table table tr:nth-child(1) * {
     color: #fff !important;
     text-align: center;
 }

 .pub-table tr td {
     text-align: center;
     padding: .1rem !important;
     border-color: #cfdcf9 !important;
 }

 .pub-table tr:nth-child(2n+1) {
     background: #f0f5fc;
 }

 .pub-table tr td p {
     text-align: center !important;
     font-size: .16rem !important;
 }

 .ny-pub-tit {
     border-bottom: 1px solid rgba(16, 114, 239, .1);
     padding-bottom: .2rem;
 }

 .ny-pub-tit h3 {
     font-size: 0.3rem;
     font-weight: bold;
     font-stretch: normal;
     line-height: 0.42rem;
     letter-spacing: 0px;
     color: #333333;
 }

 .xmyx {
     margin-top: .35rem;
 }

 .xmyx ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.18rem;
 }

 .xmyx ul li {
     width: 33.33%;
     margin-top: .3rem;
 }

 .xmyx ul li a {
     margin: 0 .18rem;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 1.29rem;
     background-color: #ffffff;
     box-shadow: 0.15rem 0.04rem 0.19rem 0.02rem rgba(6, 84, 191, 0.05);
     border-radius: 0.1rem;
     position: relative;
     z-index: 1;
     padding: 0.2rem;
     overflow: hidden;
 }

 .xmyx ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: url(../images/xmyx-itembg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     transition: all .5s;
     opacity: 0;
     z-index: -1;
     border-radius: 0.1rem;
 }

 .xmyx ul li a img {
     display: block;
     max-width: 100%;
     max-height: 100%;
 }

 .xmyx ul li a p {
     position: absolute;
     left: 0;
     top: 0;
     width: 0.3rem;
     background-image: linear-gradient(-43deg,
             #0448a7 0%,
             #0a5ecc 0%,
             #0052C4 0%,
             #5a9cee 100%);
     padding: 0.1rem 0;
     text-align: center;
     writing-mode: vertical-lr;
     writing-mode: tb-lr;
     font-size: 0.16rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     color: #ffffff;
     border-radius: 0px 0px 0.16rem 0px;
     transition: all .5s;
     opacity: 0;
 }

 .xmyx ul li a:hover::before {
     opacity: 1;
 }

 .xmyx ul li a:hover p {
     opacity: 1;
 }



 /* 学校简介 */


 .xxjj-text {
     flex: 1;
     min-width: 0;
 }

 .xxjj-text h3 {
     display: flex;
     align-items: center;
     font-family: hongleixingshu;
     font-size: 0.36rem;
     font-weight: normal;
     line-height: 0.36rem;
     letter-spacing: normal;
     color: #024DB3;
     margin-bottom: .15rem;
 }

 .xxjj-text h3::after {
     content: "";
     background: url(../images/xxjj-line.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 0.69rem;
     height: 0.06rem;
     margin-left: .05re;
 }

 .xxjj-text p {
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.36rem;
     text-align: justify;
     color: #333333
 }

 .xxjj-text p strong {
     color: #024DB3;
     font-family: Philosopher;
     font-size: .3rem;
 }

 .xxjj-text p+p {
     margin-top: .39rem;
 }

 .xxjj1 {
     display: flex;
     align-items: center;
     margin-top: .7rem;
 }

 .xxjj1-pic {
     width: 4.97rem;
     position: relative;
     margin-left: .49rem;
 }

 .xxjj1-pic::before {
     content: "";
     position: absolute;
     left: .29rem;
     top: -.14rem;
     right: -.23rem;
     bottom: .23rem;
     z-index: -1;
     background: #C50010;
 }

 .xxjj1-pic>img {
     display: block;
     width: 100%;
 }

 .xxjj2 {
     position: relative;
     z-index: 1;
     margin-top: .33rem;
     padding-top: .44rem;
     display: flex;
     align-items: flex-start;
 }

 .xxjj2::before {
     content: "";
     position: absolute;
     left: -.8rem;
     top: 0;
     right: -.8rem;
     bottom: 0;
     z-index: -1;
     height: 9.97rem;
     background: rgba(223, 241, 255, 0.7216);
     z-index: -1;
     pointer-events: none;
 }

 .xxjj2-pics {
     width: 4.86rem;
     position: relative;
     padding-bottom: .16rem;
     margin-right: .48rem;
 }

 .xxjj2-pics::before {
     content: "";
     position: absolute;
     left: -.16rem;
     bottom: 0;
     background: url(../images/xxjj2-jiao.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 3.6rem;
     height: 1.63rem;
 }

 .xxjj2-pics img {
     display: block;
     width: 100%;
 }






 /* 大事记 */
 .ndsjbg {
     background: url(../images/ndsj-bg.png) repeat-y;
     background-position: center top;
     background-size: 100% auto;
 }

 .ndsj ul {
     position: relative;
     z-index: 1;
     margin-top: .6rem;
 }

 .ndsj ul::before {
     content: "";
     position: absolute;
     left: 1.11rem;
     top: 0.5rem;
     bottom: 0;
     border-left: 1px dashed rgba(16, 116, 240, .3);
     z-index: -2;
 }

 .ndsj ul::after {
     content: "";
     position: absolute;
     left: 1.11rem;
     top: 0;
     height: var(--ndsjHei);
     border-left: 1px solid #0052C4;
     z-index: -1;
 }

 .ndsj ul li {
     transition: all .5s;
 }

 .ndsj ul li a {
     position: relative;
     display: flex;
 }

 .ndsj ul li a .ndsj-img {
     position: absolute;
     left: 0;
     top: 0;
     width: 2.3rem;
     opacity: 0;
     transition: all .5s;
 }

 .ndsj ul li a .ndsj-img::before {
     content: "";
     position: absolute;
     left: -.13rem;
     top: -.13rem;
     right: -.13rem;
     bottom: -.13rem;
     border-radius: 50%;
     border: dashed 0.01rem rgba(16, 116, 240, .5);
 }

 .ndsj ul li a .ndsj-img .pics {}

 .ndsj ul li a .ndsj-img .pics .pic {
     padding-top: 100%;
     border-radius: 50%;
 }

 .ndsj ul li a .ndsj-year {
     position: absolute;
     left: 0;
     top: .72rem;
     transform: translateY(-50%);
     left: 0;
     width: 1.2rem;
     font-family: AvantGardeITCbyBT-Book;
     font-size: 0.36rem;
     font-weight: bold;
     font-stretch: normal;
     line-height: 0.32rem;
     letter-spacing: 0rem;
     color: #0052C4;
     transition: all .5s;
 }

 .ndsj ul li a .ndsj-year::before {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 0.16rem;
     height: 0.16rem;
     background-color: #ffffff;
     border: solid 0.01rem #0052C4;
     border-radius: 50%;
     transition: all .5s;
 }

 .ndsj ul li a .ndjs-text {
     flex: 1;
     min-width: 0;
     border-bottom: 1px solid rgba(16, 114, 239, .1);
     padding: .4rem 0;
     transition: all .5s;
     margin-left: 1.7rem;
 }

 .ndsj ul li a .ndjs-text p {
     font-size: 0.18rem;
     font-stretch: normal;
     line-height: 0.32rem;
     letter-spacing: 0rem;
     color: #666666;
     text-indent: 2em;
     margin-top: .3rem;
 }

 .ndsj ul li a .ndjs-text p:nth-child(1) {
     margin-top: 0;
 }

 .ndsj ul li.on a .ndsj-img {
     opacity: 1;
 }

 .ndsj ul li.on a .ndsj-year {
     width: auto;
     font-size: 1.2rem;
     font-weight: bold;
     font-stretch: normal;
     line-height: 1rem;
     color: #0052C4;
     top: -.2rem;
     transform: translateY(0);
     left: 1.8rem;
 }

 .ndsj ul li.on {
     padding-top: .4rem;
 }

 /* .ndsj ul li.on a {
    margin-top: .4rem;
} */

 .ndsj ul li.on a .ndsj-year::before {
     opacity: 0;
 }

 .ndsj ul li.on a .ndjs-text {
     padding-top: 1rem;
     padding-left: 1rem;
     padding-bottom: .8rem;
 }


 .ny-tit {
     position: relative;
     z-index: 9;
 }

 .ny-tit h3 {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .ny-tit h3 img {
     height: 0.42rem;
     margin-right: .23rem;
 }

 .ny-tit h3 span {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.36rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0.04rem;
     color: #481c1c;
 }

 .ny-tit.vermid h3 {
     flex-direction: column;
 }

 .ny-tit.vermid h3 img {
     margin-right: 0;
     margin-bottom: .1rem;
 }

 .jzg {
     position: relative;
     z-index: 1;
 }

 .ny-bkborder {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     border-width: .2rem;
     border-style: solid;
     border-image: url(../images/ny-bkborder.png);
     border-image-slice: 20;
 }

 .ny-bkborder::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: #fff;
 }

 .ny-bkborder::after {
     content: "";
     position: absolute;
     left: -.2rem;
     height: 1rem;
     right: -.2rem;
     bottom: -.2rem;
     background: url(../images/ny-bkbg.png) repeat-x;
     background-position: center bottom;
     background-size: 100% auto;
 }

 .jzg ul {
     display: flex;
     flex-wrap: wrap;
     padding: .2rem .5rem .65rem .5rem;
     margin-top: .45rem;
 }

 .jzg ul li {
     width: 25%;
 }

 .jzg ul li a {
     display: block;
     padding-left: .18rem;
     font-size: 0.22rem;
     font-weight: 600;
     line-height: 0.6rem;
     letter-spacing: 0rem;
     color: #333333;
     position: relative;
 }

 .jzg ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 0.03rem;
     height: 0.22rem;
     background-color: #0052C4;
     pointer-events: none;
 }


 .jgsz-box {
     margin-top: .7rem;
 }

 .jgsz-box .jgsz-tit {
     display: flex;
     align-items: center;
 }

 .jgsz-box .jgsz-tit span {
     background: url(../images/icon-prev3.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 0.16rem;
     height: 0.25rem;
 }

 .jgsz-box .jgsz-tit span:last-child {
     background: url(../images/icon-next3.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 0.16rem;
     height: 0.25rem;
 }

 .jgsz-box .jgsz-tit b {
     font-family: SourceHanSerifSC-Bold;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0.02rem;
     color: #481c1c;
     margin: 0 .11rem;
 }


 .jgsz-con {
     padding-top: .13rem;
 }

 .jgsz-con ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.3rem;
 }

 .jgsz-con ul li {
     width: 25%;
     margin-top: .3rem;
 }

 .jgsz-con ul li a {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin: 0 .3rem;
     height: 0.87rem;
     position: relative;
     z-index: 1;
     background: url(../images/jgsz-item-bg.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
 }

 .jgsz-con ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: url(../images/jgsz-item-bg2.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     transition: all .5s;
     opacity: 0;
     z-index: -1;
     pointer-events: none;
 }

 .jgsz-con ul li a p {
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     text-align: center;
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #481c1c;
 }




 .mdxs {
     margin-top: .2rem;
 }

 .mdxs-box+.mdxs-box {
     margin-top: .64rem;
 }

 .mdxs-tit h3 {
     font-family: MicrosoftYaHei-Bold;
     font-size: 0.24rem;
     font-weight: 600;
     font-stretch: normal;
     line-height: 0.67rem;
     letter-spacing: 0rem;
     color: #0052C4;
     text-align: center;
 }

 .mdxs-con {
     box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0, 0, 0, 0.08);
     background: rgba(255, 255, 255, .8);
     padding: 0.2rem .7rem .39rem .7rem;
     border-top: 0.06rem solid #8c4e4d;
 }

 .mdxs-con ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.21rem;
 }

 .mdxs-con ul li {
     width: 33.33%;
     margin-top: .1rem;
 }

 .mdxs-con ul li a {
     margin: 0 .21rem;
     display: block;
     position: relative;
     z-index: 1;
     align-items: center;
     padding: 0 .26rem 0 0.3rem;
 }

 .mdxs-con ul li a::after {
     content: "";
     position: absolute;
     left: .3rem;
     top: 50%;
     transform: translateY(-50%);
     width: 0.07rem;
     height: 0.07rem;
     background-color: #0052C4;
     border-radius: 50%;
     transition: all .5s;
 }

 .mdxs-con ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     border-radius: .32rem;
     background: #0052C4 url(../images/mdxs-itembg.png) no-repeat;
     background-position: right center;
     background-size: cover;
     opacity: 0;
     transition: all .5s;
     z-index: -2;
     pointer-events: none;
     margin-left: .1rem;
     transition: all .5s;
 }

 .mdxs-con ul li a p {
     flex: 1;
     min-width: 0;
     position: relative;
     padding-left: .15rem;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.62rem;
     color: #481c1c;
     transition: all .5s;
     padding-right: .4rem;
 }

 .mdxs-con ul li a p::before {
     content: "";
     position: absolute;
     background: url(../images/icon-next3.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 0.11rem;
     height: 0.17rem;
     right: .12rem;
     top: 50%;
     transform: translateY(-50%);
     z-index: 2;
     transition: all .5s;
 }

 .mdxs-con ul li a p::after {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     background: url(../images/border-radus.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     height: 0.37rem;
     width: 1.24rem;
     z-index: 1;
     transition: all .5s;
 }


 .lrdwsj-box+.lrdwsj-box {
     margin-top: 1.1rem;
 }


 .lrdwsj-tit h3 {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.36rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.36rem;
     letter-spacing: 0.04rem;
     color: #481c1c;
     text-align: center;
 }

 .lrdwsj-tit p {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.18rem;
     font-weight: normal;
     letter-spacing: 0.02rem;
     color: #747474;
     text-align: center;
     margin-top: 0.1rem;
 }

 .lrdwsj-con {
     position: relative;
     background: #fff url(../images/border-img.png) repeat-x;
     background-position: center top;
     background-size: auto .05rem;
     padding: .2rem .4rem .6rem .4rem;
     margin-top: .2rem;
     z-index: 1;
 }

 .lrdwsj-con::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     pointer-events: none;
 }

 .lrdwsj-box:nth-child(2n+1) .lrdwsj-con::before {
     background: url(../images/yinxing3.png) no-repeat;
     background-position: right center;
     background-size: auto 4.33rem;
 }

 .lrdwsj-box:nth-child(2n) .lrdwsj-con::before {
     background: url(../images/huaduozs.png) no-repeat;
     background-position: right top;
     background-size: auto 5.55rem;
 }

 .lrdwsj-con dl {}

 .lrdwsj-con dl dd {
     display: flex;
     align-items: flex-start;
 }

 .lrdwsj-con dl dd div {
     width: 1.63rem;
     margin-top: .4rem;
 }

 .lrdwsj-con dl dd div h3 {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.36rem;
     letter-spacing: 0rem;
     color: #481c1c;
 }

 .lrdwsj-con dl dd ul {
     flex: 1;
     min-width: 0;
     display: flex;
     flex-wrap: wrap;
 }

 .lrdwsj-con dl dd ul li {
     width: 25%;
     position: relative;
     padding-left: .23rem;
     margin-top: .4rem;
 }

 .lrdwsj-con dl dd ul li::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0.05rem;
     bottom: 0.05rem;
     width: 0.05rem;
     background: #7c3a3a;
 }

 .lrdwsj-con dl dd ul li h4 {
     font-size: 0.18rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0.02rem;
     color: #481c1c;
 }

 .lrdwsj-con dl dd ul li p {
     font-size: 0.16rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #898989;
 }

 .lrdwsj-box:nth-child(2n) .lrdwsj-con ul li {
     width: 50%;
 }


 .zjmd ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.66rem;
 }

 .zjmd ul li {
     width: 50%;
     margin-top: .8rem;
 }

 .zjmd ul li a {
     display: flex;
     margin: 0 .66rem;
 }

 .zjmd ul li a .pics {
     width: 3.07rem;
 }

 .zjmd ul li a .pics .pic {
     padding-top: 65%;
 }

 .zjmd ul li a .info {
     flex: 1;
     min-width: 0;
     background: url(../images/zjmd-itembg1.jpg) no-repeat;
     background-position: center center;
     background-size: cover;
     border: solid 1px rgba(113, 35, 35, .2);
     box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0, 0, 0, 0.08);
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-direction: column;
     padding: 0 .4rem 0 .6rem;
     position: relative;
     z-index: 1;
 }

 .zjmd ul li a .info::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: url(../images/zjmd-itembg2.jpg) no-repeat;
     background-position: center center;
     background-size: cover;
     transition: all .5s;
     opacity: 0;
     z-index: -1;
     pointer-events: none;
 }

 .zjmd ul li a .info::after {
     content: "";
     position: absolute;
     right: 0.4rem;
     top: 50%;
     transform: translateY(-50%);
     width: 0.54rem;
     height: 0.54rem;
     border: solid 0.01rem #c6b08b;
     background: url(../images/icon-next3.png) no-repeat;
     background-position: center center;
     background-size: .15rem auto;
     border-radius: 50%;
     z-index: 1;
 }


 .zjmd ul li a .info .icons {
     height: 0.55rem;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .zjmd ul li a .info .icons img {
     max-height: 100%;
 }

 .zjmd ul li a .info p {
     font-family: MicrosoftYaHei-Bold;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #481c1c;
     margin-top: .15rem;
 }



 .xnzd {
     display: flex;
     justify-content: space-between;
 }

 .xnzd-l {
     width: 48%;
 }

 .xnzd-r {
     width: 48%;
 }

 .xnzd-box {
     box-shadow: 0rem 0.1rem 0.16rem 0rem rgba(113, 35, 35, 0.06);
     background: #ffffff url(../images/xnzd-boxbg.png) no-repeat;
     background-position: center bottom;
     background-size: cover;
     padding: 0.3rem .15rem .45rem .15rem;
 }

 .xnzd-box+.xnzd-box {
     margin-top: .38rem;
 }

 .xnzd-tit {
     display: flex;
     align-items: center;
     position: relative;
 }

 .xnzd-tit::before {
     content: "";
     display: block;
     flex: 1;
     min-width: 0;
     height: .2rem;
     background: url(../images/border-img2.png) repeat-x;
     background-position: center center;
     background-size: auto .1rem;
     margin-right: .13rem;
 }

 .xnzd-tit::after {
     content: "";
     display: block;
     flex: 1;
     min-width: 0;
     height: .2rem;
     background: url(../images/border-img2.png) repeat-x;
     background-position: center center;
     background-size: auto .1rem;
     margin-left: .13rem;
 }

 .xnzd-tit span {
     background: url(../images/icon-prev3.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 0.16rem;
     height: 0.25rem;
 }

 .xnzd-tit b {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0.02rem;
     color: #481c1c;
     min-width: 2rem;
     padding: 0 .1rem;
     text-align: center;
 }

 .xnzd-tit i {
     background: url(../images/icon-next3.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 0.16rem;
     height: 0.25rem;
 }

 .xnzd-con {
     padding: 0 .4rem;
     margin-top: .44rem;
 }

 .xnzd-con ul {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .xnzd-con ul li {
     width: 49%;
 }

 .xnzd-con ul li a {
     display: block;
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.32rem;
     letter-spacing: 0rem;
     color: #481c1c;
     padding: .2rem 0;
     padding-left: .18rem;
     position: relative;
 }

 .xnzd-con ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0.32rem;
     width: 0.07rem;
     height: 0.07rem;
     background-color: #0052C4;
     border-radius: 50%;
 }

 .mdms-box {
     margin-top: .9rem;
 }

 .mdms-tit {}

 .mdms-tit h3 {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.36rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.36rem;
     color: #0052C4;
 }

 .mdms-box ul {
     display: flex;
     flex-wrap: wrap;
     margin-top: .3rem;
 }

 .mdms-box ul li {
     width: 14.285%;
 }

 .mdms-box ul li a {
     display: block;
     position: relative;
     padding-left: .16rem;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #333333;
     padding-top: .1rem;
     padding-bottom: .1rem;
 }

 .mdms-box ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: .14rem;
     width: 0.03rem;
     height: 0.22rem;
     background-color: #0052C4;
 }

 .mdms-box ol {
     margin-top: .3rem;
 }

 .mdms-box ol li a {
     display: block;
     position: relative;
     padding-left: .16rem;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     letter-spacing: 0rem;
     color: #333333;
     padding-top: .1rem;
     padding-bottom: .1rem;
 }

 .mdms-box ol li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: .14rem;
     width: 0.03rem;
     height: 0.22rem;
     background-color: #0052C4;
 }


 .xsyg ul {
     display: flex;
     margin: 0 -.2rem;
     flex-wrap: wrap;
 }

 .xsyg ul li {
     width: 33.33%;
 }

 .xsyg ul li {
     margin-bottom: .36rem;
 }

 .xsyg ul li a {
     display: block;
     margin: 0 .2rem;
     padding: .37rem .3rem .1rem .3rem;
     position: relative;
     background: url(../images/xsyg-itembg.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     position: relative;
     z-index: 1;
 }

 .xsyg ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: url(../images/xsyg-itembg2.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     z-index: -1;
     opacity: 0;
     transition: all .5s;
 }

 .xsyg ul li a h3 {
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.36rem;
     letter-spacing: 0rem;
     color: #481c1c;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     height: 1.08rem;
 }

 .xsyg ul li a span {
     display: block;
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.18rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.3rem;
     color: #0052C4;
     margin-top: .2rem;
     text-align: right;
 }


 /* 2025年10月28日20:31:53  师资详情页*/

 .szxq-contbg {
     background: url(../images/szxq-contbg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     padding-bottom: .9rem;
 }

 .szxq {
     display: flex;
     align-items: flex-start;
 }

 .szxq-pics {
     position: relative;
     width: 3.35rem;
     padding-top: .25rem;
     padding-right: .25rem;
     padding-bottom: 0.05rem;
     z-index: 1;
     margin-right: .4rem;
 }

 .szxq-pics::before {
     content: "";
     position: absolute;
     left: .2rem;
     top: 0;
     right: 0;
     bottom: 0;
     background-color: #6f1f23;
     box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.02);
     z-index: -2;
 }

 .szxq-pics::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 0.05rem;
     z-index: -1;
     background: #6f1f23 url(../images/border-img.png) repeat-x;
     background-position: center bottom;
     background-size: auto 0.05rem;
     pointer-events: none;
 }

 .szxq-pics div img {
     display: block;
     width: 100%;
 }

 .szxq-cont {
     flex: 1;
     min-width: 0;
 }

 .szxq-name {
     padding-top: .48rem;
     padding-bottom: .4rem;
     position: relative;
 }

 .szxq-name::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 0.05rem;
     background: url(../images/border-img4.png) repeat-x;
     background-position: center bottom;
     background-size: auto 0.05rem;
 }

 .szxq-name h3 {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.4rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.4rem;
     color: #481c1c;
 }

 .szxq-cont-box {
     margin-top: .3rem;
 }

 .szxq-cont-box h4 {
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.36rem;
     letter-spacing: 0rem;
     color: #481c1c;
     margin-bottom: .13rem;
 }

 .szxq-cont-text {}

 .szxq-cont-text p {
     font-size: 0.16rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.36rem;
     letter-spacing: 0rem;
     color: #481c1c;
 }



 .szxq-cont-text h5 {
     font-weight: 600;
 }


 /* 2025年10月30日09:26:31 */
 .bsbox {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
 }

 .bs-l {
     width: 1.9rem;
     position: sticky;
     top: 1.5rem;
 }

 .bs-r {
     width: calc(100% - 2.8rem);
 }

 .bs-l li {
     height: 0.85rem;
     border-top: 1px solid #e5e5e5;
     display: flex;
     align-items: center;
 }

 .bs-l li a {
     font-size: 0.24rem;
     color: #969696;
     font-family: "思源宋体 Regular";
     border-left: 1px solid #e5e5e5;
     padding-left: 0.2rem;
     transition: 0.5s;
 }

 .bs-l li.on {
     background: #fcf9f4;
 }

 .bs-l li.on a {
     color: #0052C4;
     border-left: 1px solid #0052C4;
 }

 .bs-r {}

 .xxbs {
     margin-bottom: 0.6rem;
 }

 .xxtit {
     margin: 0.2rem 0 0.4rem;
     position: relative;
     padding-left: 0.3rem;
     z-index: 1;
 }

 .xxtit::before {
     content: "";
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     width: 100%;
     height: 1px;
     background: #eaeaea;
     z-index: -1;
 }

 .xxtit::after {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     left: auto;
     bottom: auto;
     width: 0.07rem;
     height: 0.07rem;
     background: #0052C4;
     border-radius: 50%;
     z-index: 1;
 }

 .xxtit span {
     font-size: 0.28rem;
     line-height: 0.38rem;
     background: #f8f8f6;
     padding: 0 0.1rem;
     color: #222222;
     z-index: 10;
     position: relative;
     /* font-weight: 600; */
 }

 .xxcont p img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }




 .tlist2 ul li {
     position: relative;
     z-index: 1;
     background: #F5F8FF;
     box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
     overflow: hidden;
     transition: all .5s;
 }

 .tlist2 ul li+li {
     margin-top: .36rem;
 }

 .tlist2 ul li:before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     opacity: 0;
     transition: all .5s;
     background: #0052C4 url(../images/tlist2-itembg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     z-index: -1;
 }

 .tlist2 ul li::after {}

 .tlist2 ul li a {
     display: flex;
     align-items: center;
     position: relative;
     position: relative;
     padding: .3rem 0;
     padding-right: .15rem;
 }

 .tlist2 ul li:nth-child(1) a {
     border: none;
 }


 .tlist2 ul li a .date {
     text-align: center;
     width: 1.12rem;
     padding: .05rem 0;
     border-right: 1px solid rgba(0, 72, 157, 0.2);
 }

 .tlist2 ul li a .date b {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.2rem;
     color: #666666;
     margin-top: .05rem;
     display: block;
     margin-top: .14rem;
 }

 .tlist2 ul li a .date span {
     font-size: 0.36rem;
     font-weight: 600;
     font-stretch: normal;
     line-height: 0.36rem;
     color: #1551B0;
     display: block;
 }

 .tlist2 ul li a .info {
     flex: 1;
     min-width: 0;
     padding-left: .25rem;
     position: relative;
 }

 .tlist2 ul li a .info:before {}

 .tlist2 ul li a .info h3 {
     font-weight: normal;
     font-size: 0.22rem;
     line-height: 0.4rem;
     color: #323232;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }

 .tlist2 ul li a .info p {
     margin-top: .06rem;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-family: Source Han Sans CN;
     font-size: 0.16rem;
     font-weight: normal;
     line-height: 0.24rem;
     letter-spacing: normal;
     color: #999999;
 }




 .tlist2 ul li:hover::before {
     opacity: 1;
 }

 .tlist2 ul li:hover {
     border-radius: 0rem 0.45rem 0rem 0rem;
 }

 .tlist2 ul li:hover a .date b {
     color: #FFFFFF;
 }

 .tlist2 ul li:hover a .date span {
     color: #FFFFFF;
 }

 .tlist2 ul li:hover a .info h3 {
     color: #FFFFFF;
 }

 .tlist2 ul li:hover a .info p {
     color: #FFFFFF;
     opacity: .8;
 }

 .tlist2 ul li:hover a .info:before {
     background: rgba(255, 255, 255, 0.3);
 }


 .dqnav {
     z-index: 4;
 }

 .dqnav-c ul li {
     position: relative;
 }

 .dqnav-c ul li dl {
     position: absolute;
     left: 50%;
     transform: translateX(-50%) scaleY(0);
     top: 100%;
     width: 1.3rem;
     background: rgba(255, 255, 255, .9);
     z-index: 999;
     padding: .2rem .1rem .15rem .1rem;
     transition: all .5s;
     transform-origin: center top;
     pointer-events: none;
     box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
 }

 .dqnav-c ul li dl dd+dd {
     margin-top: .1rem;
 }

 .dqnav-c ul li dl dd a {
     display: block;
     text-align: center;
     font-size: .16rem;
     line-height: .3rem;
     color: #333;
 }

 .dqnav-c ul li dl dd a:hover {
     color: #fff;
     background: #0052c4;
 }

 .dqnav-c ul li:hover dl {
     transform: translateX(-50%) scaleY(1);
     pointer-events: auto;
 }


 /* 图文列表 start */

 .timg-list ul {
     margin-top: .1rem;
 }

 .timg-list ul li {
     position: relative;
 }

 .timg-list ul li+li {
     margin-top: .43rem;
 }

 .timg-list ul li a::before {
     content: "";
     position: absolute;
     z-index: -1;
     background: url(../images/timg-list-itembg.png) no-repeat;
     background-position: center;
     background-size: 100% 100%;
     right: .62rem;
     top: 50%;
     transform: translateY(-50%);
     width: 2.71rem;
     height: 1.41rem;
     pointer-events: none;
 }

 .timg-list ul li a {
     display: block;
     transition: all 0.3s;
     position: relative;
     z-index: 2;
     border: 1px solid #E5E5E5;
     /* min-height: 2rem; */
     display: flex;
     justify-content: center;
     align-items: center;
     background: #fff;
 }

 .timg-list ul li:nth-child(1) a {}

 .timg-list ul li a h3 {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     clear: both;
     font-family: MiSans;
     font-size: 0.2rem;
     font-weight: 500;
     line-height: .27rem;
     letter-spacing: normal;
     color: #333333;
 }

 .timg-list ul li a>div {
     display: flex;
     position: relative;
     width: 100%;
     min-height: 2rem;
 }

 .timg-list ul li a>div:after {}

 .timg-list2 ul li a::before {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: auto;
     height: auto;
     background: url(../images/timg-list-itembg2.png) no-repeat;
     background-position: center center;
     background-size: cover;
     transform: none;
     opacity: 0;
     z-index: -1;
     transition: all .5s;
 }

 .timg-list2 ul li a:hover::before {
     opacity: 1;
 }

 .timg-date {
     display: flex;
     flex-direction: column;
     width: 1.35rem;
     padding: .15rem 0;
     padding-left: .3rem;
     border-right: 1px solid #E5E5E5;
     justify-content: center;
     margin-right: .3rem;
 }

 .timg-date b {
     font-family: Philosopher;
     font-size: 0.3rem;
     font-weight: normal;
     line-height: .34rem;
     text-transform: capitalize;
     letter-spacing: normal;
     color: #003F95;
     display: block;
 }

 .timg-date i {
     display: block;
     background: #AAAAAA;
     width: 0.36rem;
     height: 0.02rem;
     margin: .11rem 0 .14rem 0;
 }

 .timg-date span {
     display: block;
     font-family: Philosopher;
     font-size: 0.18rem;
     font-weight: normal;
     line-height: .2rem;
     text-transform: capitalize;
     letter-spacing: normal;
     color: #A4A4A4;
 }

 .timg-list-img {
     float: left;
     width: 3.12rem;
     position: relative;
     z-index: 1;
     order: 3;
 }

 .timg-list-img:before {}

 .timg-list ul li a .pic {
     padding-top: 64%;
 }


 .timg-linfo {
     flex: 1;
     min-width: 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: .15rem 0;
     padding-right: .7rem;
 }

 .timg-linfo p {
     margin-top: .15rem;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
     height: .56rem;
     font-size: 0.16rem;
     font-weight: normal;
     line-height: 0.28rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #8D8B8B;
 }

 .timg-linfo div {
     display: flex;
     align-items: flex-end;
     position: relative;
 }


 .timg-linfo span {
     display: block;
     background: url(../images/icon-time.png) no-repeat;
     background-position: left center;
     background-size: .16rem;
     font-size: 0.14rem;
     font-weight: normal;
     line-height: 0.3rem;
     letter-spacing: normal;
     color: #9D9D9D;
     padding-left: .25rem;
 }

 .timg-linfo div span {
     font-size: 0.16rem;
     font-weight: normal;
     line-height: .28rem;
     color: #9E9E9E;
     padding-left: .25rem;
     background: url(../images/icon-time-b.png) no-repeat;
     background-position: left center;
     background-size: .15rem auto;
 }



 .timg-list ul li a:hover {
     background: #F2F7FC;
     box-shadow: 0rem 0.04rem 0.21rem 0rem rgba(0, 38, 74, 0.15);
 }

 .timg-list ul li a:hover .timg-date {
     background: linear-gradient(0deg, #004098 0%, #004098 100%);
 }

 .timg-list ul li a:hover .timg-date b {
     color: #FFFFFF;
 }

 .timg-list ul li a:hover .timg-date i {
     background: #fff;
 }

 .timg-list ul li a:hover .timg-date span {
     color: #FFFFFF;
 }

 .timg-list ul li a:hover h3 {
     color: #C50010;
     font-weight: 600;
 }

 .timg-list ul li a:hover span {}

 .timg-list ul li a:hover p {}

 .timg-list ul li:hover .timg-list-img:before {}


 /* 现任领导 */

 .xrld {}

 .xrld ul li {
     margin-top: .4rem;
 }

 .xrld ul li a {
     background: #F2F7FC;
     display: flex;
     padding: .12rem .17rem;
     position: relative;
     z-index: 1;
 }

 .xrld ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     background: url(../images/xrld-itembg.png) no-repeat;
     background-position: right center;
     background-size: cover;
     transition: all .5s;
     opacity: 0;
     pointer-events: none;
     box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 25, 49, 0.2);
 }

 .xrld ul li a .pics {
     padding-right: .09rem;
     padding-bottom: .09rem;
     width: 2.35rem;
     position: relative;
     z-index: 1;
 }

 .xrld ul li a .pics::before {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     background: #003F95;
     width: 0.74rem;
     height: 0.7rem;
     z-index: -1;
     border-radius: 50% 0 0 0;
 }

 .xrld ul li a .pics .pic {
     padding-top: 139.3%;
 }

 .xrld ul li a .info {
     flex: 1;
     min-width: 0;
     padding-left: .4rem;
     padding-top: .27rem;
 }

 .xrld ul li a .info div {
     display: flex;
     align-items: flex-end;
     padding-bottom: .17rem;
     position: relative;
 }

 .xrld ul li a .info div::before {
     content: "";
     position: absolute;
     left: -.49rem;
     bottom: 0;
     background: url(../images/xrld-line.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 3.8rem;
     height: 0.07rem;
 }

 .xrld ul li a .info div::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: .03rem;
     width: 0.87rem;
     height: 2px;
     background: #024DB3;
 }

 .xrld ul li a .info div b {
     font-size: 0.28rem;
     font-weight: normal;
     line-height: 0.38rem;
     color: #2C2C2C;
 }

 .xrld ul li a .info div span {
     color: #808080;
     font-size: .18rem;
     line-height: .3rem;
     margin-left: .3rem;
 }

 .xrld ul li a .info dl {
     margin-top: .3rem;
 }

 .xrld ul li a .info dl dd {
     display: flex;
     align-items: flex-start;
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.28rem;
 }

 .xrld ul li a .info dl dd+dd {
     margin-top: .2rem;
 }

 .xrld ul li a .info dl dd b {
     color: #333333;
     margin-right: .1rem;
 }

 .xrld ul li a .info dl dd p {
     flex: 1;
     min-width: 0;
     color: #616161;
 }

 /* 组织机构 */
 .zzjg-box {
     margin-top: .5rem;
 }

 .zzjg-box>h3 {
     display: flex;
     position: relative;
     z-index: 1;
     overflow: hidden;
     padding: 0 .3rem;
 }

 .zzjg-box>h3::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: .2rem;
     bottom: 0;
     background: linear-gradient(92deg, #2570d8 -4%, #004098 99%), #FFFFFF;
     transform: skewX(20deg);
     z-index: -1;
     transform-origin: right bottom;
 }

 .zzjg-box>h3::after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     width: 0.08rem;
     background: #004098;
     transform: skewX(20deg);
     z-index: -1;
     transform-origin: right bottom;
 }

 .zzjg-box>h3 b {
     font-size: 0.24rem;
     font-weight: bold;
     line-height: .55rem;
     letter-spacing: normal;
     color: #FFFFFF;
     font-family: sys-sb;
     position: relative;
 }

 .zzjg-box>h3 b::before {
     content: "";
     position: absolute;
     right: -.05rem;
     top: .15rem;
     background: #C50010;
     width: 0.12rem;
     height: 0.12rem;
     z-index: -1;
 }

 .zzjg ul {
     display: flex;
     flex-wrap: wrap;
     background: #F7FAFF;
     padding: .05rem .16rem .45rem .16rem;
 }

 .zzjg ul li {
     width: 25%;
     margin-top: .4rem;
     min-height: .6rem;
 }

 .zzjg ul li a {
     display: block;
     margin: 0 .08rem;
     min-height: 100%;
     padding: 0.05rem .2rem 0.05rem .49rem;
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.22rem;
     letter-spacing: normal;
     color: #fff;
     transition: all .5s;
     box-sizing: border-box;
     border: 0.01rem solid #A3C5E4;
     height: 100%;
     display: flex;
     align-items: center;
     background: #6A9CD6 url(../images/zzjg-itembg.png) no-repeat;
     background-position: .2rem center;
     background-size: .19rem auto;
 }

 /* 师资列表 */

 .szlb-list {
     margin-bottom: .2rem;
 }



 .szlb-list>p {
     background: #F5F8FF;
     border-radius: 0 .4rem 0 0;
     margin-right: .3rem;
     font-size: 0.22rem;
     font-weight: bold;
     line-height: 0.5rem;
     letter-spacing: normal;
     color: #0052C4;
     padding: 0 .24rem;
 }

 .szlb-list ul {
     padding: .27rem .34rem;
     overflow: hidden;
     border: 0.01rem solid #CEDBE8;
     background: #fff;
 }

 .szlb-list ul li {
     float: left;
     width: 16.666%;
 }

 .szlb-list ul li a {
     display: block;
     padding-left: .24rem;
     position: relative;
     font-size: .18rem;
     line-height: .34rem;
     margin: .1rem 0;
     color: #333;
 }

 .szlb-list ul li a::before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     background: #0052C4;
     width: 0.06rem;
     height: 0.06rem;
     border-radius: 50%;
 }

 .szlb-list ul li a:hover {
     color: #0052C4;
 }


 /* 师资详情 */

 /* 师资队伍详情页 */
 .szcont {
     padding: .63rem .86rem .58rem .86rem;
     background: url(../images/sz-contbg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     border-radius: 0rem 0.9rem 0rem 0rem;
 }

 .sz-tit {
     position: relative;
     display: flex;
     align-items: flex-start;
 }

 .sz-pics {
     width: 1.7rem;
     padding-left: .1rem;
     padding-top: .1rem;
     position: relative;
     margin-right: .57rem;
 }

 .sz-pics::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0.36rem;
     bottom: 0.16rem;
     border: 0.01rem solid #0052C4;
 }

 .sz-pics .pics {
     position: relative;
     z-index: 9;
 }

 .sz-pics .pics img {
     display: block;
     width: 100%;
 }

 .sz-info {
     flex: 1;
     min-width: 0;
 }

 .sz-name {
     display: flex;
     align-items: center;
 }

 .sz-name b {
     display: block;
     font-size: 0.28rem;
     font-weight: bold;
     line-height: 0.44rem;
     color: #2D5B9C
 }

 .sz-name span {
     display: block;
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.34rem;
     color: #3D3D3D;
     margin-left: .3rem;
 }

 .sz-line {
     border-top: 3px solid #0052C4;
     margin: .3rem 0;
     width: 0.6rem;
 }

 .sz-text {}

 .sz-text p {
     font-size: 0.16rem;
     font-weight: normal;
     line-height: 0.28rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #3E3E3E;
     text-indent: 2em;
 }

 /* 历史沿革 */
 .lsyg {
     position: relative;
     z-index: 1;
     padding-top: .5rem;
 }

 .lsyg::before {
     content: "";
     position: absolute;
     left: 50%;
     top: 0;
     bottom: 0;
     background: #003F95;
     width: 1px;
 }

 .lsyg::after {
     content: "";
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     top: 0;
     background: url(../images/lsyg-dot.png) no-repeat;
     background-position: center center;
     background-size: cover;
     width: 0.11rem;
     height: 0.11rem;
 }

 .lsyg ul {
     position: relative;
     z-index: 1;
 }

 .lsyg ul li {
     margin-right: 50%;
     margin-top: .05rem;
 }



 .lsyg ul li a {
     display: block;
     position: relative;
     z-index: 1;
 }



 .lsyg ul li a .year {
     position: relative;
     z-index: 1;
 }

 .lsyg ul li a .year::before {
     content: "";
     position: absolute;
     border: 0.01rem dashed #003F95;
     width: 0.2rem;
     height: 0.2rem;
     bottom: 0;
     transform: translateY(50%);
     border-radius: 50%;
 }

 .lsyg ul li a .year::after {
     content: "";
     position: absolute;
     width: 0.08rem;
     height: 0.08rem;
     background: #C50010;
     bottom: 0;
     transform: translateY(50%);
     border-radius: 50%;
 }

 .lsyg ul li a .year b {
     display: block;
     position: relative;
     font-family: Philosopher;
     font-size: 0.58rem;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #C50010;
     padding-bottom: .1rem;
 }

 .lsyg ul li a .year b::after {
     content: "";
     position: absolute;
     background: url(../images/xrld-line.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 3.8rem;
     height: 0.07rem;
     z-index: -2;
 }

 .lsyg ul li a .year b::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     height: 2px;
     background: #003F95;
     width: 1.35rem;
     z-index: -1;
 }

 .lsyg ul li a .shiji {
     padding-top: .18rem;
 }

 .lsyg ul li a .shiji p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.32rem;
     text-align: right;
     letter-spacing: normal;
     color: #333333;
 }

 .lsyg ul li:nth-child(2n) a {
     padding-left: .33rem;
 }

 .lsyg ul li:nth-child(2n) a .year b {
     text-align: left;
 }

 .lsyg ul li:nth-child(2n) a .year b::before {}

 .lsyg ul li:nth-child(2n) a .year b::after {
     left: -.33rem;
     bottom: -.03rem;
 }

 .lsyg ul li:nth-child(2n) a .year::before {
     left: -.33rem;
     transform: translateX(-50%) translateY(50%);
 }

 .lsyg ul li:nth-child(2n) a .year::after {
     left: -.33rem;
     transform: translateX(-50%) translateY(50%);
 }

 .lsyg ul li:nth-child(2n) a .shiji p {
     text-align: left;
 }


 /* 校园文化 */
 .xywh1 {}

 .xywh1 h3 {
     font-size: 0.36rem;
     font-weight: bold;
     line-height: 0.46rem;
     letter-spacing: normal;
     color: #333333;
     text-align: center;
 }

 .xywh1 p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.36rem;
     letter-spacing: normal;
     color: #333333;
     text-indent: 2em;
     margin-top: .22rem;
 }

 .xywh2 {
     margin-top: .7rem;
 }

 .xywh2-hd {}

 .xywh2-hd ul {
     display: flex;
     background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
 }

 .xywh2-hd ul li {
     font-size: 0.3rem;
     font-weight: bold;
     line-height: 0.7rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #333333;
     position: relative;
     padding: 0 .65rem;
     cursor: pointer;
 }

 .xywh2-hd ul li.on::before {
     content: "";
     position: absolute;
     left: 100%;
     top: 0;
     border-width: 0 0.2rem .2rem 0;
     border-style: solid;
     border-color: transparent transparent #0052C4 transparent;
     opacity: 0;
     transition: all .5s;
 }

 .xywh2-hd ul li.on {
     margin-top: -.2rem;
     background: url(../images/xywh2-titbg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     color: #FFFFFF;
     line-height: .9rem;
 }

 .xywh2-hd ul li.on::before {
     opacity: 1;
 }

 .xywh2-bd {}

 .xywh2-tit {
     margin-bottom: .4rem;
     margin-top: .6rem;
 }

 .xywh2-tit h3 {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .xywh2-tit h3::before {
     content: "";
     display: block;
     flex: 1;
     min-width: 0;
     height: 1px;
     background: linear-gradient(270deg, #0052C4 0%, rgba(0, 82, 196, 0) 100%);
 }

 .xywh2-tit h3::after {
     content: "";
     display: block;
     flex: 1;
     min-width: 0;
     height: 1px;
     background: linear-gradient(90deg, #0052C4 0%, rgba(0, 82, 196, 0) 100%);
 }

 .xywh2-tit h3 b {
     display: flex;
     align-items: center;
     font-size: 0.3rem;
     font-weight: bold;
     line-height: .4rem;
     letter-spacing: normal;
     color: #0052C4;
 }

 .xywh2-tit h3 b::before {
     content: "";
     display: block;
     width: 0.05rem;
     height: 0.05rem;
     transform: rotate(45deg);
     background: #0052C4;
     margin-right: .14rem;
 }

 .xywh2-tit h3 b::after {
     content: "";
     display: block;
     width: 0.05rem;
     height: 0.05rem;
     transform: rotate(45deg);
     background: #0052C4;
     margin-left: .14rem;
 }

 .xywh-text {}

 .xywh-text p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.36rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #333333;
 }

 .xywh-text p b {
     font-weight: 600;
 }

 .xywh2-border {
     border: 1px solid rgba(0, 82, 196, 0.2);
     padding: .6rem;
 }

 .xywh2-c {
     display: flex;
     align-items: center;
 }

 .xywh2-l {
     width: 4.04rem;
     margin-right: .65rem;
 }

 .xywh2-l img {
     display: block;
     width: 100%;
 }

 .xywh2-r {
     flex: 1;
     min-width: 0;
 }

 .xywh2-r h4 {
     font-size: 0.24rem;
     font-weight: bold;
     line-height: 0.36rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #333333;
     margin-bottom: .12rem;
 }

 .xywh2-xq {
     margin-top: 0.4rem;
 }

 .xywh2-xq img {
     display: block;
     max-width: 100%;
     margin: 0 auto;
 }

 .xywh2-xg {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 0.4rem;
 }

 .xywh2-xg>img {
     display: block;
     width: 4rem;
     margin-right: .65rem;
 }

 .xywh2-xg>a {
     display: block;
     margin-left: .65rem;

 }

 .xywh2-xg>a>img {
     display: block;
     width: 5.98rem;
 }


 .jswhp {
     margin-top: .6rem;
 }

 /*--------------------*/

 .ztlist ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.37rem;
 }

 .ztlist ul li {
     width: 25%;
 }

 .ztlist ul li a {
     display: block;
     margin: 0 .37rem;
     margin-top: .6rem;
     transition: all .5s;
 }

 .ztlist ul li a div {
     padding: .45rem .55rem;
     height: 4.9rem;
     display: flex;
     justify-content: flex-end;
     position: relative;
 }



 .ztlist ul li.ztlist-item1 a div {
     background: url(../images/s7-pic1.png) no-repeat;
     background-position: center center;
     background-size: cover;

 }

 .ztlist ul li.ztlist-item2 a div {
     background: url(../images/s7-pic2.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li.ztlist-item3 a div {
     background: url(../images/s7-pic3.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li.ztlist-item4 a div {
     background: url(../images/s7-pic4.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li.ztlist-item5 a div {
     background: url(../images/s7-pic5.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li a div p {
     font-size: 0.34rem;
     font-weight: bold;
     line-height: 0.47rem;
     letter-spacing: normal;
     color: #FFFFFF;
     writing-mode: vertical-lr;
     writing-mode: tb-lr;
     font-family: sys-sb;
 }


 .lrld {
     display: flex;
     justify-content: space-between;
     padding-top: .2rem;
 }

 .lrld-box {
     width: 48%;
     background: #FFFFFF;
     box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 63, 149, 0.17);
     position: relative;
     z-index: 1;
 }

 .lrld-box:nth-child(2n+1) {
     background: url(../images/lrld-box-bg1.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .lrld-box:nth-child(2n) {
     background: url(../images/lrld-box-bg2.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .lrld-tit {
     background: #F1F7FF;
     padding: .11rem .45rem 0 .45rem;
     display: flex;
     position: relative;
     z-index: 1;
 }

 .lrld-tit::after {
     content: "";
     position: absolute;
     left: .45rem;
     right: 0.45rem;
     bottom: 0;
     z-index: -1;
     border-bottom: 1px solid #D8D8D8;
 }

 .lrld-tit h3 {
     font-family: MiSans;
     font-size: 0.28rem;
     font-weight: 600;
     line-height: 0.62rem;
     letter-spacing: normal;
     color: #003F95;
     border-bottom: 2px solid #B9191E;
 }

 .lrld-bd {
     padding: .42rem .45rem .4rem .45rem;
 }



 .lrld-bd dl dd+dd {
     margin-top: .27rem;
 }

 .lrld-bd dl dd a {
     display: flex;
     font-family: MiSans;
     font-size: 0.22rem;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #333333;
     align-items: flex-start;
     padding-left: .3rem;
     background: url(../images/lrld-itembef.png) no-repeat;
     background-position: left .1rem;
     background-size: .19rem auto;
 }

 .lrld-bd dl dd a b {
     min-width: .7rem;
     text-align-last: justify;
     margin-right: .2rem;
     font-weight: normal;
 }

.lrld-bd dl dd a strong {
     min-width: .7rem;
     text-align-last: justify;
     margin-right: .2rem;
     font-weight: normal;
 }

 .lrld-bd dl dd a p {
     flex: 1;
     min-width: 0;
 }


 .ldxq-t {
     display: flex;
     align-items: flex-end;
     margin-top: .2rem;
 }

 .ldxq-t .pics {
     width: 2.74rem;
     padding-left: .18rem;
     padding-bottom: .18rem;
     margin-bottom: .2rem;
     z-index: 2;
     position: relative;
 }

 .ldxq-t .pics::before {
     content: "";
     position: absolute;
     left: 0;
     top: 1.05rem;
     right: 0.94rem;
     bottom: 0;
     background: #003F95;
     z-index: -1;
 }

 .ldxq-t .pics .pic {
     padding-top: 137.8%;
 }

 .ldxq-t .info {
     flex: 1;
     min-width: 0;
     position: relative;
     z-index: 1;
     padding: .38rem .55rem .5rem .6rem;
 }

 .ldxq-t .info::before {
     content: "";
     position: absolute;
     left: -1.64rem;
     bottom: 0;
     right: 0;
     top: 0;
     background: #EDF4FF;
     z-index: -1;
 }

 .ldxq-t .info h3 {
     display: flex;
     align-items: center;
     font-size: 0.34rem;
     font-weight: 600;
     line-height: normal;
     text-transform: uppercase;
     letter-spacing: normal;
     color: #003F95;
 }

 .ldxq-t .info h3::after {
     content: "";
     display: block;
     background: url(../images/xrld-line.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 3.8rem;
     height: 0.07rem;
     color: #616161;
 }

 .ldxq-t .info p {
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.44rem;
     padding-left: .27rem;
     position: relative;
     margin-top: .14rem;
 }

 .ldxq-t .info p::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0.19rem;
     width: 0.06rem;
     height: 0.06rem;
     background: #003F95;
     border-radius: 50%;
 }

 .ldxq-t .info p b {
     color: #333333;
 }

 .ldxq-b {
     margin-top: .45rem;
     position: relative;
     z-index: 1;
 }

 .ldxq-b:before {
     content: "";
     position: absolute;
     left: .14rem;
     top: .14rem;
     bottom: 0;
     width: 1px;
     background: rgba(83, 83, 83, 0.16);
 }

 .ldxq-b .bxfot {
     position: relative;
     padding-left: .8rem;
     z-index: 1;
     padding-bottom: .2rem;
 }

 .ldxq-b .bxfot:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 0.29rem;
     height: 0.29rem;
     box-sizing: border-box;
     border: 1px dashed #003F95;
     border-radius: 50%;
 }

 .ldxq-b .bxfot:after {
     content: "";
     position: absolute;
     left: .09rem;
     top: .09rem;
     width: 0.11rem;
     height: 0.11rem;
     background: #003F95;
     box-sizing: border-box;
     border: 1px dashed #003F95;
     border-radius: 50%;
 }

 .ldxq-b div p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.32rem;
     letter-spacing: normal;
     color: #666666;
     text-indent: 2em;
 }


 .xrld2 ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.5rem;
 }

 .xrld2 ul li {
     width: 50%;
 }

 .xrld2 ul li a {
     margin: 0 .5rem;
     padding: .38rem .38rem .29rem .38rem;
     background: #FFFFFF;
     box-sizing: border-box;
     border: 0.01rem solid #E2EDFF;
 }

 .xrld2 ul li a .pics {
     width: 1.98rem;
     padding: 0 0 .12rem .14rem;
 }

 .xrld2 ul li a .pics:before {
     content: "";
     position: absolute;
     right: .68rem;
     bottom: 0;
     left: 0;
     top: .73rem;
     background: #003F95;
     z-index: -1;
     border-radius: 0;
     width: auto;
     height: auto;
 }

 .xrld2 ul li a .info p {
     font-size: 0.14rem;
     font-weight: normal;
     line-height: 0.24rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #616161;
     margin-top: .4rem;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     height: .72rem;
 }

 .xrld2 ul li a .info i {
     display: block;
     background: url(../images/ssxz-more.png) no-repeat;
     background-position: right center;
     background-size: auto 100%;
     height: 0.2rem;
     margin-top: .38rem;
 }

 .xrld2 ul li a::before {
     background: url(../images/ssxz-itembg.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }


 .xxjj3 {
     margin-top: .44rem;
     position: relative;
     z-index: 1;
     display: flex;
     align-items: flex-start;
 }

 .xxjj3-pics {
     width: 4.29rem;
     margin-left: .5rem;
 }

 .xxjj3-pics img {
     display: block;
     width: 100%;
 }

 .xxjj3-box {
     flex: 1;
     min-width: 0;
 }

 .xxjj3-box .xxjj-text:nth-child(2) {
     position: relative;
     margin-top: .44rem;
     padding: .44rem 0 0 .7rem;
 }

 .xxjj3-box .xxjj-text:nth-child(2)::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: -4.79rem;
     z-index: -1;
     background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
     height: 8.89rem;
 }

 .xxjj4 {
     padding-left: .7rem;
     padding-top: .7rem;
     position: relative;
     z-index: 1;
     padding-right: .7rem;
 }

 .xxjj5 {
     display: flex;
     position: relative;
     z-index: 1;
     margin-top: 1.16rem;
 }

 .xxjj5-pics {
     width: 4.17rem;
     margin-right: .5rem;
 }

 .xxjj5-pics img {
     display: block;
     width: 100%;
 }

 .xxjj6 {
     margin-top: .8rem;
 }



 .ssbs-tit {}

 .ssbs-tit h3 {
     font-size: 0.32rem;
     font-weight: 500;
     line-height: 0.34rem;
     text-align: center;
     letter-spacing: normal;
     color: #004098;
 }

 .ssbs-tit h3+p {
     padding-top: .15rem;
     position: relative;
     margin-top: .15rem;
 }

 .ssbs-tit h3+p::before {
     content: "";
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     top: 0;
     width: 0.32rem;
     height: 0.03rem;
     background: #C50010;
 }

 .ssbs-tit p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.32rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #333333;
     text-align: center;
 }

 .ssbs-tit.left h3 {
     text-align: left;
 }

 .ssbs-tit.left h3+p::before {
     left: 0;
     transform: none;
 }

 .ssbs1 {
     display: flex;
     align-items: flex-end;
     margin-top: .4rem;
 }

 .ssbs1-l {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 7.95rem;
     height: 6.38rem;
     padding-right: .8rem;
     margin-right: .35rem;
     background: #F2F7FC;
 }

 .ssbs1-l img {
     max-width: 80%;
 }

 .ssbs1-r {
     position: relative;
     z-index: 1;
     flex: 1;
     min-width: 0;
 }

 .ssbs1-r .ssbs-tit.w {
     background: url(../images/ssbs1-rbg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     margin-left: -1.15rem;
     padding: .5rem .4rem;
     margin-top: .415rem;
 }

 .ssbs1-r .ssbs-tit.w h3 {
     color: #FFFFFF;
 }

 .ssbs1-r .ssbs-tit.w p {
     color: #FFFFFF;
 }

 .ssbs1-r .ssbs-tit.w h3+p::before {
     display: none;
 }

 .ssbs2 {
     margin-top: 1.28rem;
 }

 .ssbs2 ul {
     display: flex;
     justify-content: space-between;
     margin-top: .39rem;
 }

 .ssbs2 ul li {
     width: 45%;
 }

 .ssbs2 ul li h4 {
     font-size: 0.2rem;
     font-weight: 500;
     line-height: 0.34rem;
     text-align: center;
     letter-spacing: normal;
     color: #004098;
 }

 .ssbs2 ul li div img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }

 .ssbs2 ul li h5 {}

 .ssbs2 ul li h5 img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }

 .ssbs3 {
     background: #E8F5FF;
     padding: .5rem .4rem;
     margin-top: 1.1rem;
 }

 .ssbs3-xx {}

 .ssbs3-xx img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }

 .ssbs3 p {
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.34rem;
     text-align: center;
     letter-spacing: normal;
     color: #333333;
 }

 .ssbs4 {
     margin-top: 1.28rem;
 }

 .ssbs4 ul {
     display: flex;
     justify-content: space-between;
 }

 .ssbs4 ul li {
     width: 45%;
 }

 .ssbs4-xg img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
     margin-top: .24rem;
 }

 .ssbs4-bs img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
     margin-top: .24rem;
 }

 .ssbs5 {
     margin-top: 1.28rem;
 }
 .ssbs6 {
     margin-top: 1rem;
 }
 .ssbs6 .ssbs-tit h3{
    text-align: left;
    font-size: 0.22rem;
    }
 .ssbs6 .ssbs-tit h3+p::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0.32rem;
    height: 0.03rem;
    background: #C50010;
}
 @media screen and (min-width:1025px) {
     .ztlist ul li a:hover {
         box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 33, 74, 0.42);
     }

     .lsyg ul li:nth-child(2n) {
         margin-left: 50%;
         margin-right: 0;
     }

     .lsyg ul li:nth-child(2n+1) a {
         padding-right: .33rem;
     }

     .lsyg ul li:nth-child(2n+1) a .year b {
         text-align: right;
     }

     .lsyg ul li:nth-child(2n+1) a .year b::before {
         left: auto;
         right: -.05rem;
     }

     .lsyg ul li:nth-child(2n+1) a .year b::after {
         right: -.33rem;
         bottom: -.03rem;
         transform: rotateY(180deg);
     }

     .lsyg ul li:nth-child(2n+1) a .year::before {
         right: -.33rem;
         transform: translateX(50%) translateY(50%);
     }

     .lsyg ul li:nth-child(2n+1) a .year::after {
         right: -.33rem;
         transform: translateX(50%) translateY(50%);
     }

     .lsyg ul li:nth-child(2n+1) a .shiji p {}

     .xrld ul li a:hover::before {
         opacity: 1;
     }

     .xrld ul li a:hover .info div span {
         color: #004098
     }


     .zzjg ul li a:hover {
         background-color: #003F95;
     }



     .img-lists ul li a:hover::before {
         opacity: 1;
     }

     .img-lists ul li:hover .info {
         padding-top: .3rem;
     }

     .img-lists ul li:hover .info p {
         color: #fff;
         font-weight: 600;
     }
 }e: 0.24rem;
     font-weight: bold;
     line-height: 0.36rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #333333;
     margin-bottom: .12rem;
 }

 .xywh2-xq {
     margin-top: 0.4rem;
 }

 .xywh2-xq img {
     display: block;
     max-width: 100%;
     margin: 0 auto;
 }

 .xywh2-xg {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 0.4rem;
 }

 .xywh2-xg>img {
     display: block;
     width: 4rem;
     margin-right: .65rem;
 }

 .xywh2-xg>a {
     display: block;
     margin-left: .65rem;

 }

 .xywh2-xg>a>img {
     display: block;
     width: 5.98rem;
 }


 .jswhp {
     margin-top: .6rem;
 }

 /*--------------------*/

 .ztlist ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.37rem;
 }

 .ztlist ul li {
     width: 25%;
 }

 .ztlist ul li a {
     display: block;
     margin: 0 .37rem;
     margin-top: .6rem;
     transition: all .5s;
 }

 .ztlist ul li a div {
     padding: .45rem .55rem;
     height: 4.9rem;
     display: flex;
     justify-content: flex-end;
     position: relative;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
 }


/*
 .ztlist ul li.ztlist-item1 a div {
     background: url(../images/s7-pic1.png) no-repeat;
     background-position: center center;
     background-size: cover;

 }

 .ztlist ul li.ztlist-item2 a div {
     background: url(../images/s7-pic2.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li.ztlist-item3 a div {
     background: url(../images/s7-pic3.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li.ztlist-item4 a div {
     background: url(../images/s7-pic4.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .ztlist ul li.ztlist-item5 a div {
     background: url(../images/s7-pic5.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }*/

 .ztlist ul li a div p {
     font-size: 0.34rem;
     font-weight: bold;
     line-height: 0.47rem;
     letter-spacing: normal;
     color: #FFFFFF;
     writing-mode: vertical-lr;
     writing-mode: tb-lr;
     font-family: sys-sb;
 }


 .lrld {
     display: flex;
     justify-content: space-between;
     padding-top: .2rem;
 }

 .lrld-box {
     width: 48%;
     background: #FFFFFF;
     box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 63, 149, 0.17);
     position: relative;
     z-index: 1;
 }

 .lrld-box:nth-child(2n+1) {
     background: url(../images/lrld-box-bg1.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .lrld-box:nth-child(2n) {
     background: url(../images/lrld-box-bg2.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .lrld-tit {
     background: #F1F7FF;
     padding: .11rem .45rem 0 .45rem;
     display: flex;
     position: relative;
     z-index: 1;
 }

 .lrld-tit::after {
     content: "";
     position: absolute;
     left: .45rem;
     right: 0.45rem;
     bottom: 0;
     z-index: -1;
     border-bottom: 1px solid #D8D8D8;
 }

 .lrld-tit h3 {
     font-family: MiSans;
     font-size: 0.28rem;
     font-weight: 600;
     line-height: 0.62rem;
     letter-spacing: normal;
     color: #003F95;
     border-bottom: 2px solid #B9191E;
 }

 .lrld-bd {
     padding: .42rem .45rem .4rem .45rem;
 }



 .lrld-bd dl dd+dd {
     margin-top: .27rem;
 }

 .lrld-bd dl dd a {
     display: flex;
     font-family: MiSans;
     font-size: 0.22rem;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #333333;
     align-items: flex-start;
     padding-left: .3rem;
     background: url(../images/lrld-itembef.png) no-repeat;
     background-position: left .1rem;
     background-size: .19rem auto;
 }

 .lrld-bd dl dd a b {
     min-width: .7rem;
     text-align-last: justify;
     margin-right: .2rem;
     font-weight: normal;
 }

.lrld-bd dl dd a strong {
     min-width: .7rem;
     text-align-last: justify;
     margin-right: .2rem;
     font-weight: normal;
 }

 .lrld-bd dl dd a p {
     flex: 1;
     min-width: 0;
 }


 .ldxq-t {
     display: flex;
     align-items: flex-end;
     margin-top: .2rem;
 }

 .ldxq-t .pics {
     width: 2.74rem;
     padding-left: .18rem;
     padding-bottom: .18rem;
     margin-bottom: .2rem;
     z-index: 2;
     position: relative;
 }

 .ldxq-t .pics::before {
     content: "";
     position: absolute;
     left: 0;
     top: 1.05rem;
     right: 0.94rem;
     bottom: 0;
     background: #003F95;
     z-index: -1;
 }

 .ldxq-t .pics .pic {
     padding-top: 137.8%;
 }

 .ldxq-t .info {
     flex: 1;
     min-width: 0;
     position: relative;
     z-index: 1;
     padding: .38rem .55rem .5rem .6rem;
 }

 .ldxq-t .info::before {
     content: "";
     position: absolute;
     left: -1.64rem;
     bottom: 0;
     right: 0;
     top: 0;
     background: #EDF4FF;
     z-index: -1;
 }

 .ldxq-t .info h3 {
     display: flex;
     align-items: center;
     font-size: 0.34rem;
     font-weight: 600;
     line-height: normal;
     text-transform: uppercase;
     letter-spacing: normal;
     color: #003F95;
 }

 .ldxq-t .info h3::after {
     content: "";
     display: block;
     background: url(../images/xrld-line.png) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     width: 3.8rem;
     height: 0.07rem;
     color: #616161;
 }

 .ldxq-t .info p {
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.44rem;
     padding-left: .27rem;
     position: relative;
     margin-top: .14rem;
 }

 .ldxq-t .info p::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0.19rem;
     width: 0.06rem;
     height: 0.06rem;
     background: #003F95;
     border-radius: 50%;
 }

 .ldxq-t .info p b {
     color: #333333;
 }

 .ldxq-b {
     margin-top: .45rem;
     position: relative;
     z-index: 1;
 }

 .ldxq-b:before {
     content: "";
     position: absolute;
     left: .14rem;
     top: .14rem;
     bottom: 0;
     width: 1px;
     background: rgba(83, 83, 83, 0.16);
 }

 .ldxq-b .bxfot{
     position: relative;
     padding-left: .8rem;
     z-index: 1;
     padding-bottom: .2rem;
 }

 .ldxq-b .bxfot:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 0.29rem;
     height: 0.29rem;
     box-sizing: border-box;
     border: 1px dashed #003F95;
     border-radius: 50%;
 }

 .ldxq-b .bxfot:after {
     content: "";
     position: absolute;
     left: .09rem;
     top: .09rem;
     width: 0.11rem;
     height: 0.11rem;
     background: #003F95;
     box-sizing: border-box;
     border: 1px dashed #003F95;
     border-radius: 50%;
 }

 .ldxq-b div p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.32rem;
     letter-spacing: normal;
     color: #666666;
 }


 .xrld2 ul {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -.5rem;
 }

 .xrld2 ul li {
     width: 50%;
 }

 .xrld2 ul li a {
     margin: 0 .5rem;
     padding: .38rem .38rem .29rem .38rem;
     background: #FFFFFF;
     box-sizing: border-box;
     border: 0.01rem solid #E2EDFF;
 }

 .xrld2 ul li a .pics {
     width: 1.98rem;
     padding: 0 0 .12rem .14rem;
 }

 .xrld2 ul li a .pics:before {
     content: "";
     position: absolute;
     right: .68rem;
     bottom: 0;
     left: 0;
     top: .73rem;
     background: #003F95;
     z-index: -1;
     border-radius: 0;
     width: auto;
     height: auto;
 }

 .xrld2 ul li a .info p {
     font-size: 0.14rem;
     font-weight: normal;
     line-height: 0.24rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #616161;
     margin-top: .4rem;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     height: .72rem;
 }

 .xrld2 ul li a .info i {
     display: block;
     background: url(../images/ssxz-more.png) no-repeat;
     background-position: right center;
     background-size: auto 100%;
     height: 0.2rem;
     margin-top: .38rem;
 }

 .xrld2 ul li a::before {
     background: url(../images/ssxz-itembg.png) no-repeat;
     background-position: center center;
     background-size: cover;
 }


 .xxjj3 {
     margin-top: .44rem;
     position: relative;
     z-index: 1;
     display: flex;
     align-items: flex-start;
 }

 .xxjj3-pics {
     width: 4.29rem;
     margin-left: .5rem;
 }

 .xxjj3-pics img {
     display: block;
     width: 100%;
 }

 .xxjj3-box {
     flex: 1;
     min-width: 0;
 }

 .xxjj3-box .xxjj-text:nth-child(2) {
     position: relative;
     margin-top: .44rem;
     padding: .44rem 0 0 .7rem;
 }

 .xxjj3-box .xxjj-text:nth-child(2)::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: -4.79rem;
     z-index: -1;
     background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
     height: 8.89rem;
 }

 .xxjj4 {
     padding-left: .7rem;
     padding-top: .7rem;
     position: relative;
     z-index: 1;
     padding-right: .7rem;
 }

 .xxjj5 {
     display: flex;
     position: relative;
     z-index: 1;
     margin-top: 1.16rem;
 }

 .xxjj5-pics {
     width: 4.17rem;
     margin-right: .5rem;
 }

 .xxjj5-pics img {
     display: block;
     width: 100%;
 }

 .xxjj6 {
     margin-top: .8rem;
 }



 .ssbs-tit {}

 .ssbs-tit h3 {
     font-size: 0.32rem;
     font-weight: 500;
     line-height: 0.34rem;
     text-align: center;
     letter-spacing: normal;
     color: #004098;
 }

 .ssbs-tit h3+p {
     padding-top: .15rem;
     position: relative;
     margin-top: .15rem;
 }

 .ssbs-tit h3+p::before {
     content: "";
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     top: 0;
     width: 0.32rem;
     height: 0.03rem;
     background: #C50010;
 }

 .ssbs-tit p {
     font-size: 0.18rem;
     font-weight: normal;
     line-height: 0.32rem;
     text-align: justify;
     /* 浏览器可能不支持 */
     letter-spacing: normal;
     color: #333333;
     text-align: center;
 }

 .ssbs-tit.left h3 {
     text-align: left;
 }

 .ssbs-tit.left h3+p::before {
     left: 0;
     transform: none;
 }

 .ssbs1 {
     display: flex;
     align-items: flex-end;
     margin-top: .4rem;
 }

 .ssbs1-l {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 7.95rem;
     height: 6.38rem;
     padding-right: .8rem;
     margin-right: .35rem;
     background: #F2F7FC;
 }

 .ssbs1-l img {
     max-width: 80%;
 }

 .ssbs1-r {
     position: relative;
     z-index: 1;
     flex: 1;
     min-width: 0;
 }

 .ssbs1-r .ssbs-tit.w {
     background: url(../images/ssbs1-rbg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     margin-left: -1.15rem;
     padding: .5rem .4rem;
     margin-top: .415rem;
 }

 .ssbs1-r .ssbs-tit.w h3 {
     color: #FFFFFF;
 }

 .ssbs1-r .ssbs-tit.w p {
     color: #FFFFFF;
 }

 .ssbs1-r .ssbs-tit.w h3+p::before {
     display: none;
 }

 .ssbs2 {
     margin-top: 1.28rem;
 }

 .ssbs2 ul {
     display: flex;
     justify-content: space-between;
     margin-top: .39rem;
 }

 .ssbs2 ul li {
     width: 45%;
 }

 .ssbs2 ul li h4 {
     font-size: 0.2rem;
     font-weight: 500;
     line-height: 0.34rem;
     text-align: center;
     letter-spacing: normal;
     color: #004098;
 }

 .ssbs2 ul li div img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }

 .ssbs2 ul li h5 {}

 .ssbs2 ul li h5 img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }

 .ssbs3 {
     background: #E8F5FF;
     padding: .5rem .4rem;
     margin-top: 1.1rem;
 }

 .ssbs3-xx {}

 .ssbs3-xx img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
 }

 .ssbs3 p {
     font-size: 0.2rem;
     font-weight: normal;
     line-height: 0.34rem;
     text-align: center;
     letter-spacing: normal;
     color: #333333;
 }

 .ssbs4 {
     margin-top: 1.28rem;
 }

 .ssbs4 ul {
     display: flex;
     justify-content: space-between;
 }

 .ssbs4 ul li {
     width: 45%;
 }

 .ssbs4-xg img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
     margin-top: .24rem;
 }

 .ssbs4-bs img {
     display: block;
     margin: 0 auto;
     max-width: 100%;
     margin-top: .24rem;
 }

 .ssbs5 {
     margin-top: 1.28rem;
 }

 @media screen and (min-width:1025px) {
     .ztlist ul li a:hover {
         box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 33, 74, 0.42);
     }

     .lsyg ul li:nth-child(2n) {
         margin-left: 50%;
         margin-right: 0;
     }

     .lsyg ul li:nth-child(2n+1) a {
         padding-right: .33rem;
     }

     .lsyg ul li:nth-child(2n+1) a .year b {
         text-align: right;
     }

     .lsyg ul li:nth-child(2n+1) a .year b::before {
         left: auto;
         right: -.05rem;
     }

     .lsyg ul li:nth-child(2n+1) a .year b::after {
         right: -.33rem;
         bottom: -.03rem;
         transform: rotateY(180deg);
     }

     .lsyg ul li:nth-child(2n+1) a .year::before {
         right: -.33rem;
         transform: translateX(50%) translateY(50%);
     }

     .lsyg ul li:nth-child(2n+1) a .year::after {
         right: -.33rem;
         transform: translateX(50%) translateY(50%);
     }

     .lsyg ul li:nth-child(2n+1) a .shiji p {}

     .xrld ul li a:hover::before {
         opacity: 1;
     }

     .xrld ul li a:hover .info div span {
         color: #004098
     }


     .zzjg ul li a:hover {
         background-color: #003F95;
     }



     .img-lists ul li a:hover::before {
         opacity: 1;
     }

     .img-lists ul li:hover .info {
         padding-top: .3rem;
     }

     .img-lists ul li:hover .info p {
         color: #fff;
         font-weight: 600;
     }
 }