@charset "utf-8";
.ts-r ul {
    height: 5.9rem;
    overflow-y: auto;
}
/* Chrome、Safari 专用：彻底隐藏滚动条轨道 */
.ts-r ul::-webkit-scrollbar {
    display: none;
}
.sort-qh.on {
    position:fixed;
    left:1.8rem;
    right:1.8rem;
    top:1.5rem;
    z-index:9;
}

.ny-c{
    overflow-x: hidden
}

 .ny-ban::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 89, 139, 0.8) 100%);

}

/* 左侧导航 */
.ny-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sz-l {
    padding-left: .3rem;
    background: url(../images/wmq/ny-line.png) no-repeat left top;
    background-size: auto 100%;
    height: 6.8rem;
    padding-bottom: 0.5rem;
    width: 3.5rem;
}

.sz-l>h3 {
    color: #083272;
    font-size: .4rem;
    margin-bottom: .9rem;
    font-family: "almm-sh-b";
}

.sz-l>ul {
    padding-left: .3rem;
    padding-top: 0.15rem;
}

.sz-l>ul>li {
    padding: .09rem 0.3rem;
    position: relative;
}

.sz-l>ul>li::before {
    content: '';
    position: absolute;
    top: 60%;
    left: -0.18rem;
    transform: translateY(-50%);
    width: .02rem;
    height: 0%;
    background-color: #083272;
    transition: all 0.3s;
}

.sz-l>ul>li.cur::before {
    height: 100%;
}

.sz-l>ul>li>a {
    color: #333333;
    font-size: .2rem;
    line-height: .28rem;
    position: relative;
}

.sz-l>ul>li.cur>a {
    color: #083272;
}

.sz-l>ul>li a:hover {
    color: #083272;
}

.sz-l>ul>li>span {
    width: .3rem;
    height: .22rem;
    background: url(../images/wmq/arrow.png) no-repeat center center;
    background-size: .13rem;
    position: absolute;
    left: 0;
    top: .13rem;
    transition: all 0.3s;
    cursor: pointer;
}

.sz-l>ul>li>span.on {
    background: url(../images/wmq/arrowh.png) no-repeat center center;
    background-size: .13rem;
    transform: rotate(90deg) !important;
}

.sz-l>ul>li:hover>span {
    background: url(../images/wmq/arrowh.png) no-repeat center center;
    background-size: .13rem;
}

.sz-l>ul>li.cur>.sz-ej {
    display: block;
}

.sz-ej {
    padding: .1rem;
    display: none;
}

.sz-ej a {
    color: #666666;
    font-size: .18rem;
    line-height: .24rem;
    border-bottom: .01rem dashed #ddd;
    padding: 0.1rem 0;
}

.sz-ej a.cur {
    color: #083272;
}

.ny-r {
    flex: 1;
    min-width: 0;
}

/* 左侧导航end */


@font-face {
    font-family: 'sy';
    src: url('font/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.ny-ban {
    position: relative;
}

.ny-ban>img {
    width: 100%;
    display: block;
}

.ny-ban::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wmq/ny-bbg.png) no-repeat left bottom;
    background-size: 100% 100%;
}

.ny-pcnav {
    position: absolute;
    right: 1.6rem;
    bottom: 0;
    z-index:3;
}

.ny-pcnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.ny-pcnav>ul>li {
    position: relative;
}

.ny-pcnav>ul>li>a {
    display: block;
    padding: 0 .15rem;
    padding-bottom: .36rem;
    font-size: .24rem;
    color: #ffffff;
    position: relative;
}

.ny-pcnav>ul>li:hover>a {
    color: #FFB848;
}

.ny-pcnav>ul>li.cur>a {
    color: #FFB848;
}

.ny-pcnav>ul>li>a::after {
    content: '';
    width: 0%;
    height: .02rem;
    background-color: #FFB848;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ny-pcnav>ul>li.cur>a::after {
    width: 100%;
}

.ny-ej {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    z-index: 99;
    background-color: #f0f9fd;
    text-align: center;
    padding: .1rem 0;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.ny-pcnav>ul>li:hover .ny-ej {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
}

.ny-ej a {
    font-size: .18rem;
    color: #333333;
    line-height: .4rem;
}

.ny-ej a:hover {
    color: #083272;
}

.ny-tit {
    position: absolute;
    top: 50%;
    left: .8rem;
    transform: translateY(-50%);
}

.ny-tit h2 {
    font-family: "almm-sh-b";
    font-size: .5rem;
    color: #ffffff;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .2rem;
}

.ny-wz img {
    width: .35rem;
    height: .22rem;
    margin-right: .12rem;
}

.ny-wz span {
    margin: 0 .1rem;
    color: #ffffff;
    font-size: .18rem;
}

.ny-wz a {
    color: #ffffff;
    font-size: .18rem;
    transition: all 0.3s;
}

.ny-wz a:hover {
    opacity: 0.7;
}

/* nymain */
.nymain {
    padding-top: .9rem;
    background: url(../images/wmq/bot-bg.png) no-repeat center bottom 3.8rem;
    background-size: 100%;
}

.foot-box {
    background-size: 100%;
    padding-top: .86rem;
    background: #004692;
    margin-top: 1rem;
}
.foot-box .trip{
    margin-top:0
}
/* szdw */

.szdw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}



.sz-r {
    flex: 1;
    min-width: 0;
}

.sz-qh a {
    font-size: .20rem;
    color: #555;
    padding: 0 .1rem;
    padding-bottom: .2rem;
    margin-right: .15rem;
}

.sz-qh a:hover {
    color: #083272;
}

.sz-qh a.cur {
    border-bottom: .01rem solid #083272;
    color: #083272;
}

.sz-qh {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: .5rem;
}

.sz-lt .pic {
    padding-top: 2.2rem;
    max-width: 100%;
    width: 1.5rem;
    margin: 0 auto;
}

.sz-lt ul {
    display: flex;
    flex-wrap: wrap;
}

.sz-lt ul li {
    width: 20%;
}

.sz-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: .2rem;
    background: url(../images/wmq/sz-tbg1.jpg) no-repeat left top;
    background-size: cover;
    transition: all 0.3s;
    margin: 0 .1rem;
    overflow: hidden;
    border: .01rem solid rgba(4, 80, 159, 0.1);
    position: relative;
    /* background: linear-gradient(210deg, #EDFFFB 7%, #F5FCFF 100%); */
    z-index: 1;
}

.sz-lt ul li a:hover:before {opacity: 1;}

.sz-tx {
    padding-top: .1rem;
    width: 100%;
}

.sz-tx h3 {
    padding-bottom: .2rem;
    position: relative;
    text-align: center;
}

