@charset "utf-8";

.head {
    /* transition: all .5s; */
}

html, body {
    background: #fff;
}

.banner {
    position: relative;
    z-index: 9;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2.83rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
    z-index: 1;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.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: #1d62ac;
    color: #fff;
    border: 1px solid #1d62ac;
}

.pagination a:hover {
    background: #1d62ac;
    color: #fff;
    border: 1px solid #1d62ac;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
    padding-bottom: 1.5rem;
    z-index: 3;
    font-family: "微软雅黑";
    padding-top: .48rem;
}

.nymain::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 6.11rem;
    z-index: -2;
    pointer-events: none;
}

.nymain.nobg::before {
    content: none;
}

.nymain>div {
    display: flex;
    flex-direction: row-reverse;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 3.23rem;
    position: relative;
    margin-top: 1rem;
    margin-left: .7rem;
}

.nymain .leftNav>h2 {
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/leftNavh2bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sy";
    font-weight: normal;
    display: none;
}

.nymain .leftNav>h2 i {
    font-style: normal;
    font-size: 0.3rem;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    top: .28rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
    z-index: 1;
}

.nymain .leftNav>h2 b {
    position: relative;
    z-index: 2;
    padding-top: .1rem;
}



.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
}

.nymain .leftNav>ul::before {}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(99, 99, 99, .2);
    /* padding: .3rem 0; */
    z-index: 2;
}

.nymain .leftNav>ul>li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    background: url(../images/leftNav-active.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: all .6s;
    pointer-events: none;
}

.nymain .leftNav>ul>li>a {
    padding: .3rem 0;
    padding-left: .7rem;
    position: relative;
    color: rgba(99, 99, 99, .7);
}

.nymain .leftNav>ul>li>a:before {
    content: "";
    position: absolute;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.29rem;
    background-color: #636363;
    opacity: 0.5;
}

.nymain .leftNav>ul>li>a:after {
    content: "";
    position: absolute;
    right: -.43rem;
    top: 50%;
    height: 1px;
    background: #fff;
    width: .5rem;
    border-right: .43rem solid #01578b;
    opacity: 0;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .24rem;
    line-height: .4rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .43rem;
    height: .4rem;
    right: .1rem;
    top: .3rem;
    background: url(../images/sub_left_down4.png) no-repeat right center;
    background-size: .07rem auto;
    cursor: pointer;
    transition: all 0.3s;
}



.nymain .leftNav>ul>li.active>a {
    opacity: 1;
    background: url(../images/leftNav-active.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}



.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #fff;
    font-weight: 600;
}

.nymain .leftNav>ul>li.active:hover>a {
    color: #fff;
}

.nymain .leftNav>ul>li.active>a:before {
    background-color: #ffffff;
    opacity: 1;
}

.nymain .leftNav>ul>li.active>a:after {
    opacity: 1;
}

.nymain .leftNav>ul>li.active>span {
    opacity: 0;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down.png) no-repeat right center;
    background-size: .1rem auto;
}

.nymain .leftNav ul li.active ul {
    display: block;
    /* display: none; */
}

.nymain .leftNav ul li:hover>a {
    color: #1d62ac;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: .2rem;
    padding-left: .8rem;
    padding-bottom: .2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .18rem;
    line-height: .46rem;
    /* border-top: 1px solid #eeeeee; */
    padding-left: .2rem;
    color: #666666;
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
}

.ny-rcom {
    font-size: 24px;
    color: #1d62ac;
    margin-bottom: 15px;
    font-weight: normal;
}


.column_one{width: 62%;margin: 100px auto;height: auto;overflow: hidden}
.column_one ul li{margin: 10px 0 0 10px;width: 48%;height: 200px;float: left;}
.column_one ul li img{width: 200px;height: 126px;float: left;}
.column_one ul li .column_one_r{float: right;width: 220px;margin-left: 20px;margin-top: 20px;/* min-height: 2rem; */overflow: hidden;}
.column_one ul li .column_one_r h2{font-size: 16px;font-family: "黑体";text-align: center;font-weight: bold;border-bottom: 1px solid #f4f4f4;color: #333;padding-bottom: 5px;}
.column_one ul li:hover .column_one_r h2{color: #666;}
.column_one ul li .column_one_r p{font-size: 15px;font-family: "黑体";padding: 5px 10px;color: #333;line-height: 24px;/* min-height: 15rem; */}
.column_one ul li:hover .column_one_r p{color: #666;}


.position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.48rem;
    z-index: 9;
    max-width: 15.2rem;
    margin: 0 auto;
}

.position>div {
    display: flex;
    margin-top: .4rem;
}

.position>div>div {
    font-size: 0;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    min-width: 50%;
    position: relative;
    font-family: "微软雅黑";
    padding: .4rem .1rem .4rem 0;
}

.position>div>div:before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pgposition-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.position>h3::after {
    content: "";
}

.position h3 {
    font-size: .6rem;
    line-height: .6rem;
    color: #ffffff;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    font-family: SourceHanSerifSC-Regular;
    font-weight: 600;
}

.position svg {
    margin-right: .1rem;
    height: .29rem;
}

.position svg path {
    fill: #780009;
}

.position span {
    z-index: 9;
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: .2rem;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
    z-index: 9;
    position: relative;
}

.position a {
    padding: 0 .05rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff!important;
    margin-right: .2rem;
}

.position a:hover {
    color: #fdbe00;
}





.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}

.timg-list ul {
    margin-top: 1rem;
}

.timg-list ul li {
    position: relative;
}

.timg-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -.2rem;
    bottom: 0;
    z-index: 1;
    transform: scaleY(0);
    transition: all 0.5s;
    background: #FCFBFB;
    background: url(../images/timg-listbg.jpg) no-repeat;
    background-position: right center;
    background-size: cover;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.35);
}

.timg-list ul li a {
    display: block;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    margin-top: .5rem;
}

.timg-list ul li:nth-child(1) a {
    border: none;
    margin-top: 0;
}

.timg-list ul li a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #333333;
    margin-top: .2rem;
}

.timg-list ul li a i {
    display: block;
    width: 0.97rem;
    height: 0.04rem;
    background-color: #0c71c6;
    margin-top: .14rem;
}

.timg-list ul li a>div {
    display: flex;
}

.timg-list-img {
    float: left;
    width: 4.3rem;
    margin-right: .35rem;
    transition: all 0.5s;
}

.timg-list ul li a .pic {
    padding-top: 58%;
}


.timg-linfo {
    flex: 1;
    min-width: 0;
    padding-top: .15rem;
    transition: all 0.5s;
}
.timg-list-no-time .timg-linfo {
    flex: 1;
    min-width: 0;
    padding-top: 0;
    transition: all 0.5s;
}

.timg-linfo p {
    font-size: .14rem;
    line-height: .32rem;
    margin: .34rem 0 .18rem 0;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 3; */
    /* overflow: hidden; */
    /* height: .96rem; */
    color: #4e4e4e;
    opacity: 0.8;
    margin-top: .1rem;
}
.timg-list-no-time .timg-linfo p {
    font-size: .14rem;
    line-height: .32rem;
    margin: .34rem 0 .18rem 0;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 800; */
    /* overflow: hidden; */
    /* height: 1.55rem; */
    color: #4e4e4e;
    opacity: 0.8;
    margin-top: .1rem;
}

.timg-linfo div {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.timg-linfo div::after {}

.timg-linfo div::before {}

.timg-linfo div::after {}

.timg-linfo div b {
    font-size: 0.16rem;
    line-height: .28rem;
    color: #94070A;
    font-weight: normal;
}

.timg-linfo div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #9E9E9E;
    padding-left: .25rem;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto;
}



/* 图片列表 */

.img-lists ul {
    margin: 0 -.31rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: .52rem;
}

.img-lists ul li {
    width: 33.33%;
    margin-top: .97rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.img-lists ul li:hover .info {
    background: #ac0000;
    padding: 0 .15rem;
}

.img-lists ul li:hover .info p {
    color: #fff;
}

.img-lists ul li a {
    display: block;
    margin: 0 .31rem;
    transition: all 0.5s;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}
.sygs .img-lists ul li a .pic {
    padding-top: 34%;
}
.sygs .img-lists ul li a .pic+.index_tdjz_biaoti {
    
position: absolute;
    
bottom: 0px;
    
width: 88%;
    
overflow: hidden;
    
height: 25px;
    
padding: 0 10px;
    
line-height: 25px;
    
z-index: 10;
    
background: rgba(29, 29, 29, 0.6);
    
font-size: 0.16rem;
    
color: #fff;
    
text-overflow: ellipsis;
    
white-space: nowrap;
    
text-align: center;
}


.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    /* display: none; */
    font-size: 0;
    background-position: left center;
    transition: all 0.5s;
    border-bottom: 2px solid #ac0000;
}

