@charset "utf-8";

@font-face {
    font-family: 'PangMenZhengDaoCu';
    src: url('/2024fonts/PangMenZhengDaoCu.ttf');
}
.img_zd{
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.img_zd .img_hezi {
    padding-bottom: 60%;
    transition: .5s ease;
    background-size: cover !important;
}
.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.img_n {
    display: none;
}

/*背景*/
.inner-page.bg-4{
    min-height: 90vw;
}
.inner-page.bg-4:after{
    height: 55.26vw;
    background: url('/2024images/about/img-6.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-5{
    min-height: 90vw;
}
.inner-page.bg-5:after{
    height: 46.2vw;
    background: url('/2024images/about/img-7.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-6{
    min-height: 90vw;
}
.inner-page.bg-6:after{
    height: 75.52vw;
    background: url('/2024images/about/img-8.jpg') center bottom no-repeat;
    background-size: 100% auto;
}
.inner-page.bg-7{
    min-height: 90vw;
}
.inner-page.bg-7:after{
    height: 71.71875vw;
    background: url('/2024images/about/img-9.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-8{
    min-height: 90vw;
}
.inner-page.bg-8:after{
    height: 50vw;
    background: url('/2024images/about/img-10.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-9{
    min-height: 90vw;
}
.inner-page.bg-9:after{
    height: 45.88vw;
    background: url('/2024images/about/img-11.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-10{
    min-height: 90vw;
}
.inner-page.bg-10:after{
    height: 65vw;
    background: url('/2024images/about/img-12.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-11{
    min-height: 90vw;
}
.inner-page.bg-11:after{
    height: 46.14vw;
    background: url('/2024images/about/img-14.jpg') center bottom no-repeat;
    background-size: 100% auto;
}

.inner-page.bg-12{
    min-height: 90vw;
}
.inner-page.bg-12:after{
    height: 72.29vw;
    background: url('/2024images/about/img-15.jpg') center bottom no-repeat;
    background-size: 100% auto;
}
.inner-page.bg-13{
    min-height: 90vw;
}
.inner-page.bg-13:after{
    height: 79.375vw;
    background: url('/2024images/about/img-16.jpg') center bottom no-repeat;
    background-size: 100% auto;
}



.inner-page2:before{
    background-image: url("/2024images/inner-bg2.png") !important;
}

.inner-page2 .sticky-nav .sticky{
    background: transparent !important;
}




.pagination {
    text-align: center;
    font-size: 0;
    padding-top:3.125rem;
    padding-bottom: 6.75rem;
}

.pagination a {
    display: inline-block;
    padding: 0 0.625rem;
    min-width: 2.1875rem;
    height: 2.1875rem;
    font-size: 14px;
    line-height: 2.1875rem;
    text-align: center;
    color: #333;
    margin: 0 7px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}

.pagination a.active {
    background: #0e49a5;
    color: #fff;
}

.pagination a:hover {
    background: #0e49a5;
    color: #fff;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}



.n_list01 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.n_list01 li{
    width: 24.375%;
    margin-left: .83%;
    margin-bottom: 3.375rem;
}
.n_list01 li:nth-child(4n+1){
    margin-left: 0;
}
.n_list01 li a{
    display: block;
    border-radius: .625rem .625rem 0 0;
    overflow: hidden;
}
.n_list01 li .img_hezi{
    padding-bottom: 56.98%;
}
.n_list01 li .txt p{
    font-size:max(14px,1.125rem);
    line-height: 1.66;
    color: #333333;
    -webkit-line-clamp: 2;
    height: 3.32em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.n_list01 li .txt time{
    display: block;
    font-size: max(14px,1.125rem);
    line-height: 1.33;
    color: #bfbfbf;
    font-family: 'Rajdhani-Regular';
}
.n_list01 li .txt{
    padding: 15px 24px 17px;
    background: #fff;
}
.n_list01 li *{
    transition: .5s;
}
.n_list01 li:hover .img_hezi{
    transform: scale(1.1);
}
.n_list01 li:hover .txt p{
    color: #fff;
}
.n_list01 li:hover .txt{
    background: #8c1c40;
}
.n_list01 li:hover a{
    box-shadow: 0 0 20px rgba(58, 58, 58, 0.25);
}

/*实况足球园风物*/

.n_dh01{
    max-width: 85rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.n_dh01 .li{
    position: relative;
    width: 18.5%;
    border: 2px solid #fff;
    background-color: #e5ecf4;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}
.n_dh01 .li:after{
    position: absolute;
    content: '';
    width: 0.8125rem;
    height: 0.8125rem;
    left: 50%;
    bottom: -0.4375rem;
    transform: translateX(-50%);
    border: 1px solid #004098;
    border-radius: 50%;
    background: #fff;
    transition: .5s;
    z-index: 3;
}
.n_dh01 .li a{
    display: block;
    font-size: max(16px,1.5rem);
    color: #333333;
    line-height: 1.5;
    padding: 1.875rem 0.9375rem;
    text-align: center;
    transition: .5s;
}
.n_dh01 .li.active a{
    color: #004098;
}
.n_dh01 .li.active:after{
    background: #004098;
}
.n_dh01:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
}

.n_dh01{
    margin-bottom: 6.25rem;
}

.n_list02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.n_list02 li{
    position: relative;
    width: 30.69%;
    margin-left: 3.965%;
    margin-bottom: 2.8125rem;
}
.n_list02 li:nth-child(3n+1){
    margin-left: 0;
}

.n_list02 li:after{
    position: absolute;
    content: '';
    left: -1.875rem;
    right: -1.875rem;
    top: -1.875rem;
    bottom: 0;
    background: #8c1c40;
    opacity: 0;
    visibility: hidden;
    border-bottom: .25rem solid #eeb328;
    transition: .5s ease;

}

.n_list02 li a{
    display: block;
    position: relative;
    z-index: 3;
}
.n_list02 li a .img_hezi{
    padding-bottom: 17.875rem;
}
.n_list02 li a .txt{
    font-size: max(14px,1.25rem);
    line-height: 2.4;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .875rem .625rem 1.125rem;
    transition: .5s ease;
}
.n_list02 li:hover a .img_hezi{
    transform: scale(1.1);
}
.n_list02 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list02 li:hover a .txt{
    color: #eeb328;
}

.n_home1{
    padding-bottom: 15rem;
}

/*海大视听*/

.n_list03 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.n_list03 li{
    position: relative;
    width: 30.69%;
    margin-left: 3.965%;
    margin-bottom: 3.75rem;
}
.n_list03 li:nth-child(3n+1){
    margin-left: 0;
}
.n_list03 li:after{
    position: absolute;
    content: '';
    left: -1.875rem;
    right: -1.875rem;
    top: -1.875rem;
    bottom: 0;
    background: #8c1c40;
    opacity: 0;
    visibility: hidden;
    border-bottom: .25rem solid #eeb328;
    transition: .5s ease;
}
.n_list03 li:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 3.375rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url("/2024images/otherpage/img-1-3.png") no-repeat 50%;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    z-index: 2;
}
.n_list03 li a{
    display: block;
    position: relative;
    z-index: 3;
}
.n_list03 li .img_hezi{
    padding-bottom: 17.875rem;
}
.n_list03 li .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.8125rem;
    height: 3.8125rem;
    margin: auto;
    background: url("/2024images/otherpage/img-1-2.png") no-repeat 50%;
    background-size: 100%;
    z-index: 3;
    transition: .5s ease;
}
.n_list03 li .txt span{
    display: block;
    font-size: max(14px,1.125rem);
    line-height: 2;
    color: #8c1c40;
    transition: .5s ease;
}
.n_list03 li .txt .tit{
    font-size: max(14px,1.25rem);
    line-height: 1.8;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.6em;
    transition: .5s ease;
}
.n_list03 li .txt{
    padding-top: 13px;
    padding-bottom: 13px;
    transition: .5s ease;
}
.n_list03 li:hover:after,
.n_list03 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.n_list03 li:hover .txt{
    padding-right: 1.875rem;
}
.n_list03 li:hover .txt span{
    color: #d49e20;
}
.n_list03 li:hover .txt .tit{
    color: #eeb328;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.n_list03 li:hover .play{
    opacity: 0;
    visibility: hidden;

}
/*标题列表页*/

.n_list04 li a{
    position: relative;
    padding-left: 1.9375rem;
    padding-right: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.n_list04 li a:after{
    position: absolute;
    content: '';
    right: -2px;
    bottom: -2px;
    width: 4.0625rem;
    height: 4.0625rem;
    background: url("/2024images/otherpage/img-2-2.png") no-repeat 50%;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.n_list04 li .img_zd{
    width: 19.6875rem;
    transform: translateY(-1.125rem);
}
.n_list04 li .img_hezi{
    padding-bottom: 13.75rem;
}
.n_list04 li .con{
    width: calc(100% - 22.625rem);
}
.n_list04 li .con time{
    display: flex;
    align-items: flex-end;
    font-size: max(18px,2rem);
    line-height: 1.125rem;
    color: #8c1c40;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 1.375rem;
    transition: .5s ease;
}
.n_list04 li .con time i{
    display: block;
    font-size: max(16px,1.375rem);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    margin-left: .5rem;
    font-style: normal;
    letter-spacing: -1.5px;
}
.n_list04 li .con .tit{
    font-size: max(16px,1.5rem);
    line-height: 1.66;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5rem;
    transition: .5s ease;
}
.n_list04 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.n_list04 li:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    border: 1px solid #004098;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.n_list04 li{
    position: relative;
    margin-bottom: 8.125rem;
    background: rgba(229, 236, 244, 0.6);
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}

.n_list04 li:nth-child(2n) a{
    padding-left: 3rem;
    flex-direction: row-reverse;
}

.n_list04 li:hover:after,
.n_list04 li:hover:before,
.n_list04 li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.n_list04 li:hover .con time,
.n_list04 li:hover .con .tit{
    color: #004098;
}

/*新闻图片列表页*/

.n_list05 li a{
    padding: 1.9375rem 2.25rem 1.3125rem 3.06rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid transparent;
}
.n_list05 li time{
    display: block;
    width: 3.75rem;
    color: #8c1c40;
}
.n_list05 li time i{
    display: block;
    height: 2px;
    background: #8c1c40;
    margin-bottom: .625rem;

}
.n_list05 li time span{
    display: block;
    font-size: max(14px,1.125rem);
    line-height: 1.5;
    opacity: .68;
    letter-spacing: -1px;
    margin-bottom: .625rem;
}
.n_list05 li time em{
    display: block;
    font-size: max(16px,2rem);
    line-height: 1.125;
    letter-spacing: -1px;
    text-align: right;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-style: normal;
}

.n_list05 li .img_zd{
    width: 13.5625rem;
}
.n_list05 li .img_hezi{
    padding-bottom: 8.5rem;
}
.n_list05 li .con{
    width: calc(100% - 20.9375rem);
    align-self: center;
}
.n_list05 li .tit{
    font-size: max(16px,1.5rem);
    line-height: 1.25;
    color: #191919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 17px;
}
.n_list05 li .con p{
    font-size: max(14px,1.125rem);
    line-height: 1.66;
    color: #a1a1a1;
    font-family: 'HarmonyOS_Sans_SC_Light';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n_list05 li *{
    transition: .5s ease;
}
.n_list05 li {
    margin-bottom: 2.8125rem;
}
.n_list05 li:hover a{
    background: rgba(229, 236, 244, 0.6);
    border-color: #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}
.n_list05 li:hover time{
    color: #004098;
}
.n_list05 li:hover time span{
    opacity: 1;
}
.n_list05 li:hover time i{
    background: #004098;
}
.n_list05 li:hover .tit{
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.n_list05 li:hover .con p{
    color: #191919;
}

/*内容页*/

.dtl_tit .tit{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 1.4375rem;
}
.dtl_tit .cont-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dtl_tit .cont-tit .line{
    display: block;
    flex: 1;
    height: 1px;
    background: #d9d9d9;
    position: relative;
}
.dtl_tit .cont-tit .line:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 1rem;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
}
.dtl_tit .cont-tit .linel:before{
    right: 0;
}
.dtl_tit .cont-tit .liner:before{
    left: 0;
}
.dtl_tit .cont-tit .cont-titc{
    display: flex;
    justify-content: center;
    padding: 0 1.125rem;
    flex-shrink: 0;
}
.dtl_tit .cont-tit span{
    display: block;
    font-size: max(14px,1rem);
    line-height: 1.25;
    color: #b6b6b6;
    margin: 0 0.8125rem;
}

.dtl_txt p{
    font-size:max(14px, 1.125rem) !important;
    color: #191919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light' !important;
    text-indent: 2em;
    margin-top: 2em;
}
.dtl_txt p a{
    word-break: break-word;
}
.dtl_txt p img{
    display: block;
    height: auto !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}
.dtl_txt p video{
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
}
.dtl_txt:after{
    display: block;
    content: '';
    height: 1px;
    background: #d9d9d9;
    margin: 8.5625rem 0 0;
}
.dtl_txt{
    margin-bottom: 1.25rem;
}
.dtl_page p{
    font-size: max(14px,1rem);
    line-height: 2.5;
    color: #8c1c40;
}
.dtl_page p a{
    color: #191919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    transition: .5s ease;
}
.dtl_page p:hover a{
    color: #7e052d;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.dtl_page{
    padding: 1.0625rem 2.6875rem  1.125rem;
    background: rgba(229, 236, 244, 0.6);
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}

/*专题聚焦*/


.zt_list{
    max-width: 51.25rem;
    margin: 0 auto;
}

.zt_list li{
    display: flex;
}
.zt_list li a{
    display: flex;
    position: relative;
    width: 50%;
}
.zt_list li a .con{
    display: block;
    width: 21.5625rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.zt_list li a:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -0.28125rem;
    transform: translateY(-50%);
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    border: 1px solid #004098;
    background: #fff;
    z-index: 3;
}
.zt_list li a:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 4.0625rem;
    border-top: 1px dashed #004098;
    transform: translateY(-50%);
}
.zt_list li a .img_hz{
    padding-bottom: 29.625rem;
    background-size: cover !important;
}
.zt_list li a .show {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem 2.5rem;
    z-index: 3;
    transition: all .3s ease;
}
.zt_list li a .show .tit {
    font-size: 1.25rem;
    color: #fff;
}
.zt_list li a .hide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 3rem 3rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.zt_list li a .hide .tit {
    font-size: 1.425rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.zt_list li a .hide p {
    font-size: max(14px, 1rem);
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zt_list li a .hide span {
    display: block;
    width: max(100px, 10.25rem);
    line-height: max(30px, 2.5rem);
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 2rem;
    transition: all .3s ease;
}

.zt_list li a .img_zd:before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
    z-index: 2;
    pointer-events: none;
    transition: opacity .3s ease;
}
.zt_list li a:hover .img_zd:before {
    opacity: 0;
}
.zt_list li a:hover .hide {
    opacity: 1;
    visibility: visible;
}
.zt_list li a:hover .show {
    opacity: 0;
    visibility: hidden;
}

.zt_list li:nth-child(2n),
.zt_list li:nth-child(2n) a{
    justify-content: flex-end;
}
.zt_list li:nth-child(2n) a{
    margin-top: -15.625rem;
}
.zt_list li:nth-child(2n+1) a:before{
    left: auto;
    right: -0.28125rem;
}
.zt_list li:nth-child(2n+1) a:after{
    left: auto;
    right: 0;
}
.zt_list:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    height: calc(100% - 5rem);
    transform: translateX(-50%);
    border-left: 1px dashed #004098;
}
.zt_list{
    position: relative;
}

/*机构设置*/

.jg_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.jg_list li{
    width: 29.44%;
    margin-left: 5.84%;
    position: relative;
    border: 2px solid #fff;
    background: rgba(229, 236, 244, 0.6) ;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    margin-bottom: 6.8125rem;
    z-index: 3;
}
.jg_list li:nth-child(3n+1){
    margin-left: 0;
}
.jg_list li:after{
    position: absolute;
    content: '';
    left: -2px;
    right: -2px;
    top: 100%;
    bottom: -2px;
    background: #8c1c40;
    border-bottom: .25rem solid #f5be25;
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
}
.jg_list li:before{

}
.jg_list li a{
    position: relative;
    z-index: 3;
    padding: 1rem;
    height: 7.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jg_list li a span{
    display: block;
    font-size: max(14px, 1.5rem);
    color: #191919;
    text-align: center;
    transition: .5s ease;
}
.jg_list li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
    background-size: auto 2px;
    transition: .5s ease;
}
.jg_list li a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5625rem;
    transform: translateX(-50%);
    width: 0.9375rem;
    height: 0.9375rem;
    background: #fff;
    border: 1px solid #004098;
    border-radius: 50%;
    z-index: 1;
    transition: .5s ease;
    box-sizing: border-box;
}
.jg_list li:hover a:after,
.jg_list li:hover a:before{
    opacity: 0;
    visibility: hidden;
}
.jg_list li:hover:after{
    opacity: 1;
    visibility: visible;
    top: -2px;
    z-index: 2;
}
.jg_list li:hover a span{
    color: #f5be25;
}

/*海大要闻*/

.n_list06 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_list06 li{
    position: relative;
    width: 46.74%;
    margin-bottom: 7.75rem;
    border: 2px solid #fff;
    background: rgba(229, 236, 244, 0.6) ;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}
.n_list06 li a{
    display: block;
    position: relative;
    padding: 2rem 2.5rem 2.3125rem;
}
.n_list06 li time{
    display: flex;
    align-items: flex-end;
    font-size: max(16px,2rem);
    line-height: 1.125;
    color: #7e052d;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 1.4375rem;
    transition: .5s ease;
}
.n_list06 li time span{
    display: block;
    font-size: max(16px,1.375rem);
    line-height: 1.36;
    letter-spacing: -1px;
    margin-left: .625rem;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.n_list06 li .tit{
    font-size: max(16px,1.5rem);
    line-height: 1.66;
    color: #191919;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.32em;
    transition: .5s ease;
}
.n_list06 li .more{
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 4.0625rem;
    height: 4.0625rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_list06 li .more img{
    display: block;
    width: 100%;
    height: 100%;
}

.n_list06 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
    background-size: auto 2px;
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
}
.n_list06 li:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5625rem;
    transform: translateX(-50%);
    width: 0.9375rem;
    height: 0.9375rem;
    background: #fff;
    border: 1px solid #004098;
    border-radius: 50%;
    z-index: 1;
    transition: .5s ease;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}
.n_list06 li:hover:before,
.n_list06 li:hover:after,
.n_list06 li:hover .more{
    opacity: 1;
    visibility: visible;
}
.n_list06 li:hover time{
    color: #004098;
}
.n_list06 li:hover .tit{
    color: #004098;
}

/*国际顾问委员会*/

.inner-fl01{
    position: relative;
    padding-top:4.125rem;
    padding-right: 6.25rem;
    margin-bottom: 4.5625rem;
}
.inner-fl01 .para{
    position: relative;
    z-index: 3;
    padding: 3rem 6rem 2.555rem 4.375rem;
    background: #e5ecf4 url("../2024images/otherpage/img-5-1.png") no-repeat bottom center;
    font-size: max(14px, 1.125rem);
    color: #333333;
    line-height: 2.7;
    text-indent: 2em;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    border-radius: 0 11.25rem 0 0;
}
.inner-fl01:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 5.375rem;
    background: #13478a url("../2024images/otherpage/img-5-2.png") no-repeat bottom center;
    border-radius: 16.25rem 0 0 0;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);

}

.titbox04{
    font-size: max(16px,1.5625rem);
    line-height: 3.36;
    color: #1a1919;
    background: #c2d5ee;
    border: 1px solid #89b8f8;
    padding: 0 3.75rem;
    margin-bottom: 2.25rem;
}

.list_boxn1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_boxn1 li{
    position: relative;
    width: 29.44%;
    margin-left: 5.84%;
    margin-bottom: 3.25rem;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    background: rgba(229, 236, 244, 0.6);
}
.list_boxn1 li:nth-of-type(3n+1){
    margin-left: 0;
}
.list_boxn1 li a{
    position: relative;
    z-index: 3;
    display: flex;
    height: 6rem;
    align-items: center;
    justify-content: center;
    font-size: max(14px,1.5rem);
    color: #191919;
    transition: .5s ease;
}

.list_boxn1 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
    background-size: auto 2px;
    transition: .5s ease;
}
.list_boxn1 li a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5625rem;
    transform: translateX(-50%);
    width: 0.9375rem;
    height: 0.9375rem;
    background: #fff;
    border: 1px solid #004098;
    border-radius: 50%;
    z-index: 1;
    transition: .5s ease;
    box-sizing: border-box;
}

.list_boxn1 li:after{
    position: absolute;
    content: '';
    left: -2px;
    right: -2px;
    top: 100%;
    bottom: -2px;
    background: #8c1c40;
    border-bottom: .25rem solid #f5be25;
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
}
.list_boxn1 li:hover:after{
    top: -2px;
    opacity: 1;
    visibility: visible;
}
.list_boxn1 li:hover a:after,
.list_boxn1 li:hover a:before{
    opacity: 0;
    visibility: hidden;
}
.list_boxn1 li:hover a{
    color: #f5be25;
}


.inner-fl02 .item:first-child .titbox04{
    color: #fff;
    background: url("/2024images/otherpage/img-5-3.png") no-repeat 50%/cover;
    border-color: rgba(255, 255, 255, 0.1) #0f4c8d ;
}
.inner-fl02{
    padding-bottom: 8.375rem;
}


.titbox01 p{
    font-size: max(12px,1rem);
    color: rgba(0, 0, 0, 0.2);
    text-transform:uppercase;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1;
    margin-bottom: 0.5rem;
}
.titbox01 .tit{
    font-size: max(20px,3.75rem);
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1;
}
.inner-fl03 .titbox01{
    margin-bottom: 5.9375rem;
}
.inner-fl03 .info-box{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-fl03 .info-box .img-box:after{
    content: '';
    width: 2rem;
    position: absolute;
    top: 2.375rem;
    bottom: 2.375rem;
    left: 0;
    background-color: #8c1c40;
    pointer-events: none;
    z-index: -1;
}
.inner-fl03 .info-box .img-box{
    width: 47.125rem;
    height: 29.9375rem;
    overflow: hidden;
    padding-left: 1.875rem;
    position: relative;
}
.inner-fl03 .info-box .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-fl03 .info-box .txt-box{
    width: calc(100% - 50rem);
}
.inner-fl03 .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.8;
    text-indent: 2em;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-fl03 .para p{
    margin-top: 2em;
}
.inner-fl03 .para p:nth-of-type(1){
    margin-top: 0;
}
.inner-fl03{
    margin-bottom: 7rem;
}

table,tbody,thead,tr,td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    box-sizing:border-box;
    text-align: center;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}
.inner-fl04 table td{
    width: 25%;
    position: relative;
}
.inner-fl04 table td:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: url("/2024images/otherpage/line01.png") repeat-y 50%;
}

.inner-fl04 table thead td:after{
    position: absolute;
    content: '';
    left: -0.5625rem;
    bottom: -0.75rem;
    width: 1.3125rem;
    height: 1.3125rem;
    background: url("/2024images/otherpage/img-6-2.png") no-repeat 50%/cover;
}
.inner-fl04 table thead{
    height: 6.5rem;
    background: rgba(229, 236, 244, 0.6);
    font-size: max(14px,1.875rem);
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-fl04 table thead td:nth-of-type(1):before,
.inner-fl04 table thead td:nth-of-type(1):after{
    display: none;
}

.inner-fl04 table tbody td{
    height: 4.5rem;
    font-size: max(12px , 1.625rem);
    color: #1a1919;
    border-bottom: 2px solid #ccd9ea;
}

.inner-fl04 table tbody td:last-child:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: url("/2024images/otherpage/line01.png") repeat-y 50%;
}
.inner-fl04 .table-box{
    height: 51.5625rem;
    overflow: hidden;
}

.inner-fl04 .info-box .table-more a{
    display: block;
    width: 1.8125rem;
    height: 1.8125rem;
    margin: 1.625rem auto 0;

}
.inner-fl04 .info-box .table-more img{
    display: block;
    width: 100%;
    transition: .5s;
}

.inner-fl04 .info-box .table-more  img.img_on{
    transform: rotate(180deg);
    display: none;
}
.inner-fl04 .info-box .table-more a.off .img_on{
    display: block;
}
.inner-fl04 .info-box .table-more a.off .img_off{
    display: none;
}
.inner-fl04 .table-box.off{
    height: auto;
}

.inner-fl04 .info-box{
    background: #fff;
    padding: 1.875rem 1.875rem 1.5rem;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}

.inner-fl04 .titbox01{
    margin-bottom: 3.375rem;
}
.inner-fl04{
    margin-bottom: 7.8125rem;
}

.inner-fl05 .info-box .li{
    margin-left: .5rem;
    position: relative;
}
.inner-fl05 .info-box .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: url(/2024images/otherpage/n_dh01.png) repeat-x 50%;
    background-size: auto 2px;
    transition: .5s ease;
}
.inner-fl05 .info-box .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5625rem;
    transform: translateX(-50%);
    width: 0.9375rem;
    height: 0.9375rem;
    background: #fff;
    border: 1px solid #004098;
    border-radius: 50%;
    z-index: 1;
    transition: .5s ease;
    box-sizing: border-box;
}
.inner-fl05 .info-box .li .top{
    display: flex;
    font-size: max(14px, 2rem);
    color: #1a1919;
    height: 9rem;
    background: #fff;
    border: 1px solid #eff4f8;
    align-items: center;
    justify-content: space-between;
    padding-left: 4.875rem;
    padding-right: 4.375rem;
    transition: .5s ease;
}
.inner-fl05 .info-box .li .top span{
    display: block;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url("/2024images/otherpage/img-6-3.png") no-repeat 50%/cover;
    cursor: pointer;
    transition: .5s ease;
}

.inner-fl05 .info-box .li .bg{
    position: absolute;
    left: -.5rem;
    right:2.5rem;
    top: .5rem;
    bottom: -.5rem;
    height: 9.0625rem;
    background: #811a3f;
    z-index: -1;
}
.inner-fl05 .info-box .li .bottom{
    display: none;
    background: #fff;
    padding: 0.875rem 4.625rem  4.8125rem 5rem;
}

.inner-fl05 .info-box .li .para{
    font-size: max(14px, 1.125rem);
    color: #191919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    background: #f6f8fb;
    border: 1px solid #eff4f8;
    padding:1.875rem 3.4375rem ;
}
.inner-fl05 .info-box .li .para p{
    margin-top: 2em;
}
.inner-fl05 .info-box .li .para p:first-child{
    margin-top: 0;
}
.inner-fl05 .info-box .li .top.on span{
    transform: rotate(180deg);
}
.inner-fl05 .info-box .li .top.on{
    border-color: transparent;
    color: #841b3f;
}
.inner-fl05 .info-box .li{
    margin-top: 7.375rem;
}
.inner-fl05 .info-box .li:nth-of-type(1){
    margin-top: 5.625rem;
}
.inner-fl05 .info-box .li.on{
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}

.inner-fl05 {
    padding-bottom: 18.25rem;
}

/*师资队伍*/
.inner-fl06 .tit{
    font-size: 2rem;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 4.75rem;
}

.inner-fl06 .info-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    padding-right: 2.0625rem;
}
.inner-fl06 .info-box:before {
    content: '';
    width: 2.875rem;
    top: 2.875rem;
    bottom: 2rem;
    right: 0;
    background-color: #8c1c40;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.inner-fl06 .info-box .img-box{
    width: 48.9375rem;
    height: 30.125rem;
}
.inner-fl06 .info-box .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-fl06 .info-box .txt-box{
    position: relative;
    z-index: 3;
    background: #fff;
    width: calc(100% - 48.9375rem + 8.625rem);
    margin-right: -8.625rem;
    padding: 4.375rem 4.625rem 6.875rem 4.375rem;
}
.inner-fl06 .info-box .txt-box:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5625rem;
    transform: translateX(-50%);
    width: 0.9375rem;
    height: 0.9375rem;
    background: #fff;
    border: 1px solid #004098;
    border-radius: 50%;
    z-index: 1;
    transition: .5s ease;
    box-sizing: border-box;
}
.inner-fl06 .info-box .txt-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url(/2024images/otherpage/n_dh01.png) repeat-x 50%;
    background-size: auto 2px;
    transition: .5s ease;
}

