html,body {
    background: #fff
}

.banner {
    position: relative;
    z-index: 1
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(90deg, #390000 -1%, rgba(0, 59, 144, 0) 100%);
    width: 10.63rem;
    max-width: 90%
}

.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: url(../images/leftNavh2bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sysong";
    font-weight: normal
}

.banner a img {
    display: block;
    width: 100%
}

.contsub_colm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 9;
    font-family: sysong
}

.contsub_colm h2 {
    font-size: .4rem;
    line-height: .5rem;
    color: #FFFFFF;
    line-height: .72rem
}

.contsub_colm h2 span {
    display: block;
    width: .54rem;
    height: .04rem;
    background: #FF8A00;
    margin-top: .17rem
}

.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: #BE1414;
    color: #fff;
    border: 1px solid #BE1414
}

.pagination a:hover {
    background: #BE1414;
    color: #fff;
    border: 1px solid #BE1414
}

.pagination span {
    display: inline-block;
    font-size: 14px
}

.nymain {
    position: relative;
    padding-bottom: 2rem;
    z-index: 3;
    overflow: hidden;
    font-family: "å¾®è½¯é›…é»‘";
    margin-top: .3rem
}

.nymain::before {
    content: "";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    background: url(../images/s4-bg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 10.67rem;
    right: 0;
    bottom: -6rem;
    height: 16.37rem;
    opacity: .3
}

.nymain>div.w16 {
    display: flex
}

.nymain .leftNav {
    float: left;
    width: 2.6rem;
    position: relative;
    margin-right: .78rem
}

.nymain .leftNav>h2 {
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "sy";
    font-weight: normal;
    background: #BE1414
}

.nymain .leftNav>h2 i {
    font-style: normal;
    font-size: 0.3rem;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    top: .28rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
    z-index: 1
}

.nymain .leftNav>h2 b {
    position: relative;
    z-index: 2;
    padding-top: .1rem
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
    padding: 0 .25rem 1rem .25rem;
    box-shadow: 0px 0.02rem 0.08rem 0px rgba(0, 0, 0, 0.15)
}

.nymain .leftNav>ul>li {
    position: relative;
    padding: 0 .45rem;
    border-bottom: 1px dashed #D8D8D8
}

.nymain .leftNav>ul>li:first-child {
    border-top: none
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    line-height: .75rem;
    color: #4D4D4D
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .4rem;
    height: .75rem;
    right: .45rem;
    top: 0;
    background: url(../images/sub_left_down4.png) no-repeat right center;
    background-size: .1rem auto;
    cursor: pointer;
    transition: all 0.3s
}

.nymain .leftNav>ul>li.on>a {
    color: #BE1414;
    font-weight: 600
}

.nymain .leftNav>ul>li.activ {
    background: #dadada
}

.nymain .leftNav>ul>li.active>a {
    color: #BE1414;
    font-weight: 600
}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down.png) no-repeat right center;
    background-size: .1rem auto
}

.nymain .leftNav ul li.active ul {
    display: block
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #BE1414
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: .2rem
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 40px;
    padding-left: .2rem;
    color: #666666;
    border: none;
    padding-right: 0;
    padding-left: 0
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none
}

.ny-right {
    flex: 1;
    min-width: 0
}

.ny-rcom {
    font-size: 24px;
    color: #BE1414;
    margin-bottom: 15px;
    font-weight: normal
}

.position {
    min-width: 4.2rem
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: .4rem
}

.position>h3::after {
    content: "";
    height: 1px;
    background: #eee;
    z-index: 1;
    display: block;
    flex: 1
}

.position h3 {
    font-size: .28rem;
    line-height: .3rem;
    font-weight: normal;
    color: #2C2C2C;
    text-align: left;
    bottom: 0;
    left: 0;
    font-weight: 600;
    z-index: 9;
    position: relative;
    border-left: .05rem solid #BE1414;
    padding-left: .15rem;
    margin-right: .05rem;
    display: flex;
    align-items: center;
    margin-left: .05rem;
    font-family: "sy"
}

.position svg {
    margin-right: .1rem;
    height: .29rem
}

.position svg path {
    fill: #fff
}

.position span {
    color: #fff;
    font-size: .16rem;
    vertical-align: middle;
    z-index: 9;
    position: relative
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
    z-index: 9;
    position: relative
}