.img-lists ul li a>div.info p {
    color: #1B1B1B;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .65rem;
    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;
}




.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: .3rem;
    line-height: .3rem;
    font-weight: normal;
    font-weight: 600;
    margin: 1.1rem 0 .45rem 0;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    margin-top: .6rem;
}

.art-main .art-body p {
    color: #222222;
    text-indent: 2em;
    font-size: .18rem!important;
    line-height: .34rem!important;
    margin-top: .2rem;
}
.art-main .art-body table td p{
    
text-indent: 0em;
    
padding: 10px 3px;
    
margin-top: 0;
}
.art-main .art-body p a{
    
word-break: break-all;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
    height: auto;
    border: none!important;
}

.art-main .cont-tit p {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: .28rem;
    color: #666666;
    border-top: 1px solid #cbcbcb;
    padding-top: .3rem;
}

.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: .16rem;
    line-height: .28rem;
    margin: 0 .1rem;
    color: #9E9E9E;
}

.art-info {}

.pnext {
    margin-top: .35rem;
    padding-top: .25rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .28rem;
    color: #323232;
}

.pnext p+p {
    margin-top: .05rem
}

.pnext p a {
    color: #0B0B0B;
    font-size: .16rem;
}

.pnext p:hover {
    color: #A31D20;
}

.pnext p:hover a {
    color: #A31D20;
}



.szdw {
    margin-top: 8px;
}

.szdw ul {
    font-size: 0;
}

.szdw ul li {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 67px;
    font-size: 0;
    width: 49%;
    margin-left: 2%;
}

.szdw ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.szdw ul li .z {
    display: block;
}

.szdw ul li:hover .zi1 {
    border-bottom: 2px solid #084295;
    box-shadow: 10px 0 10px #eee;
}

.szdw .aaa {
    float: left;
    width: 180px;
}

.szdw .zi1 {
    overflow: hidden;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.szdw .pic {
    padding-top: 127%;
}

.szdw .zi1 h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.szdw .zi1 p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
    margin-bottom: 35px;
    /* border-bottom: 1px solid #ccc; */
}

.szdw .zi1 a {
    display: block;
}

.szdw .zi1 span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #1b4fa2;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}


.col-main {
    float: left;
    width: 75%;
    padding-top: 50px
}

.col-side {
    float: right;
    width: 23.34%;
    padding-top: 60px
}

.m-txt5 {
    overflow: hidden;
    padding: 10px 0 39px
}

.m-txt5 .pics {
    float: left;
    width: 262px;
    margin-right: 30px
}

.m-txt5 .pics .pic {
    padding-top: 134%;
}

.m-txt5 .pics img {
    display: block;
    width: 100%
}

.m-txt5 .txt {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    color: #333
}

.m-txt5 p {
    font-size: 16px;
}

.m-txt5 .m-tit3 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.m-tit3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.p-list2 {
    padding: 4px 0 12px
}

.p-list2 li {
    padding-bottom: 29px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.p-list2 .col-r, .p-list2 .date {
    float: right;
    font-size: 16px;
    color: #666
}

.p-list2 .date {
    margin-left: 40px
}

.p-list2 a {
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-list2 .col-r a:hover, .p-list2 a:hover, .p-list2 em {
    color: #204ba0
}

.p-list2 .col-r a {
    color: #666;
    margin-left: 30px
}

.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-first a {
}

.pages .p-last a {
}

.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
}


/* 师资列表 */
.szlb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.35rem;
}

.szlb ul li {
    width: 50%;
    margin-top: .65rem;
}

.szlb ul li:nth-child(-n+2) {
    margin-top: .4rem;
}

.szlb ul li a {
    display: block;
    margin: 0 .35rem;
    background: #FFFFFF;
    transition: all 0.5s;
    height: 100%;
    border-radius: 0px .4rem 0px 0px;
    position: relative;
}

.szlb ul li a::before {
    content: "";
    position: absolute;
    left: -0.07rem;
    top: 0;
    right: 50%;
    height: 1.55rem;
    border-radius: 0px 0.45rem 0px 0.4rem;
    opacity: 1;
    background: #0A58A6;
    opacity: 1;
    background: #0A58A6;
    z-index: 1;
}

.szlb ul li a h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.67rem;
    background: #F5F8FF;
    color: #0A58A6;
    padding: 0 .15rem 0 .42rem;
    position: relative;
    border-radius: 0px .4rem 0px 0px;
    z-index: 9;
    position: relative;
}

.szlb ul li a h3:before {
    content: "";
    position: absolute;
    left: .28rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: .23rem;
    background: #FFC062;
}

.szlb ul li a>div {
    border: 1px solid #CEDBE8;
    padding: .4rem .3rem;
    z-index: 9;
    position: relative;
    background: #fff;
}

.szlb ul li a>div dl {}

.szlb ul li a>div dl dt {
    display: flex;
    align-items: flex-start;
    margin-top: .3rem;
}

.szlb ul li a>div dl dt:nth-child(1) {
    margin-top: 0;
}

.szlb ul li a>div dl dt div {
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    margin-right: .2rem;
}

.szlb ul li a>div dl dt div img {
    display: block;
    max-height: .21rem;
    max-width: .25rem;
}

.szlb ul li a>div dl dt p {
    flex: 1;
    min-width: 0;
}

.szlb ul li a div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.szlb ul li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.szlb ul li a:hover h3 {
    color: #1d62ac;
}








.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: #1d62ac;

    margin-top: .15rem;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.leader ul li a .info div {
    border-top: 1px dashed #1d62ac;
    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: #1d62ac;
}

.leader ul li a .info div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-2px);
    width: 3px;
    height: 3px;
    background: #1d62ac;
}

.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: #1d62ac;
}

.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);
}



/*师资*/
.xrld_con .left_img{
    float: left;
    display: inline-block;
    max-width: 20%;
}
.xrld_con .left_img img{
    /* max-width: 20%!important; */
    display: inline-block;
    margin: 0 auto;
}

.xrld_con .right_txt{
    float: left;
    margin-left: .2rem;
}
.xrld_con .right_txt .tit{
}
.xrld_con .right_txt .sz_zc{}


.whcj {
    margin-top: .35rem;
}


.whcj-pic {
    display: flex;
    justify-content: center;
    background: #F5F8FC;
    padding: 1rem .2rem;
}

.whcj-pic img {
    max-width: 100%;
}


.whcj-text {
    margin-top: .3rem;
}

.whcj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333;
}

.whcj-box-flex {
    display: flex;
    align-items: flex-start;
}

.whcj-box-flex .whcj-pic {
    width: 4.59rem;
    margin-right: .6rem;
    margin-top: .3rem;
}

.whcj-box-flex .whcj-text {
    flex: 1;
    min-width: 0;
}

.whcj-down {}

.whcj-down a {
    display: block;
    background: #F5F8FC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    margin-top: 1.2rem;
    transition: all 0.5s;
}

.whcj-down img {
    height: 0.4rem;
    margin-right: .1rem;
}

.whcj-down p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    color: #333333;
}

.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: #1d62ac;
    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-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    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 {}

.xkgs-img2 ul li img {
    display: block;
    width: 100%;
}

.xkgs-text-end p {
    text-indent: 0;
}



/* 学术科研 */
.ssky ul li {
    display: flex;
    border-bottom: 0.03rem solid rgba(61, 119, 182, .2);
    padding-bottom: .6rem;
    padding-top: 0.6rem;
    margin-top: 1.1rem;
    padding-left: .4rem;
    padding-right: .4rem;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.ssky ul li:nth-child(1) {
    margin-top: 0.8rem;
}

.ssky ul li .pics {
    width: 3.05rem;
    margin-right: 1rem;
}

.ssky ul li .pics a {
    display: block;
}

.ssky ul li .pics a .pic {
    padding-top: 141%;
}


.ssky ul li .info {
    flex: 1;
    min-width: 0;
}

.ssky ul li .info a {
    display: block;
}

.ssky ul li .info a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.45rem;
    color: #00528e;
}

.ssky ul li .info a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.ssky ul li .info p {
    font-size: .18rem !important;
    line-height: .36rem;
    color: #333333;
    margin: .34rem 0 .18rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* height: 2.52rem; */
    text-indent: 2em;
}