.sz-tx h3::after {
    content: '';
    position: absolute;
    left: -0.25rem;
    bottom: 0;
    width: 3.32rem;
    height: .23rem;
    background: url(../images/wmq/sz-line1.png) no-repeat left bottom;
    background-size: 100%;
}

.sz-tx h3 b {
    display: block;
    color: #333333;
    font-size: .2rem;
    /* margin-bottom: .1rem; */
}

.sz-tx h3 span {
    display: block;
    color: #333333;
    font-size: .18rem;
    font-weight: normal;
}

.sz-tx p {
    display: none;
    color: #666666;
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.sz-xq {
    margin-top: 10px;
    font-size: .14rem;
    color: #083272;
    padding-right: .28rem;
    background: url(../images/wmq/sz-jt1.png) no-repeat right center;
    background-size: .18rem;
    display: inline-block;
    transition: all .5s;
}

.sz-lt ul li a {
    margin-bottom: .4rem;
}

.sz-lt ul li a:hover span,
.sz-lt ul li a:hover b {
    color: #ffffff;
}

.sz-lt ul li a:hover .sz-tx h3::after {
    background: url(../images/wmq/sz-line2.png) no-repeat left bottom;
    background-size: 100%;
}

.sz-lt ul li a:hover p {
    color: rgba(255, 255, 255, 0.7);
}

.sz-lt ul li a:hover .sz-xq {
    background: url(../images/wmq/sz-jt2.png) no-repeat right center;
    background-size: .18rem;
    color: #ffffff;
}

/* xrld */

.xrld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ld-l {
    width: 2.85rem;
}

.ld-l .pic {
    padding-top: 4rem;
}

.ld-r {
    padding-left: 1.5rem;
    flex: 1;
    min-width: 0;
    padding-top: .56rem;
    position: relative;
}

.ld-r::before {
    content: '';
    position: absolute;
    left: .4rem;
    top: 0;
    width: .5rem;
    height: .41rem;
    background: url(../images/wmq/ld-d1.png) no-repeat;
    background-size: 100% 100%;
}

.ld-r::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: .5rem;
    height: .41rem;
    background: url(../images/wmq/ld-d2.png) no-repeat;
    background-size: 100% 100%;
}

.ld-tx h3 {
    padding-bottom: .27rem;
    background: url(../images/wmq/ld-line.png) no-repeat left bottom;
    background-size: 100%;
    margin-bottom: .3rem;
}

.ld-tx b {
    font-size: .36rem;
    color: #083272;
    display: block;
    margin-bottom: .1rem;
}

.ld-tx span {
    font-size: .2rem;
    color: #333;
    display: block;
    font-weight: normal;
}

.ld-tx p {
    color: #666666;
    font-size: .2rem;
    line-height: .32rem;
    margin: .3rem 0;
    max-width: 7.5rem;
}

.ld-wz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666666;
    font-size: .18rem;
}

.ld-wz img {
    width: .17rem;
    margin-right: .1rem;
}

/* jgsz */
.jgsz {
    margin: 0 auto;
    max-width: 10rem;
}

.jgsz ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.12);
    padding: .1rem 0;
    position: relative;
}

.jgsz ul li::after {
    content: '';
    background-color: #083272;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    transition: all 1s;
    width: 0;
    height: .01rem;
}

.jgsz ul li:hover:after {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
}

.jgsz ul li b {
    color: #083272;
    font-size: .2rem;
    font-weight: 600;
    display: block;
    width: 50%;
    text-align: right;
    padding-right: .4rem;
    position: relative;
}

.jgsz ul li b::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: .22rem;
    border-left: .01rem solid rgba(0, 0, 0, 0.15);
}

.jgsz ul li a {
    display: block;
    color: #333333;
    font-size: .2rem;
    width: 50%;
    padding-left: .4rem;
    line-height: 0.36rem;
}

.jgsz ul li a:hover {
    color: #083272;
}

.xz-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xz-lt ul li {
    width: 48%;
    margin-bottom: .4rem;
    background: url(../images/wmq/xz-tbg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 .3rem;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.xkpt1 ul li{
margin-bottom: .1rem;
padding: 0 .1rem;
width: 49%;
}
.xz-lt ul li:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: linear-gradient(261deg, #083272 0%, #2B58A1 94%);
    transition:all 0.5s;
    opacity:0;
    z-index:-2;
}

.xz-lt ul li:after{
    content:"";
    position:absolute;
    right: 1.05rem;
    bottom:0;
    transition:all 0.5s;
    opacity:0;
    z-index:-1;
    background: url(../images/wmq/building1.png) no-repeat;
    background-size: 100% 100%;
    width: .84rem;
    height: .89rem;
}
.xz-lt ul li a {
    line-height: 1rem;
    background: url(../images/wmq/xz-jt1.png) no-repeat right center;
    background-size: .27rem;
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: .3rem;.xz-lt ul li
    transition: all 0.3s;
}
.xkpt1 ul li a{
background:none;
}

.xz-lt ul li a:hover {
    background: url(../images/wmq/xz-jt2.png) no-repeat right center;
    background-size: .27rem;
    color: #ffffff;
}

.xkpt1 ul li a:hover {
background:none;
color:  #ffffff;
}
.xz-lt ul li:hover:before {
    /* background: url(../images/wmq/xz-tbg2.jpg) no-repeat; */
    /* background-size: 100% 100%; */
    opacity: 1;
}
.xz-lt ul li:hover:after {
    opacity: 1;
}
/* szxq */

.sx-t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .6rem;
}

.sx-ifo {
    flex: 1;
    min-width: 0;
}

.sx-t .pic {
    width: 2.57rem;
    padding-top: 3.6rem;
    margin-right: .6rem;
}

.sx-ifo h3 {
    padding-bottom: .3rem;
    background: url(../images/wmq/xq-line.png) no-repeat left bottom;
    background-size: 100%;
    margin-bottom: .3rem;
}

.sx-ifo h3 b {
    display: block;
    color: #333333;
    font-weight: normal;
    font-size: .38rem;
    margin-bottom: .2rem;
}

.sx-ifo h3 span {
    display: block;
    color: #333333;
    font-size: .18rem;
    font-weight: normal;
}

.sx-ifo p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #444444;
    font-size: .18rem;
    margin-bottom: .2rem;

    overflow-wrap: break-word;
    word-break: break-word;
}

.sx-ifo p span {
    flex: 1;
    min-width: 0;
}

.sx-ifo p img {
    width: .36rem;
    height: .36rem;
    margin-right: .12rem;
}

.sx-bt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: .7rem;
    background: url(../images/wmq/xq-tit.png) no-repeat left bottom;
    background-size: auto 100%;
    padding-left: .5rem;
    margin-bottom: .2rem;
    transition: all 0.3s;
}