.position a {
    font-size: .16rem;
    padding: 0 .05rem;
    vertical-align: middle;
    color: #fff;
    z-index: 9;
    position: relative
}

.position a:hover {
    color: #BE1414
}

.pcnav {
    position: relative;
    flex: 1;
    min-width: 0;
    z-index: 1;
    background: #BE1414;
    border-radius: .3rem;
    margin-top: 1.2rem;
    margin-bottom: -.2rem
}

.pcnav::before {
    content: "";
    position: absolute;
    left: -.1rem;
    right: -.1rem;
    top: -.1rem;
    bottom: -.1rem;
    z-index: -1;
    pointer-events: none;
    border: 1px solid #BE1414;
    border-radius: .3rem;
    opacity: .4
}
#ejdh::before{
display:none;
}
.pcnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pcnav ul li.active a {
    border-color: #fff;
    background: url(../images/pcnav-itembg2.png) repeat-x;
    background-size: auto 100%
}

.pcnav ul li.active a:before {
    width: .23rem;
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 0;
    background: url(../images/pcnav-itembg.png) repeat-x;
    background-size: auto 100%;
    background-position: left bottom
}

.pcnav ul li.active a:after {
    width: .23rem;
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    background: url(../images/pcnav-itembg.png) repeat-x;
    background-size: auto 100%;
    background-position: right bottom
}

.pcnav ul li {
    position: relative;
    padding: 0 .3rem
}

.pcnav ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: .2rem;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(20deg)
}

.pcnav ul li:nth-child(1)::before {
    content: none
}

.pcnav ul li a {
    display: block;
    line-height: .63rem;
    font-size: .22rem;
    position: relative;
    color: #fff;
    border-bottom: .04rem solid transparent
}

.pcnav ul li a:hover {
    color: #ff8a00
}

.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 .pic img{
    object-fit: cover;
}
.timg-list ul li {
    position: relative;
    margin-top: .5rem;
    background: #F7F7F7;
    z-index: 1
}

.timg-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    background: #F7F7F7;
    box-shadow: 0rem 0.06rem 0.13rem 0rem rgba(200, 200, 200, 0.5);
    z-index: -2;
    pointer-events: none
}

.timg-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    background: url(../images/timg-list-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    font-family: "å¾®è½¯é›…é»‘"
}

.timg-list ul li:nth-child(1) a {
    border: none
}

.timg-list ul li a h3 {
    font-size: .2rem;
    color: #333333;
    line-height: .32rem;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .64rem;
    margin-top: .28rem
}

.timg-list ul li a>div {
    display: flex;
    align-items: center
}

.timg-list-img {
    width: 5.36rem;
    margin-right: .48rem
}

.timg-list ul li a .pic {
    padding-top: 60%
}

.timg-date span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    color: #BE1414
}

.timg-linfo {
    flex: 1;
    min-width: 0
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: .15rem 0 .2rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    position: relative
}

.timg-linfo span {
    display: block;
    background: #F47C40;
    width: .44rem;
    height: 0.03rem;
    margin: .27rem 0 .2rem 0
}

.timg-linfo div b {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: .37rem;
    color: #BE1414;
    display: block;
    font-family: "SourceHanSerifSC-Regular"
}

.timg-linfo div span {
    display: block;
    font-weight: normal;
    height: 0.3rem;
    width: 0.3rem;
    background: url() no-repeat;
    background-position: left center;
    background-size: auto 100%;
    transition: all .6s
}

.timg-list ul li a:hover h3 {
    color: #fff
}

.timg-list ul li a:hover .timg-linfo div b {
    color: #fff
}

.timg-list ul li a:hover .timg-linfo span {
    background: #fff
}

.timg-list ul li a:hover p {
    color: #fff
}

.timg-list ul li:hover::after {
    opacity: 1
}

.img-lists ul {
    margin: 0 -.5rem;
    display: flex;
    flex-wrap: wrap
}

.img-lists ul li {
    width: 25%;
    margin-top: .8rem;
    transition: all 0.3s;
    position: relative;
    top: 0
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0
}

.img-lists ul li:hover a:before {
    opacity: 1
}

.img-lists ul li:hover .info {
    border-color: transparent
}