.ssky ul li .info p span {
    font-size: .18rem !important;
    display: block;
}

.ssky ul li .info p+p>span {
    font-size: 0.18rem !important;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
}

.ssky ul li .info p+p a {
    color: #00528e;
    text-decoration: none !important;
    display: inline-block;
    text-indent: 0rem;
    word-break: break-all;
}

.ssky ul li:hover .info p+p>span {
    color: #fff;
    opacity: .8;
}

.ssky ul li:hover .info p+p a {
    color: #fff;
    opacity: .8;
}

.ssky ul li .info p+p a span {}

.ssky ul li .info p+p {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #333333;
    text-indent: 2em;
    margin: 0;
    height: auto;
}

.ssky ul li .info p+p+p {}

.ssky ul li .info div h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #333333;
    text-indent: 2em;
}

.ssky ul li .info div h5 span {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
}

.ssky ul li .info div h5 a {
    color: #00528e;
    text-decoration: underline;
}


.ssky ul li .info div b {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #94070A;

}

.pub-tit h3 {
    text-align: center;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: .5rem;
    color: #333333;
    margin-top: 1.5rem;
}


/* 图文列表 */
.list_pic ul li {
    display: flex;
    border-bottom: 0.03rem solid rgba(61, 119, 182, .2);
    padding-bottom: .6rem;
    padding-top: 0.6rem;
    margin-top: 1.1rem;
    padding-left: .4rem;
    padding-right: .4rem;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.list_pic ul li:nth-child(1) {
    margin-top: 0.8rem;
}
/* */
.list-txt .list_pic ul{
    margin-top: 30px;
}
.list-txt .list_pic ul li{
    margin-top: 0;
}
.list-txt .list_pic ul li .pics {
    
display: none;
}
.list-txt .list_pic ul li .info{
    
}
.list-txt .list_pic ul li .info a{
    
}
.list-txt .list_pic ul li .info p{
    margin: .34rem 0 .18rem 0;
    height: auto;
    text-indent: 0em;
}


/* */
.list_pic ul li .pics {
    width: 4.05rem;
    margin-right: .5rem;
}

.list_pic ul li .pics a {
    display: block;
}

.list_pic ul li .pics a .pic {
    padding-top: 70%;
}


.list_pic ul li .info {
    flex: 1;
    min-width: 0;
}

.list_pic ul li .info a {
    display: block;
}

.list_pic ul li .info a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #00528e;
}

.list_pic ul li .info a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.list_pic ul li .info p {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    margin: .34rem 0 .18rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 1.8rem;
    text-indent: 2em;
    overflow: hidden;
}

.list_pic ul li .info div h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #333333;
    text-indent: 2em;
    display: none;
}

.list_pic ul li .info div h5 span {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
}

.list_pic ul li .info div h5 a {
    color: #00528e;
    text-decoration: underline;
}


.list_pic ul li .info div b {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #94070A;

}

.pub-tit h3 {
    text-align: center;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: .5rem;
    color: #333333;
    margin-top: 1.5rem;
}

/* 国际交流 */
.gjjl {}

.gjjl-box {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.gjjl-t {
    width: 5.04rem;
    transition: all .6s;
}

.gjjl-tp {
    flex: 1;
    min-width: 0;
    display: flex;
    background-color: #f5f5f5;
    transition: all .6s;
}

.gjjl-tp .pics {
    width: 4.75rem;
    padding: .3rem 0 .2rem 0;
}

.gjjl-tp .pics a {
    display: block;
}

.gjjl-tp .pics a .pic {
    padding-top: 84%;
}

.gjjl-info {
    padding: .85rem .55rem;
    flex: 1;
    min-width: 0;
}

.gjjl-info .info {}

.gjjl-info .info a {
    display: block;
}

.gjjl-info .info a h3 {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #333333;
}

.gjjl-info .info a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.08rem;
    margin: .45rem 0 .55rem 0;
}

.gjjl-info .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gjjl-info .more a {
    display: block;
    padding-right: .52rem;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: #1d62ac;
    background: url(../images/icon-more-b.png) no-repeat;
    background-position: right center;
    background-size: .35rem auto;
    transition: all .6s;
}

.gjjl-box:nth-child(2n+1) .gjjl-tp {
    padding-left: .3rem;
    margin-right: .3rem;
}

.gjjl-box:nth-child(2n+1) .gjjl-t {
    background: url(../images/gjjl-itembg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.gjjl-box:nth-child(2n) {
    flex-direction: row-reverse;
}

.gjjl-box:nth-child(2n) .gjjl-tp {
    padding-right: .3rem;
    margin-left: .3rem;
    flex-direction: row-reverse;
}

.gjjl-t {
    background: url(../images/gjjl-itembg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.gjjl-t .gjjl-info .info a h3 {
    color: #fff;
}

.gjjl-t .gjjl-info .info a p {
    color: #fff;
}

.gjjl-t .gjjl-info .more a {
    color: #fff;
    background: url(../images/icon-more-w.png) no-repeat;
    background-position: right center;
    background-size: .35rem auto;
    font-weight: normal;
}

/* 校园文化 */
.xywh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}

.xywh ul li {
    width: 39.5%;
    margin: 0 .4rem;
    margin-top: 1.1rem;
}

.xywh ul li a {
    display: block;
    position: relative;
}

.xywh ul li a .pic {
    padding-top: 65%;
}

.xywh ul li a p {
    position: absolute;
    right: -.5rem;
    bottom: 0.36rem;
    background: #f4f4f4;
    z-index: 9;
    min-width: 65%;
    line-height: .63rem;
    padding-right: .7rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #333333;
    text-align: right;
    padding-left: .1rem;
    transition: all .5s;

}

.xywh ul li a p::before {
    content: "";
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    bottom: 0;
    width: 0.1rem;
    background: #f4f4f4;
    transform-origin: right bottom;
    transform: skewX(-8deg);
    transition: all .5s;
}

.xywh ul li a:hover p {
    background: #1d62ac;
    color: #fff;
}

.xywh ul li a:hover p::before {
    background: #1d62ac;
}


/* 招生就业 */

.zsjy-box {
    margin-top: 1rem;
}

.zsjy-tit {
    display: flex;
}

.zsjy-tit h3 {
    min-width: 3.65rem;
    background: #1d62ac url(../images/zsjy-tit-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    padding: .1rem .1rem .1rem .36rem;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
}

.zsjy-cont {
    margin-top: .55rem;
}

.zsjy-cont p {
    margin-top: .36rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}

.zsjy-cont p:nth-child(1) {
    margin-top: 0;
}

.zsjy-cont p b {
    color: #00528e;
    font-weight: 600;
}
.zsjy-cont p strong {
    color: #00528e;
    font-weight: 600;
}

.zsjy-cont p a {
    color: #00528e;
    text-decoration: underline;
}

/* 学院与学部 */

#xyxb {
    background: url(../images/xyxb-midbg.png) no-repeat;
    background-position: center 6rem;
    background-size: 100% auto;
}

.xyxb-c {
    background: #ffffff url(../images/ny-loginbg.png) no-repeat;
    background-position: right bottom;
    background-size: 4.1rem auto;
    box-shadow: 0rem 0rem 0.26rem 0rem rgba(59, 77, 112, 0.16);
    border-top: 0.04rem solid #1d62ac;
    margin-top: 1rem;
}

.xyxb-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
    padding: .5rem .7rem 2.25rem .7rem;
}

.xyxb-c ul li {
    width: 33.33%;
    margin-top: .6rem;
    position:relative;
    z-index: 1;
}
.xyxb-c ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s11-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all .6s;
    z-index: -1;
}
.xyxb-c ul li:hover::before {
    opacity: 1;
}

.xyxb-c ul li a {
    display: flex;
    align-items: center;
    margin: 0 .15rem;
    /* background-color: #ffffff; */
    border: solid 0.02rem #d9dfeb;
    padding: .15rem .32rem;
    transition: all .6s;
}

.xyxb-c ul li a .icons {
    width: 0.7rem;
    margin-right: .2rem;
    position:relative;
}

.xyxb-c ul li a .icons img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}
.xyxb-c ul li a .icons img:nth-child(2){
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    
}
.xyxb-c ul li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0.04rem;
    color: #333333;
    transition: all .6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;

}

.xyxb-c ul li:hover a {
    box-shadow: 0.01rem 0.01rem 0.16rem 0rem rgba(0, 0, 0, 0.14);
}