.inner-fl06 .info-box .para{
    font-size: max(14px, 1.125rem);
    color: #191919;
    line-height: 2.1;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-fl06 .info-box .para p{
    text-indent: 2em;
}
.inner-fl06 .info-box .txt-box .bg{
    position: absolute;
    bottom: 0;
    left: -6.375rem;
    width: 40.625rem;
    height: 32.625rem;
    background: url("/2024images/otherpage/img-7-1.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}

.inner-fl06{
    margin-bottom: 10rem;
}

.inner-fl07 .c-content{
    padding: 0 5.625rem;
}
.list_boxn2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_boxn2 li{
    width: calc(100% / 6);
    padding: 2.1875rem 1.5rem 1.75rem 2.5rem;
    background: rgba(255, 255, 255, 0.2);
}

.list_boxn2 li.kb{
    background: no-repeat;
}

.list_boxn2 li .num span{
    font-size: 3.75rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-shadow: 2px 2px 2px #8c1c40;
    border-bottom: 1px solid #fff;
}
.list_boxn2 li p{
    font-size: max(14px, 1.125rem);
    color: #fff;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    position: relative;
    padding-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(3.6em + 1rem);
}

.list_boxn2 li p:before {
    /*content: '';
    width: 8.75rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;*/
}

.inner-fl07 .line-box .line{
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}

.inner-fl07 .line-box .line1{
    height: 1px;
    right: calc(100% / 6);
    width: 100vw;
    top: 0;
}
.inner-fl07 .line-box .line2{
    height: 1px;
    right: -5.625rem;
    left: -5.625rem;
    width: 100vw;
    bottom: 0;
}
.inner-fl07 .line-box .line3{
    width: 1px;
    top: -6.75rem;
    bottom: -6.1875rem;
    left: calc(100% / 6);
}
.inner-fl07 .line-box .line4{
    width: 1px;
    top: -6.75rem;
    bottom: -6.1875rem;
    left: calc(100% / 2);
}
.inner-fl07 .line-box .line5{
    width: 1px;
    top: -6.75rem;
    bottom: -6.1875rem;
    right: calc(100% / 6);
}
.inner-fl07 .line-box .line6{
    width: 1px;
    top: -6.75rem;
    bottom: -6.1875rem;
    right: 0;
}


.list_boxn2{
    position: relative;
}
.inner-fl07{
    overflow: hidden;
    padding-top: 6.75rem;
    padding-bottom: 6.1875rem;
    background: url("/2024images/otherpage/img-7-2.jpg") no-repeat 50%;
    background-size: cover;
}

.inner-fl08 .para{
    font-size: max(14px, 1.125rem);
    color: #191919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-indent: 2em;
}


.inner-fl08 .table-box p{
    font-size: max(14px, 1.125rem);
    color: #191919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: right;
}
.inner-fl08 table td{
    font-size: max(14px, 1.125rem);
    color: #191919;
    height: 2.25em;
    border-bottom: 1px solid #cddaec;
    position: relative;
}
.inner-fl08 table td:before{
    position: absolute;
    content: '';
    left: 0;
    width: .25rem;
    top: 0;
    bottom: 0;
    background: url("/2024images/otherpage/line01.png") repeat-y 50%;
    background-size: 100%;
}

.inner-fl08 table td:last-child:after{
    position: absolute;
    content: '';
    right: 0;
    width: .25rem;
    top: 0;
    bottom: 0;
    background: url("/2024images/otherpage/line01.png") repeat-y 50%;
    background-size: 100%;
}

.inner-fl08 table td:first-child{
    width: 77%;
}
.inner-fl08 table:before,
.inner-fl08 table:after{
    position: absolute;
    content: '';
    right: 0;
    height: .125rem;
    top: 0;
    left: 0;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
    background-size: auto 100%;
}
.inner-fl08 table:after{
    top: auto;
    bottom: 0;
}
.inner-fl08 table{
    position: relative;
    margin-top: 1.875rem;
}

.inner-fl08 .table-box{
    max-width: 57.375rem;
    background: #fff;
    margin: 3rem auto 0;
    padding: 0 5.625rem 5rem 5.625rem;
}
.inner-fl08{
    padding: 5.625rem 0 20rem;
}

/*研究生教育*/


.inner-fl09 .info-box{
    position: relative;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 5.75rem 0 2.75rem;
}
.inner-fl09 .img-box{
    position: relative;
    width: 46.125rem;
    height: 25.8125rem;
    padding-left: 3.4375rem;
}
.inner-fl09 .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-fl09 .txt-box{
    width: calc(100% - 46.125rem + 3.5rem);
    position: relative;
    z-index: 3;
    background: #fff;
    margin-left: -3.5rem;
    padding: 2.875rem 3.125rem 1.875rem;
}
.inner-fl09 .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.8;
    text-indent: 2em;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-fl09 .para p{
    margin-top: 1.8em;
}
.inner-fl09 .para p:nth-of-type(1){
    margin-top: 0;
}
.inner-fl09 .img-box:after {
    content: '';
    width: 4rem;
    position: absolute;
    top: 2.5rem;
    bottom: 1.6875rem;
    left: 0;
    background-color: #8c1c40;
    pointer-events: none;
    z-index: -1;
}

.inner-fl09{
    margin-bottom: 8.25rem;
}

.inner-fl10 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.75rem;
}
.inner-fl10 .tab-tit .li{
    width: 46.25%;
    position: relative;
    height: 7.75rem;
    cursor: pointer;
}

.inner-fl10 .tab-tit .li .bg{
    height: 100%;
}
.inner-fl10 .tab-tit .li .con{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 2.375rem;
    justify-content: space-between;
}
.inner-fl10 .tab-tit .li span{
    display: block;
    font-size: max(16px,1.5rem);
    color: #1a1919;
    padding: 0 0.625rem;
    min-width: 9.375rem;
    text-align: center;
    flex-shrink: 0;
    transition: .5s ease;
}
.inner-fl10 .tab-tit .li i{
    display: block;
    height: 1px;
    flex: 1;
    background: #fff;
    position: relative;
    transition: .5s ease;
    opacity: .5;
}
.inner-fl10 .tab-tit .li i:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 1rem;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.inner-fl10 .tab-tit .li i.liner:before{
    left: 0;
    right: auto;
}
.inner-fl10 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #cadaef;
    transition: .5s ease;
    z-index: -1;
}
.inner-fl10 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: .75rem solid transparent;
    border-top-color: #004098;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.inner-fl10 .tab-tit .li.active:before{
    background: rgba(0, 64, 152, 0.9);
}
.inner-fl10 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.inner-fl10 .tab-tit .li.active span{
    color: #fff;
}
.inner-fl10 .tab-tit .li.active i,
.inner-fl10 .tab-tit .li.active i:before{
    opacity: .5;
}