.sx-bt b {
    font-family: "almm-sh-b";
    font-size: .3rem;
    color: #083272;
}

.sx-bt img {
    max-height: .4rem;
    margin-right: .15rem;
}

.sx-tx p {
    font-size: .18rem;
    line-height: .38rem;
    color: #555555;
    position: relative;
    padding-left: .25rem;
    margin-bottom: .2rem;
    cursor: pointer;
}

.sx-tx p:hover {
    color: #083272;
}

.sx-tx p::before {
    content: '';
    position: absolute;
    left: 0;
    top: .15rem;
    border-radius: 50%;
    border: .01rem solid rgba(4, 80, 159, 0.3);
    width: .06rem;
    height: .06rem;
    transition: all 0.3s;
}

.sx-tx p:hover:before {
    background: #083272;
}

.sx-c {
    margin-bottom: .5rem;
}

.sx-c:hover .sx-bt {
    background: url(../images/wmq/xq-titbg.png) no-repeat left bottom;
    background-size: auto 100%;
}

/* xygk */

.gk1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gk1-r {
    width: 37%;
}

.gk1-r img {
    width: 100%;
    display: block;
}

.gk1-l {
    width: 56%;
}

.gk-tit {
    color: #083272;
    font-size: .28rem;
    margin-bottom: .3rem;
    font-weight: 600;
}

.gk-tx p {
    text-indent: 2em;
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    margin-bottom: .3rem;
}

.gk-tx {
    padding-bottom: .2rem;
}

.gk-num ul {
    display: flex;
    flex-wrap: wrap;
}

.gk-num ul li {
    padding: 0 .5rem;
    position: relative;
    background: url(../images/wmq/gk-line.png) no-repeat left center;
    background-size: auto .76rem;
}

.gk-num ul li:first-child {
    background: none;
    padding-left: 0;
}

.gk-num h3 {
    position: relative;
    display: inline-block;
    margin-bottom: .1rem;
}
.gk-num h3 b{
    font-size: .32rem;
    color: #083272;
}
.gk-num h3 span {
    font-size: .16rem;
    color: #083272;
    position: absolute;
    right: -0.2rem;
    top: 0;
}

.gk-num h3 strong {
    font-weight: normal;
    font-family: 'sy';
    font-size: .66rem;
    color: #083272;
    line-height: 1;
}

.gk-num p {
    color: #333333;
    font-size: .2rem;
}

.gk3 {
    padding-bottom: 4.2rem;
    position: relative;
}

.gk3-p {
    position: absolute;
    top: -2.6rem;
    right: -2.6rem;
    width: 15.71rem;
    height: 10.22rem;
    z-index: -1;
}

.gk3-p img {
    display: block;
    width: 100%;
}

.gk4 .gk-tx p {
    margin-bottom: .2rem;
}

/* 学院要闻 */
.yw-tit {
    margin-bottom: .45rem;
    padding-bottom: .4rem;
    background: url(../images/wmq/yw-line.png) no-repeat left bottom;
    background-size: 100%;
}

.yw-tit h3 {
    font-size: .32rem;
    color: #333333;
    margin-bottom: .1rem;
}

.xyyw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yw-l {
    width: 70%;
    margin-right: 1rem;
}

.yw-r {
    flex: 1;
    min-width: 0;
}

.yw-ifo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.yw-ifo span {
    display: block;
    font-family: 'sy';
    color: #777777;
    font-size: .18rem;
    padding-left: .3rem;
    background: url(../images/wmq/date.png) no-repeat left center;
    background-size: .18rem;
    margin-right: .3rem;
    display: block;
}
.yw-ifo span.zz {
    background: url(../images/Author.png) no-repeat left center;
}
.yw-ifo span.sy {
    background: url(../images/sy1.png) no-repeat left center;
}
.yw-ifo span.ly{
    background: url(../images/Source.png) no-repeat left center;
}
.yw-fs {
    font-size: .18rem;
    color: #777777;
}

.yw-fs i {
    font-family: 'sy';
    font-size: .18rem;
    color: #777777;
    font-style: normal;
    cursor: pointer;
}

.yw-fs i.on {
    color: #083272;
}

.yw-fs::before {
    content: '【';
    font-size: .18rem;
}

.yw-fs::after {
    content: '】';
    font-size: .18rem;
}

.yw-tx p {
    margin-bottom: .3rem;
    text-indent: 2em;
    font-size: .18rem;
    color: #222;
    text-align: justify;
    line-height: .32rem;
}

.yw-tx p img {
    height: auto !important;
    max-width: 85%;
    display: block;
    margin: 0 auto;
}

.yw-page {
    border-top: .01rem solid rgba(0, 0, 0, 0.1);
    padding-top: .4rem;
    padding-left: .3rem;
    position: relative;
}

.yw-page::before {
    content: '';
    width: .94rem;
    height: .04rem;
    background: url(../images/wmq/yw-page.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -0.02rem;
}

.yw-page a {
    color: #222222;
    font-size: .18rem;
    line-height: .32rem;
}

.yw-page a p {
    color: #083272;
    display: inline-block;
}

.yw-page a:hover {
    text-decoration: underline;
    color: #083272;
}

.yw-rtit {
    display: inline-block;
    margin-bottom: .5rem;
}

.yw-rtit span {
    font-family: Quantico;
    font-size: .24rem;
    line-height: .36rem;
    text-align: right;
    color: rgba(19, 53, 105, 0.4);
    display: block;
}

.yw-rtit b {
    font-weight: normal;
    color: #083272;
    font-family: "almm-sh-b";
    font-size: .44rem;
}

.yw-rtit b:first-child {
    color: #333333;
}

.yw-ra a {
    position: relative;
}

.yw-ra a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.yw-ra a p {
    color: #ffffff;
    font-size: .18rem;
    padding: .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yw-ra a .pic {
    padding-top: 68%;
}

.yw-lt ul li a {
    padding: .25rem 0;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.1);
}

.yw-lt ul li:last-child a {
    border-color: transparent;
}

.yw-lt ul li a:hover h3 {
    color: #083272;
}

.yw-lt ul li a p {
    color: #083272;
    font-size: .2rem;
    margin-bottom: .1rem;
}

.yw-lt ul li a h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: -0.02em;
    color: #333333;
    max-height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yw-ctx {
    position: relative;
}

.yw-mt {
    position: absolute;
    top: 0;
    left: -1.1rem;
}

.yw-mt>div>a {
    margin-bottom: .2rem;
    position: relative;
}

.yw-mt>div>a>img {
    width: .54rem;
    height: .54rem;
    display: block;
    margin: 0 auto;
    transition: all 0.3s;
}

.yw-mt>div>a:hover>img {
    transform: scale(1.1);
}

.yw-mt>div>a>p {
    color: #777777;
    font-size: .18rem;
    font-family: 'sy';
    text-align: center;
    margin-top: .1rem;
}

#share-2 {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 9;
}