.xyxb-c ul li:hover::before {
    opacity: 1;
}
.xyxb-c ul li a:hover p {
    color: #333333;
}

.xyxb-c ul li:hover a .icons img {
    opacity: 0;
}

.xyxb-c ul li:hover a .icons img:nth-child(2) {
    opacity: 1;
}






.xylife {
    margin-top: 1.68rem;
}

.xylife ul {
    display: flex;
    margin: 0 -.03rem;
}

.xylife ul li {
    padding: 0 .03rem;
}

.xylife ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.xylife ul li a .info {
    width: 2.12rem;
    height: 5.44rem;
    padding: .7rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xylife ul li a .info div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xylife ul li a .info div h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.38rem;
    font-weight: 600;
    line-height: .4rem;
    letter-spacing: 0.04rem;
    color: #ffffff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.xylife ul li a .info div p {
    width: 0.39rem;
    height: 1.05rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.39rem;
    color: #ffffff;
    position: relative;
    text-align: center;
    align-items: center;
    border: solid 1px #dddddd;
}

.xylife ul li a .info div p::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    background: #dddddd;
    width: 1px;
    height: 0.35rem;
    margin-bottom: -.1rem;
}


.xylife ul li a .pics {
    position: absolute;
    left: 2.12rem;
    top: 0;
    right: 0;
    bottom: 0;
}

.xylife ul li a .pics .pic {
    padding-top: 5.44rem;
}

.xylife ul li:nth-child(1) a .info {
    background: url(../images/xylife-itembg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.xylife ul li:nth-child(1) a .info div p {
    background-color: #3d77b6;
    border-color: transparent;
}

.xylife ul li:nth-child(2) a .info {
    background: url(../images/xylife-itembg2.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.xylife ul li:nth-child(3) a .info {
    background: url(../images/xylife-itembg3.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* 天大概况-天大品格 */
.dtpg1 {
    position: relative;
    margin-top: .4rem;
}

.dtpg-xt {
    width: 86%;
}

.dtpg-xt img {
    display: block;
    width: 100%;
}

.dtpg-xx {
    position: absolute;
    right: 4.7%;
    top: 50%;
    width: 36.45%;
    transform: translateY(-40%);
}

.dtpg-xx img {
    display: block;
    width: 100%;
}

.dtpg2 {}

.dtpg2 p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    text-indent: 2em;
    text-align: justify;
}

.dtpg2 p b {
    color: #00528e;
    font-weight: 600;
}
.dtpg2 p strong {
    color: #00528e;
    font-weight: 600;
}

/* 天大概况-天大标识  */
.tdbs {
    margin-top: .95rem;
}

.tdbs-box h2 {
    font-size: 0.32rem!important;
    font-weight: 600;
    line-height: 0.4rem;
    color: #00528e;
    text-align: center;
    margin-bottom: .2rem;
}

.tdbs-box h5 {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    text-align: center;
    margin-top: .18rem;
}

.tdbs-box h3 {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #00528e;
    text-align: center;
    margin-top: .65rem;
    margin-bottom: .35rem;
}

.tdbs-box h4 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    text-align: right;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.tdbs-box div p {
    font-size: 0.18rem!important;
    font-weight: normal;
    line-height: 0.36rem!important;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}
.tdbs-box div span {
    font-size: 0.18rem!important;
    font-weight: normal;
    line-height: 0.36rem!important;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}
.tdbs-box div p img{
    
border: none!important;
    
margin: 5px auto;
    
max-width: 100%;
    
height: auto!important;
}
.tdbs-box div p strong {
    color: #00528e;

}
.tdbs-box div p b {
    color: #00528e;

}

.tdbs-box div p a {
    color: #00528e;
}
.tdbs-box div span a span{
    color: #00528e;
}


.tdbs-img1 img {
    display: block;
    margin: 0 auto;
    width: 8rem;
    max-width: 100%;
    border: none!important;
}
.tdbs-box img {
    border: none!important;
}

.tdbs-img2 img {
    display: block;
    margin: 0 auto;
    width: 4rem;
    max-width: 100%;
}

.tdbs-img3 img {
    display: block;
    margin: 0 auto;
    width: 5.7rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    max-width: 100%;
}

/* 天大概况-历届掌校人 */

.ljzxr ul {
    margin-top: .4rem;
}

.ljzxr ul li a {
    display: flex;
    padding: .6rem 0;
    border-top: 1px solid #dadada;
}

.ljzxr ul li:nth-child(1) a {
    border: none;
}

.ljzxr ul li a .pics {
    width: 2.32rem;
    margin-right: 0;
    margin-right: .48rem;
}

.ljzxr ul li a .pics .pic {
    padding-top: 138%;
}

.ljzxr ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .15rem;
}

.ljzxr ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #00528e;
    position: relative;
    padding-bottom: .25rem;
}

.ljzxr ul li a .info h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.28rem;
    height: 0.05rem;
    background-color: #01578b;
}

.ljzxr ul li a .info div {
    margin-top: .2rem;
}

.ljzxr ul li a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #626262;
    text-indent: 2em;
}

.ljzxr ul li a .info div p b {
    font-weight: 600;
}


/* 天大概况 - 发展目标 */
.fzmb-img {
    margin-top: 1rem;
}

.fzmb-img img {
    display: block;
    width: 100%;
}

.fzmb-text {
    margin-top: .9rem;
}

.fzmb-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

.fzmb-text p b {
    color: #00528e;

}
.fzmb-text p strong {
    color: #00528e;

}

/*  天大概况 - 统计数据 */

.tjsj ul {
    margin-top: 1rem;
}

.tjsj ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: .27rem 0;
}

.tjsj ul li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .2rem;
}

.tjsj ul li div h3 {
    flex: 1;
    min-width: 0;
    border-left: 2px solid #1d62ac;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #1d62ac;
    padding-left: .35rem;
}

.tjsj ul li div h4 {
    width: 2.75rem;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #626262;
}

.tjsj ul li dl {
    padding-top: .2rem;
}

.tjsj ul li dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tjsj ul li dl dd p {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #333333;
    padding-left: .55rem;
}

.tjsj ul li dl dd span {
    width: 2.75rem;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #777777;
}


/* 天大概况-机构设置 */

.jgsz ul li {
    margin-top: 1.13rem;
}

.jgsz ul li a {
    display: flex;
    align-items: center;
}

.jgsz ul li a .pics {
    width: 7.08rem;
}

.jgsz ul li a .pics .pic {
    padding-top: 55%;
}

.jgsz ul li a .info {
    flex: 1;
    min-width: 0;
    margin-left: -1rem;
    padding: .55rem .2rem .4rem .9rem;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    transition: all .6s;
}

.jgsz ul li a .info h3 {
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.jgsz ul li a .info p {
    transition: all .6s;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
    margin-top: .2rem;
}

.jgsz ul li a .info .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .22rem;
    transition: all .6s;
}

.jgsz ul li a .info .more b {
    display: block;
    padding-right: .4rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #1d62ac;
    background: url(../images/icon-more-b.png) no-repeat;
    background-position: right center;
    background-size: .27rem auto;
    transition: all .6s;
}


/* 天大概况-机构设置详情 */
.jgszxq ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid #1d62ac;
    padding-left: .45rem;
    margin-top: 1rem;
}

.jgszxq ul li {
    display: flex;
    width: 50%;
    padding: .2rem .1rem .2rem 0;
    align-items: flex-start;
}

.jgszxq ul li:nth-child(3)~li {
    /* margin-top: .27rem; */
}

.jgszxq ul li a {
    max-width: 100%;
    padding-right: .3rem;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .72rem;
    /* background: url(../images/jgsz-iconrt-b.png) no-repeat; */
    /* background-position: right center; */
    /* background-size: .1rem auto; */
}
.jgszxq ul li a:after{
    content:"";
    display:inline-block;
    background: url(../images/jgsz-iconrt-b.png) no-repeat;
    background-position: right center;
    background-size: .1rem auto;
    width: .1rem;
    height: .1rem;
    margin-left: .05rem;
}
/* 天大概况-历史沿革 */
.lsyg ul {
    position: relative;
    margin-top: 2.1rem;
    mask: linear-gradient(0deg, transparent, #fff 50%);
    -webkit-mask: linear-gradient(0deg, transparent, #fff 20%);
}

.lsyg ul::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #d8d8d8;
}

.lsyg ul li {
    width: 50%;
}

.lsyg ul li:nth-child(10)~li {
    display: none;
}

.lsyg ul.on li:nth-child(10)~li {
    display: block;
}

.lsyg ul li a {
    display: flex;
    justify-content: space-between;
    height: 1.7rem;
    position: relative;
    z-index: 2;
}

.lsyg ul li a::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #d8d8d8;
    z-index: -2;
    top: 50%;
}

