@charset "UTF-8";

@font-face {
    font-family: Heebo-Black;
    src: url(../fonts/Heebo-Black-2.ttf);
}

@font-face {
    font-family: Heebo-Light;
    src: url(../fonts/Heebo-Light-5.ttf);
}

@font-face {
    font-family: Bebas-Regular;
    src: url(../fonts/bebas-regular.TTF);
}

.head {
    /* transition: all .5s; */
}

html, body {
    background: #fff;
}



.pb_sys_common {
    line-height: 40px!important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0A62C4!important;
    color: #fff;
    background-color: #0A62C4!important;
}

.footer {
    padding-top: .65rem;
    background: url(../images/footer-nybg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer::before {
    display: none;
}

.banner {
    position: relative;
}

.banner-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.banner-tit h2 {
    width: 2.86rem;
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sysong";
    font-weight: normal;
}

.nymain .leftNav>h2 {}

.art-body img {
    border: #ccc 1px solid!important;
}


.banner>img {
    display: block;
    width: 100%;
    min-height: 1.4rem;
    object-fit: cover;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.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: #0A62C4;
    color: #fff;
    border: 1px solid #0A62C4;
}

.pagination a:hover {
    background: #0A62C4;
    color: #fff;
    border: 1px solid #0A62C4;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1.25rem;
    z-index: 3;
    font-family: "微软雅黑";
    overflow: hidden;
}

.nymain.bg1 {
    background: url(../images/ny-bg1.png) no-repeat;
    background-position: left top;
    background-size: 17.58rem auto;
}

.nymain.bg2 {
    background: url(../images/ny-bg2.png) no-repeat;
    background-position: right top;
    background-size: 17.58rem auto;
}

.nymain.bg3 {
    background: url(../images/ny-bg1.png) no-repeat;
    background-position: left 70%;
    background-size: 17.58rem auto;
}

.nymain.bg4 {
    background: url(../images/ny-bg4.png) no-repeat;
    background-position: right top;
    background-size: 7.43rem auto;
}

.nymain>div {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nymain::before {}

.nymain .leftNav {
    width: 2.4rem;
    position: relative;
    margin-left: 1rem;
    /* background: #fff; */
}

.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: #0A62C4;
    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;
}



.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 #e3e3e3;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .24rem;
    line-height: .75rem;
    color: #222222;
    padding: 0 .25rem;
    transition: all .5s;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .4rem;
    height: .75rem;
    right: .1rem;
    top: 0;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: .1rem auto;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    transform: rotateZ(90deg);
}



.nymain .leftNav>ul>li.on>a {
    color: #0A62C4;
    color: #fff !important;
    background-color: #0a5286;
    border-radius: 0.1rem;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotateZ(-90deg);
    background: url(../images/sub_left_down-w.png) no-repeat center center;
    background-size: .1rem auto;
}


.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.on.active>a {
    color: #fff !important;
    background-color: #0a5286;
    border-radius: 0.1rem;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav>ul>li.active>span {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #0a5286;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: .18rem;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: .2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .2rem;
    line-height: .43rem;
    /* border-top: 1px solid #eeeeee; */
    color: #222222;
    border: none;
}

.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: #0A62C4;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(120, 0, 9, 0.17);
    padding-bottom: .45rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: .14rem;
    line-height: .2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #fff;
}

.position>h3::after {
    content: "";
    height: 1px;
    background: #eee;
    z-index: 1;
    display: block;
    flex: 1;
}

.position h3 {
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    line-height: .5rem;
    transform: scaleX(.86);
    transform-origin: left center;
}

.position svg {
    margin-right: .1rem;
    height: .2rem;
}

.position svg path {
    fill: #fff;
}

.position span {
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    width: auto;
    height: .17rem;
    vertical-align: middle;
    margin-right: 0.05rem;
    z-index: 9;
    position: relative;
}

.position a {
    padding: 0 .05rem;
    vertical-align: middle;
    color: #fff;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #baa575;
}





.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: -.2rem;
    top: 0;
    right: -.2rem;
    bottom: 0;
    z-index: 1;
    transform: scaleY(0);
    transition: all 0.5s;
    background: #FCFBFB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: .15rem 0;
    position: relative;
    z-index: 2;
    font-family: "微软雅黑";
    padding: .4rem 0 .5rem 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.timg-list ul li:nth-child(1) a {
    border: none;
}

.timg-list ul li a h3 {
    font-size: .2rem;
    color: #222222;
    line-height: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
}

.timg-list ul li a>div {
    display: flex;
}

.timg-list-img {
    float: left;
    width: 2.82rem;
    margin-right: .38rem;
}

.timg-list ul li a .pic {
    padding-top: 69%;
}


.timg-linfo {
    flex: 1;
    min-width: 0;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    margin: .18rem 0 .23rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.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.24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #94070A;

}

.timg-linfo div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #9E9E9E;
    padding-left: .25rem;
    background-position: left center;
    background-size: .15rem auto;
}



.timg-list ul li a:hover {
    border-color: transparent;
}

.timg-list ul li:hover+li a {
    border-color: transparent;
}

.timg-list ul li a:hover h3 {
    color: #0A62C4;
    font-weight: 600;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {}

.timg-list ul li:hover::before {
    transform: scaleY(1);
}


/* 图片列表 */

.img-lists ul {
    margin: 0 -.2rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: -.54rem;
}

.img-lists ul li {
    width: 50%;
    margin-top: .54rem;
    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 {}

.img-lists ul li:hover .info {}

.img-lists ul li:hover .info p {
    color: #baa575;
}

.img-lists ul li a {
    display: block;
    margin: 0 .2rem;
    transition: all 0.5s;
}

.img-lists ul li a .pic {
    padding-top: 64%;
    border-radius: .1rem;
    background: #000;
}

a.video .pic {
    background: #000;
}

a.video .pic div {
    opacity: .7;
}

a.video:hover .pic div {
    opacity: .9;
}

a.video .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-icon-play.png) no-repeat;
    background-position: center center;
    background-size: .51rem auto;
}

.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;
    padding-top: .28rem;
}

.img-lists ul li a>div.info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #073151;
}

.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 {
    flex: 1;
    min-width: 0;
    position: relative;
}