.img-lists ul li:hover .info p {
    color: #fff;
    font-weight: 600
}

.img-lists ul li a {
    display: block;
    margin: 0 .5rem;
    transition: all 0.5s;
    position: relative;
    padding: .03rem;
    z-index: 1
}

.img-lists ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, #6C4ECF 0%, #821C84 100%);
    z-index: -1;
    transition: all .6s;
    opacity: 0
}

.img-lists ul li a .pic {
    padding-top: 125%
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px
}

.img-lists ul li a>div.info {
    font-size: 0;
    background-position: left center;
    transition: all 0.6s;
    border: 1px solid #DDC6E7
}

.img-lists ul li a>div.info p {
    color: #1B1B1B;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .65rem;
    text-align: center;
    padding: 0 .1rem
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle
}

.art-main .art-tit {
    margin-top: .9rem
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: .3rem;
    line-height: .4rem;
    font-weight: normal;
    font-weight: 600;
    font-family: "SourceHanSansCN-Regular"
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px
}

.art-main .art-body {
    padding-top: .2rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #BE1414
}

.art-main .art-body p {
    color: #666666;
    font-size: .2rem;
    line-height: .36rem;
    margin-top: .3rem;
    font-family: "SourceHanSansCN-Regular";
    text-align: justify;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto
}

.art-main .con-tit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: .35rem
}

.art-main .con-tit p {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: .3rem;
    color: #666666
}

.art-main .con-tit p .date {
    padding-left: .2rem;
    background: url(../images/art-icon1.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto
}

.art-main .con-tit p .eyes {
    padding-left: .2rem;
    background: url(../images/art-icon2.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto
}

.art-main .con-tit p .athur {
    padding-left: .2rem;
    background: url(../images/art-icon3.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto
}

.art-main .con-tit p em {
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #C2BEBE;
    font-size: .16rem;
    line-height: .16rem;
    line-height: .23rem;
    margin: 0 .3rem;
    font-style: normal
}

.pnext {
    margin-top: .35rem;
    padding-top: .25rem;
    border-top: 1px solid #DDC6E7
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .28rem;
    color: #323232;
    color: #9130B8
}

.pnext p+p {
    margin-top: .05rem
}

.pnext p a {
    color: #222222;
    font-size: .16rem
}

.pnext p:hover a {
    color: #9130B8
}

.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
}

.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 {
    background-image: url()
}

.pages .p-last a {
    background-image: url()
}

.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 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.i-list li {
    position: relative;
    width: 48%;
    margin-top: .5rem
}

.i-list li a {
    display: block;
    color: #111111;
    transition: all 0.5s;
    position: relative;
    z-index: 9;
    padding-right: .3rem;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 13px 0px rgba(231, 231, 231, 0.5);
    padding: .28rem 0
}

.i-list li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .6s;
    background: url(../images/zzjg-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0
}

.i-list li a h3 {
    font-size: .22rem;
    line-height: .34rem;
    color: #333333;
    font-weight: normal;
    flex: 1;
    min-width: 0;
    padding-left: .37rem;
    padding-right: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .68rem;
    border-left: 0.03rem solid #BE1414
}

.i-list li a span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #BE1414;
    display: block;
    margin-left: .4rem;
    font-family: "SourceHanSerifCN-SemiBold";
    padding-left: .3rem;
    background: url(../images/icon-date2.png) no-repeat;
    background-position: left center;
    background-size: .2rem auto;
    margin-top: .28rem
}

.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: #BE1414
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem
}

.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: #BE1414;
    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 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: #BE1414
}

.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.52rem;
    position: relative
}

.zzjg-tit {
    padding-bottom: .15rem
}

.zzjg-tit h3 {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.86rem;
    color: #383838;
    position: relative;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    background: #FBF1FF;
    padding: 0 .45rem
}

.zzjg-list {
    z-index: 9;
    position: relative
}

.zzjg-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem
}

.zzjg-list ul li {
    width: 50%;
    margin-top: 0.25rem;
    min-height: 1.2rem
}

.zzjg-list ul li a {
    display: block;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.34rem;
    border-bottom: 2px solid #BE1414;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    margin: 0 .18rem;
    padding: 0.1rem .15rem;
    transition: all .6s;
    background: #fef7f7;
    position: relative;
    z-index: 1;
    text-align: center
}