.lsyg ul li a::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #00528e;
    z-index: -1;
    transition: all .5s;
    top: 50%;
    width: 0;
}

.lsyg ul li a .lsyg-logo {
    width: 1.43rem;
    height: 1.43rem;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lsyg ul li a .lsyg-logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/lsyg-yearbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.6s;
}

.lsyg ul li a .lsyg-logo div {
    width: 1.07rem;
    height: 1.07rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fffefc;
    box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 79, 135, 0.15);
    transition: all 0.6s;
}

.lsyg ul li a .lsyg-logo div img {
    height: 0.6rem;
}

.lsyg ul li a .lsyg-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(123, 123, 123, 0.25);
}

.lsyg ul li a .lsyg-info .pics img {
    display: block;
    width: 100%;
}

.lsyg ul li a .lsyg-info p {
    text-align: center;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: .25rem;
    color: #333333;
    padding: .1rem .2rem;
    background: #fffefc;
    border-top: 1px solid #f7f6f6;
}

.lsyg ul li a h3 {
    position: absolute;
    bottom: 50%;
    text-align: center;
    font-size: 0.32rem;
    line-height: .5rem;
    font-weight: normal;
    color: #333333;
    font-style: normal;
}

.lsyg ul li:nth-child(2n+1) {
    margin-left: 50%;
}

.lsyg ul li:nth-child(2n+1) .lsyg-logo {
    transform: translateX(-50%);
}

.lsyg ul li:nth-child(2n+1) .lsyg-info {
    right: 0;
}

.lsyg ul li:nth-child(2n) a {
    justify-content: flex-end;
}

.lsyg ul li:nth-child(2n) .lsyg-logo {
    transform: translateX(50%);
}

.lsyg ul li:nth-child(2n) .lsyg-info {
    left: 0;
}

.lsyg ul li:nth-child(2n+1) a h3 {
    left: 0.72rem;
    right: 2.25rem;
}

.lsyg ul li:nth-child(2n) a h3 {
    right: 0.72rem;
    left: 2.25rem;
}

.lsyg ul li:nth-child(2n+1) a::before {
    left: 0;
    right: 2.4rem;
}

.lsyg ul li:nth-child(2n+1) a::after {
    left: 0;
}

.lsyg ul li:nth-child(2n) a::before {
    right: 0;
    left: 2.4rem;
}

.lsyg ul li:nth-child(2n) a::after {
    right: 0;
}

.lsyg-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
    cursor: pointer;
}

.lsyg-menu b {
    width: 0.2rem;
    height: 0.12rem;
    background-color: #00528e;
    background: url(../images/icon-left.png) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    transition: all .5s;
}


.lsyg-menu div p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #00528e;
    margin-top: .1rem;
}

.lsyg-menu div p:nth-child(2) {
    display: none;
}

.lsyg ul.on {
    mask: none;
    -webkit-mask: none;
}

.lsyg-menu.on b {
    transform: rotateZ(180deg);
}

.lsyg-menu.on div p {
    display: none;
}

.lsyg-menu.on div p:nth-child(2) {
    display: block;
}

/* 天大概况- 天大校区 */

.tdxq {
    margin-top: .95rem;
}

.tdxq-box h3 {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #00528e;
    text-align: center;
    margin-top: .65rem;
    margin-bottom: .35rem;
}

.tdxq-box h4 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    text-align: right;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.tdxq-box div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}

.tdxq-box div p+p {
    margin-top: .36rem;
}

.tdxq-box div p b {
    color: #00528e;

}
.tdxq-box div p strong {
    color: #00528e;

}

.tdxq-box div p a {
    color: #00528e;
}
.tdxq-box div span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}

.tdxq-box div span+br+span {
    margin-top: .36rem;
}

.tdxq-box div span b {
    color: #00528e;

}

.tdxq-box div span a {
    color: #00528e;
}
.tdxq-box div span a span{
    color: #00528e;
}


.tdxq-img1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: .5rem;
}

.tdxq-img2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: .5rem;
}

.tdxq-img3 {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}

.tdxq-img3 img {
    display: block;
    margin: 0 auto;
    width: 48%;
    max-width: 100%;
}


.fj {
    margin-top: 0.45rem;
}

.tdxq-box.fj p {
    margin-top: 0;
}

#xrld {
    background: url(../images/xrld-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

/* 天大概况 - 现任领导 */
.xrld ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.xrld ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(204, 204, 204, .6);
    padding: .5rem 0 .2rem 0;
}


.xrld ul li:nth-child(-n+6) {
    /* width: 45%; */
}

.xrld ul li h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #036ec6;
    min-width: 3.1rem;
    padding-right: 0.55rem;
}

.xrld ul li div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.xrld ul li div a {
    width: 12.5%;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #626262;
    margin-bottom: .3rem;
}

.xrld ul li:nth-child(-n+6) div a {
    width: 33.33%;
}

/* 教育教学 */
.jyjx-hd {
    margin-top: 1rem;
}

.jyjx-hd ul {
    display: flex;
}

.jyjx-hd ul li {
    width: 25%;
}

.jyjx-hd ul li a {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.7rem;
    color: #333333;
    transition: all .5s;
    border-bottom: 1px solid #e7e7e7;
}

.jyjx-hd ul li.on a {
    background-color: #1d62ac;
    border-bottom: 1px solid transparent;
    color: #fff;
}

.jyjx-bd {
    position: relative;
    overflow: hidden;
    min-height: 3rem;
}

/* .jyjx-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
} 

.jyjx-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}*/

.gjyq {
    padding-top: .3rem;
    display: flex;
    flex-wrap: wrap;
}

.gjyq li {
    background-color: rgba(29, 98, 172, .05);
    padding: 0 0 0 1rem;
    margin-top: .5rem;
    width: 33.33%;
}

.gjyq li a {
    display: block;
    padding-left: .2rem;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .59rem;
    color: #333333;
    background: url(../images/icon-right-g.png) no-repeat;
    background-position: left center;
    background-size: .09rem auto;
}

/* 两院院士 */
.lyys ul {}

.lyys ul li {
    margin-top: 1.2rem;
}

.lyys ul li a {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.sz-new .lyys ul li a {
    display: flex;
    /* align-items: center; */
    position: relative;
    z-index: 1;
}

.lyys ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    right: 0;
    bottom: 0;
    background-color: #f4f4f4;
    transition: all .5s;
    z-index: -1;
}

.lyys ul li a .pics {
    width: 3.6rem;
    margin-right: .7rem;
}

.lyys ul li a .pics .pic {
    padding-top: 143%;
}

.lyys ul li a .info {
    flex: 1;
    min-width: 0;
    padding: 0 .6rem .55rem 0;
}

.lyys ul li a .info h3 {
    font-size: 0.28rem;
    font-weight: 600;
    line-height: .3rem;
    color: #1d62ac;
    display: flex;
    margin-bottom: .2rem;
}

.lyys ul li a .info h3 span {
    display: block;
    padding-bottom: .15rem;
    border-bottom: 1px solid #d8b288;
}

.lyys ul li a .info h4 {
    font-size: 0.2rem;
    font-weight: normal;
    color: #333333;
    line-height: .3rem;
    margin: .25rem 0 .18rem 0;
}

.lyys ul li a .info p {
    font-size: 0.18rem !important;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    color: #333333;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    height: 2.1rem;
    text-align: justify;
}

.lyys ul li a .info p>span {
    font-size: 0.18rem !important;
    display: block;
    /* padding-right: 0.5em; */ /* 为省略号留出空间 */
    letter-spacing: 0.01em; /* 微调字符间距 */
}

/* 天大概况-学校简介 */

.xxjj {
    margin-top: .5rem;
}

.pubtext {
    margin-top: .4rem;
}

.pubtext p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
}

.pubtext p+p {
    margin-top: .36rem;
}

.pubtext p b {
    color: #00528e;
    font-weight: 600;
}

.pubtext p strong {
    color: #00528e;
    font-weight: 600;
}


.pubtext h4 {
    font-size: 0.16rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #9a9a9a;
    text-align: right;
    margin-top: .5rem;
}

.xxjj-ls {
    border-left: 1px solid #00528e;
    padding-left: .58rem;
    margin-top: .55rem;
}