.yw-fx {
    position: relative;
}

/* zzjg */
.zz-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: .45rem;
    padding-bottom: .2rem;
    background: url(../images/wmq/zz-tit.png) no-repeat left bottom;
    background-size: 100%;
}

.zz-tit h3 {
    font-family: "almm-sh-b";
    margin-right: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.zz-tit h3 img {
    width: .5rem;
    margin-right: .2rem;
}

.zz-tit h3 b {
    color: #083272;
    font-size: .5rem;
}

.zz-tit p {
    color: #333333;
    font-size: .22rem;
    flex: 1;
    min-width: 0;
}

.zz-c {
    margin-bottom: .5rem;
}

.zz-c ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.zz-c ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}


.zz-c ul li a {
    border: .01rem solid rgba(4, 80, 159, 0.2);
    padding: .2rem .1rem .3rem .1rem;
    position: relative;
    margin: 0 .25rem;
    transition: all 0.3s;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}
.zz-c ul li a:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: linear-gradient(251deg, #083272 0%, #2B58A1 94%);
    opacity:0;
    transition:all 0.5s;
    z-index:-1;
    
}

.zz-c ul li a:hover:before {opacity: 1;}

.zz-c ul li a:hover span,
.zz-c ul li a:hover b {
    color: #ffffff;
}

.zz-c ul li a:hover span,
.zz-c ul li a:hover strong {
    color: #ffffff;
}

.zz-c ul li a:hover h3 {
    color: #ffffff;
    background: url(../images/wmq/zz-l2.png) no-repeat left bottom;
    background-size: 100%;
}

.zz-c ul li a:hover .zz-ifo {
    /* opacity: 0; */
    background: url(../images/wmq/zz-ifo2.png) no-repeat;
    background-size: 100% 100%;
}

.zz-c ul li a h3 {
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .2rem;
    background: url(../images/wmq/zz-l1.png) no-repeat left bottom;
    background-size: 100%;
    margin-bottom: .15rem;
}

.zz-tx p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.zz-tx p strong {
    font-size: .18rem;
    line-height: .32rem;
    color: #083272;
    margin-right: .1rem;
}

.zz-tx p span {
    font-size: .18rem;
    line-height: .32rem;
    flex: 1;
    min-width: 0;
}

.zz-ifo {
    position: absolute;
    right: -0.01rem;
    bottom: -0.01rem;
    background: url(../images/wmq/zz-ifo.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: .16rem;
    line-height: .32rem;
    width: 1.2rem;
    text-align: center;
}

.zz-tit2 h3 {
    color: #333333;
    font-size: .32rem;
    padding-left: .25rem;
    line-height: .36rem;
    border-left: .04rem solid #083272;
    margin-bottom: .45rem;
}



.tz-date {
    color: #083272;
    font-family: 'sy';
    text-align: center;
    margin-right: .86rem;
    position: relative;
    z-index: 2;
}

.tz-date b {
    font-size: .66rem;
    line-height: 1;
    display: block;
    margin-bottom: .05rem;
}

.tz-date span {
    font-size: .18rem;
    line-height: 1;
}

.tz-tx {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.tz-tx h3 {
    margin-bottom: .2rem;
    color: #333333;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tz-tx p {
    font-size: .16rem;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
}

.tzgg ul li {
    margin-bottom: .5rem;
}

.tzgg ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: url(../images/wmq/tz-jt.png) no-repeat calc(100% - .5rem) center;
    background-size: .35rem;
    padding: 0 1.6rem .5rem 1rem;
    position: relative;
}

.tzgg ul li a:hover h3 {
    color: #083272;
}

.tzgg ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wmq/tz-l1.png) no-repeat left bottom;
    background-size: 100%;
}

.tzgg ul li a .bg-line{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: url(../images/wmq/tz-l2.png) no-repeat left bottom;
    transition: all 1s ease-in-out;
}


/* 通知公告2 */
.tzgg2 ul li{
    margin-bottom: 0;
}
.tzgg2 ul li a{
    padding-bottom: 0;
    height: 1rem;
    align-items: center;
}
.tzgg2 .tz-date{
    display: flex;
    align-items: flex-end;
}
.tzgg2 .tz-date b{
    font-size: .32rem;
    line-height: .5rem;
    margin-bottom: 0;
    font-weight: normal;
}
.tzgg2 .tz-date span{
    line-height: .34rem;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.tzgg2 .tz-date span:before{
    content:"";
    display:block;
    border-top: 1px solid rgba(8, 50, 114, 0.2);
    width: 16.16px;
    transform: rotate(-68.2deg);
}
.tzgg2 .tz-tx{}
.tzgg2 .tz-tx h3{
    font-size: .22rem;
    line-height: .34rem;
    font-weight: normal;
    margin-bottom: 0;
}


/* 新闻列表 */

.xw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 .6rem 1rem .5rem;
}