.zzjg-list ul li a::after {
    content: "";
    position: absolute;
    background: url(../images/zzjg-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all .6s;
    left: 0;
    top: 0;
    right: 0;
    bottom: -2px;
    z-index: -1
}

.zzjg-list ul li a:hover {
    color: #fff;
    border-color: transparent;
    box-shadow: 0px 6px 13px 0px rgba(255, 138, 0, 0.4204)
}

.zzjg-list ul li a:hover:before {
    background-color: #fff
}

.zzjg-list ul li a:hover:after {
    opacity: 1
}

.zzjg-box:hover .zzjg-tit h3 {
    color: #BE1414
}

.zzjg-box:hover .zzjg-tit h3:before {
    background: #BE1414
}

.zzjg-box:hover .zzjg-tit h3:after {
    background: #BE1414
}

.xrld-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-top: .4rem;
    margin-bottom: .1rem
}

.xrld-tit:nth-child(1) {
    margin-top: 0
}

.xrld-tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #333333;
    border-left: 0.04rem solid #A31D20;
    padding-left: .15rem
}

.xrld ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.6rem
}

.xrld ul li {
    width: 33.333%
}

.xrld ul li a {
    display: flex;
    padding: .2rem 0;
    border-bottom: 1px solid #E7E6E6;
    transition: all 0.5s;
    align-items: center;
    margin: 0 .6rem;
    height: 1rem
}

.xrld ul li a b {
    width: .3rem;
    height: .2rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #3D3D3D;
    position: relative;
    margin-right: .15rem;
    background: url() no-repeat;
    background-position: center center;
    background-size: 100% auto
}

.xrld ul li a b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/xrld-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.09rem;
    height: 0.09rem
}

.xrld ul li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #3D3D3D
}

.xrld ul li a:hover {
    border: 1px solid #A31D20;
    box-shadow: 2px 3px 12px 0px rgba(68, 0, 4, 0.15);
    height: .9rem;
    background: #FFF7F7;
    padding: .2rem .15rem
}

.xrld ul li a:hover p {
    font-weight: 600;
    color: #A31D20
}

.xrld ul li a:hover b {
    font-weight: 600;
    color: #0A58A6
}

.leader ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.leader ul li {
    width: 48%;
    margin-top: .45rem
}

.leader ul li a {
    display: flex;
    transition: all 0.5s;
    background: #F4F8FF
}

.leader ul li a .pics {
    width: 2.4rem
}

.leader ul li a .pics .pic {
    padding-top: 119%
}

.leader ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .2rem;
    padding: .3rem .25rem 0 .35rem
}

.leader ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.leader ul li a .info h4 {
    font-size: .18rem;
    font-weight: normal;
    line-height: normal;
    color: #BE1414;
    margin-top: .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.leader ul li a .info div {
    border-top: 1px dashed #BE1414;
    transition: all 0.5s;
    position: relative;
    margin-top: .2rem
}

.leader ul li a .info div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-2px);
    width: 3px;
    height: 3px;
    background: #BE1414
}

.leader ul li a .info div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-2px);
    width: 3px;
    height: 3px;
    background: #BE1414
}

.leader ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-transform: uppercase;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.12rem;
    margin-top: .2rem
}

.leader ul li a:hover {
    background: #BE1414
}

.leader ul li a:hover .info h3 {
    color: #fff
}

.leader ul li a:hover .info h4 {
    color: #fff
}

.leader ul li a:hover .info div {
    border-color: #fff
}

.leader ul li a:hover .info div::before {
    background: #fff
}

.leader ul li a:hover .info div::after {
    background: #fff
}

.leader ul li a:hover .info p {
    color: rgba(255, 255, 255, .7)
}

.whcj {
    margin-top: .35rem
}

.whcj-pic {
    display: flex;
    justify-content: center;
    background: #F5F8FC;
    padding: 1rem .2rem
}

.whcj-pic img {
    max-width: 100%
}

.whcj-text {
    margin-top: .3rem
}

.whcj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333
}

.whcj-box-flex {
    display: flex;
    align-items: flex-start
}

.whcj-box-flex .whcj-pic {
    width: 4.59rem;
    margin-right: .6rem;
    margin-top: .3rem
}