.art-main .art-tit h3 {
    text-align: center;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.55rem;
    letter-spacing: 0rem;
    color: #222222;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {}

.art-main .art-body p {
    margin-top: .3rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222;
    text-indent: 2em;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
    height: auto!important;
}

.art-main .cont-tit p {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: .3rem;
    color: #666666;
    background: rgba(0, 0, 0, 0.04);
    padding: .05rem .1rem;
}

.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: .14rem;
    line-height: .36rem;
    margin: 0 10px;
    color: #9E9E9E;
    padding-top: .05rem;
}

.art-time {
    position: relative;
    margin-top: .75rem;
}

.art-time::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 1.55rem;
    background-color: #007398;
}

.art-time p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #007398;
    display: flex;
    justify-content: center;
}

.art-time p::before {
    content: "";
    display: block;
    background: url(../images/art-time.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 0.17rem;
    height: 0.36rem;
    margin-right: .1rem;
}

.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;
}

.xgxw {
    margin-top: 0;
}

.xgxw-tit {
    margin-top: .5rem;
    border-bottom: 1px solid #084f83;
    padding-bottom: .36rem;
}

.xgxw-tit h3 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.36rem;
    line-height: .36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #085084;
    transform: scaleX(.86);
    transform-origin: left center;
}

.xgxw-list {}

.xgxw-list ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #084f83;
    height: 0.8rem;
}

.xgxw-list ul li a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    flex: 1;
    min-width: 0;
}

.xgxw-list ul li a span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #007398;
    margin-left: .15rem;
}


.artzx {
    width: 4.27rem;
    margin-left: .9rem;
    margin-top: 1.03rem;
}

.artzx-tit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #084f83;
}

.artzx-tit h3 {
    padding-left: .6rem;
    background: url(../images/artzx-tit-icon.png) no-repeat;
    background-position: left top;
    background-size: .43rem auto;
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.43rem;
    color: #222222;
    padding-bottom: .13rem;
}

.art-meida {
    position: absolute;
    right: 100%;
    top: 1.6rem;
    margin-right: .25rem;
}

.art-meida ul li {
    position: relative;
}

.art-meida ul li+li {
    margin-top: .1rem;
}

.art-meida ul li .art-meida-icon {
    width: 0.59rem;
    height: 0.59rem;
    background-color: #d7bd95;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
}

.art-meida ul li .art-meida-icon img {
    max-height: .31rem;
    min-height: .23rem;
}

.art-meida ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #d7bd95;
    text-align: center;
}

.art-meida ul li:hover .art-meida-icon {
    background: #084f83;
}

.art-meida ul li:hover p {
    color: #084f83;
}

.art-meida ul li:hover #share-1 {
    display: block;
}

#share-1 {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: .1rem;
    z-index: 9;
    display: none;
}

#share-1 a {
    width: .5rem;
    height: 0.5rem;
    border: none;
    background: #eee;
    line-height: .5rem;
    font-size: .26rem;
}

#share-1 a:hover {
    background: #084f83;
}

.social-share .icon-wechat .wechat-qrcode {
    height: auto;
}

.social-share .icon-wechat .wechat-qrcode {
    width: 240px !important;
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
    display: block;
    width: 100%;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-size: .14rem;
}


.artzx-list {}

.artzx-list ul {
    margin-top: .27rem;
}

.artzx-list ul li a {
    display: block;
    margin-left: .18rem;
    border-left: 1px solid #d7bd95;
    padding: .16rem 0;
}

.artzx-list ul li:nth-child(1) a {
    padding-top: 0;
}

.artzx-list ul li a span {
    display: block;
    margin-left: .18rem;
    position: relative;
    width: 0.9rem;
    border-radius: 0.05rem;
    border: solid 1px #cecece;
    line-height: .28rem;
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    color: #979797;
    transition: all .5s;

}

.artzx-list ul li a span::before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #d7bd95;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.artzx-list ul li a span::after {
    content: "";
    position: absolute;
    right: 100%;
    left: -.15rem;
    height: 1px;
    background-color: #cecece;
    top: 50%;
    transform: translateY(-50%);
}

.artzx-list ul li a h3 {
    margin-left: .18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
    margin-top: .13rem;
}


.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
}






/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}


.i-list li {
    position: relative;
}

.i-list li a {
    display: block;
    transition: all 0.5s;
    padding: .4rem 0 .38rem 0;
    position: relative;
    z-index: 9;
}

.i-list li:nth-child(1) a {
    padding-top: 0;
}

.i-list li a .date {
    display: flex;
    transition: all 0.5s;
    position: relative;
}

.i-list li a .date b {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #0A62C4;
}

.i-list li a .date span {
    font-family: CanelaWeb-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #000f28;
    border-bottom: 1px solid #007398;
    padding-bottom: .1rem;
}

.i-list li a .info {
    flex: 1;
    min-width: 0;
}

.i-list li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #073151;
    margin: .1rem 0 .27rem 0;
}

.i-list li a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #222222;
    opacity: 0.7;
}

.i-list li a span {}

.i-list li:hover a::after {
    transform: scaleY(1);
}

.i-list li:hover a .date::after {
    background: rgba(255, 229, 229, 0.17);
}

.i-list li:hover a h3 {
    color: #baa575;
}

.i-list li:hover a p {}

.i-list li:hover a {
    border-color: transparent;
}

.i-list li:hover a .date b {
    color: #fff;
}

.i-list li:hover a .date span {
    color: #baa575;
    border-color: #baa575;
}

.jgsz-box {
    margin-top: .65rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgsz-box:nth-child(1) {
    margin-top: 0;
}

.jgsz-box h3 {
    background: rgba(0, 96, 175, .1);
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .77rem;
    text-align: center;
    color: #0A62C4;
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem;
}

.jgsz-box ul li {}

.jgsz-box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .62rem;
    color: #474747;
    padding: 0 .4rem 0 0;
}

.jgsz-box ul li a:hover {
    font-weight: 600;
    color: #0A62C4;
    text-decoration: underline;
}



/* 师资列表 */
.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: #0A62C4;
}








.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);
}




.zzjg-box {
    margin-top: 0.96rem;
    position: relative;
}