.xw-date {
    font-family: 'sy';
    margin-right: .5rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.xw-pt {
    flex: 1;
    min-width: 0;
}

.xw-date b {
    display: block;
    color: #083272;
    font-size: .66rem;
    line-height: 1;
    margin-bottom: .05rem;
}

.xw-date span {
    color: #083272;
    font-size: .18rem;
}

.xw-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.xw-p {
    width: 4.53rem;
    margin-right: .65rem;
}

.xw-pt .pic {
    padding-top: 64%;
}

.xw-tx {
    flex: 1;
    min-width: 0;
}

.xw-tx h3 {
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xw-tx p {
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
    color: #555555;
    height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.xw-tx span {
    font-size: .16rem;
    line-height: .3rem;
    color: #083272;
    padding-right: .3rem;
    display: inline-block;
    background: url(../images/wmq/tz-jt.png) no-repeat right center;
    background-size: .18rem;
}

.xw-lt ul li a:hover h3 {
    color: #083272;
}

.xw-lt ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wmq/xw-l11.png) no-repeat left bottom;
    background-size: 100%;
}

.xw-lt ul li a:hover .bg-line{
    width: 100%;
}

/* 学术科研 */
.xsky .xw-p {
    width: 2.12rem;
    margin-right: 1rem;
}

.xsky .xw-pt .pic {
    padding-top: 150%;
}

.xsky .xw-lt ul li a {
    padding-bottom: .88rem;
}



.xw-ifo h4 {
    color: #555555;
    font-size: .18rem;
    line-height: .32rem;
    padding-left: .25rem;
    font-weight: normal;
}

.xw-ifo h4.xs-zjr {
    background: url(../images/wmq/xs-i1.png) no-repeat left .08rem;
    background-size: .16rem;
}

.xw-ifo h4.xs-rq {
    background: url(../images/wmq/xs-i2.png) no-repeat left .08rem;
    background-size: .16rem;
}

.xw-ifo h4.xs-dd {
    background: url(../images/wmq/xs-i3.png) no-repeat left .08rem;
    background-size: .16rem;
}

.xw-ifo {
    margin-bottom: .5rem;
    margin-top: .2rem;
}


/* lsyg */
.lsyg {
    overflow: hidden;
}

.lsyg .b-btmm {
    margin: 0 auto;
}

.lsyg .b-btmm .b-program span {
    top: .15rem;
    background: url(../images/wmq/b-proline.png) no-repeat #083272;
    background-position: center center;
    background-size: 100%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}

.lsyg .b-btmm .b-program>div::before {
    animation: zz1 5s linear infinite;
}

.lsyg .b-btmm .b-program>div {
    animation: zz2 5s linear infinite;
}

@keyframes zz1 {
    0% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

@keyframes zz2 {
    0% {
        transform: rotateZ(-360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

.w1630 {
    max-width: 16.3rem;
    margin: 0 auto;
}

.ls-bot ul {
    position: relative;
    width: 50%;
    background: url(../images/wmq/ls-line.png) no-repeat right top;
    background-size: auto 100%;
    padding: .8rem 0;
}

.ls-date {
    color: #083272;
    font-size: .66rem;
    font-family: 'sy';
    line-height: 1;
    text-align: right;
    padding-right: .9rem;
}

.ls-date span {
    font-size: .2rem;
}

.ls-tx {
    text-align: right;
    padding-right: .9rem;
    margin-top: .2rem;
}

.ls-tx h3 {
    font-size: .24rem;
    color: #333333;
    margin-bottom: .05rem;
}

.ls-tx p {
    font-size: .2rem;
    color: #555;
}

.ls-tx p a {
    display: inline;
}

.ls-tx p a:hover {
    color: #083272;
}

.ls-line {
    height: .5rem;
    position: relative;
    background: url(../images/wmq/ls-l1.png) no-repeat right bottom;
    background-size: 100% 100%;
    transition: all 0.3s;
    margin-top: -0.2rem;
}

.ls-line::after {
    content: '';
    width: .23rem;
    height: .23rem;
    background-color: #F5F9FF;
    border-radius: 50%;
    position: absolute;
    right: -0.1rem;
    bottom: -0.23rem;
    transform: translateY(-50%);
    border: .01rem solid #083272;
    transition: all 0.3s;
}

.ls-bot ul li:hover .ls-line::after {
    background-color: #083272;
}

.ls-bot ul li:hover .ls-line {
    background: url(../images/wmq/ls-l2.png) no-repeat right bottom;
    background-size: 100% 100%;
}

.ls-hc {
    position: absolute;
    left: .05rem;
    bottom: 0;
    width: 3.08rem;
    height: .47rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, .55rem 100%);
    overflow: hidden;
}

.ls-hc img {
    width: 7.44rem;
    height: .47rem;
    position: absolute;
    bottom: 0;
    right: 100%;
}

.ls-bot ul li:hover .ls-hc img {
    right: 0;
    transition: all 1s;
}

.ls-bot ul li:nth-child(even) {
    transform-origin: right;
    transform: rotateY(180deg) translateX(.05rem);
}

.ls-bot ul li:nth-child(even) .ls-tx,
.ls-bot ul li:nth-child(even) .ls-date {
    transform: rotateY(-180deg);
    text-align: left;
    padding-left: .8rem;
    padding-right: 0;
}

/* tsxy */

.ts-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .65rem .6rem;
    padding-bottom: 0;
    background: url(../images/wmq/ts-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.ts-c img {
    object-fit: cover;
}

.ts-l {
    width: 74%;
}

.ts-l a {
    position: relative;
}

.ts-l .pic {
    padding-top: 5.7rem;
}

.ts-l a p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .25rem;
    color: #ffffff;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.ts-l a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.ts-r {
    width: 23%;
    margin-top: -0.1rem;
}

.ts-r .pic {
    padding-top: 1.7rem;
}

.ts-r a {
    position: relative;
    margin-top: .1rem;
    padding: .07rem;
}

.ts-r ul li.on a {
    background: url(../images/wmq/ts-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.ts-bot {
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ts-l-line {
    width: 36.5%;
    height: .33rem;
    background: url(../images/wmq/ts-l1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.ts-r-line {
    width: 36.5%;
    height: .33rem;
    background: url(../images/wmq/ts-r1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.tsjy .b-btmm .b-program span {
    background: url(../images/wmq/b-proline.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}



.ts-bot.start .b-btml div {
    width: 100%;
    transition: all 3s linear;
}

.ts-bot.start .b-btmr div {
    width: 100%;
    transition: all 3s linear;
}


.ts-bot.start .b-btmm .b-program>div {
    transform: rotateZ(0deg);
    transition: all 3s linear;
}

.ts-bot.start .b-btmm .b-program>div::before {
    transform: rotateZ(0deg);
    transition: all 3s linear;
}

.ts-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 .4rem;
}

.ts-btn .b-btmm {
    margin: 0 .4rem;
}

.ts-prev {
    width: .3rem;
    height: .3rem;
    background: url(../images/wmq/ts-l.png) no-repeat center center;
    background-size: .17rem;
    cursor: pointer;
    position: relative;
    z-index: 99;
    opacity: 0.6;
    transition: all 0.6s;
}

.ts-next {
    width: .3rem;
    height: .3rem;
    background: url(../images/wmq/ts-r.png) no-repeat center center;
    background-size: .17rem;
    cursor: pointer;
    position: relative;
    z-index: 99;
    opacity: 0.6;
    transition: all 0.6s;
}

.ts-next:hover {
    opacity: 1;
    transform: translateX(.05rem) scale(1.1);
}

.ts-prev:hover {
    opacity: 1;
    transform: translateX(-0.05rem) scale(1.1);
}

.ts-bot .b-btmr,
.ts-bot .b-btml {
    margin-top: -0.2rem;
}

/* lxwm */
.lxwm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lx-l {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.lx-r {
    width: 7.5rem;
    height: 7.5rem;
    border: .01rem solid rgba(4, 80, 159, 0.2);
    border-radius: 50%;
    position: relative;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: .4rem;
}

.lx-r::before {
    content: '';
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #083272;
}

.lx-pic {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: url(../images/wmq/lx-p.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.lx-xx {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .8rem;
}

.lx-xx>div:first-child {
    margin-right: .7rem;
}

.lx-xx>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lx-xx>div img {
    width: .58rem;
    margin-right: .2rem;
}

.lx-tx h3 {
    color: #333333;
    font-size: .24rem;
}

.lx-tx p {
    color: #555;
    font-size: .18rem;
}

.lx-l ul li h3 {
    color: #333333;
    font-size: .22rem;
}

.lx-l ul li p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: .15rem;
}

.lx-l ul li p img {
    height: .21rem;
    margin-right: .1rem;
}

.lx-l ul li span {
    font-size: .18rem;
    line-height: .21rem;
    color: #555555;
    flex: 1;
    min-width: 0;
}

.lx-line {
    height: .3rem;
    position: relative;
    transition: all 0.3s;
}

.lx-line::after {
    content: '';
    width: .17rem;
    height: .17rem;
    border: .01rem solid #D4D9F8;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -0.15rem;
    bottom: -0.09rem;
    transition: all 0.3s;
}

.lx-ifo {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.lx-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: url(../images/wmq/lx-line.png) no-repeat left bottom;
    background-size: 100% 100%;
    opacity: 0.2;
    transition: all 0.3s;
}

.lx-txt {
    padding-left: .8rem;
}

.lx-l ul li {
    margin-bottom: .45rem;
}

.lx-l ul li.on .lx-ifo {
    height: .72rem;
}

.lx-l ul li.on h3 {
    color: #083272;
}

.lx-l ul li:nth-child(1) .lx-line {
    width: 112%;
}

.lx-l ul li:nth-child(1).on .lx-line {
    width: 105%;
}

.lx-l ul li:nth-child(2) .lx-line {
    width: 100%;
}

.lx-l ul li:nth-child(4) .lx-line {
    width: 104%;
}

.lx-l ul li.on .lx-line::after {
    width: .66rem;
    height: .66rem;
    background: url(../images/wmq/lx-da.png) no-repeat #083272 center center;
    background-size: .32rem;
    bottom: -0.3rem;
    right: -0.33rem;
}

.lx-l ul li.on .lx-line::before {
    opacity: 1;
}

/* rtjs */
.rtjs ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.rtjs ul li {
    width: 20%;
}

.rtjs ul li a {
    position: relative;
    margin: 0 .25rem;
    line-height: .7rem;
    color: #333333;
    font-size: .18rem;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.08);
    padding-left: .5rem;
    transition: all 0.3s;
    white-space: nowrap;
}

.rtjs ul li a::before {
    content: '';
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    border: .01rem solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: .3rem;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.rtjs ul li a:hover {
    padding-left: .76rem;
    color: #083272;
}

.rtjs ul li a:hover:after {
    width: 100%;
}

.rtjs ul li a::after {
    content: '';
    width: 0%;
    height: .01rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #083272;
    transition: all 0.3s;
}

.rtjs ul li a:hover:before {
    width: .44rem;
    height: .25rem;
    border-color: transparent;
    background: url(../images/wmq/zz-i3.png) no-repeat;
    background-size: 100% 100%;
    left: .15rem;
}






































/* 1024以上hover样式 */
@media screen and (min-width: 1024px) {
    .tzgg ul li a:hover .bg-line{
        width: 100%;
    }

    .xw-lt ul li a .bg-line {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: url(../images/wmq/xw-l22.png) no-repeat left bottom;
        transition: all 1.5s ease-in-out;
    }
}

/* 1024以上hover样式 */


@media screen and (max-width: 1024px) {

    /* ny左侧导航 */
    .w14 {
        width: 100%;
    }

    .ny-box {
        display: block;
        width: 100%;
    }

    .sz-l {
        display: none;
    }

    .ny-r {
        flex: auto;
        width: 100%;
    }

    /* ny左侧导航 */


    .ts-l {
        width: 100%;
    }

    .ts-r .pic,
    .ts-l .pic {
        padding-top: 60%;
    }

    .ts-c {
        background-size: 100%;
        padding: .5rem .2rem;
        padding-bottom: 0;
    }

    .ts-r {
        width: 100%;
        margin-top: .2rem;
    }

    .ts-r>ul {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

    .ts-r a {
        margin: 0 .1rem;
    }

    .xw-date {
        margin-right: .3rem;
    }

    .xw-date b {
        font-size: .4rem;
    }

    .xw-date span {
        font-size: .14rem;
    }

    .yw-mt {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: .5rem;
        margin-bottom: .2rem;
    }

    .yw-mt>div>a {
        margin: 0 .2rem;
    }

    #share-2 {
        white-space: nowrap;
    }

    .pagebar {
        margin-top: .3rem;
    }

    .nymain {
        padding-top: .3rem;
    }

    .ny-c {
        padding-bottom: .5rem;
    }

    .ny-tit {
        left: 0;
        width: 100%;
        padding-left: .2rem;
    }

    .ny-tit h2 {
        font-size: .3rem;
    }

    .ny-wz a {
        font-size: .16rem;
    }

    .foot-box {
        background: #083272;
        padding-top: .2rem;
        margin-top: 0;
    }

    .trip {
        display: none;
    }

    .nymain {
        background: url(../images/wmq/bot-bg.png) no-repeat center bottom;
        background-size: cover;
    }

    /* 主体 */
    .xz-lt ul li a {
        line-height: .6rem;
        font-size: .2rem;
        background-size: .18rem;
    }

    .xz-lt ul li {
        padding: 0 .2rem;
    }

    .jgsz ul li {
        padding: .2rem 0;
    }

    .jgsz ul li b {
        padding-right: .4rem;
        font-size: .18rem;
    }

    .jgsz ul li a {
        padding-left: .4rem;
    }

    .sz-l {
        width: 100%;
        margin: 0;
        margin-bottom: 0rem;
    }

    .sz-r {
        flex: auto;
        width: 100%;
    }

    .sz-l h3 {
        font-size: .3rem;
        margin-bottom: .6rem;
    }

    .sz-lt ul li {
        width: 50%;
    }

    .sz-l ul li a {
        font-size: .2rem;
    }

    .ld-r {
        padding-left: 1rem;
    }

    .gk1-l {
        width: 100%;
        margin: 0;
    }

    .gk1-r {
        width: 3rem;
        margin: 0 auto;
        margin-bottom: .3rem;
    }

    .gk-tit {
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .gk3-p {
        position: static;
        transform: translateX(.15rem);
    }

    .gk3-p {
        width: 100%;
        height: auto;
    }

    .gk3 {
        padding-bottom: 0;
    }

    .gk-num h3 strong {
        font-size: .4rem;
    }

    .gk-num ul li {
        padding: 0 .3rem;
    }

    .yw-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .yw-r {
        flex: auto;
        width: 100%;
    }

    .yw-page {
        padding-left: 0;
    }

    .yw-tit h3 {
        font-size: .24rem;
    }

    .yw-ifo span {
        margin-right: .3rem;
    }

    .yw-rtit b {
        font-size: .3rem;
    }

    .yw-rtit {
        margin-bottom: .2rem;
    }

    .yw-rtit span {
        font-size: .2rem;
    }

    .yw-lt ul li a {
        padding: .15rem 0;
    }

    .yw-lt ul li a p {
        font-size: .16rem;
        margin-bottom: .05rem;
    }

    .yw-tit {
        margin-bottom: .3rem;
    }

    .zz-c ul li {
        width: 50%;
    }

    .zz-c ul li a {
        margin: 0 .15rem;
    }

    .zz-c ul {
        margin: 0;
    }

    .zz-tit {
        margin-bottom: .2rem;
    }

    .zz-tit2 h3 {
        font-size: .3rem;
        line-height: .3rem;
        margin-bottom: .2rem;
    }

    .zz-tit h3 b {
        font-size: .3rem;
    }

    .zz-tit h3 img {
        width: .36rem;
    }

    .zz-tit p {
        font-size: .16rem;
    }


    .tzgg ul li a {
        padding: 0 0 .2rem .2rem;
        background-size: 0;
    }

    .tz-date {
        margin-right: .3rem;
    }

    .tzgg2 ul li a{
    padding: 0;
    height: .8rem;
}

    .xw-lt ul li a {
        padding: 0 .2rem .8rem .4rem;
    }

    .xw-lt ul li a::before {
        background-size: auto 100%;
    }


    .xw-p {
        width: 3.6rem;
        margin-right: .3rem;
    }

    .xw-tx h3 {
        font-size: .2rem;
    }

    .xw-tx p {
        font-size: .16rem;
        margin: .15rem 0;
    }

    .xsky .xw-p {
        width: 1.8rem;
        margin-right: .3rem;
    }

    .xw-ifo {
        margin-top: .1rem;
        margin-bottom: .2rem;
    }

    .lsyg .b-btmm .b-program span {
        width: .7rem;
        height: .7rem;
        top: .15rem;
    }

    .ls-date {
        font-size: .4rem;
    }

    .lsyg {
        padding: 0 .1rem;
    }

    .ls-line {
        background-size: 100%;
    }

    .lx-l {
        flex: auto;
        width: 100%;
        margin-bottom: .5rem;
    }

    .lx-r {
        margin: 0 auto;
    }

    .lx-l ul li {
        border-bottom: .01rem solid #ddd;
        margin-bottom: 0rem;
    }

    .lx-txt {
        padding: .3rem;
    }

    .lx-l ul li .lx-ifo {
        height: auto !important;
    }

    .lx-line::before,
    .lx-line::after {
        display: none;
    }


    .lx-line {
        display: none;
    }

    .rtjs ul li {
        width: 25%;
    }

    .rtjs ul li a {
        margin: 0 .15rem;
    }

    .rtjs ul {
        margin-left: -0.15rem;
        margin-right: -0.15rem;
    }
}

@media screen and (max-width: 768px) {
    .tzgg2 .tz-date b{
        font-size:.24rem;
        line-height: .3rem;
    }
    .tzgg2 .tz-date span{
    font-size: .14rem;
    line-height: .26rem;
}
    .tz-date b {
        font-size: .3rem;
    }

    .tz-date span {
        font-size: .14rem;
    }

    .tzgg ul li a h3 {
        font-size: .18rem;
        margin-bottom: .1rem;
    }

    .tzgg ul li a p {
        font-size: .16rem;
    }

    .tzgg ul li {
        margin-bottom: .3rem;
    }

    .tzgg2 ul li{margin:0}
    .tzgg2 .tz-tx h3{font-size:.18rem}


}

@media screen and (max-width: 640px) {
    .sz-lt ul li {
        /* width: 100%; */
    }

    .zz-c ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .zz-c {
        margin-bottom: .3rem;
    }

    .gk-num ul li {
        width: 50%;
        margin-bottom: .2rem;
        background-size: 0;
        padding: 0 .1rem !important;
    }

    .xz-lt ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .sz-lt .pic {
        margin: 0 auto;
    }

    .sz-tx {
        flex: auto;
        width: 100%;
        padding-left: 0;
    }

    .sz-tx h3 {
        text-align: center;
    }

    .sz-tx h3::after {
        left: 0;
    }

    .ld-l {
        margin: 0 auto;
    }

    .ld-r::before {
        left: 0;
    }

    .ld-r {
        flex: auto;
        width: 100%;
        padding: 0 .2rem;
        padding-top: .5rem;
    }

    .sx-t .pic {
        margin: 0 auto;
    }

    .sx-ifo {
        flex: auto;
        width: 100%;
    }

    .sx-ifo h3 {
        text-align: center;
        margin-top: .3rem;
    }

    .sx-ifo h3 b {
        font-size: .3rem;
    }

    .sx-bt {
        line-height: .55rem;
        padding-left: .3rem;
    }

    .sx-bt b {
        font-size: .24rem;
    }

    .sx-c {
        margin-bottom: .3rem;
    }

    .sx-t {
        margin-bottom: .3rem;
    }

    .xw-p {
        max-width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }

    .xw-tx {
        flex: auto;
        width: 100%;
    }

    .xw-date {
        margin-right: .2rem;
    }


    .xsky .xw-p {
        width: 1.6rem;
    }

    .xw-tx h3 {
        white-space: nowrap;
        height: auto;
    }

    .xw-tx h4 {
        font-size: .16rem;
        line-height: .26rem;
    }

    .ls-bot ul li {
        margin-bottom: .5rem;
    }

    .ls-bot ul li:nth-child(odd) {
        transform-origin: right;
        transform: rotateY(180deg) translateX(.05rem);
    }

    .ls-bot ul li:nth-child(odd) .ls-tx,
    .ls-bot ul li:nth-child(odd) .ls-date {
        transform: rotateY(-180deg);
        text-align: left;
        padding-left: .3rem;
        padding-right: 0;
    }

    .ls-tx,
    .ls-date {
        padding-left: .3rem !important;
    }

    /* .ls-line {
        display: none;
    } */
    .ls-bot ul {
        width: 100%;
        transform: translateX(-100%);
    }

    .lsyg {
        padding-left: .3rem;
    }


    .lx-r {
        width: 5rem;
        height: 5rem;
    }

    .lx-r::before,
    .lx-pic {
        width: 4rem;
        height: 4rem;
    }

    .lx-tx {
        width: 100%;
        text-align: center;
        margin-top: .2rem;
    }

    .lx-xx>div:first-child {
        margin-right: 0;
    }

    .lx-xx>div img {
        margin: 0 auto;
    }

    .lx-xx {
        margin-top: .3rem;
    }

    .rtjs ul li {
        width: 33.33%;
    }

}

@media screen and (max-width: 480px) {
    .rtjs ul li {
        width: 50%;
    }

    .sz-lt ul li a {
        padding: .2rem;
        background-size: cover !important;
    }

    .sz-qh a {
        margin-right: .05rem;
    }

    .sz-qh {
        margin-bottom: .3rem;
    }

    .lx-r {
        width: 3.6rem;
        height: 3.6rem;
        padding-right: .2rem;
    }

    .lx-r::before,
    .lx-pic {
        width: 3rem;
        height: 3rem;
    }
}



/* 师资详情标题图标 */
.sx-c .sx-bt b {
    padding-left: .6rem;
}

.sx-c:nth-child(1) .sx-bt b {
    background: url(../images/wmq/i-jy.png) no-repeat left center;
    background-size: .44rem;
}

.sx-c:nth-child(2) .sx-bt b {
    background: url(../images/wmq/i-gz.png) no-repeat left center;
    background-size: .32rem;
}

.sx-c:nth-child(3) .sx-bt b {
    background: url(../images/wmq/i-xs.png) no-repeat left center;
    background-size: .33rem;
}

.sx-c:nth-child(4) .sx-bt b {
    background: url(../images/wmq/i-ky.png) no-repeat left center;
    background-size: .33rem;
}

.sx-c:nth-child(5) .sx-bt b {
    background: url(../images/wmq/i-ky2.png) no-repeat left center;
    background-size: .37rem;
}

.sx-c:nth-child(6) .sx-bt b {
    background: url(../images/wmq/i-fb.png) no-repeat left center;
    background-size: .32rem;
}

/* 师资详情标题图标end */



.list ul.ssjg li a p span {
    float: none;
    color: red;
    font-size: .18rem;
    font-family: 微软雅黑;
}

.yw-l ul.fj1 {
    margin-bottom: 20px;
}

.yw-l ul.fj1 li a {
    display: inline;
}

.v_news_content a {
    word-wrap: break-word;
}

.ny-c p,
.ny-c p span {
    background-color: transparent !important;
}

.v_news_content table {
    border: 1px solid #666;
    max-width: 100%;
    overflow-x: auto;
    margin: 0 auto;
}

.v_news_content table td p {
    text-indent: 0 !important;
    padding: 0 2px;
}

@media screen and (max-width: 1024px) {
    .v_news_content table {
        display: block;
    }

    .jgsz {
        min-height: 450px;
    }

    .list {
        min-height: 450px;
    }
}

.wxb .sz-lt ul li {
    width: 32%;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    margin: 0px 0px 2px 5px !important;
}

.listFrame a {
    display: inline;
}

.listFrame {
    margin-top: 15px;
}


/* 建筑标注 */
.sz-lt ul li a:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: linear-gradient(209deg, #083272 -3%, #2B58A1 91%);
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}
.sz-lt ul li a::after {
    content: '';
    width: 1.75rem;
    height: .72rem;
    background: url(../images/js-bd.png) no-repeat right bottom;
    background-size: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
}
.sz-lt ul li a:hover::after {
    opacity: 1;
}
/* 建筑标注 */


#vsb_content table {margin:0 auto;max-width:100%;overflow-x:auto;}
#vsb_content table td p{text-indent:0 !important;margin-bottom:0 !important;}
#vsb_content iframe {
  display:block;
  margin:0 auto;
  width:90%;
}

@media screen and (max-width: 1024px) {
  #vsb_content table {display:block;} 
  .jsml {displaay:none;}
}

@media screen and (min-width: 1024px) {
  .jsml {display:none;}
}





/* 图片列表 */

.img-lists ul {
    margin: 0 -.2rem;
    display: flex;
    flex-wrap: wrap;
}

.img-lists ul li {
    width: 33.33%;
    margin-top: .47rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}



.img-lists ul li a {
    display: block;
    margin: 0 .2rem;
    transition: all 0.5s;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0rem 0.27rem 0.46rem 0rem rgba(0, 0, 0, 0.06);
}

.img-lists ul li a .pic {
    padding-top: 65%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    font-size: 0;
    transition: all 0.5s;
    padding: .28rem .23rem .34rem .43rem;
    position: relative;
    height: 1.34rem;
    display: flex;
    align-items: center;
}

.img-lists ul li a>div.info::before {
    content: "";
    position: absolute;
    left: .14rem;
    top: .27rem;
    width: 0.04rem;
    height: 0.87rem;
    background-color: #004692;
}

.img-lists ul li a>div.info h3 {
    font-size: 0.22rem;
    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: 2;
    overflow: hidden;
    max-height: .72rem;
    width: 100%;
}
 
.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

@media screen and (min-width:1025px) {
    .img-lists ul li a:hover {
        box-shadow: 0px 4px 10px 0px rgba(1, 119, 249, .3);
    }

    .img-lists ul li a:hover>div.info h3 {
        color: #004692;
    }

    .img-lists ul li a:hover>div.info span {
        background: url(../images/icon-more-b.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
}

@media screen and (max-width:1024px) {


    .timg-list-img {
        margin-right: .2rem;
    }

    .timg-list ul li a {}

    .img-lists ul {
        margin: 0 -.05rem
    }

    .img-lists ul li {
        width: 50%;
        margin-top: .2rem;
    }

    .img-lists ul li a {
        margin: 0 .05rem
    }

    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .img-lists ul li a>img {
        height: 209px;
    }

    .img-lists ul li a>div.info {
        padding: .15rem .1rem .2rem .1rem;
        height: .95rem;
    }

    .img-lists ul li a>div.info:before {
        content: none;
    }

    .img-lists ul li a>div.info h3 {
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }

    .img-lists ul li a>div.info span {
        margin-top: .1rem;
    }



}


.lrld .jgsz ul li a {width:100%;text-align:center;}
.date11 b {    font-size: 0.36rem;}

.sypt1 div{background-size: contain;}
.pxdt_list h3 {height:1rem;    -webkit-line-clamp: 3;}
.pxdt_list .xw-tx p{height: 0.3rem;margin-top: .1rem;margin-bottom: .2rem;}



.xkpt_f {font-weight:bold;color: #083272;}
.xkpt1 ul li a:hover .xkpt_f {color:#fff;}