.whcj-box-flex .whcj-text {
    flex: 1;
    min-width: 0
}

.whcj-down a {
    display: block;
    background: #F5F8FC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    margin-top: 1.2rem;
    transition: all 0.5s
}

.whcj-down img {
    height: 0.4rem;
    margin-right: .1rem
}

.whcj-down p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    color: #333333
}

.whcj-down a:hover p {
    color: #015198;
    font-weight: 600
}

.whcj-down a:hover {
    box-shadow: 0 0 .1rem rgba(1, 81, 152, .3)
}

.xyjj-box {
    margin-top: .5rem
}

.xyjj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333;
    text-indent: 2em
}

.xyjj-box ul {
    display: flex;
    justify-content: space-between
}

.xyjj-box ul li {
    width: 48%
}

.xyjj-box ul li img {
    display: block;
    width: 100%
}

.xyjj-box-flex {
    display: flex;
    align-items: flex-start
}

.xyjj-box-flex .xyjj-text {
    flex: 1;
    min-width: 0
}

.xyjj-box-flex .xyjj-pic {
    width: 5.44rem;
    position: relative;
    padding: 0 .4rem .5rem 0;
    margin-left: .4rem
}

.xyjj-box-flex .xyjj-pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9
}

.xyjj-box-flex .xyjj-pic::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0.4rem;
    top: 0.5rem;
    bottom: 0;
    background: #BE1414;
    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 img {
    display: block;
    width: 100%
}

.xkgs-text-end p {
    text-indent: 0
}

.szcont-t {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    padding: 0 1.2rem .3rem .4rem;
    margin-top: .8rem;
    overflow: hidden
}

.szcont-t .pics {
    width: 3.2rem;
    margin-right: .85rem
}

.szcont-t .pics .pic {
    padding-top: 125%
}

.szcont-t .info {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-top: .3rem
}

.szcont-t .info::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    bottom: -.3rem;
    top: 0;
    z-index: -1;
    background: #FBF1FF
}

.szcont-t .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.18rem;
    color: #6D4FD1
}

.szcont-t .info div {
    border-top: 1px solid #DDC6E7;
    display: flex;
    padding-top: .3rem;
    margin-top: .2rem
}

.szcont-t .info div ul {
    width: 40%
}

.szcont-t .info div ul li {
    position: relative;
    padding-left: .2rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #3D3D3D
}

.szcont-t .info div ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #6C4ECF;
    width: 3px;
    height: .16rem
}

.szcont-t .info div ol li {
    position: relative;
    padding-left: .2rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #3D3D3D
}

.szcont-b .szcont-bbox {
    margin-top: .35rem
}

.szcont-b .szcont-bbox h3 {
    font-size: 0.18rem;
    font-weight: 600;
    color: #6C4ECF;
    line-height: .3rem
}

.szcont-b .szcont-bbox div {
    margin-top: .153rem
}

.szcont-b .szcont-bbox div p {
    font-size: 0.16rem;
    line-height: .24rem
}

.szcont-b .szcont-bbox ul li {
    font-size: 0.16rem;
    line-height: .24rem;
    margin-top: .2rem
}

.leadlist ul li {
    margin-top: .55rem
}

.leadlist ul li a {
    position: relative;
    z-index: 1;
    display: flex;
    padding-right: .25rem;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15)
}

.leadlist ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #FEFCFF, #FEFCFF), #FEFCFF;
    transition: all .6s;
    z-index: -1
}

.leadlist ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #F9F0FF 0%, #FFFFFF 100%), #FFFFFF;
    transition: all .6s;
    z-index: -2;
    opacity: 0
}

.leadlist ul li a .pics {
    width: 2.74rem;
    margin-right: .55rem
}

.leadlist ul li a .pics .pic {
    padding-top: 130%
}

.leadlist ul li a .info {
    flex: 1;
    min-width: 0
}

.leadlist ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: .26rem;
    color: #791DB6
}

.leadlist ul li a .info div {
    font-size: 0.14rem;
    line-height: .3rem;
    position: relative;
    margin-top: .2rem;
    padding-bottom: .15rem
}

.leadlist ul li a .info div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
    max-width: 3.75rem
}

.leadlist ul li a .info div h4 {
    font-weight: 600
}