.zzjg-box::before {}

.zzjg-tit {}

.zzjg-tit h3 {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #4D4D4D;
    position: relative;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zzjg-tit h3::before {
    content: "";
    display: block;
    width: .55rem;
    height: .02rem;
    background: #B9B9B9;
    margin-right: .2rem;
}

.zzjg-tit h3::after {
    content: "";
    display: block;
    width: .55rem;
    height: .02rem;
    background: #B9B9B9;
    margin-left: .2rem;
}

.zzjg-list {
    z-index: 9;
    position: relative;
    margin-top: .06rem;
}

.zzjg-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem;
}

.zzjg-list ul li {
    width: 25%;
    margin-top: 0.22rem;
}

.zzjg-list ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    padding-left: .2rem;
    position: relative;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.0784);
    height: .57rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    margin: 0 .18rem;
}

.zzjg-list ul li a::before {}

.zzjg-list ul li a::before {
    content: "";
}

.zzjg-list ul li a:hover {
    color: #0A58A6;
    font-weight: 600;
}

.zzjg-list ul li a:hover {
    background: linear-gradient(270deg, #0A62C4 0%, #2881e6 100%);
    color: #fff;
}

.zzjg-box:hover .zzjg-tit h3 {
    color: #0A62C4;
}

.zzjg-box:hover .zzjg-tit h3:before {
    background: #0A62C4;
}

.zzjg-box:hover .zzjg-tit h3:after {
    background: #0A62C4;
}




.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: #0A62C4;
    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;
}


.notice-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem;
    margin-top: -.35rem;
}

.notice-list ul li {
    width: 50%;
    margin-top: .35rem;
}

.notice-list ul li a {
    display: block;
    border-radius: 0.1rem;
    border: solid 0.01rem #084f83;
    margin: 0 .3rem;
    position: relative;
    padding: .33rem .4rem .4rem .4rem;
}

.notice-list ul li a::before {
    content: "";
    position: absolute;
    left: -.15rem;
    top: -.08rem;
    right: -.15rem;
    bottom: -.08rem;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
    background: url(../images/notice-list-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    border-radius: .1rem;
    box-shadow: 0.03rem 0 .18rem rgba(0, 0, 0, .4);
}

.notice-list ul li a h3 {
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    margin: .18rem 0 .5rem 0;
}

.notice-list ul li a span {
    display: block;
    font-family: CanelaWeb-Regular;
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #000f28;
}

.xxjj-bigimg {
    margin-bottom: .65rem;
}

.xxjj-bigimg img {
    width: 14.4rem;
    margin: 0 auto;
    max-width: 100%;
}


.xxjj1 {}

.xxjj-text {
    margin-top: -.36rem;
}

.xxjj-text p {
    margin-top: .36rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    text-align: justify;
    text-indent: 2em;
}

.xxjj2 {
    position: relative;
    z-index: 1;
    padding: .65rem .65rem 0 .65rem;
    margin-top: .4rem;
}

.xxjj2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0.68rem;
    background: url(../images/xxjj2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    border-radius: .1rem;
}

.xxjj2 .xxjj-text p {
    color: #fff;
}

.xxjj2-box {
    display: flex;
    margin-top: .5rem;
}

.xxjj2-box .xxjj-text {
    flex: 1;
    min-width: 0;
    padding-bottom: .8rem;
}

.xxjj2-box .xxjj-img {
    width: 3.83rem;
    margin-left: .5rem;
}

.xxjj-img img {
    display: block;
    width: 100%;
    border-radius: .1rem;
    height: auto!important;
}


.xxjj img{
    display: block;
    max-width: 100%;
    height: auto!important;
    border: #ccc 0px solid!important;
    margin: auto;
}




.xxjj3 {
    padding-top: 0.5rem;
}

.xxjj4 {
    display: flex;
    padding-top: .5rem;
}

.xxjj4-l {
    width: 5.1rem;
    margin-right: .55rem;
}

.xxjj4-l .xxjj-img {
    margin-top: .4rem;
}

.xxjj4-r {
    flex: 1;
    min-width: 0;
}

.xxjj4-r .xxjj-img {
    padding-bottom: .4rem;
}

.xxjj5 {
    padding-top: .5rem;
}

.lrld ul li h3 {
    border-bottom: 1px solid #bdbdbd;
    font-family: SourceHanSerifSC-Regular;
    font-family: "SourceHanSerifCN-Medium";
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    padding: .2rem .4rem 0.2rem 0;
    position: relative;
}

.lrld ul li h3 span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.25rem;
    cursor: pointer;
}

.lrld ul li h3 span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.25rem;
    height: .02rem;
    background: #222222;
}

.lrld ul li h3 span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
    width: 0.25rem;
    height: .02rem;
    background: #222222;
    transition: all .5s;
}

.lrld ul li h3 span.on::after {
    width: 0;
    opacity: 0;
}

.lrld ul li div {
    padding: .5rem 0;
    display: none;
}

.lrld ul li div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.lrld ul li.on div {
    display: block;
}

.xrld-box {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    padding: .22rem 0;
}

.xrld-box h3 {
    border-left: 1px solid #0a5286;
    width: 3.6rem;
    padding: 0 .25rem;
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    letter-spacing: 0rem;
    color: #0071bb;
}

.xrld-box div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.xrld-box div a {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    width: 16.6666%;
}

.xrld-box div a:hover {
    color: #0071bb;
}

.lsyg-text {}

.lsyg-text p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222;
    text-indent: 2em;
    text-align: justify;
}

.lsyg-text p+p {
    margin-top: .35rem;
}


.lsyg-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}



.xyfg-bigimg a {
    display: block;
}

.xyfg-bigimg a img {
    display: block;
    width: 100%;
}

.xyfg-list {
    width: 100%;
}

.xyfg-list ul {
    margin: 0 -.12rem;
    display: flex;
    flex-wrap: wrap;
}

.xyfg-list ul li {
    width: 33.33%;
    margin-top: .37rem;
}

.xyfg-list ul li a {
    display: block;
    margin: 0 .12rem;

}

.xyfg-list ul li a .pic {
    padding-top: 63.5%;
    border-radius: .1rem;
}