.xxjj-ls ul li {
    display: flex;
}

.xxjj-ls ul li+li {
    margin-top: .12rem;
}

.xxjj-ls ul li strong {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #00528e;
}

.xxjj-ls ul li b {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #00528e;
}

.xxjj-ls ul li p {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
}

.xxjjvideo {
    display: flex;
    align-items: flex-start;
    margin-top: .5rem;
}

.xxjjvideo .pubtext {
    flex: 1;
    min-width: 0;
    margin-top: 0;
}

.xxjjvideo a {
    display: block;
    margin-left: .35rem;
    position: relative;
}

.xxjjvideo a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/xxjjvideo-play.png) no-repeat;
    background-position: center center;
    background-size: 1.03rem;
}

.xxjjvideo a img {
    display: block;
    width: 4.34rem;
}

.xxjj-data {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-top: .55rem;
}

.xxjj-data ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xxjj-data ul li {
    width: 28%;
    position: relative;
}

.xxjj-data ul li+li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -.25rem;
    transform: translateY(-50%);
    width: 1px;
    background: #dadada;
    height: 0.56rem;
}

.xxjj-data ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .35rem 0;
}

.xxjj-data ul li a .info div {
    display: flex;
    align-self: flex-start;
}

.xxjj-data ul li a .info div b {
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    color: #626262;
}

.xxjj-data ul li a .info div span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #a7a7a7;
}

.xxjj-data ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #a7a7a7;
}

.xxjj-data ul li a .icons {}

.xxjj-data ul li a .icons img {
    min-height: .43rem;
}

.xxjj-bginfo {
    background: url(../images/xxjj-bginfobg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .9rem 1rem;
    margin-top: .5rem;
}

.xxjj-bginfo .pubtext {
    margin-top: 0;
}

.xxjj-bginfo .pubtext p {
    color: #fff;
}

.xxjj-bginfo .pubtext p b {
    color: #fff;
}

.xxjj-bginfo .pubtext p strong {
    color: #fff;
}

#xxjj .nymain .leftNav {
    margin-top: 0;
}

.xxjj-t {
    position: relative;
    margin-top: 1rem;
}

.xxjj-t img {
    display: block;
    width: 100%;
}

.xxjj-t p {
    position: absolute;
    left: 0;
    bottom: 0.67rem;
    width: 2.58rem;
    height: 1.07rem;
    background-color: #ffffff;
    padding-left: .37rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.xxjj-t p span {
    display: block;
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #00528e;
    border-left: 1px solid #00528e;
    padding-left: .2rem;
}

/* 教育教学综合页 */
.jyjx-tit h3 {
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    color: #333333;
}

.jyjx1 {
    position: relative;
    z-index: 1;
    padding-top: 1.5rem;
}

.jyjx1::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.48rem;
    right: 0;
    bottom: 0.4rem;
    background: #f4f4f4;
    z-index: -1;
}

.jyjx1-c {
    display: flex;
    align-items: flex-end;
}

.jyjx1-c .jyjx-tit {
    position: absolute;
    left: 0;
    top: 0;
}