.leadlist ul li a .info div h4 span {
    font-weight: normal
}

.leadlist ul li a .info b {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: rgba(0, 0, 0, 0.6)
}

.leadlist ul li a .info b::after {
    content: "";
    display: block;
    height: .28rem;
    width: 0.34rem;
    background: url() no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-left: .2rem
}

.group-img {
    display: flex;
    margin-top: 1.2rem
}

.group-big {
    flex: 1;
    min-width: 0
}

.group-big li a {
    display: block
}

.group-big li a .pic {
    padding-top: 58%;
    display: block;
    position: relative;
    overflow: hidden
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s
}

.group-big li a img {
    display: block;
    width: 100%
}

.group-sml .slick-prev,.group-sml .slick-next {
    width: 30px;
    height: 30px
}

.group-sml .slick-prev {
    background: url() no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    top: auto;
    margin-bottom: .2rem
}

.group-sml .slick-next {
    background: url() no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    bottom: auto;
    margin-top: .2rem
}

.group-sml {
    width: 2.2rem;
    margin-left: .4rem
}

.group-sml li.slick-current.slick-active a::before {
    opacity: 1
}

.group-sml li a {
    display: block;
    position: relative;
    padding: .1rem
}

.group-sml li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url() no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0;
    transition: all .6s
}

.group-sml li a .pic {
    padding-top: 67%;
    display: block;
    position: relative;
    overflow: hidden
}

.group-sml li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s
}

.partners-box {
    margin-top: .8rem
}

.partners-tit {
    background: #BE1414;
    width: 11.48rem;
    max-width: 100%
}

.partners-tit h3 {
    line-height: .73rem;
    padding: 0 .3rem;
    font-size: 0.24rem;
    font-family: "SourceHanSansCN-Bold";
    color: #fff
}

.partners-main ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.partners-main ul li {
    width: 48%;
    margin-top: .3rem
}

.partners-main ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .3rem;
    line-height: .56rem;
    font-size: 0.2rem;
    background: #fef7f7;
    box-sizing: border-box;
    border: 1px solid rgba(0, 59, 144, 0.0584);
    font-family: "SourceHanSansCN-Medium";
    transition: all .5s
}

.partners-main ul li a:hover {
    background: #BE1414;
    color: #fff
}

.art-other {
    margin-top: .6rem
}

.art-other h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .32rem;
    color: #BE1414
}

.art-other ul {
    margin-top: .23rem
}

.art-other ul li a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .47rem;
    color: #666666;
    font-family: "SourceHanSansCN-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.art-other ul li a:hover {
    color: #BE1414
}

.admission1 {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.admission1-l {
    width: 6.7rem;
    margin-right: .67rem
}

.admission1-l h3 {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: .43rem;
    color: #BE1414;
    text-align: left
}

.admission1-l .pics {
    position: relative;
    margin-top: .65rem
}

.admission1-l .pics img {
    display: block;
    width: 100%
}

.admission1-l .pics div {
    position: absolute;
    right: 0;
    top: 0;
    background: #BE1414;
    padding-left: .34rem;
    display: flex;
    align-items: center;
    width: 2.78rem;
    max-width: 80%
}

.admission1-l .pics div span {
    display: block;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .44rem;
    text-align: center;
    color: #FFFFFF
}

.admission1-l .pics div::after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    flex: 1;
    min-width: 0;
    opacity: .5
}

.admission1-r {
    flex: 1;
    min-width: 0
}

.admission1-r p {
    font-size: .2rem;
    font-weight: normal;
    line-height: .4rem;
    color: #333333
}

.admission2 {
    margin-top: .84rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.admission2-l {
    flex: 1;
    min-width: 0
}

.admission2-l p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
    margin-top: .33rem
}

.admission2-l p:nth-child(1) {
    margin-top: 0
}

.admission2-r {
    background: url(../images/admission2-rbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 5.4rem;
    margin-left: .6rem
}

.admission2-r ul {
    padding: .4rem .2rem .5rem .2rem
}

.admission2-r ul li {
    margin-top: .3rem
}

.admission2-r ul li:nth-child(1) {
    margin-top: 0
}

.admission2-r ul li a {
    display: block
}

.admission2-r ul li a div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    line-height: .58rem;
    color: #FF8A00
}