.xyzz-box+.xyzz-box {
    margin-top: .95rem;
}

.xyzz-tit {
    display: flex;
    align-items: center;
}

.xyzz-tit h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.32rem;
    line-height: .4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #0a5286;
    margin-right: .25rem;
    transition: all .5s;
}

.xyzz-tit div {
    flex: 1;
    min-width: 0;
    height: 0.02rem;
    background: #0a5286;
    position: relative;
    transition: all .5s;
}

.xyzz-tit div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background-color: #0a5286;
    border-radius: 50%;
    transition: all .5s;

}

.xyzz-tit div::after {
    content: "";
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background-color: #0a5286;
    border-radius: 50%;
    transition: all .5s;

}

.xyzz-tit div b {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/xyzz-box-aft.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 0.85rem;
    height: 0.41rem;
    transition: all .5s;
}

.xyzz-bd {}

.xyzz-bd ul {
    display: flex;
    flex-wrap: wrap;
}

.xyzz-bd ul li {
    width: 25%;
    background: url(../images/xyzz-itembef.png) no-repeat;
    background-position: left .06rem;
    background-size: auto .26rem;
    padding-left: .56rem;
    margin-top: .34rem;
}

.xyzz-bd ul li>a {
   /* display: block;*/
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222;
}

.xyzz-bd ul li dl {
    margin-top: .1rem;
}

.xyzz-bd ul li dl dd a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #4d4d4d;
}

.xyzz-bd2 ul li {
    width: auto;
    min-width: 40%;
}



.szgkzhy1 ul {
    display: flex;
    flex-wrap: wrap;
}

.szgkzhy1 ul li {
    display: flex;
    justify-content: center;
    width: 25%;
}

.szgkzhy1 ul li a {
    display: block;
}

.szgkzhy1 ul li a div {
    display: flex;
    align-items: flex-end;
    font-family: Heebo-Light;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: 0.01rem;
    color: #004a80;
}

.szgkzhy1 ul li a div b {
    font-family: Heebo-Black;
    font-size: 0.6rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0.02rem;
    color: #004a80;

}

.szgkzhy1 ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #222222;
    margin-top: .18rem;
text-align:center;
}

.szgkzhy-text {
    margin-top: .8rem;
}

.szgkzhy-text p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.42rem;
    letter-spacing: 0rem;
    color: #222222;
    text-indent: 2em;
    text-align: justify;
}

.szgkzhy-text p+p {
    margin-top: .42rem;
}



.zsjyzhy1>ul {
    display: flex;
}

.zsjyzhy1>ul>li {
    transition: all .5s;
    position: relative;
    width: calc(20% - .16666rem);
    height: 5.57rem;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.1rem;
}

.zsjyzhy1>ul>li+li {
    margin-left: .2rem;
}


.zsjyzhy1>ul>li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
}

.zsjyzhy1>ul>li .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/zsjyzhy1-zz.png) repeat;
    background-position: center center;
}

.zsjyzhy1>ul>li:nth-child(1) {
    background-color: #004a80;
}

.zsjyzhy1>ul>li:nth-child(2) {
    background-color: #d9bf94;
}

.zsjyzhy1>ul>li:nth-child(3) {
    background-color: #0071bb;
}

.zsjyzhy1>ul>li:nth-child(4) {
    background-color: #47748f;
}

.zsjyzhy1>ul>li:nth-child(5) {
    background-color: #004a80;
}

.zsjyzhy1>ul>li:nth-child(6) {
    background-color: #d9bf94;
}

.zsjyzhy1>ul>li:nth-child(7) {
    background-color: #886966;
}

.zsjyzhy1>ul>li .zsjyzhy1-iteml {
    display: flex;
    flex-direction: column;
    padding-top: .68rem;
    height: 100%;
    align-items: center;
    transition: all .8s;
    position: relative;
    justify-content: space-between;
}


.zsjyzhy1>ul>li .zsjyzhy1-iteml h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: flex;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.zsjyzhy1>ul>li .zsjyzhy1-iteml a {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .4rem;
    letter-spacing: 0.01rem;
    color: #fff;
    padding-top: .35rem;
    padding-bottom: .7rem;
    background: url(../images/xyzz-itembef.png) no-repeat;
    background-position: center top;
    background-size: auto .25rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: relative;
    transition: all .5s;
}

.zsjyzhy1>ul>li .zsjyzhy1-iteml a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 0.59rem;
    background-color: #d7bd95;
    border-radius: 0.01rem;
    transition: all .5s;
}

.zsjyzhy1>ul>li .zsjyzhy1-itemr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    padding: .65rem .65rem .2rem .65rem;
    transition: all .5s;
    opacity: 0;
}


.zsjyzhy1>ul>li .zsjyzhy1-itemr h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    line-height: .32rem;
    padding-bottom: .2rem;
    color: #ffffff;
    position: relative;
    margin-bottom: .25rem;
}

.zsjyzhy1>ul>li .zsjyzhy1-itemr h3::after {
    content: "";
    position: absolute;
    width: 1.62rem;
    height: 0.02rem;
    background-color: #d7bd95;
    left: 0;
    bottom: 0;
}

.zsjyzhy1>ul>li .zsjyzhy1-itemr ul li a {
    display: block;
    line-height: 0.45rem;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.01rem;
    color: #ffffff;
    position: relative;
    padding-right: .5rem;
}

.zsjyzhy1>ul>li .zsjyzhy1-itemr ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.45rem;
    background: url(../images/zsjyzhy1-more.png) no-repeat;
    background-position: right center;
    background-size: 100% auto;
    opacity: 0;
    transition: all .5s;
}

.zsjyzhy2 {
    margin-top: .58rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/zsjyzhy2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 4.4rem;
    border-radius: .1rem;
}

.zsjyzhy2 div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.zsjyzhy2 div h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .5rem;
    letter-spacing: 0.03rem;
    color: #ffffff;
    position: relative;
    padding-bottom: .33rem;
    transform: scaleX(.86);
}

.zsjyzhy2 div h3::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1.53rem;
    height: 0.02rem;
    background-color: #d7bd95;
}