.jyjx1-c .jyjx-tit h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.jyjx1-l {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.jyjx1-l::before {
    content: "";
    position: absolute;
    left: -0.8rem;
    bottom: 0;
    width: 6.07rem;
    height: 6.15rem;
    z-index: -1;
    background: url(../images/jyjx1-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.jyjx1-l ul {
    margin-right: -50%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .4rem;
}

.jyjx1-l ul li {
    width: 33.33%;
    transition: all .6s;
    position: relative;
    z-index: 1;
}

.jyjx1-l ul li:nth-child(1) {
    margin-left: 33.33%;
    margin-right: 33.33%;
    background: #22619a;
}

.jyjx1-l ul li:nth-child(2) {
    background: #d8b288;
}

.jyjx1-l ul li:nth-child(3) {
    background: #adadad;
}

.jyjx1-l ul li:nth-child(4) {
    background: #5e8ad5;
}

.jyjx1-l ul li:hover {
    z-index: 9;
    box-shadow: 0.03rem 0.03rem 0.18rem 0rem rgba(0, 0, 0, 0.27);
}

.jyjx1-l ul li a {
    display: flex;
    flex-direction: column;
    height: 2.1rem;
    justify-content: center;
    align-items: center;
}

.jyjx1-l ul li a .icon {
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jyjx1-l ul li a .icon img {
    min-height: .64rem;
    max-height: 100%;
}

.jyjx1-l ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: .1rem;
}

.jyjx1-r {
    width: 9.2rem;
}

.jyjx1-r img {
    display: block;
    width: 100%;
}

.jyjx2-c {
    margin-top: 1.15rem;
}

.jyjx2-c ul {
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
}

.jyjx2-c ul li {
    width: 25%;
    position: relative;
}

.jyjx2-c ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.77rem;
    background-color: #fdbe00;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.jyjx2-c ul li:nth-child(1):before {
    display: none;
}

.jyjx2-c ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.58rem;
    height: 1.99rem;
    border: solid 0.01rem transparent;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.jyjx2-c ul li a::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    background: url(../images/jyjx1-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all .6s;
}

.jyjx2-c ul li a .icons {
    position: relative;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jyjx2-c ul li a .icons img {
    min-height: .92rem;
    max-height: 100%;
    transition: all .6s;
}

.jyjx2-c ul li a .icons img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.jyjx2-c ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    margin-top: .1rem;
}

.jyjx3 {
    position: relative;
    z-index: 2;
    padding-top: 1rem;
    margin-top: 1.42rem;
    display: none;
}

.jyjx3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1.2rem;
    background: url(../images/jyjx3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.jyjx3 .jyjx-tit h3 {
    color: #fff;
}

.jyjx3-c {
    background-color: #1d62ac;
    padding: .75rem 1rem .85rem 1rem;
    margin-top: .7rem;
}

.jyjx3-c ul {
    display: flex;
    flex-wrap: wrap;
}

.jyjx3-c ul li {
    width: 20%;
    padding: .16rem 0;
}

.jyjx3-c ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    font-family: '微软雅黑';
    padding-left: .25rem;
    background: url(../images/jyjx3-bef.png) no-repeat;
    background-position: left .07rem;
    background-size: auto .16rem;
}

.jyjx4 {
    position: relative;
    z-index: 1;
    padding-bottom: 1.95rem;
    padding-top: 1.95rem;
    display: none;
}

.jyjx4::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.2rem;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background: url(../images/jyjx4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.jyjx4-c {
    display: flex;
    align-items: flex-start;
}

.jyjx4-l {
    width: 8.08rem;
    background-color: #ffffff;
    padding: .85rem 1.25rem 0.95rem 0.97rem;
    position: relative;
    z-index: 2;
}

.jyjx4-l p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #333333;
    margin-top: .5rem;
}

.jyjx4-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jyjx4-l ul li {
    width: 48%;
    margin-top: .37rem;
}

.jyjx4-l ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #333333;
    position: relative;
    padding-left: .3rem;
    transition: all .6s;
    padding: .15rem .3rem;
    background-color: #f4f4f4;
}

.jyjx4-l ul li a::after {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.1rem;
    background: url(../images/icon-more-b.png) no-repeat;
    background-position: center center;
    background-size: .35rem auto;
    transition: all .6s;
}

.jyjx4-l ul li a:hover {
    background-color: #1d62ac;
    color: #fff;
}

.jyjx4-l ul li a:hover::after {
    background: url(../images/icon-more-w.png) no-repeat;
    background-position: center center;
    background-size: .35rem auto;
}

.jyjx4-r {
    flex: 1;
    min-width: 0;
    margin-left: -1.53rem;
    margin-top: .37rem;
}

.jyjx4-r img {
    display: block;
    width: 100%;
}

/* 招生就业综合页 */
.zsjyzhy {
    padding-top: 2rem;
    overflow: hidden;
}

.zsjyy1-c ul {
    display: flex;
    margin: 0 -.05rem;
}

.zsjyy1-c ul li {
    width: 16.666%;
}

.zsjyy1-c ul li a {
    display: block;
    margin: 0 .05rem;
    height: 0.99rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #00528e;
    background-color: #fbfbfb;
    box-shadow: 0.01rem 0.01rem 0.16rem 0rem rgba(0, 0, 0, 0.11);
    border-left: 2px solid transparent;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.zsjyy1-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/zsjyy1-itembg.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    transition: all .6s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.zsjyy-tit h3 {
    text-align: center;
    font-size: 0.42rem;
    font-weight: normal;
    line-height: 0.44rem;
    color: #333333;
}

.zsjyy2 {
    padding-top: 1.4rem;
    position: relative;
    z-index: 1;
}

.zsjyy2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15.3rem;
    height: 12.61rem;
    background: url(../images/zsjyy2-bg.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.zsjyy2-c {
    display: flex;
    position: relative;
    z-index: 1;
    margin-top: 1.2rem;
}

.zsjyy2-c::before {
    content: "";
    position: absolute;
    right: 60%;
    left: -2rem;
    top: -0.6rem;
    bottom: -0.6rem;
    background: url(../images/zsjyy2-lbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.zsjyy2-l {
    flex: 1;
    min-width: 0;
}

.zsjyy2-r {
    width: 7.02rem;
    margin-left: .2rem;
}

.zsjyy2-r img {
    display: block;
    width: 100%;
}

.zsjyy2-lt ul {
    display: flex;
    flex-wrap: wrap;
}

.zsjyy2-lt ul li {
    width: 50%;
    transition: all .6s;
    position: relative;
    z-index: 1;
}

.zsjyy2-lt ul li:nth-child(1) {
    background: #d8b288;
}

.zsjyy2-lt ul li:nth-child(2) {
    background: #5e8ad5;
}

.zsjyy2-lt ul li:hover {
    z-index: 9;
    box-shadow: 0.03rem 0.03rem 0.18rem 0rem rgba(0, 0, 0, 0.27);
}

.zsjyy2-lt ul li a {
    display: flex;
    flex-direction: column;
    height: 2.35rem;
    justify-content: center;
    align-items: center;
}

.zsjyy2-lt ul li a .icon {
    height: 0.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsjyy2-lt ul li a .icon img {
    min-height: .64rem;
    max-height: 100%;
}

.zsjyy2-lt ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: .1rem;
}



.zsjyy2-lb ul {
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.zsjyy2-lb ul li {
    width: 33.333%;
    position: relative;
}

.zsjyy2-lb ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2.3rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.zsjyy2-lb ul li a .icons {
    position: relative;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsjyy2-lb ul li a .icons img {
    max-height: 100%;
    transition: all .6s;
}

.zsjyy2-lb ul li a .icons img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.zsjyy2-lb ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    margin-top: .1rem;
}

.zsjyy3 {
    margin-top: 1.82rem;
}

.zsjyy3-c {
    display: flex;
    position: relative;
    z-index: 1;
    padding: .89rem 0 0 .72rem;
    margin-top: .6rem;
}

.zsjyy3-c::before {
    content: "";
    position: absolute;
    left: 0;
    right: -2rem;
    top: 0;
    bottom: 0.58rem;
    background-color: #f4f4f4;
    z-index: -1;
    pointer-events: none;
}


.zsjyy3-l {
    width: 8.1rem;
}

.zsjyy3-l img {
    display: block;
    width: 100%;
}

.zsjyy3-r {
    flex: 1;
    min-width: 0;
}

.zsjyy3-r ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.zsjyy3-r ul li {
    width: 33.333%;
    position: relative;
}

.zsjyy3-r ul li:nth-child(2) {
    margin-right: 33.33%;
}

.zsjyy3-r ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.zsjyy3-r ul li a .icons {
    position: relative;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsjyy3-r ul li a .icons img {
    max-height: 100%;
    transition: all .6s;
}

.zsjyy3-r ul li a .icons img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.zsjyy3-r ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    margin-top: .1rem;
}

.zsjyy4 {
    position: relative;
    z-index: 1;
    padding-top: 3.45rem;
    margin-top: 1.4rem;
}

.zsjyy4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0.49rem;
    background: url(../images/zsjyy4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.zsjyy4 .zsjyy-tit h3 {
    color: #fff;
}

.zsjyy4-c {
    background: url(../images/zsjyy4-cbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: .6rem;
}


.zsjyy4-c ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.zsjyy4-c ul li {
    position: relative;
}


.zsjyy4-c ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 1.52rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.zsjyy4-c ul li a .icons {
    position: relative;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsjyy4-c ul li a .icons img {
    max-height: 100%;
    transition: all .6s;
}

.zsjyy4-c ul li a .icons img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.zsjyy4-c ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #fff;
    margin-top: .1rem;
}

.zsjyy5 {
    position: relative;
    z-index: 0;
    padding: .85rem 0 1.5rem 0;
}

.zsjyy5::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.5rem;
    right: 0;
    bottom: 0;
    background: url(../images/zsjyy5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.zsjyy5-c h4 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
    text-align: center;
    width: 11.15rem;
    margin: 0 auto;
    max-width: 100%;
    margin-top: .36rem;
}

.zsjyy5-c ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: .7rem;
}

.zsjyy5-c ul li {
    position: relative;
    margin: 0 .38rem;
}


.zsjyy5-c ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.52rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all .6s;
    height: 2.86rem;
    background-color: #ffffff;
    box-shadow: 0.01rem 0.01rem 0.16rem 0rem rgba(0, 0, 0, 0.3);
    width: 3.95rem;
    border-bottom: 0.06rem solid #fdbe00;
}

.zsjyy5-c ul li a .icons {
    position: relative;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsjyy5-c ul li a .icons img {
    max-height: 100%;
    transition: all .6s;
}

.zsjyy5-c ul li a .icons img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.zsjyy5-c ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    margin-top: .15rem;
}

.zsjyy6 {
    background: url(../images/zsjyy6-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .65rem 0;
}

.zsjyy6 .zsjyy-tit {
    position: relative;
}

.zsjyy6 .zsjyy-tit h3 {
    color: #fff;
}



.zsjyy6 .zsjyy-tit .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.zsjyy6 .zsjyy-tit .more a {
    display: block;
    width: 1.05rem;
    height: 0.4rem;
    border: solid 0.01rem #1d62ac;
    position: relative;
    text-align: center;
    line-height: .38rem;
    color: #fff;
    border-color: #fff;
}

.zsjyy6 .zsjyy-tit .more a:before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: -.08rem;
    width: 0.34rem;
    top: 50%;
    height: 1px;
    background-color: #1d62ac;
    transition: all .6s;
}

.zsjyy6 .zsjyy-tit .more a::before {
    background: #fff;
}

.zsjyy6 .zsjyy-tit .more a:hover {
    background: #fff;
    color: #00528e;
}

.zsjyy6-c {
    margin-top: .6rem;
}

#certify {
    position: relative;
}

#certify .swiper-slide {
    width: 6.44rem;
    transition: all 0.5s;
}

#certify .swiper-slide a {
    display: block;
}

#certify .swiper-slide a .pics {
    position: relative;
    overflow: hidden;
    background: #000;
}

#certify .swiper-slide a .pics .pic {
    padding-top: 71%;
    transition: all 0.5s;
}

#certify .swiper-slide a .pics .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1.38rem;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    opacity: 0.6;
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
    /* opacity: .4; */
}

#certify .swiper-slide a .pics .s5-item-tit {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .15rem;
    z-index: 99;
}

#certify .swiper-slide a .pics .s5-item-tit p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    padding: 0 .2rem;
    width: 100%;
    text-align: center;
}

#certify .swiper-slide a .info {
    background: #fff;
    background-color: #ffffff;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    opacity: 0;
    transition: all 0.5s;
    padding: .25rem .3rem;
}

#certify .swiper-slide a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #222222;
    padding-right: .5rem;
    background: url(../images/icon-play.png) no-repeat;
    background-position: right center;
    background-size: auto .35rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

#certify .swiper-slide.swiper-slide-active a .info {
    opacity: 1;
}


#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .s5-item-tit {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a:hover .info h3 {
    color: #03419e;
}

#certify .swiper-slide a .pics .pic {
    z-index: 1;
    opacity: .5;
}

#certify .swiper-slide.on {
    transition: 0.5s;
}

#certify .swiper-slide-active a .pics .pic {
    z-index: 10;
    opacity: 1;
}

#certify .swiper-slide-active+.swiper-slide a .pics .pic {
    z-index: 3;
}

#certify .swiper-slide-active+.swiper-slide+.swiper-slide a .pics .pic {
    z-index: 2;
}

.s6-dots {
    display: flex;
    margin: .55rem auto 0 auto;
    justify-content: center;
}

.s6-dots span {
    display: block;
    width: 1.41rem;
    border-top: 2px solid rgba(255, 255, 255, .4);
    position: relative;
    height: auto;
    border-radius: 0;
    margin: 0 .06rem;
    background: none;
    opacity: 1;
}