.inner-fl10 .tab-cont .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.8;
    text-indent: 2em;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-fl10 table td{
    width: 25%;
    position: relative;
}
.inner-fl10 table td:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: url("/2024images/otherpage/line01.png") repeat-y 50%;
}

.inner-fl10 table thead td:after{
    position: absolute;
    content: '';
    left: -0.5625rem;
    bottom: -0.75rem;
    width: 1.3125rem;
    height: 1.3125rem;
    background: url("/2024images/otherpage/img-6-2.png") no-repeat 50%/cover;
}
.inner-fl10 table thead{
    height: 6.5rem;
    background: rgba(229, 236, 244, 0.6);
    font-size: max(14px,1.875rem);
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-fl10 table thead td:nth-of-type(1):before,
.inner-fl10 table thead td:nth-of-type(1):after{
    display: none;
}

.inner-fl10 table tbody td{
    height: 4.5rem;
    font-size: max(12px , 1.625rem);
    color: #1a1919;
    border-bottom: 2px solid #ccd9ea;
}

.inner-fl10 table tbody td:last-child:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: url("/2024images/otherpage/line01.png") repeat-y 50%;
}

.inner-fl10 .table-box{
    margin-top: 3.375rem;
}
.inner-fl10 .tab-cont{
    margin-top: 3.625rem;
}
.inner-fl10 .tab-cont .child{
    position: relative;
    z-index: 2;
    display: none;
}
.inner-fl10 .tab-cont .child.active {
    display: block;
}

.inner-fl10{
    margin-bottom: 13.3125rem;
}

/*科学研究综合页*/

.inner-fl11 .inner-box{
    position: relative;
    z-index: 2;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
}
.inner-fl11 .para{
    position: relative;
    z-index: 3;
    font-size: max(14px,1.125rem);
    color: #1a1919;
    line-height: 1.9;
    text-indent: 2em;
    padding: 4.2125rem 4.3125rem 3.375rem;
    background:#e8eef6 url("../2024images/otherpage/img-8-1.png") no-repeat bottom right;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}
.inner-fl11 .inner-box:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 4.6875rem;
    bottom: 1.25rem;
    background: #13478a url('../2024images/otherpage/img-8-2.png') no-repeat bottom center;
    border-radius: 16.25rem 0 0 0;
}

.inner-fl11{
    margin-bottom: 5.625rem;
}

.ky-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ky-content .img-box{
    width: 44.375rem;
    height: 24.5625rem;
    position: relative;
    padding-left: 1.6875rem;
}
.ky-content .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ky-content .img-box:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 3.3125rem;
    width: 2rem;
    background: #7e052d;
    z-index: -1;
}
.ky-content .txt-box{
    width: calc(100% - 49.1875rem);
}
.ky-content .txt-box .tit{
    font-size: 3rem;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1;
    margin-bottom: 3rem;
}
.ky-content .txt-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ky-content .txt-box ul li{
    width: 50%;
    display: flex;
    padding-left: .625rem;
    align-items: center;
    border-bottom: 2px dashed #afc2dc;
}
.ky-content .txt-box ul li.last{
    border-color: transparent;
}
.ky-content .txt-box ul li a{
    display: block;
    font-size: max(14px,1.25rem);
    line-height: 5rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s ease;
}
.ky-content .txt-box ul li:before{
    content: '';
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    border: 1px solid #004098;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 1.25rem;
}
.ky-content .txt-box ul li:hover a{
    color: #004098;
}

.inner-fl12 .ky-content{
    flex-direction: row-reverse;
}
.inner-fl12 .ky-content .img-box{
    width: 41.9375rem;
    height: 27.0625rem;
}

.inner-fl12{
    margin-bottom: 5.4375rem;
}

.inner-fl13 .inner-box{
    position: relative;
    height: 24.5625rem;
    display: flex;
    align-items: center;
    margin-right: 1.75rem;
    background: url("/2024images/otherpage/img-8-5.jpg") no-repeat 50%;
    background-size: cover;
}
.inner-fl13 .inner-box a{
    display: block;
    padding-left: 3.5rem;
    position: relative;
    z-index: 3;
}
.inner-fl13 .inner-box .txt-box .tit{
    font-size: 3rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 1rem;
}
.inner-fl13 .inner-box .txt-box img{
    display: block;
    height: 2.0625rem;
    transition: .5s ease;
}
.inner-fl13 .inner-box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#004098 0%,transparent 100%);
}
.inner-fl13 .inner-box:after{
    position: absolute;
    content: '';
    right: -1.75rem;
    bottom: 0;
    top: 3.3125rem;
    width: 2rem;
    background: #7e052d;
    z-index: -1;
}
.inner-fl13 .inner-box .txt-box:hover img{
    transform: translateX(.625rem);
}
.inner-fl13{
    margin-bottom: 6.25rem;
}
.inner-fl14 .ky-content,
.inner-fl16 .ky-content{
    flex-direction: row-reverse;
}
.inner-fl14,
.inner-fl15{
    margin-bottom: 5.875rem;
}
.inner-fl15 .img-box{
    padding-left: 0;
    padding-right: 1.6875rem;
}
.inner-fl15 .img-box:before{
    left: auto;
    right: 0;
}


.inner-fl17 .inner-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-fl17 .inner-box .item{
    width: 47.36%;
    position: relative;
    height: 24.5625rem;
    display: flex;
    align-items: center;
    background: url("/2024images/otherpage/img-8-9.jpg") no-repeat 50%/cover;
}
.inner-fl17 .inner-box .item:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#004098 0%,transparent 100%);
}