.zsjyzhy2 div a {
    display: block;
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #fff;
    background: url(../images/xyzz-itembef.png) no-repeat;
    background-position: left .06rem;
    background-size: auto .25rem;
    padding-left: .38rem;
    margin-top: .5rem;
}

.zsjyzhy2 div a:hover {
    color: #d7bd95;
}

.rcpyzhy-tit h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0.01rem;
    color: #d1d1d1;
}

.rcpyzhy-tit h4::before {
    content: "";
    display: block;
    width: 3.9rem;
    /* flex: 1;
    min-width: 0; */
    margin-right: .1rem;
    background-color: #d1d1d1;
    height: 1px;
}

.rcpyzhy-tit h4::after {
    content: "";
    display: block;
    width: 3.9rem;
    /* flex: 1;
    min-width: 0; */
    margin-left: .1rem;
    background-color: #d1d1d1;
    height: 1px;
}

.rcpyzhy1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
}

.rcpyzhy1 ul li {
    display: flex;
    justify-content: center;
    width: 30%;
}

.rcpyzhy1 ul li a {
    display: block;
}
.rcpyzhy1 ul li p {
   text-align:center;
}


.rcpyzhy1 ul li a div {
    display: flex;
    align-items: flex-end;
    font-family: Heebo-Light;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: 0.01rem;
    color: #004a80;
}

.rcpyzhy1 ul li a div b {
    font-family: Heebo-Black;
    font-size: 0.6rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0.02rem;
    color: #004a80;

}

.rcpyzhy1 ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #222222;
    margin-top: .18rem;
}

.rcpyzhy2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: .9rem;
}

.rcpyzhy2 ul li {
    width: calc(50% - .2rem);
    height: 2.71rem;
    border-radius: .1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.rcpyzhy2 ul li div {
    padding-top: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rcpyzhy2 ul li div h3 {
    display: flex;
    align-items: flex-end;
    border-bottom: 0.02rem solid #d7bd95;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .4rem;
    color: #ffffff;
    padding-bottom: .17rem;
}

.rcpyzhy2 ul li div h3 span {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: .3rem;
    color: #ffffff;
}

.rcpyzhy2 ul li div a {
    display: block;
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #fff;
    background: url(../images/xyzz-itembef.png) no-repeat;
    background-position: left .06rem;
    background-size: auto .25rem;
    padding-left: .38rem;
    margin-top: .5rem;
}

.rcpyzhy2 ul li div a:hover {
    color: #d7bd95
}

.rcpyzhy2 ul li:nth-child(2) div h3 {
    color: #222222;
    border-color: #004a80;
}

.rcpyzhy2 ul li:nth-child(2) div h3 span {
    color: #222222;
}

.rcpyzhy2 ul li:nth-child(2) div a {
    color: #222222;
}

.rcpyzhy3 ul {
    margin-top: .8rem;
    display: flex;
    margin-left: -.25rem;
    margin-right: -.25rem;
}

.rcpyzhy3 ul li {
    width: 25%;
}

.rcpyzhy3 ul li a {
    display: block;
    margin-left: .25rem;
    margin-right: .25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: .9rem;
    align-items: center;
    height: 5.07rem;
    border-radius: .1rem;
    transition: all .5s;
}

.rcpyzhy3 ul li a div {
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rcpyzhy3 ul li a div img {
    display: block;
    max-height: 100%;
    min-height: 80%;
}

.rcpyzhy3 ul li a p {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #ffffff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-top: .2rem;
}


.rcpyzhy3 ul li a span {
    position: absolute;
    right: 0.25rem;
    bottom: 0;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .4rem;
    letter-spacing: 0.01rem;
    color: #fff;
    padding-top: .35rem;
    padding-bottom: .7rem;
    background: url(../images/xyzz-itembef.png) no-repeat;
    background-position: center top;
    background-size: auto .25rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.rcpyzhy3 ul li a span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 0.59rem;
    background-color: #d7bd95;
    border-radius: 0.01rem;
}

.rcpyzhy3 ul li:nth-child(1) a p {
    color: #222222;
}

.rcpyzhy3 ul li:nth-child(1) a span {
    color: #222222;
}

.rcpyzhy3 ul li:nth-child(1) a span:after {
    background-color: #222222;
}

.ggfwzhy-h3 {
    display: flex;

}

.ggfwzhy-h3 span {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.34rem;
    line-height: .35rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #222222;
    display: block;
    padding-bottom: .34rem;
    border-bottom: 0.02rem solid #0a5286;
}

.ggfwzhy-h3.white span {
    color: #fff;
    border-color: #d7bd95;
}

.ggfwzhy1 a {
    display: flex;
}

.ggfwzhy1 a .pics {
    width: 50%;
}

.ggfwzhy1 a .pics .pic {
    padding-top: 66.5%;
}

.ggfwzhy1 a .info {
    flex: 1;
    min-width: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 .85rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ggfwzhy1 a .info h3 {
    width: 100%;
}

.ggfwzhy1 a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: 0.43rem;
    width: 100%;
}

.ggfwzhy2 {}

.ggfwzhy2 ul {
    display: flex;
    flex-wrap: wrap;
}

.ggfwzhy2 ul li {
    width: 25%;
    transition: all .5s;
    background: #fff;
}

.ggfwzhy2 ul li:nth-child(3), .ggfwzhy2 ul li:nth-child(4) {
    width: 50%;
}

.ggfwzhy2 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3.3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ggfwzhy2 ul li a .icon {
    margin-bottom: .2rem;
}

.ggfwzhy2 ul li a .icon img {
    max-height: .7rem;
    min-height: .5rem;
}

.ggfwzhy3 {
    display: flex;
}

.ggfwzhy3-l {
    width: 50%;
}

.ggfwzhy3-l ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.ggfwzhy3-l ul li {
    width: 50%;
    height: 50%;
    position: relative;
    z-index: 1;
    transition: all .5s;
    background: #fff;
}

.ggfwzhy3-l ul li:nth-child(1) {
    width: 100%;
}

.ggfwzhy3-l ul li a {
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #dbdbdb;
}

.ggfwzhy3-l ul li:nth-child(1) a {
    flex-direction: row;
}

.ggfwzhy3-l ul li:nth-child(1) a .icon {
    margin-bottom: 0;
    margin-right: .2rem;
    padding-bottom: .34rem;
}

.ggfwzhy3-l ul li:nth-child(2) a {
    border-right: 1px solid #dbdbdb;
}

.ggfwzhy3-l ul li a .icon {
    margin-bottom: .2rem;
}

.ggfwzhy3-l ul li a .icon img {
    max-height: .7rem;
    min-height: .5rem;
}

.ggfwzhy3-r {
    position: relative;
    width: 50%;
}

.ggfwzhy3-r a {
    display: block;
    position: relative;
}

.ggfwzhy3-r .pic {
    padding-top: 67%;
    background: #000;
}

.ggfwzhy3-r .pic div {
    opacity: .7;
}


.ggfwzhy3-r h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ggfwzhy3-r:hover .pic div {
    opacity: .9;
}


.xywh {
    display: block !important;
}

.xywh-box1 {
    background: #fbfafc url(../images/ny-bg4.png) no-repeat;
    background-position: right top;
    background-size: 7.43rem auto;
    /* padding-top: 1rem; */
    padding-bottom: .9rem;
}

.xywh1 {}

.xywh1-tit {
    border-bottom: 1px solid #91b5c7;
    background: url(../images/dxjs-logo.png) no-repeat;
    background-position: center bottom;
    background-size: auto .41rem;
    padding-bottom: .7rem;
}

.xywh1-tit h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.48rem;
    line-height: .5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #222222;
    transform: scaleX(.86);
    text-align: center;

}

.dxjs-img {
    margin-top: .43rem;
}

.dxjs-img img {
    display: block;
    margin: 0 auto;
    width: 5.82rem;
    max-width: 100%;
}

.dxjs-text {
    margin-top: .47rem;
}

.dxjs-text p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
    text-indent: 2em;
    text-align: justify;
}

.xywh-tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.xywh-tit h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #222222;
    transform: scaleX(.86);
    line-height: .5rem;
    padding-bottom: .3rem;
}