.admission2-r ul li a div b {
    font-weight: normal
}

.admission2-r ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .2rem;
    text-align: center;
    color: #FFFFFF
}

.global {
    padding-top: .95rem;
    position: relative;
    z-index: 1
}

.global::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-60%);
    background: url(../images/global-bg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 17.64rem;
    height: 6.99rem;
    top: 0;
    z-index: -1;
    pointer-events: none
}

.global::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-80%);
    background: url(../images/global-bg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 12.52rem;
    height: 10.72rem;
    top: 1;
    pointer-events: none;
    z-index: -1
}

.global1 ul li a {
    display: flex;
    align-items: center
}

.global1 ul li:nth-child(1) a .pics {
    margin-right: .3rem
}

.global1 ul li:nth-child(2) a {
    margin-top: .8rem;
    flex-direction: row-reverse
}

.global1 ul li:nth-child(2) a .pics {
    margin-left: .3rem
}

.global1 ul li a .pics {
    width: 6.65rem
}

.global1 ul li a .pics .pic {
    padding-top: 56%
}

.global1 ul li a .info {
    flex: 1;
    min-width: 0
}

.global-info h3 {
    font-size: 0.26rem;
    font-weight: normal;
    line-height: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.global-info div {
    margin-top: .35rem
}

.global-info p {
    font-size: 0.16rem;
    line-height: 0.27rem;
    color: #666666
}

.global-info p b {
    font-size: 0.16rem;
    color: #333333
}

.global-more {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #BE1414;
    padding-right: .36rem;
    position: relative;
    font-style: normal;
    margin-top: .49rem
}

.global-more::after {
    content: "";
    width: 0.18rem;
    height: 0.13rem;
    background: url(../images/tit-more.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    transition: all .4s
}

.global2 a {
    display: block;
    margin-top: .8rem
}

.global2 a .pics {
    margin-top: .45rem
}

.global2 a .pics img {
    display: block;
    width: 100%
}

.global2 .global-info h3 {
    text-align: center;
    position: relative;
    padding: 0 1rem
}

.global2 .global-info h3 i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    padding-right: 0
}

.global3 {
    margin-top: .9rem;
    background: #fef7f7;
    box-sizing: border-box;
    border: 1px solid rgba(0, 59, 144, 0.0316);
    box-shadow: 0px 6px 13px 0px rgba(231, 231, 231, 0.5)
}

.global3 a {
    display: block;
    padding: 0.4rem .6rem
}

.global3 a .global-info h3 {
    padding-right: 1rem;
    position: relative
}

.global3 a .global-info h3 i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    padding-right: 0
}

.cit {
    margin-top: .4rem
}

.cit>h2 {
    text-align: center;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: .5rem;
    text-align: center;
    color: #333333
}

.cit1 {
    display: flex;
    align-items: center;
    margin-top: .4rem
}

.cit1-l {
    flex: 1;
    min-width: 0;
    margin-top: .4rem
}

.cit1-l p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
    margin-top: .6rem
}

.cit1-l p:nth-child(1) {
    margin-top: 0
}

.cit1-r {
    width: 6.93rem;
    margin-left: .4rem;
    position: relative;
    z-index: 1
}

.cit1-r::after {
    content: "";
    position: absolute;
    right: -.35rem;
    bottom: -.35rem;
    background: #BE1414;
    width: 0.73rem;
    height: 1.62rem;
    z-index: -1;
    pointer-events: none
}

.cit1-r img {
    display: block;
    width: 100%
}

.cit2 {
    display: flex;
    align-items: flex-end
}

.cit2-l {
    width: 3.84rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: .6rem
}

.cit2-l img {
    display: block;
    width: calc(100% + ((100vw - 16rem) / 2))
}

.cit2-r {
    flex: 1;
    min-width: 0;
    padding-left: .85rem
}

.cit2-rt p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333
}

.cit2-r ul {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: .6rem 0
}