.inner-fl17 .inner-box .item a{
    display: block;
    position: relative;
    z-index: 3;
    padding-left: 3.625rem;
}
.inner-fl17 .inner-box .item .tit{
    font-size: 2.625rem;
    color: #fff;
    margin-bottom: .625rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-fl17 .inner-box .item img{
    display: block;
    height: 2.0625rem;
    transition: .5s ease;
}
.inner-fl17 .inner-box .item:hover img{
    transform: translateX(.625rem);
}
.inner-fl17 .inner-box .item:nth-of-type(2){
    background-image: url("/2024images/otherpage/img-8-10.jpg");
}
.inner-fl17 .inner-box .item:nth-of-type(2):after{
    background: linear-gradient(90deg,#8c1c40 0%,transparent 100%);
}

.inner-fl17{
    padding-top: 7.75rem;
    padding-bottom: 15.5rem;
}

/*招生就业综合页*/

.titbox02{
    font-size: 3.75rem;
    line-height: 1;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.zs-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.zs-box .img-box{
    width: 40.625rem;
    height: 27.1875rem;
    position: relative;
}
.zs-box .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-box .img-box:before{
    position: absolute;
    content: '';
    width: 1.875em;
    left: -1.875rem;
    top: 2.1875rem;
    bottom: 0;
    background: #7e052d;
    z-index: -1;
}
.zs-box .txt-box{
    width: calc(100% -  40.625rem + 3.75rem);
    background: #fff;
    position: relative;
    margin-left: -3.75rem;
    z-index: 3;
    padding: 0.9375rem 3rem 1.6875rem 8.125rem;
    box-shadow: 0 0 0.75rem rgba(3, 26, 62, 0.1);
}

.zs-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zs-list li{
    width: 50%;
    position: relative;
    margin-bottom: 2.75rem;
    border-bottom: 2px dashed #afc2dc;
}
.zs-list li a{
    display: block;
    font-size: max(14px,1.25rem);
    color: #333;
    text-align: center;
    line-height: 3.6em;
    transition: .5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zs-list li:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -2px;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    border: 1px solid #004098;
    background: #fff;
    transform: translateX(-50%);
    transition: .5s ease;
}
.zs-list li:after{
    position: absolute;
    content: '';
    top: calc(100% + 2px);
    left: 50%;
    height: 1.875rem;
    border-left: 2px dashed #afc2dc;
    transform: translateX(-50%);
}
.zs-list li:hover:before{
    background: #004098;
}
.zs-list li:before a{
    color: #004098;
}

.zs-box .txt-box .zs-tit{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: max(14px,1.25rem);
    color: #fff;
    line-height: 3.2em;
    padding-left: 4.125rem;
    padding-right: 2.8125rem;
    background: linear-gradient(-90deg,#17378c 0,#0073c3 100%);
    clip-path: polygon(13% 0 , 100% 0 , 100% 100%,0 100% );
}

.inner-s18 .titbox02{
    margin-bottom: 4rem;
}
.inner-s18{
    margin-bottom: 10rem;
}

.inner-s19 .zs-box{
    flex-direction: row;
}
.inner-s19 .zs-box .img-box:before{
    left: auto;
    right: -1.875rem;
}
.inner-s19 .zs-box .txt-box{
    margin-left: 0;
    margin-right: -3.125rem;
    width: calc(100% - 40.625rem + 3.125rem);
    padding: 2.375rem 6.6875rem 4.75rem 3.625rem;
}
.inner-s19 .zs-box{
    margin-top: -1.5625rem;
}

.inner-s20 .inner-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s20 .inner-box .item{
    width: 45.83%;
}
.inner-s20 .inner-box .tit{
    font-size: 3rem;
    color: #004098;
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 3.375rem;
}
.inner-s20 .inner-box .img-box{
    position: relative;
    height: 27.1875rem;
}
.inner-s20 .inner-box .img-box a{
    display: block;
    overflow: hidden;
    height: 100%;
}
.inner-s20 .inner-box .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.inner-s20 .inner-box .img-box:before{
    position: absolute;
    content: '';
    width: 1.875em;
    left: -1.875rem;
    top: 1.875rem;
    bottom: 0;
    background: #7e052d;
    z-index: -1;
}
.inner-s20 .inner-box .img-box:hover img{
    transform: scale(1.05);
}

.inner-s20 {
    padding-top: 8.25rem;
    padding-bottom: 19.0625rem;
}

/*科研项目-自然*/


.inner-s21 .ky-dh{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s21 .ky-dh i{
    flex: 1;
    height: 1px;
    background: #afc2dc;
    position: relative;
}
.inner-s21 .ky-dh i:before{
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 1.25rem;
    background: #afc2dc;
    transform: translateY(-50%);
}
.inner-s21 .ky-dh i.line2:after{
    position: absolute;
    content: '';
    width: 1px;
    left: 0;
    top: 50%;
    height: 1.25rem;
    background: #afc2dc;
    transform: translateY(-50%);
}
.inner-s21 .ky-dh i.line2{
    max-width: 7.3125rem;
}
.inner-s21 .ky-dh i.line3:before{
    right: auto;
    left: 0;
}
.inner-s21 .ky-dh .li a{
    display: block;
    font-size: max(16px,1.5rem);
    color: #191919;
    line-height: 3.16em;
    text-align: center;
    flex-shrink: 0;
}
.inner-s21 .ky-dh .li{
    width: 12.125rem;
    border: 1px solid transparent;
}
.inner-s21 .ky-dh .li.active{
    border-color: #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    background: rgba(229, 236, 244, 0.6);
}
.inner-s21 .ky-dh .li.active a{
    color: #004098;
}

.inner-s22 .para{
    font-size: max(14px,1.125rem);
    color: #1a1919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding: 2.5rem 2.375rem ;
}
.inner-s22 .para p{
    margin-top: 2em;
}
.inner-s22 .para p:nth-of-type(1){
    margin-top: 0;
}
.inner-s22 .para p span{
    color: #004098;
}

.inner-s23 .para{
    font-size: max(14px,1.125rem);
    color: #004098;
    line-height: 2;
    text-align: center;
    padding: 3.9375rem 2.75rem 3.0625rem;
    background: linear-gradient(180deg,#e5ecf4 0,transparent 100%);
    border-radius: 1rem;
}
.inner-s23 .para p{
    margin-top: 2em;
}
.inner-s23 .para p:nth-of-type(1){
    margin-top: 0;
}

.inner-s24 .para{
    font-size: max(14px,1.125rem);
    line-height: 1.8;
    color: #1a1919;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s24 .para .tit{
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-s24 .para p{
    margin-top: 1.8em;
}
.inner-s24 .box1{
    padding: 2.5rem 3.03125rem 4.375rem;
}

.inner-s24 table thead td{
    font-size: max(16px,1.5rem);
    color: #1a1919;
    height: 5rem;

}
.inner-s24 table thead{
    background: #e5ecf4;
}
.inner-s24 table td{
    border-left: 1px solid #fff;
}
.inner-s24 table td:first-child{
    border: none;
}
.inner-s24 table td.td1{
    width: 8.54%;
}
.inner-s24 table td.td2{
    width: 14.1%;
}
.inner-s24 table td.td3{
    width: 35.83%;
}
.inner-s24 table td.td4{
    width: 12.91%;
}
.inner-s24 table td.td5{
    width: 16.38%;
}
.inner-s24 table td.td6{
    width: 12.24%;
}
.inner-s24 table tbody td{
    font-size: max(14px,1.125rem);
    color: #1a1919;
    height: 5rem;
}
.inner-s24 table tbody tr{
    background: #fff;
}
.inner-s24 table tbody tr:nth-child(2n){
    background: #f0f0f0;
}
.inner-s24 .table-box .tit{
    font-size: max(14px,1.125rem);
    color: #1a1919;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-left: 3.625rem;
    margin-top: 1rem;
}
.inner-s24{
    padding-bottom: 7.3125rem;
}

/*协同创作中心*/

.inner-s25 .tit{
    font-size: 3.75rem;
    color: #004098;
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 3.125rem;
}
.inner-s25 .img-box img{
    display: block;
    width: 100%;
    height: auto;
}
.inner-s25 .img-box{
    margin-bottom: 2.85rem;
}
.inner-s25 .para{
    font-size: max(14px,1.125rem);
    color: #1a1919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s25 .para .tit2{
    font-size: max(16px,2rem);
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-top: 1em;
}
.inner-s25 .para p{
    margin-top: 1em;
}
.inner-s26 .li{
    background: rgba(229, 236, 244, 0.8);
    border: 2px solid #fff;
    padding: 0 3.5rem;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    margin-bottom: 2rem;
}
.inner-s26 .li .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.inner-s26 .li .top .tit{
    font-size: max(16px,1.5rem);
    color: #004098;
    line-height: 5.625rem;
}
.inner-s26 .li .top span{
    display: block;
    width: 0.875rem;
    height: 0.625rem;
    background: url("/2024images/otherpage/img-10-5.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s ease;
    cursor: pointer;
}
.inner-s26 .li .top.on span{
    transform: rotate(180deg);
}
.inner-s26 .li .txt-box .para{
    font-size: max(14px,1.125rem);
    line-height: 1.8;
    color: #1a1919;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s26 .li .txt-box .img_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4.1875rem;
    margin-top: 4.125rem;
}

.inner-s26 .li .txt-box .img_list img{
    display: block;
    width: auto;
    height: 22.0625rem;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s26 .li .txt-box .img_list p{
    font-size: max(14px,1.125rem);
    line-height: 1.8;
    color: #1a1919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
    margin-top: .5rem;
}
.inner-s26 .li .txt-box{
    padding: 2.875rem 0 3rem;
    border-top: 2px solid #fff;
    display: none;
}

.inner-s26{
    padding: 3.5rem 0 4.0625rem;
}

/*历任领导*/

.inner-s27 .tit{
    font-size: 3rem;
    color: #004098;
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 2.5rem;
}
.inner-s27 .li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s27 .li .box1{
    width: 47.22%;
}
.inner-s27 .li .box1 h3{
    font-size: max(16px,1.5rem);
    color: #004098;
    padding: 1.375rem 2.25rem;
    font-weight: normal;
    text-align: center;
    background-color: #e5ecf4;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    border: 2px solid #fff;
}
.list_liren1 dl{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.list_liren1 dl dt{
    width: 12.375rem;
    padding-left: 2.3125rem;
}
.list_liren1 dl dt a{
    font-size: max(16px,1.5rem);
    color: #004098;
    line-height: 3.875rem;
    display: block;
}
.list_liren1 dl dd{
    width: calc(100% - 12.375rem);
    padding-left: 5.375rem;
    font-size: max(14px,1.5rem);
    color: #191919;
    line-height: 3.875rem;
    position: relative;
}
.list_liren1 dl dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: #e6e6e6 1px solid;
}
.list_liren1 dl:first-child dd:before{
    top: 1.225rem;
}
.list_liren1 dl:last-child dd:before{
    bottom: 1.175rem;
}
.list_liren1 {
    padding: .8125rem 0 0 0;
}

.inner-s27 .li .box2{
    width: 50%;
}
.inner-s27 .li .box2 h3{
    font-size: max(16px,1.5rem);
    color: #004098;
    padding: 1.375rem 2.25rem;
    font-weight: normal;
    text-align: center;
    background-color: #e5ecf4;
    box-shadow: -1.875rem 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    border: 2px solid #fff;
    border-right-color: #e5ecf4;
}
.inner-s27 .li .box2:nth-child(2) h3{
    border-left-color: #e5ecf4;
    border-right-color: #fff;
    box-shadow: 1.875rem 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}

.list_liren2 dl{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_liren2 dl dt{
    width: 15rem;
    padding-left: 2.25rem;
}
.list_liren2 dl dt a{
    font-size: max(16px,1.5rem);
    color: #004098;
    line-height: 3.875rem;
    display: block;
}

.list_liren2 dl dd{
    width: calc(100% - 15rem);
    padding-left: 7.875rem;
    font-size: max(16px,1.5rem);
    color: #191919;
    line-height: 3.875rem;
    position: relative;
}
.list_liren2 dl dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: #e6e6e6 1px solid;
}
.list_liren2 dl:first-child dd:before{
    top: 1.225rem;
}
.list_liren2 dl:last-child dd:before{
    bottom: 1.175rem;
}
.list_liren2 {
    padding: .8125rem 0 0 0;
}

.inner-s27 .block{
    margin-bottom: 7.125rem;
}
.inner-s27 {
    padding-bottom: 3.25rem;
}

/*实况足球长致辞*/

.inner-s28 .titbox .tit{
    font-size: 3rem;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
}
.inner-s28 .titbox p{
    font-size: max(16px, 1.25rem);
    color: #1a1919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
    margin-top: .225rem;
}
.inner-s28 .titbox{
    margin-bottom: 4.25rem;
}


.inner-s28 .txt-box .para{
    font-size: max(14px,1.125rem);
    color: #1a1919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-indent: 2em;
}
.inner-s28 .txt-box .para p{
    margin-top: 1.8em;
}
.inner-s28 .txt-box .para span{
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-s28 .txt-box .para .tit2{
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #004098;
    text-indent: 0;
}


.inner-s28 .inner-box{
    padding: 0 8rem 9rem;
    position: relative;
    z-index: 2;
}

.inner-s28 .inner-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: -3rem;
    bottom: 0;
    top: 0;
    background: url("/2024images/otherpage/img-11-1.png") no-repeat bottom center;
    background-size: 100%;
    z-index: -1;
}
.inner-s28 .inner-box:before{
    position: absolute;
    content: '';
    left: 5.1rem;
    top: 6.3rem;
    width: 6.5rem;
    height: 5.5625rem;
    background: url("/2024images/otherpage/img-11-2.png") no-repeat bottom center;
    background-size: 100%;
    z-index: -1;
}
.inner-s28{
    padding-bottom: 17.375rem;
}

/*历史沿革*/

.inner-s29 .tit{
    font-size: 3.75rem;
    line-height: 1;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 5.875rem;
}
/*inner-s29 list_boxn3 inner-s30*/
.list_boxn3 li{
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.list_boxn3 li:nth-child(2n){
    justify-content: flex-end;
    margin-top: -15.125rem;
}
.list_boxn3 li .con{
    position: relative;
    width: 50%;
    padding-right: 1.875rem;
}
.list_boxn3 li:nth-child(2n) .con{
    padding-right: 0;
    padding-left: 1.875rem;
}
.list_boxn3 li .top{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.375rem;
}
.list_boxn3 li:nth-child(2n) .top{
    flex-direction: row-reverse;

}

.list_boxn3 li .top .img-box{
    width: 65.21%;
    height: 17.75rem;
    padding: 0.4375rem;
    background: #c3b193;
}
.list_boxn3 li .top .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_boxn3 li .top time{
    width: calc(100% - 65.21%);
    font-size: max(16px,1.125rem);
    color: #784420;
    line-height: 3.75rem;
    margin-top: .625rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.list_boxn3 li:nth-child(2n) .top time{
    justify-content: flex-start;
}

.list_boxn3 li .top time i{
    display: block;
    font-size: max(20px,3.75rem);
    font-family: 'Rajdhani-Bold';
    line-height: 3rem;
    font-style: normal;
    margin-right: .75rem;
}
.list_boxn3 li .con .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.77;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.list_boxn3 li .con:after{
    position: absolute;
    content: '';
    right: -0.4375rem;
    top: 4.5625rem;
    width: 13.1875rem;
    height: 0.8125rem;
    background: url("/2024images/otherpage/img-17-6.png") no-repeat 50%/100%;
}

.list_boxn3 li:nth-child(2n) .con:after{
    right: auto;
    left: -0.3975rem;
    background-image: url("/2024images/otherpage/img-17-7.png");
}

.list_boxn3:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 2rem;
    bottom: 2rem;
    width: 1px;
    background: #000;
    opacity: .1;
    z-index: -1;
}
.list_boxn3 {
    position: relative;
    z-index: 2;
}
.inner-s29:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/2024images/about/img-13.jpg") repeat-y 50%;
    z-index: -2;
    background-size: 100%;
}
.inner-s29{
    position: relative;
    padding-bottom:14rem;

}

/*实况足球园文化*/

.c-banner .para{
    font-size: max(14px,1.125rem);
    color: #fff;
    line-height: 2;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: right;
    margin-top: 1rem;
}

.inner-s31 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s31 ul li{
    width: 30.9%;
    margin-bottom: 2.9375rem;
}
.inner-s31 ul li .para{
    font-size: max(14px,1.125rem);
    line-height: 1.8;
    color: #1a1919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.25rem;
}
.inner-s31 ul li a{
    display: block;
    padding: 2.1875rem 0 3.415rem;
    height: 100%;
    border-radius: .625rem;
    overflow: hidden;
    background: linear-gradient(to top,#eff0f4 0%,#fbfbfb 100%);
}
.inner-s31 ul li .img-box{
    width: 100%;
    height: 6.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}
.inner-s31 ul li .img-box img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.inner-s31 ul li .txt-box .tit{
    font-size: max(16px,1.875rem);
    color: #1a1919;
    text-align: center;
    margin-bottom: .2125rem;
}
.inner-s31 ul li .txt-box  p{
    font-size: max(14px,1rem);
    color: #000000;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-transform: uppercase;
    text-align: center;
    opacity: .2;
}

.inner-s32 .inner-box{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;

}
.inner-s32 .inner-box:after{
    position: absolute;
    content: '';
    bottom: -6.25rem;
    right: -9.5rem;
    width: 48.9375rem;
    height: 32.4375rem;
    background: url("/2024images/otherpage/img-13-17.png") no-repeat right bottom;
    background-size: cover ;
    z-index: -1;
}
.inner-s32 .left{
    width: calc(100% - 54.75rem);
    text-align: right;
}
.inner-s32 .left .para{
    font-size: max(14px,1.125rem);
    color: #1a1919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin: 1.5625rem 0 3rem;
}
.inner-s32 .left a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(120px, 12.1875rem);
    line-height: max(36px, 3.4375rem);
    text-align: center;
    border: 1px solid #8c1c40;
    font-size: 14px;
    color: #8c1c40;
    transition: all .3s ease;
}
.inner-s32 .left a img{
    display: block;
    width: 0.9375rem;
    margin-right: 1.625rem;
}
.inner-s32 .left .more{
    display: flex;
    justify-content: flex-end;
}
.inner-s32 .left a:hover{
    transform: translateX(-1rem);
}
.inner-s32 .right{
    width: 43.125rem;
}
.inner-s32 .list1w a{
    display: block;
    border-radius: .625rem .625rem 0 0;
    overflow: hidden;
    background: #fff;
}
.inner-s32 .list1w .img-box{
    height: 22.9375rem;
}
.inner-s32 .list1w .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s32 .list1w .tit{
    font-size: max(16px,1.875rem);
    color: #1a1919;
    line-height: 1;
    margin-bottom: 0.625rem;
}
.inner-s32 .list1w .txt-box p{
    font-size: max(14px,1rem);
    color: #6d6d6d;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    opacity: .2;
}
.inner-s32 .list1w .txt-box{
    padding: 2.625rem 3.125rem 6.125rem;
}
.inner-s32 .list1w .page{
    font-size: 0;
    width: auto;
    left: 2.375rem;
    text-align: left;
    bottom: 2.375rem;
}
.inner-s32 .list1w .page span{
    width: .625rem;
    height: .625rem;
    background: #bfbfbf;
    opacity: 1;
    margin:0 .625rem;
}
.inner-s32 .list1w .page .active{
    background: #95264d;
}
.inner-s32 .list1w .btn{
    width: 3.375rem;
    height: 3.375rem;
    position: absolute;
    bottom: 2.125rem;
    border-radius: 50%;
    box-shadow:  0 0 .625rem rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
    cursor: pointer;
}
.inner-s32 .list1w .prev{
    right: 7.625rem;
    background-image: url("/2024images/otherpage/img-13-8.png");
}
.inner-s32 .list1w .next{
    right: 2.8125rem;
    background-image: url("/2024images/otherpage/img-13-9.png");
}
.inner-s32 .list1w{
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.inner-s32 {
    padding: 3.9375rem 0 5.25rem;
}
.inner-s33 .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.75rem;
}
.inner-s33 .items .item{
    width: 47.92%;
}
.inner-s33 .items .item a{
    display: block;
}
.inner-s33 .items .item .img-box{
    height: 20rem;
    border-radius: .625rem;
    overflow: hidden;
}
.inner-s33 .items .item .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}
.inner-s33 .items .item .txt-box .tit{
    font-size: max(16px,1.875rem);
    color: #1a1919;
    margin-bottom: .3125rem;
}
.inner-s33 .items .item .txt-box p{
    font-size: max(14px,1rem);
    color: #191919;
    text-transform: uppercase;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    opacity: .2;
}
.inner-s33 .items .item .txt-box{
    padding-top: 1.5rem;
}
.inner-s33 .items .item:hover .img-box img{
    transform: scale(1.05);
}
.inner-s33:after{
    position: absolute;
    content: '';
    left: 50%;
    width: 100vw;
    height: 33.375rem;
    top: -6rem;
    transform: translateX(-50%);
    background: url("/2024images/otherpage/img-13-18.png") no-repeat 50%/100%;
    z-index: -1;
}
.inner-s33{
    position: relative;
    z-index: 3;
}

@media (min-width: 1025px) {
    .list_boxn10 ul{
        display: flex;
        justify-content: space-between;
    }
    .list_boxn10 li{
        width: 12.5rem;
        height: 31.0625rem;
        overflow: hidden;
        position: relative;
        transition: width .3s ease;
    }

    .list_boxn10 li a{
        display: block;
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .list_boxn10 li .img-box {
        width: 52.5rem;
        height: 27.5rem;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        opacity: 1;
        transition: opacity .3s ease;
    }
    .list_boxn10 li .img-box img{
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .list_boxn10 li .txt-box{
        width: 52.5rem;
        height: 2rem;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        opacity: 0;
        transition: opacity .3s ease;
    }
    .list_boxn10 li .txt-box .h3{
        display: flex;
        align-items: center;
        font-size: max(16px,1.875rem);
        line-height: 2rem;
        color: #000000;
        margin-right: 1.5rem;
    }
    .list_boxn10 li .txt-box .h3 img{
        display: block;
        width: 1rem;
        margin-right: 0.875rem;
    }
    .list_boxn10 li .txt-box .h5{
        font-size: max(14px,1.125rem);
        color: #9E9E9E;
        line-height: 2rem;
        font-family: 'HarmonyOS_Sans_SC_Light';
    }
    .list_boxn10 li.active{
        width: 52.5rem;
    }
    .list_boxn10 li.active .txt-box{
        opacity: 1;
    }

}

.list_boxn10{
    position: relative;
}
.list_boxn10 .btn{
    position: absolute;
    width: 1.25rem;
    height: 2.125rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1.78125rem;
    background: no-repeat 50%/100%;
    cursor: pointer;
    opacity: 0;
    z-index: 5;
}

.list_boxn10 .prev{
    left: -.625rem;
    background-image: url("/2024images/otherpage/img-13-21.png");
}
.list_boxn10 .next{
    right: -.625rem;
    background-image: url("/2024images/otherpage/img-13-22.png");
}


.inner-s34 .titbox01{
    text-align: center;
    margin-bottom: 4.375rem;
}
.inner-s34{
    padding: 6.4375rem 0 ;position: relative;
    z-index: 2;
}

.inner-s35 .titbox01{
    text-align: center;
}
.inner-s35 .top .para{
    font-size: max(16px,1.125rem);
    color: #1a1919;
    line-height: 2;
    text-align: center;
    margin-top: 1.25rem;
}
.inner-s35 .top{
    position: relative;
    z-index: 3;
}
.inner-s35 .inner-box{
    position: relative;
    margin-top: -3.75rem;
}

.list_boxn11{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem 54.58%;
}

.list_boxn11 .li{
    width: 22.71%;
    cursor: pointer;
}

.list_boxn11 .li .img-box{
    position: relative;
    height: 14.625rem;
    border-radius: .625rem;
    overflow: hidden;
}

.list_boxn11 .li:nth-child(2) .img-box{
    margin-right: 3.625rem;
}
.list_boxn11 .li:nth-child(3) .img-box{
    margin-left: 3.625rem;
}

.list_boxn11 .li .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}
.list_boxn11 .li .img-box .tit{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    font-size: max(16px,1.875rem);
    color: #fff;
    text-align: center;
    z-index: 3;
    padding: 0 .625rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_boxn11 .li .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 64, 152, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_boxn11 .li.active .img-box .tit{
    opacity: 1;
    visibility: visible;
}
.list_boxn11 .li.active .img-box:after{
    opacity: 1;
    visibility: visible;
}
.inner-s35 .inner-box .tag-li{
    position: absolute;
    left: 0;
    right: 0;
    top: 6.875rem;
    width: 44.375%;
    margin: auto;
}
.inner-s35 .inner-box .tag-li .img-box{
    position: relative;
    border-radius: .625rem;
    overflow: hidden;
    height: 20.8125rem;
}
.inner-s35 .inner-box .tag-li .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}
.inner-s35 .inner-box .tag-li .img-box a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.125rem;
    margin: auto;
    width: max(120px, 11.25rem);
    line-height: max(36px, 3rem);
    text-align: center;
    border: 1px solid #f1f5f4;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease;
    z-index: 3;
}
.inner-s35 .inner-box .tag-li .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, #95264d 0%, transparent 60%);
}

.inner-s35{
    padding: 2rem 0 29.0625rem;
}

.footer2{
    position: relative;
    z-index: 2;
}
.footer2 .index-wrap,
.footer2 .footer{
    position: relative;
    z-index: 3;
    background: transparent;
}
.footer2 .footer{
    background: linear-gradient(to top,#023e9b 20% , transparent 100%);
}
.footer2 .index-s9{
    background: transparent;
    z-index: 5;
}
.footer2 .index-s9 .share-box{
    margin-top: 0;
}
.footer2 .index-s9 .share{
    z-index: 5;
}
.footer2 .mask{
    position: absolute;
    left: 0;
    top: -15vw;
    bottom: 0;
    width: 100%;
    height: calc(100% + 15vw);
    background: url(/2024images/otherpage/footer2.png) center top no-repeat;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}
.footer2 .mask:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -13.5vw;
    width: 100%;
    height: 26.66vw;
    background: url(/2024images/otherpage/img-14-1.png) center bottom no-repeat;
    background-size: 100% auto;
    z-index: -1;
}


/*数字海大*/
.data_tabs{
    margin-top: 4rem;
    background: #f5f5f5;
}
.data_tabs:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 10rem;
    background: linear-gradient(to left,#fff 0, transparent 100%);
}
.data_tabs .slide{
    position: relative;
}
.data_tabs .slide:after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.875rem;
    background: #e8e8e8;
}
.data_tabs .slide:first-child:after{
    display: none;
}
.data_tabs .slide .tit{
    font-size: max(16px,1.125rem);
    color: #333333;
    line-height: 5rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: .5s ease;
}

.data_tabs .slide .tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: 3px;
    background: #f6bf24;
    transition: .5s ease;
}

.data_tabs .swiper-slide-thumb-active .tit{
    background: #004098;
    color: #fff;
}
.data_tabs .swiper-slide-thumb-active .tit:after{
    right: 0;
}

.data_tabs .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: no-repeat 50%/100%;
    z-index: 3;
    cursor: pointer;
}
.data_tabs .prev{
    left: .5rem;
    background-image: url('/2024images/otherpage/img-15-2.png');
}
.data_tabs .next{
    right: .5rem;
    background-image: url('/2024images/otherpage/img-15-1.png');
}
.data_tabs .btn.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
.data_bds .data-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-column-gap: calc((100% - 50rem) / 3);
    grid-row-gap: 5rem;
    padding: 6.875rem 2.1875rem;
}
.data_bds .data-box .data{
    width: 12.5rem;
}
.data_bds .data-box .data .num span{
    font-size: 3.75rem;
    color: #8c1c40;
    font-family: 'Rajdhani-Bold';
}
.data_bds .data-box .data p{
    font-size: max(14px, 1.125rem);
    color: #191919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    position: relative;
    padding-top: 1rem;
}
.data_bds .data-box .data p:before{
    content: '';
    width: 3.75rem;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;

}


/*科研成果*/
.inner-s37 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.625rem;
}
.inner-s37 .tab-tit .li{
    width: 47.22%;
    position: relative;
    height: max(48px,8.375rem);
    cursor: pointer;
}
.inner-s37 .tab-tit .li .bg{
    height: 100%;
    opacity: .35;
}
.inner-s37 .tab-tit .li .con{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 2.125rem;
    justify-content: space-between;
}
.inner-s37 .tab-tit .li .tit{
    display: block;
    font-size: max(16px,1.5rem);
    color: #1a1919;
    padding: 0 0.625rem;
    min-width:12.125rem;
    text-align: center;
    flex-shrink: 0;
    transition: .5s ease;
}

.inner-s37 .tab-tit .li i{
    display: block;
    height: 1px;
    flex: 1;
    background: #fff;
    position: relative;
    transition: .5s ease;
    opacity: .5;
}

.inner-s37 .tab-tit .li i:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 1rem;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.inner-s37 .tab-tit .li i.liner:before{
    left: 0;
    right: auto;
}
.inner-s37 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg,#c4d3e7 0,transparent 100%);
    transition: .5s ease;
    z-index: -1;
}
.inner-s37 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: .75rem solid transparent;
    border-top-color: #004098;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.inner-s37 .tab-tit .li.active:before{
    background: rgba(0, 64, 152, 0.9);
}
.inner-s37 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.inner-s37 .tab-tit .li.active .tit{
    color: #fff;
}
.inner-s37 .tab-tit .li.active i,
.inner-s37 .tab-tit .li.active i:before{
    opacity: .5;
}