.xywh-tit div {
    width: 1.32rem;
    height: 0.02rem;
    background-color: #0a5286;
}

.xywh-tit.center h3 {
    text-align: center;
}

.xywh-tit.center {
    /* margin: 0 auto; */
    align-items: center;
}

.xywh2 {
    display: flex;
    align-items: flex-start;
    margin-top: .88rem;
}

.xywh2-l {
    width: 3.43rem;
    margin-left: 1.74rem;
}

.xywh2-l ul {
    margin-top: .58rem;
}

.xywh2-l ul li a {
    display: flex;
    align-items: flex-end;
    height: 2.4rem;
    background-color: #0068b7;
    padding: .24rem .3rem;
}

.xywh2-l ul li a div {
    width: 100%;
}

.xywh2-l ul li a div p {
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.xywh2-l ul li:nth-child(2) a {
    background-color: #ffffff;
}

.xywh2-l ul li:nth-child(2) a div p {
    color: #0068b7;
}

.xywh2-r {
    flex: 1;
    min-width: 0;
    background: #fff;
    padding: .7rem .8rem .75rem .8rem;
}

.xywh2-r div {}

.xywh2-r div+div {
    margin-top: .3rem;
}

.xywh2-r div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
    text-align: justify;
}

.xywh3 {
    padding: .69rem 0 2.6rem 0;
    background: url(../images/ny-bg1.png) no-repeat;
    background-position: left center;
    background-size: 17.58rem auto;
}

.xywh3-logo {
    margin-top: .9rem;
}

.xywh3-logo img {
    display: block;
    margin: 0 auto;
    width: 4rem;
    max-width: 90%;
}

.xywh3-logo a {
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #0068b7;
    margin-top: .28rem;
    display: block;
    text-align: center;
}

.xywh3-text {
    margin-top: .7rem;
}

.xywh3-text div+div {
    margin-top: .3rem;
}

.xywh3-text div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
}


.xywh3-text img{
border: #ccc 0px solid!important;
}



.xywh4 {
    margin-top: -1.6rem;
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
}

.xywh4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.6rem;
    right: 0;
    bottom: 0;
    background: url(../images/xywh4-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.xywh4-c {}

.xywh4-l {}

.xywh4-r {
    float: right;
    width: 8rem;
    margin-left: .57rem;
}

.xywh4-r img {
    display: block;
    border-radius: 0.1rem;
    width: 100%;
}

.xywh4-lc {
    padding-top: 1.27rem;
    position: relative;
    padding-left: 1.94rem;
}

.xywh4-ll {
    position: absolute;
    left: 0;
    right: 1.27rem;
    margin-right: .65rem;
}

.xywh4-ll img {
    display: block;
    width: 1.3rem;
}

.xywh4-lr {}

.xywh4-lr div {}

.xywh4-lr div+div {
    margin-top: .36rem;
}

.xywh4-lr div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #fff;
    text-indent: 2em;
    text-align: justify;
}

.xywh5 {
    margin-top: .75rem;
}

.xywh5-c {
    margin-top: .8rem;
}

.xywh5-c img {
    display: block;
    margin: 0 auto;
    /* height: 6.95rem; */
    max-width: 100%;
border: #ccc 0px solid !important;
}

.xywh5-c a {
    display: block;
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #0068b7;
    text-align: center;
}

.xywh6 {
    margin-top: .85rem;
    background-color: #fbfafc;
}

.xywh6-c {
    display: flex;
}

.xywh6-l {
    width: 2.67rem;
    border-right: .82rem solid #fff;
}

.xywh6-l div {
    margin-left: -2.4rem;
}

.xywh6-l div img {
    display: block;
    width: 100%;
}

.xywh6-r {
    flex: 1;
    min-width: 0;
    padding: .69rem 0 1rem .63rem;
}

.xywh6-r .xywh-tit {
    margin-bottom: .48rem;
}

.xywh6-r h4 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0rem;
    color: #0a5286;
    margin-top: .25rem;
}

.xywh6-r div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #222222;
    text-indent: 2em;
    text-align: justify;
    margin-top: .44rem;
}


.xywh7 {
    margin-top: .9rem;
}

.xywh7-c {
    margin-top: .93rem;
    position: relative;
    padding-right: .45rem;
    height: 4.87rem;
}