.cit2-r ul::before {
    content: "";
    position: absolute;
    left: -2.88rem;
    top: 0;
    bottom: 0;
    right: calc((-100vw + 16rem) / 2);
    background: url(../images/cit2-rbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none
}

.cit2-r ul li {
    width: 33.33%
}

.cit2-r ul li:nth-child(-n+3) {
    margin-bottom: .4rem
}

.cit2-r ul li a {
    display: block
}

.cit2-r ul li a div {
    display: flex;
    align-items: flex-end;
    font-size: 0.66rem;
    font-weight: bold;
    line-height: .66rem;
    color: #FF8A00;
    font-family: "SourceHanSerifSC-SemiBold"
}

.cit2-r ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .3rem;
    color: #FFFFFF;
    margin-top: .15rem
}

.cit3 {
    margin-top: .8rem
}

.cit3>div {
    margin-top: .8rem
}

.cit3>div p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
    margin-top: .45rem
}

.cit3>div p:nth-child(1) {
    margin-top: .45rem
}

.cit3>ul {
    display: flex;
    justify-content: space-between;
    margin-top: .8rem
}

.cit3>ul li {
    width: 38.5%;
    position: relative
}

.cit3>ul li:nth-child(2) {
    width: 59%
}

.cit3>ul li .pics a {
    display: block
}

.cit3>ul li .pics a img {
    display: block;
    width: 100%
}

.about {
    margin-top: .75rem
}

.about-t {
    display: flex;
    justify-content: space-between
}

.about-tl {
    width: 32%
}

.about-tl ul li:nth-child(1) a .pics .pic {
    padding-top: 54%
}

.about-tl ul li:nth-child(2) a {
    margin-top: 5.6%
}

.about-tl ul li:nth-child(2) a .pics .pic {
    padding-top: 92%
}

.about-tm {
    width: 32%
}

.about-tm a .pics .pic {
    padding-top: 166.666%
}

.about-tr {
    width: 32%
}

.about-tr ul li:nth-child(1) a .pics .pic {
    padding-top: 54%
}

.about-tr ul li:nth-child(2) a {
    margin-top: 5.6%
}

.about-tr ul li:nth-child(2) a .pics .pic {
    padding-top: 92%
}

.about-b ul {
    display: flex;
    flex-wrap: wrap
}

.about-b ul li {
    width: 32%
}

.about-b ul li:nth-child(3n+2) {
    margin: 0 2%
}

.about-b ul li a {
    margin-top: 5.6%
}

.about-b ul li a .pics .pic {
    padding-top: 68%
}

.about-item {
    display: block
}

.about-item .pics {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(83, 83, 83, 0.378);
    padding: .1rem
}

.about-item .pics .pic {
    padding-top: 65%
}

.about-item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem
}

.about-item .info h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333
}

.about-item .info p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .3rem;
    color: #666666;
    background: url(../images/icon-eyes.png) no-repeat;
    background-position: left center;
    background-size: .22rem auto;
    padding-left: .3rem
}

.about-item:hover .info h3 {
    color: #BE1414
}

.presodent {
    margin-top: .85rem;
    display: flex;
    align-items: flex-start
}

.presodent-pic {
    position: relative;
    z-index: 2;
    width: 3.13rem
}

.presodent-pic::before {
    content: "";
    position: absolute;
    left: -.12rem;
    right: 0.12rem;
    top: -.12rem;
    background: #BE1414;
    box-shadow: 0rem 0.11rem 0.24rem 0rem rgba(126, 126, 126, 0.5);
    height: 1.29rem;
    z-index: -1;
    pointer-events: none
}

.presodent-pic::after {
    content: "";
    position: absolute;
    left: .12rem;
    right: -.12rem;
    bottom: -.12rem;
    background: #FF8A00;
    box-shadow: 0px 11px 24px 0px rgba(126, 126, 126, 0.5);
    height: 1.29rem;
    z-index: -1;
    pointer-events: none
}

.presodent-pic img {
    display: block;
    width: 100%
}

.presodent-text {
    flex: 1;
    min-width: 0;
    background: #fef7f7;
    box-shadow: 0px 9px 23px 0px rgba(130, 130, 130, 0.1851);
    padding: 1.4rem .6rem .95rem .8rem;
    margin-left: -.15rem;
    margin-top: .32rem
}

.presodent-text h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #BE1414
}

.presodent-text div {
    margin-top: .25rem
}

.presodent-text p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
    margin-top: .25rem
}

.presodent-text p:nth-child(1) {
    margin-top: 0
}

.presodent-text p.right {
    text-align: right
}