.s6-dots span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 2px;
    background: #fdbe00;
    transition: all 0.5s;
    width: 0;
}

.s6-dots span.swiper-pagination-bullet-active::after {
    width: 100%;
}






.zsjyy7 {
    margin-top: 1.85rem;
    margin-bottom: 1.75rem;
}

.zsjyy7-c {
    display: flex;
}

.zsjyy7-l {
    width: 7.6rem;
}

.zsjyy7-l img {
    display: block;
    width: 100%;
}

.zsjyy7-r {
    flex: 1;
    min-width: 0;
    background: url(../images/zsjyy7-rbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .7rem .75rem .5rem .55rem;
}

.zsjyy7-r h3 {
    font-size: 0.38rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
}

.zsjyy7-r p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
    margin-top: .45rem;
    margin-bottom: .63rem;
}

.zsjyy7-r .more {
    display: flex;
}

.zsjyy7-r .more a {
    width: 1.05rem;
    height: 0.4rem;
    border: solid 0.01rem #1d62ac;
    position: relative;
    text-align: center;
    line-height: .38rem;
}

.zsjyy7-r .more a::before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: -.08rem;
    width: 0.34rem;
    top: 50%;
    height: 1px;
    background-color: #1d62ac;
    transition: all .6s;
}

.zsjyy7-r .more a:hover {
    background: #1d62ac;
    color: #fff;
}


.role {
    margin-top: 1rem;
}

.role-t {
    padding-bottom: .3rem;
}

.role-timg img {
    display: block;
    width: 100%;
}


.role-ttext {
    margin-top: .35rem;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: .33rem;
}

.role-ttext p {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222;
}

.role-box {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}

.role-l {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: .6rem;
}

.role-l::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-image: linear-gradient(81deg,
            #0175cb 0%,
            #0160a3 100%);
}

.role-l h3 {
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222
}

.role-l p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #7f7f7f;
    margin-top: .25rem;
}

.role-l ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .6rem;
}

.role-l ul li {
    min-width: 1.6rem;
    margin-right: .7rem;
}

.role-l ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.39rem;
	color: #016fbf;
}
.role-l ul li a:hover{
   color: #fdbe00; 
}

.role-l ul li a::after{
    content: "";
    display: block;
    background: url(../images/icon-more-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.35rem;
    height: 0.1rem;
}

.role-r {
    width: 6.16rem;
    margin-left: 2rem;
}

.role-r .pic {
    padding-top: 55%;
}



@media screen and (min-width:1025px) {
    .zsjyy5-c ul li a:hover .icons img {
        opacity: 1;
    }

    .zsjyy5-c ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .zsjyy5-c ul li a:hover p {
        color: #00528e;
    }

    .zsjyy4-c ul li a:hover .icons img {
        opacity: 1;
    }

    .zsjyy4-c ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .zsjyy4-c ul li a:hover p {
        color: #fdbe00;
    }

    .zsjyy3-r ul li a:hover .icons img {
        opacity: 1;
    }

    .zsjyy3-r ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }


    .zsjyy2-lb ul li a:hover .icons img {
        opacity: 1;
    }

    .zsjyy2-lb ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .zsjyy1-c ul li a:hover {
        border-left: 2px solid #fdbe00;
    }

    .zsjyy1-c ul li a:hover::before {
        opacity: 1;
    }

    .zsjyy1-c ul li a:hover {
        font-weight: 600;
    }

    .jyjx2-c ul li a:hover::before {
        opacity: 1;
    }

    .jyjx2-c ul li a:hover .icons img {
        opacity: 1;
    }

    .jyjx2-c ul li a:hover {
        border: solid 0.01rem rgba(0, 82, 142, .22);
    }

    .jyjx2-c ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .jyjx2-c ul li a:hover p {
        color: #00528e;
    }

    .lyys ul li a:hover::before {
        background: #00528e;
    }

    .lyys ul li a:hover h3 {
        color: #fff;
    }

    .lyys ul li a:hover h3 span {
        color: #fff;
    }

    .lyys ul li a:hover h4 {
        color: #fff;
    }

    .lyys ul li a:hover p {
        color: #fff;
    }

    .gjyq li a:hover {
        background: url(../images/icon-right-b.png) no-repeat;
        background-position: left center;
        background-size: .09rem auto;
        color: #1d62ac;
        font-weight: 600;
    }

    .xrld ul li div a:hover {
        color: #036ec6;
        font-weight: 600;
    }

    .lsyg ul li a:hover .lsyg-logo::before {
        opacity: 1;
    }

    .lsyg ul li a:hover .lsyg-logo div {
        width: 0.9rem;
        height: 0.9rem;
        background-color: #fffefc;
        box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 79, 135, 0.15);
    }

    .lsyg ul li a:hover::after {
        width: calc(100% - 2.4rem);
    }

    .jgszxq ul li a:hover {
        color: #1d62ac;
        font-weight: 600;
       
    }
.jgszxq ul li a:hover:after{
     background: url(../images/jgsz-iconrt-w.png) no-repeat;
        background-position: right center;
        background-size: .1rem auto;
}
    .jgsz ul li a:hover .info {
        background: #00528e;
    }

    .jgsz ul li a:hover .info h3 {
        color: #fff;
    }

    .jgsz ul li a:hover .info p {
        color: rgba(255, 255, 255, .8);
    }

    .jgsz ul li a:hover .info .more b {
        color: #fff;
        background: url(../images/icon-more-w.png) no-repeat;
        background-position: right center;
        background-size: .27rem auto;
    }

    .ssky ul li:hover {
        background: #00528e;
    }


    .ssky ul li:hover .info a h3 {
        color: #fff;
    }

    .ssky ul li:hover .info p {
        color: #fff;
        opacity: .8;
    }

    .ssky ul li:hover .info div h5 {
        opacity: .8;
    }

    .ssky ul li:hover .info div h5 span {
        color: #fff;
    }

    .ssky ul li:hover .info div h5 a {
        color: #fff;
    }

    .ssky ul li:hover::before {
        transform: scaleY(1);
    }

    .gjjl-t:hover {
        box-shadow: 0rem 0rem 0.27rem 0rem rgba(0, 0, 0, 0.11);
    }

    .gjjl-tp:hover {
        background: #fff;
        box-shadow: 0rem 0rem 0.27rem 0rem rgba(0, 0, 0, 0.22);
    }

    .gjjl-t .gjjl-info .more a:hover {
        color: #fff;
        background: url(../images/icon-more-y.png) no-repeat;
        background-position: right center;
        background-size: .35rem auto;
        color: #fdbe00;
    }

    .xyxb-c ul li a:hover {
        /* background: #1d62ac; */
    }

    .xyxb-c ul li a:hover p {
        color: #3d77b6;
    }


    .timg-list ul li a:hover {
        border-color: transparent;
        margin-left: -1.07rem;
    }

    .timg-list ul li a:hover .timg-list-img {
        width: 5.37rem;
    }

    .timg-list ul li:hover+li a {
        border-color: transparent;
    }

    .timg-list ul li a:hover h3 {
        color: #fff;
        font-weight: 600;
    }

    .timg-list ul li a:hover .timg-linfo {
        padding-top: .35rem
    }

    .timg-list ul li a:hover div b {
        color: #ffffff;
    }

    .timg-list ul li a:hover i {
        background-color: #ffffff;
    }

    .timg-list ul li a:hover p {
        color: #ffffff;
    }

    .timg-list ul li:hover::before {
        transform: scaleY(1);
    }
    

}

@media screen and (max-width:1025px) {
    /*师资*/
    .xrld_con .left_img{
        float: left;
        display: inline-block;
        max-width: 100%;
        width: 35%;
    }
    .xrld_con .left_img img{
        /* max-width: 25%!important; */
        display: block;
        margin: 0 auto;
    }
    
    .xrld_con .right_txt{
        float: left;
        margin-left: 0;
    }
    .xrld_con .right_txt .tit{
    }
    .xrld_con .right_txt .sz_zc{}
}
@media screen and (max-width:768px) {
    /*师资*/
    .xrld_con .left_img{
        float: left;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }
    .xrld_con .left_img img{
        max-width: 40%!important;
        display: block;
        margin: 0 auto;
    }
    
    .xrld_con .right_txt{
        float: left;
        margin-left: 0;
    }
    .xrld_con .right_txt .tit{
    }
    .xrld_con .right_txt .sz_zc{}
}