.xywh7-c ul {
    margin: 0 -.2rem;

}

.xywh7-c ul li a {
    margin: 0 .2rem;
    display: block;
}

.xywh7-c ul li a .pic {
    padding-top: 105%;
    transition: all .5s;
    border-radius: 0.1rem;
}

.xywh7-c ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #3b3b3b;
    margin-top: .25rem;
}

.xywh7-arr {
    position: absolute;
    left: 100%;
    top: 0.57rem;
    transform: translateX(-.1rem);
    display: flex;
    align-items: center;
    z-index: 9;
    min-width: 1.1rem;
}

.xywh7-arr div {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #ffffff;
    border: solid 0.01rem #1a5c8d;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.xywh7-arr div+div {
    margin-left: .3rem;
}

.xywh7-arr div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
}

.xywh7-prev::before {
    background: url(../images/xywh7-prev.png) no-repeat;
    background-position: center center;
    background-size: .3rem;
    transform: translateX(.15rem);
}

.xywh7-next::before {
    background: url(../images/xywh7-next2.png) no-repeat;
    background-position: center center;
    background-size: .3rem;
    transform: translateX(-.15rem);
}


.xxgkzhy-tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.xxgkzhy-tit h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #222222;
    transform: scaleX(.86);
    transform-origin: left center;
    line-height: .5rem;
    padding-bottom: .3rem;
}

.xxgkzhy-tit div {
    width: 1.32rem;
    height: 0.02rem;
    background-color: #0a5286;
}

.xxgkzhy-tit a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/xyzz-itembef.png) no-repeat;
    background-position: left center;
    background-size: auto .25rem;
    padding-left: .4rem;
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    letter-spacing: 0.01rem;
    color: #151515;
}
.xxgkzhy-tit a:hover{
    color: #ddb46f;
}

.xxgkzhy-tit-w h3 {
    color: #fff;
}

.xxgkzhy-tit-w div {
    background-color: #d7bd95;
}

.xxgkzhy-tit-w a {
    color: #fff;
}

.xxgkzhy-tit.center h3 {
    text-align: center;
    transform-origin: center center;
}

.xxgkzhy-tit.center {
    align-items: center;
}

.xxgkzhy1 {
    background: url(../images/ny-bg4.png) no-repeat;
    background-position: right top;
    background-size: 7.43rem auto;
    padding-top: .87rem;
}

.xxgkzhy1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .13rem;
}

.xxgkzhy1-l {
    flex: 1;
    min-width: 0;
}

.xxgkzhy1-l p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
    margin-top: .36rem;
    text-align: justify;
    text-indent: 2em;
}

.xxgkzhy1-r {
    width: 7.2rem;
    margin-left: 1.5rem;
    position: relative;
    z-index: 9;
}

.xxgkzhy1-r img {
    display: block;
    width: 100%;
    border-radius: 0.1rem;
}

.xxgkzhy2 {
    position: relative;
    z-index: 1;
    margin-top: -.46rem;
}

.xxgkzhy2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.xxgkzhy2-c {
    padding-top: 6.12rem;
}

.xxgkzhy2-c>div {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.xxgkzhy2 ul {
    display: flex;
}

.xxgkzhy2 ul li {
    width: 50%;
    padding: .32rem 0 .36rem 0;
    padding-right: .5rem;
}

.xxgkzhy2 ul li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: .5rem;
}

.xxgkzhy3 {
    position: relative;
    padding: 1rem 0 1.9rem 0;
    z-index: 1;
    overflow: hidden;
}

.xxgkzhy3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    bottom: 0;
    background: url(../images/xxgkzhy3-lbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.xxgkzhy3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    bottom: 0;
    background: url(../images/xxgkzhy3-rbg.png) no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: -1;
}

.xxgkzhy3-t {
    max-width: 7rem;
}

.xxgkzhy3-des {
    margin: .47rem 0 .33rem 0
}

.xxgkzhy3-des p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    text-align: justify;
    text-indent: 2em;
}

.xxgkzhy3-t .xxgkzhy-tit a {
    position: static;
    display: block;
}

.xxgkzhy3-b ul {
    position: relative;
    margin-right: -2.4rem;
    display: flex;
    z-index: 1;
}

.xxgkzhy3-b ul img {
    position: absolute;
    left: -.37rem;
    width: 17.17rem;
    top: 0.64rem;
    z-index: -1;
    pointer-events: none;
}

.xxgkzhy3-b ul li {}

.xxgkzhy3-b ul li:nth-child(1) {
    margin-top: .55rem;
    margin-left: .1rem;
}

.xxgkzhy3-b ul li:nth-child(2) {
    margin-top: 1.5rem;
    margin-left: 1.25rem;
}

.xxgkzhy3-b ul li:nth-child(3) {
    margin-top: .5rem;
    margin-left: 1.2rem;
}

.xxgkzhy3-b ul li:nth-child(4) {
    margin-top: .15rem;
    margin-left: 1rem;
}

.xxgkzhy3-b ul li:nth-child(5) {
    margin-top: 0;
    margin-left: 1.5rem;
}

.xxgkzhy3-b ul li:nth-child(6) {
    margin-top: 0;
    margin-left: .7rem;
}

.xxgkzhy3-b ul li a {
    display: block;
}