.inner-s37 .tab-cont .para {
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.8;
    padding: 0 3rem 0 3.625rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s37 .tab-cont .para p{
    margin-top: 1.12em;
}
.inner-s37 .tab-cont .para p:nth-of-type(1){
    margin-top: 0;
}

.list_boxn4 .li .tit{
    font-size: max(14px,1.5rem);
    color: #191919;
    line-height: max(56px,5rem);
    position: relative;
    padding: 0 9.375rem 0 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.list_boxn4 .li .tit:after{
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -0.325rem;
    right: 4.75rem;
    width: 1.25rem;
    height: 0.75rem;
    background: url("/2024images/otherpage/img-16-3.png") no-repeat 50%/100%;
    transition: .5s;
}
.list_boxn4 .li .txt-box table thead td{
    font-size: max(16px,1.5rem);
    color: #191919;
    line-height: max(50px,5rem);
    font-weight: normal;
    border: none;
    border-left: 1px solid #fff;

}

.list_boxn4 .li .txt-box table tbody td{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: max(50px,5rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    border-left: 1px solid #fff;
}
.list_boxn4 .li .txt-box table tr td:first-child{
    border: none;
}
.list_boxn4 .li .txt-box table td.td1{
    width: 52.08%;
}
.list_boxn4 .li .txt-box table td.td2{
    width: 22.36%;
}
.list_boxn4 .li .txt-box table td.td3{
    width: 17.91%;
}
.list_boxn4 .li .txt-box table td.td4{
    width: 7.65%;
}

.list_boxn4 .li .txt-box table thead,
.list_boxn4 .li .txt-box table tbody tr:nth-child(2n){
    background: #f7f7f7;
}
.list_boxn4 .li .txt-box{
    display: none;
}

.list_boxn4 .li{
    background: #fff;
    border-top: 1px solid #e8e8e8;
}

.list_boxn4 .li .tit.on{
    color: #8c1c40;
}
.list_boxn4 .li .tit.on:after{
    background-image: url("/2024images/otherpage/img-16-4.png");
}

.list_boxn4{
    margin-top: 3.75rem;
}

.inner-s37 .tab-cont .child{
    position: relative;
    z-index: 2;
    display: none;
}
.inner-s37 .tab-cont .child.active {
    display: block;
}
.inner-s37{
    padding-bottom: 19.625rem;
}

.inner-s38 .tab-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.inner-s38 .tab-tit i{
    flex: 1;
    height: 1px;
    background: #afc2dc;
    position: relative;
}
.inner-s38 .tab-tit i:before{
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 1.25rem;
    background: #afc2dc;
    transform: translateY(-50%);
}
.inner-s38 .tab-tit i.line2:after{
    position: absolute;
    content: '';
    width: 1px;
    left: 0;
    top: 50%;
    height: 1.25rem;
    background: #afc2dc;
    transform: translateY(-50%);
}
.inner-s38 .tab-tit i.line2{
    max-width: 7.3125rem;
}
.inner-s38 .tab-tit i.line3:before{
    right: auto;
    left: 0;
}
.inner-s38 .tab-tit .li a{
    display: block;
    font-size: max(16px,1.5rem);
    color: #191919;
    line-height: 3.16em;
    text-align: center;
    flex-shrink: 0;
}
.inner-s38 .tab-tit .li{
    width: 12.125rem;
    border: 1px solid transparent;
}
.inner-s38 .tab-tit .li.active{
    border-color: #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    background: rgba(229, 236, 244, 0.6);
}
.inner-s38 .tab-tit .li.active a{
    color: #004098;
}
.inner-s38 .tab-cont .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.8;
    padding: 0 3rem 0 3.625rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.list_boxn5 .li .tit{
    font-size: max(14px,1.5rem);
    color: #191919;
    line-height: max(56px,5rem);
    position: relative;
    padding: 0 9.375rem 0 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background: #e5ecf4;
}

.list_boxn5 .li .tit:after{
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -0.325rem;
    right: 4.75rem;
    width: 1.25rem;
    height: 0.75rem;
    background: url("/2024images/otherpage/img-16-5.png") no-repeat 50%/100%;
    transition: .5s;
}
.list_boxn5 .li .txt-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_boxn5 .li .txt-box li{
    width: 50%;
    padding: 0 3.75rem;
}
.list_boxn5 .li .txt-box li{
    position: relative;
    display: block;
    padding-left: 1.125rem;
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: max(40px,3rem);
    transition: .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_boxn5 .li .txt-box li:before{
    position: absolute;
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    background: #191919;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);margin: 0 3.75rem;
}
.list_boxn5 .li .txt-box li:hover{
    color: #004098;
}
.list_boxn5 .li .txt-box{
    padding: 1rem 0;
    display: none;
}
.list_boxn5 .li{
    margin-top: 1px;
}
.list_boxn5 .li .tit.on:after{
    background-image: url("/2024images/otherpage/img-16-4.png");
}
.list_boxn5{
    margin-top: 3.9375rem;
    background: #fff;
}

.inner-s38 .tab-cont .child{
    position: relative;
    z-index: 2;
    display: none;
}
.inner-s38 .tab-cont .child.active {
    display: block;
}
.inner-s38{
    padding-bottom: 14.875rem;
}

#vsb_content_6 P {
    font-size: max(14px, 1.125rem) !important;
    color: #191919;
    line-height: 1.8 !important;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

#vsb_content_6 P strong {
    font-family: 'HarmonyOS_Sans_SC_Bold' !important;
}

.pb_sys_common {
    font-size: 0.9rem !important;
    font-family: 微软雅黑 !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 8px 12px !important;
    height: 32px !important;
    border-radius: 3px;
    line-height: 14px !important;
    background: #f8f9fb !important;
    border: 1px solid #f8f9fb !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
    color: #222 !important;
}

#vsb_content_2 IMG {
    border-bottom: #ccc 0px solid !important;
    border-left: #ccc 0px solid !important;
    border-top: #ccc 0px solid !important;
    border-right: #ccc 0px solid !important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #004098 !important;
    color: #fff;
    background-color: #004098 !important;
    background: #004098 !important;
    color: #fff !important;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    height: 32px !important;
    line-height: 14px !important;
    background: #f8f9fb !important;
    border: 1px solid #f8f9fb !important;
    border-radius: 3px;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
    height: 32px !important;
    line-height: 20px !important;
    background: #f8f9fb !important;
    border: 1px solid #f8f9fb !important;
    border-radius: 3px;
}


#vsb_content_2 img{
    display: inline-block;
    max-width: 100% !important;
    margin: 0 auto !important;
}


/*海大精神*/
.titbox03{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titbox03 .tit{
    font-size: max(20px,3.125rem);
    line-height: 1.44;
    color: #104AA4;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.titbox03 a{
    display: block;
    font-size: max(12px,1.125rem);
    color: rgba(23, 79, 165, 0.7);
    line-height: 2.5rem;
    width: 8.0625rem;
    text-align: center;
    background: url("/2024images/otherpage/img18-1.png") no-repeat 50%/100%;
    transition: .5s;
}
.titbox03 a:hover{
    color: #fff;
    background-image: url("/2024images/otherpage/img18-3.png");
}
.inner-s39 .para {
    font-size: max(16px,1.75rem);
    color: #1453AE;
    line-height: 2.39;
    padding-left:26.52%;
}
.inner-s39 .para span{
    color: #8C1D40;
}
.inner-s39 .titbox03{
    margin-bottom: 3.25rem;
}
.inner-s39{
    margin-bottom: 5.8125rem;
}

.inner-s40 .content .top a{
    padding-right: 3.5625rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s40 .content .top .img-box{
    width: 49.53%;
    height: 24.375rem;
}
.inner-s40 .content .top .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s40 .content .top .txt-box{
    width: 47.22%;
}
.inner-s40 .content .top .txt-box .tit{
    font-size: max(18px,1.375rem);
    color: #333333;
    line-height: 1.45;
    margin-bottom: 2.875rem;
}
.inner-s40 .content .top .txt-box .name{
    font-size: max(16px,1.128rem);
    color: #666666;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-bottom: 2.8125rem;
}
.inner-s40 .content .top .txt-box p{
    font-size: max(16px,1.128rem);
    color: #666666;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6.8em;
}
.list_boxn6 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 5.125rem;
    background: #F1F7FF;
    padding: 0 3.125rem;
}
.list_boxn6 li .tit{
    width: calc(100% - 20.9375rem);
    font-size: max(16px,1.375rem);
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_boxn6 li .name{
    width: 10.25rem;
    font-size: max(16px,1.375rem);
    color: #707070;
}
.list_boxn6 li{
    margin-top: 1.5625rem;
}

.list_boxn6 li *{
    transition: .5s;
}
.list_boxn6 li:hover a{
    background: #1453AE;
}
.list_boxn6 li:hover .tit{
    color: #FFBE1E;
}
.list_boxn6 li:hover .name{
    color: #FFF0C2;
}
.list_boxn6{
    padding-top: .5625rem;
}
.inner-s40 .titbox03{
    margin-bottom: 3.5rem;
}

.inner-s40{
    margin-bottom: 5.1875rem;
}

.list_boxn7 li a{
    position: relative;
    z-index: 2;
    display: block;
    padding: 2.1875rem 2.8125rem 3.3125rem 3.0625rem;
    background: linear-gradient(270deg, #DEECFF 0%, rgba(241, 247, 255, 0) 100%);

}
.list_boxn7 li:nth-child(2n) a{
    background: linear-gradient(90deg, #EFF6FF 0%, #F3F8FF 100%);
}
.list_boxn7 li .tit{
    font-size: max(18px,1.75rem);
    color: #8C1D40;
    line-height: 1.5;
    margin-bottom: 1.75rem;
}
.list_boxn7 li .name{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.list_boxn7 li .name .l{
    display: flex;
    padding-left: 1em;
    font-size: max(18px,1.75rem);
}
.list_boxn7 li .name .l span{
    display: block;
    font-size: max(18px,1.75rem);
    line-height: 2.625rem;
    color: #333333;
    margin-right: .5rem;
}
.list_boxn7 li .name .r{
    font-size: max(14px,1.125rem);
    color: #9E9E9E;
    line-height: 2.625rem;
}
.list_boxn7 li .para{
    font-size: max(14px,1.125rem);
    color: #666666;
    line-height: 1.78;
    font-family: 'HarmonyOS_Sans_SC_Light';
    height: 5.34em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_boxn7 li *{
    transition: .5s ease;
}
.list_boxn7 li{
    position: relative;
    z-index: 2;
    margin-bottom: 1.6875rem;
}
.list_boxn7 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #699BE4;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s ease;
}
.list_boxn7 li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.list_boxn7 li:hover .tit{
    color: #1453AE;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.list_boxn7 li:hover .name .l span{
    color: #1453AE;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.list_boxn7 li:hover .name .r{
    color: #1453AE;
}

.inner-s41 .titbox03{
    margin-bottom: 3.5rem;
}

.inner-s41{
    padding-bottom: 18.125rem;
}
.c-banner2 .img-box{
    position: relative;
    z-index: 1;
}
.c-banner2 .img-box img{
    display: block;
    width: 100%;
    height: 39.48vw;
    object-fit: cover;
}

.c-banner2{
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

.c-banner2 .txt-box{
    position: absolute;
    bottom: 28.36%;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-banner2 .txt-box .li{
    min-width: 17.5rem;
    margin: 0 2.5rem;
    padding: 0 .625rem;

    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    transition: .5s;
}
.c-banner2 .txt-box .li a{
    display: block;
    color: inherit;
    font-size: max(14px,1.5rem);
    line-height: 3.75rem;
    text-align: center;
}
.c-banner2 .txt-box .li.active{
    color: #fff;
    background: linear-gradient(90deg, #0C49A6 1%, #1961D0 100%);
}

.index-wrap2{
    width: 100rem;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.title-box{
    position: relative;
}
.title-box .tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-box .tit span{
    display: block;
}
.title-box .tit .span1{
    font-size:3.375rem;
    line-height: 4.5rem;
    color: #2F2F2F;
    font-family: 'PangMenZhengDaoCu';
}
.title-box .tit .span2{
    font-size: 2.5rem;
    line-height: 4.5rem;
    color: #064EB2;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.title-box .tit i{
    display: block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #1B66CD;
    margin: 0 1.875rem;
}
.title-box a{
    position: absolute;
    right: 0;
    top: .75rem;
    font-size: max(12px,1.125rem);
    color: #3D3D3D;
    line-height: 1.875rem;
    display: flex;
    align-items: center;
    transition: .5s ease;
}
.title-box a img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .625rem;
}
.title-box a:hover{
    color: #064EB2;
}

.listn1w a{
    display: block;
    transition: .5s;
}
.listn1w a .img-box{
    position: relative;
    padding:0.3125rem;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0px 4px 10px 0px rgba(42, 71, 115, 0.3);
}
.listn1w a .img-box .img_zd{
    border-radius: 0.25rem;
}
.listn1w a .img-box .img_hezi{
    padding-bottom: 22rem;
}
.listn1w a .img-box span{
    position:absolute;
    right: 0;
    top: 0;
    width: 2.375rem;
    height: 11.6875rem;
    z-index: 3;
    font-size: max(14px,1.125rem);
    color: #fff;
    writing-mode: vertical-lr;
    line-height: 1.11;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    background: url("/2024images/otherpage/img-19-3.png") no-repeat top center;
    background-size: 100% 100%;
}

.listn1w a .txt-box .name{
    font-size: max(18px,1.5rem);
    color: #030303;
    line-height: 2.125rem;
    text-align: center;
    margin-bottom: .625rem;
}
.listn1w a .txt-box p{
    font-size: max(14px,0.875rem);
    line-height: 1.33;
    color: #798BA4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 5.33em;
    font-family: 'HarmonyOS_Sans_SC_Light';
    overflow: hidden;
}
.listn1w a .txt-box{
    padding-top: 1.75rem;
}

.listn1w a:hover .img-box .img_hezi{
    transform: scale(1.05);
}

.listn1w .swiper-slide-active a{
    margin-top:7.5625rem;
}
.listn1w .swiper-slide-prev a,
.listn1w .swiper-slide-next a{
    margin-top: 4.25rem;
}

.listn1w .swiper{
    min-height: 40.6875rem;
}

.listn1w .btn{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listn1w .btn div{
    width: 2.5rem;
    height: 2.5rem;
    background: transparent no-repeat 50%/100%;
    border-radius: 50%;
    margin: 0 1.25rem;
    cursor: pointer;
    transition: .5s;
}
.listn1w .btn .prev{
    background-image: url("/2024images/otherpage/img-19-4.png");
}
.listn1w .btn .next{
    background-image: url("/2024images/otherpage/img-19-6.png");
}
.listn1w .btn .prev:hover{
    background-image: url("/2024images/otherpage/img-19-7.png");
}
.listn1w .btn .next:hover{
    background-image: url("/2024images/otherpage/img-19-5.png");
}
.listn1w .btn div:hover{
    box-shadow: 3px 5px 10px 0px rgba(0, 41, 135, 0.4);
}

.listn1w {
    position: relative;
    margin-top: -.9375rem;
}

.inner-s42{
    padding: 4.325rem 0 3.375rem;
    background: url("/2024images/otherpage/img-19-8.png") no-repeat 50%;
    background-size: cover;
}

.inner-s43 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s43 .content .left{
    width: 47.125%;
}

.listn2w a{
    display: block;
}
.listn2w a .img_zd .img_hezi{
    padding-bottom: 33.125rem;
}
.listn2w a .txt-box .tit{
    font-size: max(16px,1.25rem);
    line-height: 1.5em;
    color: #FFFFFF;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.6875rem;
}
.listn2w a .txt-box p{
    font-size: max(14px,0.9375rem);
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listn2w a .txt-box time{
    position: absolute;
    left: 1.5rem;
    top: -3.125rem;
    width: 5rem;
    height: 5rem;
    color: #fff;
    background: #F6A41D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 3;
}

.listn2w a .txt-box time span{
    display: block;
    width: 100%;
    font-size: max(20px,2rem);
    line-height: .6em;
    font-family: Georgia;
}
.listn2w a .txt-box time span:nth-child(2){
    font-size: max(12px,1rem);
    line-height: 1;
    margin-top: .625rem;
}
.listn2w a .txt-box{
    position: relative;
    padding: 1.625rem 2.9375rem 4.0625rem 6.25rem;
    background: #8C1C40;
}

.listn2w a:hover .img_zd .img_hezi{
    transform: scale(1.05);
}

.listn2w .page{
    font-size: 0;
    width: 100%;
    bottom: 1.875rem !important;

}
.listn2w .page span{
    width: .5rem;
    height: .5rem;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 0.5625rem;
}
.listn2w .page span.active{
    background: #F6A41D;
}

.inner-s43 .content .right{
    width: 50.5%;
}
.list_boxn8 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_boxn8 li{
    width: 48.26%;
}
.list_boxn8 li:nth-child(-n+2){
    margin-bottom: 1.625rem;
}
.list_boxn8 li a{
    display: block;
}
.list_boxn8 li .img_hezi{
    padding-bottom: 18rem;
}
.list_boxn8 li .txt-box .tit{
    font-size: max(14px,1.125rem);
    color: #333333;
    line-height: 1.55em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_boxn8 li .txt-box time{
    position: absolute;
    top: -2.3125rem;
    left: .75rem;
    width: 4.75rem;
    height: 4.75rem;
    background: linear-gradient(90deg, #0C49A6 1%, #1961D0 100%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.list_boxn8 li .txt-box time span{
    display: block;
    width: 100%;
    font-size: max(20px,2rem);
    line-height: .5em;
    font-family: Georgia;
}
.list_boxn8 li .txt-box time span:nth-child(2){
    font-size: max(12px,0.875rem);
    line-height: 1;
    margin-top: .625rem;
}
.list_boxn8 li .txt-box {
    position: relative;
    z-index: 2;
    padding: 0.8125rem 1.375rem 0.6875rem 6rem;
    background: #F1F7FF;
}

.list_boxn8 li *{
    transition: .5s;
}
.list_boxn8 li:hover .txt-box{
    background: linear-gradient(90deg, #0C49A6 1%, #1961D0 100%);
}
.list_boxn8 li:hover .txt-box .tit{
    color: #fff;
}
.list_boxn8 li:hover .txt-box time{
    background: #F6A41D;
}
.list_boxn8 li:hover .img_hezi{
    transform: scale(1.05);
}

.inner-s43 .title-box{
    margin-bottom: 2.9375rem;
}

.inner-s43{
    padding: 4.8875rem 0 3.1875rem;
}

.list_boxn9 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_boxn9 li time{
    display: block;
    width: 6.25rem;
    text-align: right;
    color: #1940BF;
}
.list_boxn9 li time span{
    display: block;
    font-size: max(26px,2.5rem);
    line-height: 1;
    font-family: Impact;
    margin-bottom: .625rem;
}
.list_boxn9 li time em{
    display: block;
    font-size: max(14px,1rem);
    line-height: 1;
    font-style: normal;
    opacity: .6;
}
.list_boxn9 li .dots{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /**/
}
.list_boxn9 li .dots div{
    width: 0.5625rem;
    height: 0.5625rem;
    background: linear-gradient(90deg, #0C49A6 1%, #1961D0 100%);
    border-radius: 50%;
}

.list_boxn9 li .con{
    width: calc(100% - 13.9375rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_boxn9 li .con .img-box{
    width: 20.6875rem;
    /* height: 12.5rem;*/
}
.list_boxn9 li .con .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.list_boxn9 li .con .txt-box{
    width: calc(100% - 20.6875rem);
    padding: 2rem 2.625rem 2.5625rem 3.125rem;
    background: linear-gradient(106deg, #FFFFFF 27%, #D1E3FF 101%) no-repeat 50%/100% 100%;
    box-shadow: 0px 2px 10px 0px rgba(12, 62, 131, 0.3);
}
.list_boxn9 li .con .txt-box .tit{
    font-size: max(16px,1.125rem);
    line-height: 1.33;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1.25rem;
}
.list_boxn9 li .con .txt-box i{
    display: block;
    width: 2.625rem;
    height: 2px;
    background: #1961D0;
    margin-bottom: 1.25rem;
}
.list_boxn9 li .con .txt-box p{
    font-size: max(14px,1rem);
    color: #8491A4;
    line-height: 1.875;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.75em;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.list_boxn9 li {
    margin-bottom: 3rem;
}
.list_boxn9 li:last-child{
    margin-bottom: 0;
}
.list_boxn9 li *{
    transition: .5s;
}

.list_boxn9 li:hover .dots{
    background: linear-gradient(270deg, rgba(51, 82, 223, 0.2) 18%, rgba(41, 199, 234, 0.2) 116%);
}
.list_boxn9 li:hover .txt-box{
    background-image: url("/2024images/otherpage/img-19-12.png");
}
.list_boxn9 li:hover .txt-box .tit{
    color: #FFFFFF;
}
.list_boxn9 li:hover .txt-box i{
    background: #FFFFFF;
}
.list_boxn9 li:hover .txt-box p{
    color: rgba(255, 255, 255, 0.8);
}

.list_boxn9:before{
    position: absolute;
    content: '';
    width: 1px;
    left: 10.0625rem;
    top: 1rem;
    bottom: -5.4375rem;
    background: #D7DBE8;
    z-index: -1;
}

.list_boxn9{
    position: relative;
    z-index: 2;
}

.more2{
    display: none;
    justify-content: center;
    margin-top: 2rem;
}
.more2 a {
    font-size: max(14px,1.125rem);
    color: #3D3D3D;
    line-height: 1.875rem;
    display: flex;
    align-items: center;
    transition: .5s ease;
}
.more2 a img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .625rem;
}
.more2 a:hover{
    color: #004098;
}
.inner-s44 .more2{
    display: flex;
    margin-top: 3.75rem;
}

.inner-s44 .title-box{
    margin-bottom: 3.125rem;
}

.inner-s44{
    padding: 3.25rem 0 2.625rem;
    background: url("/2024images/otherpage/img-19-13.png") no-repeat left top;
    background-size: 34.1875rem auto;
}

.listn3w a{
    position: relative;
    display: block;
    background: #fff;
    padding: 1.75rem 1.5625rem 2.125rem 1.9375rem;
    box-shadow: 0px 4px 10px 0px rgba(72, 103, 150, 0.3);
}
.listn3w a .img_hezi{
    padding-bottom: 15.9375rem;
}

.listn3w a .txt-box .tit{
    font-size: max(16px,1.125rem);
    color: #333333;
    line-height: 1.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.32em;
    margin-bottom: 1rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.listn3w a .txt-box p{
    font-size: max(14px,1rem);
    line-height: 1.875;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.75em;
    margin-bottom: 1.4375rem;

}
.listn3w a .txt-box .tips-box{
    padding: 1.75rem 0 0 0 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E7E7E7;
}
.listn3w a .txt-box .tips-box .ll img{
    display: block;
    height: 2.5rem;
}
.listn3w a .txt-box .tips-box .rr {
    display: block;
    width: 1.25rem;
    height: 0.9375rem;
    background: url("/2024images/otherpage/img-19-16.png") no-repeat 50%/100%;
}
.listn3w a .txt-box{
    padding: 2.5625rem 0 0 ;
}

.listn3w .swiper-slide *{
    transition: .5s;
}
.listn3w a:hover{
    margin-top: -2.5rem;
    background: #8C1D40;
}
.listn3w a:hover .txt-box .tit{
    color: #fff;
}
.listn3w a:hover .txt-box p{
    color: rgba(255, 255, 255, 0.8);
}

.listn3w a:hover .txt-box .tips-box{
    border-color: rgba(255, 255, 255, 0.2);
}
.listn3w a:hover .txt-box .tips-box .rr{
    background-image: url("/2024images/otherpage/img-19-17.png");
}

.listn3w .swiper-slide{
    padding-top: 2.5rem;
}

.inner-s45 .title-box{
    margin-bottom: 3.25rem;
}
.inner-s45:after{
    position: absolute;
    content: '';
    top: -5.375rem;
    right: 2.75rem;
    width: 25.0625rem;
    height: 15.4375rem;
    background: url("/2024images/otherpage/img-19-19.png") no-repeat 50%/100%;
}
.inner-s45{
    position: relative;
    padding: 2.1875rem 0 8.25rem;
    background: url("/2024images/otherpage/img-19-18.png") no-repeat bottom center;
    background-size: 100% auto;
}

.inner-s45 .more2{
    display: flex;
    margin-top: 3.75rem;
}
.inner-s42 .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.77;
    text-indent: 2em;
    margin-bottom: 3.625rem;
}


.inner-s46 .li_box .li .tit{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff4f8 no-repeat 50% /cover;
    padding: 0 3rem;
    border: 2px solid #fff;
    background: rgba(229, 236, 244, 0.6);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    cursor: pointer;
}

.inner-s46 .li_box .li .tit .h3{
    position: relative;
    padding-left: 1.875em;
    font-size: max(16px,1.5rem);
    color: #191919;
    line-height: max(48px,5.125rem);
    height: max(48px,5.125rem);
}
.inner-s46 .li_box .li .tit .h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 0.875rem;
    height: 0.875rem;
    border: 1px solid #004098;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}
.inner-s46 .li_box .li .tit:after{
    display: block;
    content: '';
    width: 2rem;
    height: 2rem;
    background: url("/2024images/otherpage/img-20-1.png") no-repeat 50%/100%;
}
.inner-s46 .li_box .li .txt-box{
    padding: 3.75rem 0 0 ;
    display: none;
}
.inner-s46 .li_box .li .items_t{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-s46 .li_box .li .items .item{
    position: relative;
    width: 48.26%;
    padding: 2.625rem 2.75rem 2.9375rem 2.5625rem;
    background: #f3f6fa;
    overflow: hidden;
}
.inner-s46 .li_box .li .items .item .img-box img{
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}

.inner-s46 .li_box .li .items .item .img-box p{
    font-size: max(12px,1.125rem);
    line-height: 2;
    color: #1e429d;
    text-align: center;
    margin-top: .9375rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-s46 .li_box .li .items .item .para{
    font-size: max(14px,1.25rem);
    line-height: 1.8;
    color: #191919;
    font-family: 'HarmonyOS_Sans_SC_Light';
    overflow: hidden;
}

.inner-s46 .li_box .li .items .item .num{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: max(16px,1.875rem);
    color: #fff;
    line-height: 1.8;
    z-index: 3;
    width: 4.375rem;
    height: 3.375rem;
    text-align: center;
    font-style: italic;
}
.inner-s46 .li_box .li .items .item .num:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4.375rem;
    height: 3.375rem;
    background: url("/2024images/otherpage/img-20-4.png") no-repeat 50%/100%;
    z-index: -1;
}

.inner-s46 .li_box .li .items .item1 .para{
    margin-top: 2rem;
    height: 5.4em;
}
.inner-s46 .li_box .li .items .item2{
    padding: 4.125rem 2.25rem 2.375rem;
}
.inner-s46 .li_box .li .items .item2 .para{
    height: 5.4em;
    margin-bottom: 2.1875rem;
}
.inner-s46 .li_box .li .items .item2 .num{
    bottom: auto;
    top: 0;
    line-height: 1;
    padding: .375rem 0 0 .625rem;
}
.inner-s46 .li_box .li .items .item2 .num:after{
    background-image: url("/2024images/otherpage/img-20-5.png");
}

.inner-s46 .li_box .li .items_b{
    position: relative;
    margin-top: -14.25rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-s46 .li_box .li .items .item3{
    padding: 2.5rem 2.25rem 4.4375rem;
}
.inner-s46 .li_box .li .items .item3 .para{
    height: 16.2em;
    margin-top:1.8125rem;
}
.inner-s46 .li_box .li .items .item4{
    padding: 2.5625rem 2.25rem 1rem;
}
.inner-s46 .li_box .li .items .item4 .para{
    height: 5.4em;
    margin-bottom:1.6875rem;
}
.inner-s46 .li_box .li .items .item4 .num{
    bottom: auto;
    top: 0;
    line-height: 1;
    padding: .375rem 0 0 .625rem;
}
.inner-s46 .li_box .li .items .item4 .num:after{
    background-image: url("/2024images/otherpage/img-20-5.png");
}
.inner-s46 .li_box .li .con{
    position: relative;
    padding: 4.125rem 6.375rem 0 0 ;
}
.inner-s46 .li_box .li .con ul li{
    font-size: max(14px,1.25rem);
    line-height: 2.4;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    position: relative;
    padding-left: 1.875rem;
}
.inner-s46 .li_box .li .con ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 1.1875rem;
    width: .625rem;
    height: .625rem;
    background: linear-gradient(-90deg,#1549ce 0 ,#4a8fee 100%);
    border-radius: 50%;
}
.inner-s46 .li_box .li .con ul{
    position: relative;
    z-index: 2;
    padding: 3rem 6.625rem 3rem 2.875rem;
    min-height: 24.375rem;
    background:#e5ecf4 url("../2024images/otherpage/img-20-9.png") no-repeat bottom right;
    background-size: contain;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    border-radius: 0 11.25rem 0 0;
}
.inner-s46 .li_box .li .con:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 3rem;
    background: #13478a url('../2024images/otherpage/img-20-10.png') no-repeat bottom center;
    border-radius: 16.25rem 0 0 0;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}


.inner-s46 .li_box .li{
    margin-bottom: 4.5rem;
}

.inner-s46 .li_box .li.active .tit{
    background-color: #004098;
    background-image: url("/2024images/otherpage/img-20-11.png");
}
.inner-s46 .li_box .li.active .tit .h3{
    color: #fff;
    padding-left: 0;
}
.inner-s46 .li_box .li.active .tit .h3:before{
    display: none;
}
.inner-s46 .li_box .li.active .tit:after{
    background-image: url("/2024images/otherpage/img-20-2.png");
}
.inner-s46 .li_box .li P{
    font-size: max(14px,1.25rem) !important;
    line-height: 2.4 !important;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-indent: 2em;
}
.inner-s46 .li_box .li P img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}
.inner-s46{
    padding-bottom: 14.8125rem;
}

.inner-s47 .inner-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s47 .inner-box .li{
    width: 100%;
    position: relative;
    background: #f3f6fa no-repeat bottom center/contain;
    border: 2px solid #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
    transition: .5s;
}
.inner-s47 .inner-box .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #004098 url("../2024images/otherpage/img-21-6.png") no-repeat bottom right;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner-s47 .inner-box .li a{
    position: relative;
    z-index: 3;
    padding: 0 3.625rem 0 5rem;
    height: 12.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s47 .inner-box .li .icon{
    width: 4.9375rem;
    height: 4.9375rem;
    /* padding: 0.25rem;*/
    border: 0.25rem solid transparent;
    border-radius: .625rem;
    background: #004098;
    background-clip: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-s47 .inner-box .li .icon img{
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.inner-s47 .inner-box .li .tit{
    width: calc(100% - 13.625rem);
    font-size: max(20px,2rem);
    line-height: 1.2;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-s47 .inner-box .li .more{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cddff6;
}
.inner-s47 .inner-box .li .more img{
    display: block;
    width: 0.875rem;
}
.inner-s47 .inner-box .li .img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 12.5rem;
}
.inner-s47 .inner-box .li .img img{
    display: block;
    width: auto;
    max-height: 100%;
}
.inner-s47 .inner-box .li *{
    transition: .5s;
}

.inner-s47 .inner-box .li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s47 .inner-box .li:hover .img{
    opacity: .08;
}
.inner-s47 .inner-box .li:hover .icon{
    background: #5380b7;
    border-color: #3864a4;
}
.inner-s47 .inner-box .li:hover .tit{
    color: #fff;
}
.inner-s47 .inner-box .li:hover .more{
    background: #3781e8;
}

.inner-s47{
    margin-bottom: 4.875rem;
}

.inner-s48 .tit{
    font-size: max(18px,1.5625rem);
    line-height: 5.4375rem;
    padding:0 3.875rem;
    color: #fff;
    background: url("/2024images/otherpage/img-20-11.png") no-repeat 50%/cover;
}

.inner-s48 .items{
    gap: 2.875rem 2.4375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3.75rem;
}
.inner-s48 .items .item{
    width: calc(50% - 1.21875rem);
    background: rgba(18, 78, 148, 0.05);
    transition: .5s;
}

.inner-s48 .items a{
    display: block;
    padding: 1.375rem 2.5rem 2.5rem;
}
.inner-s48 .items .h2{
    font-size: max(18px,2rem);
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 2.35;
    display: flex;
    align-items: flex-start;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x bottom center;
    background-size: auto 2px;
    margin-bottom: 1.25rem;
}
.inner-s48 .items .h2 p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 1.5625rem);
    padding-right: 1rem;
}
.inner-s48 .items .h2 img{
    display: block;
    width: 1.5625rem;
    margin-top: 1.3125rem;
}
.inner-s48 .items .p{
    font-size: max(14px,1.125rem);
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s48 .items .more{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: max(12px,1.125rem);
    color: #3d3d3d;
    line-height: 1.75rem;
    margin-top: 1.125rem;
}
.inner-s48 .items .more img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.3125rem;
}

.inner-s48 .items .item:hover{
    transform: translateY(-1rem);
    background: #f3f6fa;
}

.inner-s48{
    padding-bottom: 7.5rem;
}

.inner-s49 .inner-box{
    height: 25.375rem;
    display: flex;
    align-items: center;
    padding: 0 5.625rem;
    background: url('/2024images/otherpage/img-22-1.jpg') no-repeat 50%;
    background-size: cover;
}
.inner-s49 .inner-box .txt-box .h5{
    font-size: max(14px,1rem);
    color: #eaf0f6;
    line-height: 1;
    opacity: .2;
    text-transform: uppercase;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: .625rem;
}
.inner-s49 .inner-box .txt-box .h2{
    font-size: max(18px,3.75rem);
    color: #fff;
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 1.875rem;
}
.inner-s49 .inner-box .txt-box a{
    display: block;
}
.inner-s49 .inner-box .txt-box a img{
    display: block;
    height: 2.0625rem;
    opacity: .57;
    transition: .5s;
}
.inner-s49 .inner-box .txt-box a:hover img{
    transform: translateX(1rem);
}
.inner-s49{
    padding-bottom: 11.25rem;
}

.inner-label{
    text-align: center;
}
.inner-label .h5{
    font-size: max(14px,1rem);
    color: rgba(0, 0, 0, 0.2);
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: .625rem;
    text-transform: uppercase;
}
.inner-label .h2{
    font-size: max(20px,3.75rem);
    line-height: 1;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.inner-s50 .info-box{
    position: relative;
    margin: 4.5rem 0 0 ;
}
.inner-s50 .info-box .img-box{
    width: 60rem;
    height: 31.5625rem;
    overflow: hidden;
}
.inner-s50 .info-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s50 .info-box .txt-box{
    width: 41.875rem;
    position: absolute;
    right: 3.375rem;
    bottom: 2.25rem;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 1.25rem #f2f2f2;
    padding: 3.25rem 2.375rem 2.625rem 2.5rem;
}
.inner-s50 .info-box .txt-box .para p{
    font-size: max(14px, 1.125rem);
    color: #191919;
    line-height: 2.11;
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 12.66em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}
.inner-s50 .info-box .txt-box .para{
    margin-bottom: 3.125rem;
}

.inner-s50 .info-box .txt-box a{
    display: block;
}
.inner-s50 .info-box .txt-box img{
    display: block;
    height: 2.0625rem;
}
.inner-s50 .info-box:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 3.5rem;
    width: 3.375rem;
    top: 7rem;
    background: #7e052d;
}
.inner-s50 {
    margin-bottom: 9.625rem;
}

.inner-s51 .items{
    display: flex;
    flex-wrap: wrap;
    gap: 3.4375rem 3.755%;
    margin: 5.125rem 0 0 ;
}
.inner-s51 .items .item{
    width: 30.83%;
}
.inner-s51 .items .item a{
    display: block;
    background: #ffffff;
    padding: 2.8125rem 2.625rem 2.125rem;
    transition: .5s;
    box-shadow: 0 0 1.25rem #f2f2f2;
}
.inner-s51 .items .item .tit{
    font-size: max(16px,1.5rem);
    line-height: 1.25;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.5em;
    margin-bottom: 0.75rem;
}
.inner-s51 .items .item p{
    font-size: max(14px,1.125rem);
    line-height: 1.56;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 7.8em;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-bottom: .625rem;
}
.inner-s51 .items .item .add{
    font-size: max(12px,1.125rem);
    color: #fff;
    width: 5.375rem;
    line-height: 2.25rem;
    background: #004098;
    border-radius: 3.125rem;
    text-align: center;
}
.inner-s51 .items .item * {
    transition: .5s;
}
.inner-s51 .items .item:hover a{
    background: #004098;
}
.inner-s51 .items .item:hover .tit{
    color: #fff;
}
.inner-s51 .items .item:hover p{
    color: rgba(255, 255, 255, 0.8);
}
.inner-s51 .items .item:hover .add{
    background: #fff;
    color: #004098;
}

.inner-s51 {
    margin-bottom: 9.625rem;
}

.inner-s52 .tit{
    position: relative;
    font-size: 3.5rem;
    color: #004098;
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 5rem;
}

.inner-s52 .tit a{
    position: absolute;
    right: 0;
    top: .75rem;
    font-size: max(12px,1.125rem);
    color: #3D3D3D;
    line-height: 1.875rem;
    display: flex;
    align-items: center;
    transition: .5s ease;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.inner-s52 .tit a img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .625rem;
}
.inner-s52 .tit a:hover{
    color: #064EB2;
}


.inner-s52 .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s52 .items .item{
    width: 48.33%;
    background: url("/2024images/otherpage/img-23-1.jpg") no-repeat 50%/100% 100%;
}
.inner-s52 .items .item a{
    position: relative;
    display: block;
    height: 100%;
    padding: 4.6875rem 2.5rem 8.1875rem;
}
.inner-s52 .items .item a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 4.375rem;
    height: 3.375rem;
    background: url("/2024images/otherpage/img-23-4.png") no-repeat 50%/100% 100%;
}
.inner-s52 .items .item .h2{
    font-size: max(16px,2.125rem);
    color: #191919;
    line-height: 1.24;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    height: 2.48em;
    transition: .5s;
}
.inner-s52 .items .item .h5{
    font-size: max(12px,1.25rem);
    color: #191919;
    line-height: 1.8;
    text-align: center;
}

.inner-s52 .items .item .para{
    position: relative;
    z-index: 2;
}
.inner-s52 .items .item .para .con{
    font-size: max(14px,1.25rem);
    color: #191919;
    line-height: 1.8;
    height: 10.8em;
    overflow: hidden;
    text-indent: 2em;
}
.inner-s52 .items .item .para:after{
    position: absolute;
    content: '';
    left: 0;
    top: -3rem;
    width: 6.1875rem;
    height: 5.1875rem;
    background: url("/2024images/otherpage/img-23-3.png") no-repeat 50%/100%;
    z-index: -1;
}

.inner-s52 .items .item1 .h2{
    margin-bottom: 5.1875rem;
}
.inner-s52 .items .item2 .h2{
    margin-bottom: 0.8125rem;
}
.inner-s52 .items .item2 .h5{
    margin-bottom: 2.125rem;
}
.inner-s52 .items .item2{
    background-image: url("/2024images/otherpage/img-23-2.jpg");
}
.inner-s52 .items .item:hover .h2{
    color: #004098;
}

.inner-s52{
    margin-bottom: 6.25rem;
}

.inner-s53 .tit{
    position: relative;
    font-size: 3.5rem;
    color: #004098;
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 4.875rem;
}
.inner-s53 .tit a{
    position: absolute;
    right: 0;
    top: .75rem;
    font-size: max(12px,1.125rem);
    color: #3D3D3D;
    line-height: 1.875rem;
    display: flex;
    align-items: center;
    transition: .5s ease;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.inner-s53 .tit a img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .625rem;
}
.inner-s53 .tit a:hover{
    color: #064EB2;
}
.inner-s53 .inner-box .li{
    position: relative;
    padding-left: 1.6875rem;
    margin-top: 5.625rem;
}
.inner-s53 .inner-box .li:first-child{
    margin-top: 0;
}
.inner-s53 .inner-box .li:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 3.25rem;
    width: 1.6875rem;
    background: #7e052d;
}
.inner-s53 .inner-box .li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.inner-s53 .inner-box .li .img-box{
    width: 16.5rem;
    height: 25rem;
}
.inner-s53 .inner-box .li .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.inner-s53 .inner-box .li .txt-box{
    width: calc(100% - 16.5rem);
    position: relative;
    padding: 3.3125rem 5.3125rem 3.25rem 4.875rem;
    background: linear-gradient(-90deg,#f3f7fa 0,#f0f4f9 100%);
    border: 2px solid #fff;
    border-left: none;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}
.inner-s53 .inner-box .li .name{
    display: flex;
    align-items: center;
    padding-bottom: 1.375rem;
    border-bottom: 2px dashed rgba(0, 64, 152, 0.3);
    margin-bottom: 2.5625rem;
    position: relative;
    z-index: 2;
}
.inner-s53 .inner-box .li .name .h2{
    font-size: max(18px,2.25rem);
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 2.875rem;
    width: 10.375rem;
}
.inner-s53 .inner-box .li .name .h5{
    font-size: max(14px,1.25rem);
    color: #333333;
    padding-left: 1.875rem;
    position: relative;
}
.inner-s53 .inner-box .li .name .h5:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5625rem;
    height: 0.5625rem;
    border: 1px solid #004098;
    border-radius: 50%;
}
.inner-s53 .inner-box .li p{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 7.2em;
    position: relative;
    z-index: 2;
}

.inner-s53 .inner-box .li .txt-box:after{
    position: absolute;
    content: '';
    right: -2px;
    bottom: -2px;
    width: 4.375rem;
    height: 3.375rem;
    background: url("/2024images/otherpage/img-23-4.png") no-repeat 50%/100% 100%;
    transition: .5s;
    z-index: 2;
}
.inner-s53 .inner-box .li .txt-box:before{
    position: absolute;
    content: '';
    left: 0;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background:#1553a4 url("../2024images/otherpage/img-23-6.png") no-repeat right bottom/auto 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.inner-s53 .inner-box .li *{
    transition: .5s;
}
.inner-s53 .inner-box .li:hover .txt-box:before{
    opacity: 1;
    visibility: visible;
}
.inner-s53 .inner-box .li:hover .name .h2{
    color: #fff;
}
.inner-s53 .inner-box .li:hover .name .h5{
    color: #fff;
}
.inner-s53 .inner-box .li:hover .name .h5:before{
    border-color: rgba(255, 255, 255, 0.3);
}
.inner-s53 .inner-box .li:hover .name{
    border-color: rgba(255, 255, 255, 0.3);
}
.inner-s53 .inner-box .li:hover p{
    color: #fff;
}
.inner-s53 .inner-box .li:hover .txt-box:after{
    background-image: url("/2024images/otherpage/img-23-7.png");
}

.inner-s53{
    padding-bottom: 8.25rem;
}

.inner-s54 .block .tit{
    font-size: max(18px,1.5rem);
    color: #0f4b99;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 2.0625rem;
}
.inner-s54 .block .para{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 2;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-s54 .block:first-child{
    margin-bottom: 4.1875rem;
}

.inner-s54 .inner-box{
    padding: 4.125rem 2.8125rem ;
    background: url("/2024images/otherpage/img-24-1.png") no-repeat top center;
    background-size: 100% auto;
    border-radius: 1rem;
}
.inner-s54{
    margin-bottom: 2.5625rem;
}

.inner-s55 table{
    width: 100%;
    background: transparent;
}
.inner-s55 table td.td1{
    width: 14.16%;
}
.inner-s55 table td.td2{
    width: 47.15%;
}
.inner-s55 table td.td3{
    width: 38.69%;
}
.inner-s55 table thead td{
    font-size: max(16px,1.5rem);
    color: #191919;
    height: max(48px,5rem);
    text-align: center;
    border-left: 1px solid #e7edf5;
}
.inner-s55 table thead td:first-child,
.inner-s55 table tbody td:first-child{
    border-left: none;
}
.inner-s55 table thead {
    background: #e5ecf4;
}
.inner-s55 table tbody td{
    font-size: max(14px,1.125rem);
    color: #191919;
    line-height: 1.5;
    height: max(40px,4.875rem);
    border-bottom: 1px solid #e7edf5;
    border-left: 1px solid #e7edf5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-s55{
    padding-bottom: 13.5rem;
}

.inner-s56 .items .item{
    position: relative;
    display: flex;
    margin-bottom: 7.0625rem;
}
.inner-s56 .items .item:last-child{
    margin-bottom: 0;
}

.inner-s56 .items .item .img-box{
    width: 47.875rem;
    height: 29.1875rem;
}
.inner-s56 .items .item .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s56 .items .item .txt-box{
    position: absolute;
    right: 0;
    top: 50%;
    width: 46.875rem;
    padding: 2.125rem 3rem 3.4375rem;
    background: #fff url("../2024images/otherpage/img-25-4.png") no-repeat bottom right/contain;
    box-shadow: 0 0 1.25rem 0.375rem rgba(0, 64, 152, 0.19);
    transform: translateY(-50%);
}
.inner-s56 .items .item .txt-box:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: .5rem;
    background: #7e052d;
}
.inner-s56 .items .item .txt-box .h2{
    font-size: 2.5rem;
    line-height: 5rem;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
}
.inner-s56 .items .item .txt-box i{
    display: block;
    height: 2px;
    background: url("/2024images/otherpage/n_dh01.png") repeat-x 50%;
    background-size: auto 2px;
    margin-bottom: 1.8125rem;
}
.inner-s56 .items .item .txt-box p{
    font-size: max(14px,1.125rem);
    color: #666666;
    line-height: 1.89;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 5.67em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.5625rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-s56 .items .item .txt-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: max(12px,1.125rem);
    color: #3d3d3d;
    line-height: 1.75rem;
    transition: .5s;
}
.inner-s56 .items .item .txt-box a img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.3125rem;
}
.inner-s56 .items .item .txt-box a:hover{
    color: #004098;
}

.inner-s56 .items .item:nth-child(2n){
    justify-content: flex-end;
}
.inner-s56 .items .item:nth-child(2n) .txt-box{
    right: auto;
    left: 0;

}
.inner-s56 .items .item:nth-child(2n) .txt-box:after{
    right: auto;
    left: 0;
}

.inner-s56 .items .item:nth-child(2) .txt-box{
    background-image: url("/2024images/otherpage/img-25-5.png") ;
    background-position: left bottom;
}
.inner-s56 .items .item:nth-child(3) .txt-box{
    background-image: url("/2024images/otherpage/img-25-6.png") ;
}

.inner-s56 {
    padding-bottom: 12rem;
}
.c-banner3:before{
    background-image: url("/2024images/banner-bg2.png") !important;
}
.c-banner3  .img-box img{
    height: 43.02vw !important;
}

.inner-s57 .inner-box{
    height: 25.125rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 8.125rem;
    background: url("/2024images/otherpage/img-26-1.jpg") no-repeat 50%/cover;
}
.inner-s57 .inner-box .txt-box .tit{
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 2.75rem;
}
.inner-s57 .inner-box .txt-box img{
    display: block;
    width: 9.0625rem;
    transition: .5s;
}
.inner-s57 .inner-box .txt-box a{
    display: block;
}
.inner-s57 .inner-box .txt-box:hover img{
    transform: translateX(1rem);
}
.inner-s57{
    margin-bottom: 9.0625rem;
}
.inner-s58 .h2{
    position: relative;
    font-size: 3.75rem;
    line-height: 1;
    color: #004098;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 4.75rem;
}
.inner-s58 .h2 a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: max(12px,1.125rem);
    color: #3d3d3d;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.inner-s58 .h2 a img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.3125rem;
}
.inner-s58 .h2 a:hover{
    color: #004098;
}
.inner-s58 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s58 .content .li{
    width: 47.5%;
}
.inner-s58 .content .li a{
    display: block;
}
.inner-s58 .content .li a .img-box{
    height: 25.375rem;
    border-radius: 1rem;
    overflow: hidden;

}
.inner-s58 .content .li a .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.inner-s58 .content .li a .h3{
    font-size: max(16px,1.5rem);
    color: #000000;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
    margin: 1.5rem 0;
}
.inner-s58 .content .li a:hover .img-box img{
    transform: scale(1.05);
}
.inner-s58 .content .li a:hover .h3{
    color: #004098;
}

.inner-s58{
    margin-bottom: 8rem;
}

.inner-s59 .h2{
    font-size: 3.75rem;
    line-height: 1;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 5.375rem;
}

.inner-s59 .content{
    position: relative;
    padding-left: 3.125rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s59 .left{
    width:83.31%;
    background: #eff4f8;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.inner-s59 .left .tab-tit{
    width: 14.6875rem;
    padding: 1.625rem 0;
    background: #004098;
}
.inner-s59 .left .tab-tit span{
    display: block;
    font-size: max(13px,1.375rem);
    color: #fff;
    line-height: 5rem;
    padding: 0 2.25rem 0 3.625rem;
    position: relative;
    cursor: pointer;
}
.inner-s59 .left .tab-tit span:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0.75rem solid transparent;
    border-right-color: #eff4f8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner-s59 .left .tab-tit span.active:after{
    opacity: 1;
    visibility: visible;
}
.inner-s59 .left .tab-cont{
    width: calc(100% - 14.6875rem);
    padding: 2.375rem 5.625rem 2.875rem 6.875rem;
}
.inner-s59 .left .tab-cont .scroll{
    height: 33rem;
    overflow-x: hidden;
    overflow-y: visible;
}
.inner-s59 .left .tab-cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s59 .left .tab-cont ul li{
    width: 50%;
}
.inner-s59 .left .tab-cont ul a{
    display: block;
    font-size: max(13px,1.125rem);
    color: #191919;
    line-height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: .625rem;
    transition: .5s;
}
.inner-s59 .left .tab-cont ul a:hover{
    color: #004098;
}
.inner-s59 .left .tab-cont .child{
    display: none;
    position: relative;
    z-index: 2;
}
.inner-s59 .left .tab-cont .child.active{
    display: block;
}
.inner-s59 .right{
    width: 15.83%;
}
.inner-s59 .right .img-box{
    width: 100%;
    height: 38.25rem;
    overflow: hidden;
}
.inner-s59 .right .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s59 .content:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 10.375rem;
    width: 3.125rem;
    background: #7e052d;
}
.inner-s59{
    margin-bottom: 10.375rem;
}

.inner-s60 .img-box{
    height: 38.5rem;
    overflow: hidden;
}
.inner-s60 .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.inner-s60 .txt-box{
    padding: 0 3.125rem;
    margin: -1.875rem 3.4375rem 0 4.25rem;
    background: #fff;
    height: 7.8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.inner-s60 .txt-box .tit{
    font-size: 3.75rem;
    color: #004098;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    width: calc(100% - 11.25rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-s60 .txt-box img{
    display: block;
    width: 9.125rem;
}

.inner-s60{
    padding-bottom: 8.875rem;
}

body{
    overflow-x: hidden;
}