.xxgkzhy3-b ul li a div {
    width: 0.7rem;
    height: 0.83rem;
    background-color: #004a7d;
    background: url(../images/xxgkzhy3-yearbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.xxgkzhy3-b ul li a div b {
    font-family: Bebas-Regular;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.7rem;
    color: #0a5286;
    text-align: center;
    display: block;
}

.xxgkzhy3-b ul li a p {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #0a5286;
    margin-top: .7rem;
    position: relative;
    left: -.5rem;
}

.xxgkzhy3-b ul li:nth-child(3)~li a p {
    color: #ddb46f;
}

.xxgkzhy4 {
    position: relative;
    padding-bottom: 1.1rem;
}

.xxgkzhy4-big ul li a {
    display: block;
}

.xxgkzhy4-big ul li a .pic {
    padding-top: 41.8%;
}

.xxgkzhy4-big ul li a .pic div {
    width: 100% !important;
    height: 100% !important;
}

.xxgkzhy4 .xxgkzhy-tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.8rem;
    z-index: 9;
}

.xxgkzhy4-small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.xxgkzhy4-small ul li a {
    display: block;
    margin: 0 .1rem;
}

.xxgkzhy4-small ul li a .pic {
    padding-top: 60%;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    margin-top: 10%;
    transition: all .5s;
}

.xxgkzhy4-small ul li a:hover .pic{
    padding-top: 70%;
    margin-top: 0;
}
.xxgkzhy4-small ul li.slick-current  a .pic{
    padding-top: 70%;
    margin-top: 0;
}
.xxgkzhy4-small ul li a .pic div {
    width: 100% !important;
    height: 100% !important;
}

.xxgkzhy4-small ul li a .info {
    border-radius:0 0 .1rem 0.1rem;
    border: solid 0.01rem #d3be75;
    border-top: none;
    height: 1.1rem;
    display: flex;
    align-items: center;
}

.xxgkzhy4-small ul li a .info h3 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222;
    padding: 0 .2rem;
}

.xxgkzhy5{
    background: url(../images/xxgkzhy5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 5.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.1rem;
}

.xxgkzhy5 .xxgkzhy-tit a{
    position: static;
    margin-top: .33rem;
}




.xxgkzhy4-new{
    padding-top: .8rem;
}

.xxgkzhy4-new ul {
    display: flex;
    margin-top: .55rem;
}

.xxgkzhy4-new ul li {
    background: #f8f8f8;
    border-radius: 0.1rem;
    width: 1.52rem;
    position: relative;
    z-index: 1;
    transition: all .5s;
    display:none;
    overflow: hidden;
}

.xxgkzhy4-new ul li a{
    display:block;
}
.xxgkzhy4-new ul li a .pic{
    padding-top:6.18rem;
}

.xxgkzhy4-new ul li:nth-child(-n+6){
    display:block;
}
.xxgkzhy4-new ul li+li {
    margin-left: .1rem;
}



@media screen and (min-width:1025px) {

.xxgkzhy4-new ul li.on {
        width: calc(100% - 1.52rem * 4 - .1rem * 4);
    }
 


    .xgxw-list ul li a:hover h3 {
        color: #085084;
    }




    .xgxw-list ul li a:hover h3 {
        color: #085084;
    }

    .artzx-list ul li a:hover span {
        background: #d7bd95;
        color: #fff;
    }

    .artzx-list ul li a:hover h3 {
        color: #d7bd95;
    }

    .xywh7-c ul li a:hover .pic {
        padding-top: 122%;
    }

    .xywh7-c ul li a:hover p {
        color: #1a5c8d;
    }

    .xywh7-arr div:hover {
        background: #1a5c8d;
    }

    .xywh7-prev:hover::before {
        background: url(../images/xywh7-prev2.png) no-repeat;
        background-position: center center;
        background-size: .3rem;
        transform: translateX(0);
    }

    .xywh7-next:hover::before {
        background: url(../images/xywh7-next.png) no-repeat;
        background-position: center center;
        background-size: .3rem;
        transform: translateX(0);
    }

    .ggfwzhy3-l ul li:hover {
        z-index: 9;
    }

    .ggfwzhy2 ul li:hover, .ggfwzhy3-l ul li:hover {
        z-index: 9;
        transform: scale(1.02);
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
        border-color: transparent;
    }

    .rcpyzhy3 ul li a:hover, .rcpyzhy2 ul li:hover {
        box-shadow: 0.05rem 0.05rem .15rem rgba(0, 0, 0, .4);
    }

    .rcpyzhy3 ul li:nth-child(1) a:hover span, .rcpyzhy2 ul li:nth-child(2) div a:hover {
        color: #0071bb;
    }

    .rcpyzhy3 ul li:nth-child(1) a:hover span:after {
        background-color: #0071bb;
    }

    .zsjyzhy1>ul>li:hover {
        transform: translateY(-.2rem);
        box-shadow: 0.05rem 0.05rem .1rem rgba(0, 0, 0, .6);
    }

    .zsjyzhy1>ul>li:hover .zsjyzhy1-iteml a {
        padding-bottom: .9rem;
    }

    .zsjyzhy1>ul>li:hover .zsjyzhy1-iteml a:after {
        height: 0.79rem;
    }

    .zsjyzhy1>ul>li .zsjyzhy1-itemr ul li a:hover, .rcpyzhy3 ul li a:hover span {
        color: #d7bd95;
    }

    .zsjyzhy1>ul>li .zsjyzhy1-itemr ul li a:hover::after {
        opacity: 1;
    }

    .zsjyzhy1>ul>li.on {
        width: calc(100% - .85rem* 5 - .2rem* 5);
    }

    .zsjyzhy1>ul>li.on .zsjyzhy1-iteml {
        opacity: 0;
        transform: translateX(-100%);
    }

    .zsjyzhy1>ul>li.on .zsjyzhy1-itemr {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transition-delay: .3s;
    }

    .zsjyzhy1>ul>li.on a .bg {
        opacity: 1;
    }


    .xyzz-box:hover .xyzz-tit h3 {
        color: #c49b67;
    }

    .xyzz-box:hover .xyzz-tit div {
        background-color: #d7bd95;
    }

    .xyzz-box:hover .xyzz-tit div::before {
        background-color: #d7bd95;
    }

    .xyzz-box:hover .xyzz-tit div::after {
        background-color: #d7bd95;
    }

    .xyzz-box:hover .xyzz-tit b {
        background: url(../images/xyzz-box-aft2.png) no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .xyzz-bd ul li dl dd a:hover, .xyzz-bd ul li>a:hover {
        color: #c49b67;
    }

    .notice-list ul li a:hover {
        border-color: transparent;
    }

    .notice-list ul li a:hover::before {
        opacity: 1;
    }

    .notice-list ul li a:hover h3 {
        color: #ffffff;
    }

    .notice-list ul li a:hover p {
        color: #fefefe;
        opacity: 0.6;
    }

    .notice-list ul li a:hover span {
        color: #d7bd95;
    }
    .xxgkzhy4-small ul li a:hover .info h3{
        color: #0071bb;
    }
   
}