@charset "UTF-8";
@font-face {
    font-family: HarmonyOS Sans SC;
    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Medium.ttf");
}
.newleftWb{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.newleftWb>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F6F6F6;
    margin-bottom:3px;
    box-shadow: 0 0 4px #f1f1f1;
    height: 100%;
}
.newleftWb>a:last-child{
    margin-bottom:0;
}
.newleftWb>a img{
    width: 80%;
}
.articleBody img{
    max-width: 100%;
    /*display: block;*/
}
.toutiaoDiv{
    height:279px;
    box-sizing: border-box;
    padding:12px;
    overflow-y: auto;
}
.toutiaoDiv a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    cursor: pointer;
    margin-bottom:16px;
    line-height: 22px;
    color:#646464;
    position: relative;
}
.toutiaoDiv a:before{
    content:'';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #DADEE1;
    border-radius: 50%;
    margin-right: 6px;
    visibility: hidden;
}
.toutiaoDiv a:after{
    content:'';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #DADEE1;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:8px;
}
.toutiaoDiv a:hover{
    color:#006BC4;
}
.indexFriendLink{
    margin-top:24px;
    padding-bottom:30px;
}
.indexFriendLink>div{
    display: flex;
    font-size: 14px;
}
.indexFriendLink>div>div:first-child{
    width: 75px;
}
.indexFriendLink>div a{
    transition: 0.2s;
    margin-right: 72px;
    font-size: 14px;
    margin-bottom:15px;
    display: inline-block;
    color:#333333;
}
.indexFriendLink>div .xjLink a{
    margin-right:72px;
}
.indexFriendLink>div .xjLink a:nth-child(6n){
    margin-right: 0;
}

.indexFriendLink>div a:visited{
    color:#333333;
}
.indexFriendLink>div a:hover{
    color:#006BC4;
}
.indexFriendLink>div>div:nth-child(2){
    word-break: break-word;
    width: calc(100% - 75px);
}
.customIcon{
    cursor: pointer;
    margin: 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customIcon span {
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: PingFangSC-Medium;
}
.imgDiv{
    width: 53px;
    height:53px;
    background-size: cover!important;
}
#toHomePage div{
    background: url("wzaImg/home.png");
}
#toHomePage div:hover{
    background: url("wzaImg/homeH.png?v=1");
}
#frameReload div{
    background: url("wzaImg/reload.png");
}
#frameReload div:hover{
    background: url("wzaImg/reloadH.png?v=1");
}
#fullScreen div{
    background: url("wzaImg/fullscreen.png");
}
#fullScreen div:hover{
    background: url("wzaImg/fullscreenH.png?v=1");
}
#assist-open{
    cursor: pointer;
}
body.hasReply .replyTextArea{
    color:#666666;
    background-color: #F5F7FA;
    border:1px solid #E4E7ED;
    border-radius: 4px;
    line-height: 28px;
    padding:10px 15px;
}
body.hasReply .el-input.is-disabled .el-input__inner{
    color:#666666;
    font-family: HarmonyOS Sans SC;
    cursor: text;
}
body{
    font-family: HarmonyOS Sans SC;
    margin:0;
    overflow-x: hidden;
    font-size: 14px;
    background: #F5F5F5CC;
}

textarea{
    font-family: HarmonyOS Sans SC;
}
.topPublicBanner img{
    width: 100%;
    display: block;
}
html.grayBody{
    filter:grayscale(1);
}
body>div#app{
    width: 100%;
}
.todayDate{
    transition: 0.2s;
}
a,a:hover,a:visited{
    text-decoration: none;
}
.midBoxCss{
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 2;
}
.topHeader,.topHeaderMobile{
    height: 39px;
    background: rgba(82, 128, 201, 0.03);
    margin-bottom:-39px;
    position: relative;
    z-index: 2;
}
.formTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
    position: relative;
}
.formTitle>div{
    font-size: 22px;
    font-weight: bold;
}
.formTitle>a{
    color:#006BC4;
    font-size: 14px;
    width: 80px;
    text-align: right;
    position: absolute;
    right: 0;
}
.formTitle>a:hover{
    opacity: 0.8;
}
.topHeader>div,.topHeaderMobile>div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.topHeaderRight{
    display: flex;
    height: 100%;
    align-items: center;
}
.wuzhangai{
    /*background: url("img/eye.png") no-repeat left;*/
    /*padding-left: 46px;*/
    margin-left: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
.ipv6{
    margin-left: 12px;
    transition: 0.2s;
}
.searchBox{
    display: flex;
    align-items: center;
    position: relative;
}
.searchBox input{
    width: 255px;
    height: 27px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    box-sizing: border-box;
    padding-left:17px;
    padding-right: 48px;
    outline: none;
    border:none;
    transition: 0.2s;
}
.searchBox a{
    display: block;
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    /*background: url("img/search.png");*/
    background-size: cover;
    right: 10px;
    color:#F8912A;
}
.headFontCss{
    position: absolute;
    left:0;
    right: 0;
    bottom:0;
    top:0;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:65px;
}
.headBanner{
    background: url("img/headBg.png") center no-repeat;
    background-size:cover;
    background-position-y: top;
    height: 248px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.headBanner .midBoxCss{
    padding:0;
    width: 100%;
}
.headBanner .navBox{
    /*background: url("img/navBg.png");*/
    background-size: cover;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 222;

}
#pcNavBox{
    background: #1D6BA6;
    width: 100%;
    box-sizing: border-box;
    border-top:1px solid rgba(255, 255, 255, 0.4);
}
.headBanner .navBox>div{
    height: 100%;
    position: relative;
    /*padding:0 30px;*/
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.headBanner .navBox>div:first-child{
    border-left:none;
}
.headBanner .navBox>div:hover .subNav{
    height: 50px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    /*top:100px;*/
    /*transform: translateY(0);*/
}
/*.headBanner .navBox>div:hover .subNav:after{*/
/*    height: 50px;*/
/*    border-bottom:1px solid #EAEAEA;*/
/*}*/
.headBanner .navBox>div>a{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    color: #FFFFFF;
    height: 100%;
    padding:0 30px;
    transition: 0.2s;
    z-index: 33333;
}
/*.headBanner .navBox>div>a:after{*/
/*    content:'';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 0;*/
/*    left:50%;*/
/*    height: 3px;*/
/*    background: #FFA44A;*/
/*    border-radius: 2px;*/
/*    margin-top:36px;*/
/*    transition: 0.2s;*/
/*}*/
.headBanner .navBox>div>a.on,.headBanner .navBox>div>a:hover{
    background: #115C94;
}
.headBanner .navBox>div .subNav{
    /*display: flex;*/
    /*align-items: center;*/
    /*height: 0;*/
    /*overflow: hidden;*/
    /*background: #FFFFFF;*/
    position: absolute;
    transition: 0.2s;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    top: 48px;
    /*transform: translateY(-30px);*/
    z-index: 22;
    /*border-bottom:1px solid #EAEAEA;*/
}
.headBanner .navBox>div .subNav>div{
    position: relative;
    z-index: 222;
    /*height: 100%;*/
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.2s;
    /*top:62px;*/
    background: white;
    flex-direction: column;
    width: 100%;
    padding:10px 0;
    box-shadow:0 0 5px #b8b8b8;
}
/*.headBanner .navBox>div .subNav:after{*/
/*    content:'';*/
/*    transition: 0.2s;*/
/*    height:0;*/
/*    width: 200vw;*/
/*    position: absolute;*/
/*    left: -100vw;*/
/*    background: white;*/
/*    z-index: 122;*/
/*}*/
.headBanner .navBox>div .subNav a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    opacity: 0.75;
    transition: 0.2s;
    /*margin-right: 40px;*/
    cursor: pointer;
    /*border-radius: 10px;*/
    display: block;
    text-align: center;
    padding:12px 12px;
    width: 100%;
    box-sizing: border-box;
}
.headBanner .navBox>div.navRight .subNav{
    right: 0;
}
.headBanner .navBox>div .subNav a:last-child{
    margin-right: 0;
}
.headBanner .navBox>div .subNav a:hover{
    /*font-weight: bold;*/
    color: white;
    opacity: 1;
    background: #1D6BA6;
}
body.indexSubPageCss .headBanner .navBox>div .subNav{
    background: #006BC4;
}
body.indexSubPageCss .headBanner .navBox>div .subNav:after{
    background: #006BC4;
    border-bottom:none;
}
body.indexSubPageCss .headBanner .navBox>div .subNav a{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
}
body.indexSubPageCss .headBanner .navBox>div .subNav a:hover{
    opacity: 1;
}
.noDataLi:before{
    display: none;
}
.noDataLi{
    height: 100%;
    width: 100%;
    font-size: 16px;
    color:#a5a5a5;
    display: flex;
    align-items: center;
    justify-content: center!important;
}

.footer{
    min-height: 240px;
    background: #1D6BA6!important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: initial;
}
.footerDropDown{
    width: 31%;
}
.footerDropDown>button{
    width: 100%;
    background: #739ee3;
    border-color:#739ee3;
}
.footerDropDown>button i{
    position: absolute;
    right: 10px;
}
.footerDropBox{
    min-width: 390px;
}
.footerDropBox a{
    display: block;
    width: 100%;
    height: 100%;
}
.footerDropDownA,.footerDropDownA:visited{
    color:#0c0c0c;
}
.footerSelect{
    width: 31%;
}
.footerSelectA{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color:#444444!important;
}
.footerSelect input{
    background-color: #739EE3;
    border-color:#739EE3!important;
    text-align: center;
    color:white;
}
.footerSelectDrop li:hover{
    background-color: #739EE3!important;
}
.footerSelectDrop li a{
    font-weight: normal;
}
.footerSelectDrop li:hover a{
    color:white!important;
}
.footerSelectDrop .el-select-dropdown__item.hover{
    background-color: white;
}
.footerSelect input::-webkit-input-placeholder {
    color:white;
}
.footerSelect input:-moz-placeholder {
    color:white;
}
.footerSelect input::-moz-placeholder {
    color:white;
}
.footerSelect input:-ms-input-placeholder {
    color:white;
}
.footerSelect.el-select .el-input .el-select__caret{
    color:white;
}

.footerFirst{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerFirst>span.moblieHide{
    width: 56px;
    color:white;
}

.fsLeft{
    /*background-image: url("img/red.png");*/
    /*background-size: 60px 74px;*/
    /*background-position-y: top;*/
    /*background-position-x: left;*/
    /*background-repeat: no-repeat;*/
    /*padding-top: 80px;*/
    /*width: 621px;*/
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    /*max-width: 810px;*/
    margin-left: 220px;
}
.dzjgIcon{
    display: inline-block;
    width: 60px;
    height: 74px;
    background-image: url("img/red.png");
    background-size: cover;
    opacity: 1!important;
}
.fsLeft a{
    color:white;
}
.footerSecond{
    /*margin-top:40px;*/
    display: flex;
    justify-content: center;
}
.fsLeft a:hover{
    opacity: 0.8;
    transition: 0.2s;
}
.fsRight{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*justify-content: space-between;*/
}
.fsRight>div{
    width: 105px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 30px;
    text-align: center;
}
.fsRight a{
    color:#FFFFFF!important;
}
.fsRight>div:last-child{
    margin-right: 0;
}
.fsRight>.moblieHide{
    font-size: 14px;
    color: #FFFFFF;
}
.fsRight>div img{
    display: block;
    width: 100%;
    margin-bottom:10px;
}

.topHeaderMobile{
    display: none;
}
.IndexBg{
    /*background:#006BC4;*/
    /*padding-top:36px;*/
    /*padding-bottom:35px;*/
}
.IndexBg>div{
    background: white;
    padding-top:35px;
    padding-bottom:35px;
}
.indexNewsTopTitle{
    font-size: 32px;
    font-weight: 500;
    color: #1675BD;
    text-align: center;
    display: block;
}
.indexNewsTopDesc{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin-top:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
}
.indexNewsTopDesc>a{
    color: #FFFFFF;
    margin-left: 50px;
}
.indexNewsTopDesc>a:hover{
    opacity: 0.8;
    transition: 0.2s;
}
.indexNewsTopDesc>div{
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexTopNews .el-tabs--card>.el-tabs__header{
    border:none!important;
}
.indexTopNews .el-tabs__nav{
    display: flex;
    border:none!important;
    width: 100%;
}
.indexTopNews .el-tabs__nav>div{
    /*width: 33.34%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    background: #2C5BA6;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    border:none!important;
    /*border:none!important;*/
    transition: 0s!important;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}
.pageListNoData{
    display: flex;
    align-items: center;
    justify-content: center!important;
    width: 100%;
    height: 100px;
}
.indexTopNews .el-tabs__nav>div:nth-child(2){
    border-left:1px solid #006BC4!important;
    border-right:1px solid #006BC4!important;
}
.indexTopNews .el-tabs__nav>div.is-active{
    color:#224E94;
    background: #FFFFFF;
}
.indexTopNews .el-tabs__nav>div.is-active:after{
    content:'';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: white;
    bottom:-5px;
}
.indexTopNews .el-tabs{
    display: flex;
    flex-direction: column;
}
.topNewsBox{
    display: flex;
    justify-content: space-between;
}
#indexNewsSwiper{
    /*border:8px solid white;*/
    /*overflow: hidden;*/
    box-sizing: border-box;
    width: 730px;
    /*position: relative;*/
    margin:0;
    height: 403px;
}
#indexNewsSwiper .swiper-pagination{
    bottom:22px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
#indexNewsSwiper .swiper-pagination>span{
    width: 18px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
}
#indexNewsSwiper .swiper-pagination>span.swiper-pagination-bullet-active{
    background: #FFA44A;
}
#indexNewsSwiper .custom-next{
    width: 25px;
    height: 48px;
    background: url('img/swiperArrow.png');
    background-size: cover;
    transform: rotate(180deg);
    right: 0;
    position: absolute;
    z-index: 2;
    top:36%;
    cursor: pointer;
}
#indexNewsSwiper .custom-prev{
    width: 25px;
    height: 48px;
    background: url('img/swiperArrow.png');
    background-size: cover;
    left: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top:36%;
}
#indexNewsSwiper a img{
    width: 100%;
    height: 100%;
    display: block;
}
#indexNewsSwiper a .newsModal{
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    bottom:0;
    padding-left: 30px;
}

#indexNewsSwiper a .newsModal>span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    width: 70%;
}
.indexTopNews{
    width: 450px;
}
.indexTopNews .el-tabs__nav-scroll,.indexTopNews .el-tabs__nav-wrap{
    overflow: visible;
}
.newsCenterBg{
    background: #EEF2F6;
}
.newsCenterBg>.midBoxCss:nth-child(2){
    padding-top:45px;
    padding-bottom:60px;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(238,242,246,0.2);
}
.newsCenterBg .indexNewsTopTitle{
    color:#333333;
}
.newsCenterBg .indexNewsTopDesc,.newsCenterBg .indexNewsTopDesc a{
    color:#333333;
}
.newsCenterBg .indexTopNewsUl a,.newsCenterBg .indexTopNewsUl span{
    color:#646464;
}
.newsCenterBg .indexTopNewsUl li:before{
    background:#DADEE1;
}
.newsCenterBg .indexTopNews .el-tabs__nav>div.is-active{
    background: #2C5BA6;
    color: #FFFFFF;
}
.newsCenterBg .indexTopNews .el-tabs__nav>div{
    background: #ECEFF2;
    color: #333333;
}
.newsCenterBg .indexTopNews .el-tabs__nav>div:nth-child(2){
    border-right: none!important;
}
.newsCenterBg .indexTopNews .el-tabs__nav>div.is-active:after{
    background: #2C5BA6;
}
.indexTopNewsUl{
    list-style: none;
    margin:0;
    padding-left: 0;
    line-height: 42px;
}
.indexTopNewsUl li{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding-left: 13px;
}
.indexTopNewsUl li>div{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.indexTopNewsUl li:before{
    position: absolute;
    content:'';
    width: 6px;
    height: 6px;
    background: #FAFAFC;
    border-radius: 50%;
    left: 0;
}
.indexTopNewsUl a{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 65px);
}
.indexTopNewsUl a:hover{
    opacity: 0.8;
}
.indexTopNewsUl span{
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    opacity: 0.4;
    padding-right:1px;
}
.pageLocation{
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    padding:20px 0;
}
.pageLocation>a{
    color: #555555;
    transition: 0.2s;
}
.pageLocation>a:after{
    content:'>';
    margin:0 4px;
    color:#555555!important;
}
.pageLocation>a.moreCategoryA:after{
    content:'/';
}
.pageLocation>a:hover{
    color:#006BC4;
}
.pageLocation>a:last-child:after{
    display: none;
}
.pageListBox{
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(238,242,246,0.2);
    box-sizing: border-box;
    padding:6px 30px 30px;
    margin-bottom:60px;
}
.pageNav{
    display: flex;
    align-items: center;
    border-bottom:4px solid #EAEAEA;
}
.pageNavMobile{
    display: none;
}
.pageNav img{
    max-width: 25px;
    max-height: 25px;
    margin-right: 12px;
}
.pageNav>a{
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    padding:24px 30px;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
}
.pageNav>a:after{
    content:'';
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #EAEAEA;
}
.pageNav>a:before{
    content:'';
    position: absolute;
    width: 0;
    left: 50%;
    height: 4px;
    background: #2C5BA6;
    bottom:-4px;
    transition: 0.2s;
}
body.ListBody{
    background: #EEF2F6;
}
.articleBox{
    min-height: 120px;
    padding:40px 30px;
    margin-bottom:60px;
    background: white;
}
.articleHead{
    position: relative;
    padding-bottom:40px;
    box-sizing: border-box;
    border-bottom:1px solid #EAEAEA;
}
.articleBody{
    padding-top:40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    font-family: "HarmonyOS Sans SC"!important;
}
.articleBody font{
    font-family: "HarmonyOS Sans SC"!important;
}
.articleBody p{
    margin:0;
    line-height: 32px;
    margin-bottom: 30px;
    text-indent: 32px;
}
.articleHead:after{
    content:'';
    transform: rotate(45deg);
    display: block;
    width: 9px;
    height: 9px;
    background: #2C5BA6;
    position: absolute;
    bottom:-6px;
    left: 0;
    right: 0;
    margin:0 auto;
}
.articleTitle{
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #333333;
}
.articleDesc{
    display: flex;
    align-items: center;
    justify-content: center;
    /*max-width: 360px;*/
    width: 100%;
    margin:0 auto;
    margin-top:18px;
}
.articleDesc>div:first-child{
    margin-right: 50px;
    min-width: 150px;
    text-align: right;
}
.pageNav>a.on,.pageNav>a:hover{
    color:#2C5BA6;
}
.pageNav>a.on:before,.pageNav>a:hover:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background: #2C5BA6;
    bottom:-4px;
}
.pageListA{
    padding:28px 0 0 0;
    min-height: 120px;
}
.pageListA ul{
    margin:0;
    padding:0;
}
.pageListA ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 42px;
    position: relative;
}
.pageListA ul li>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pageListA ul li:nth-child(4n){
    margin-bottom:72px;
}
.pageListA ul li:nth-child(4n):after{
    content:'';
    position: absolute;
    width:100%;
    height: 1px;
    background: #EAEAEA;
    bottom:-36px;
}
.pageListA ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 150px);
    white-space: nowrap;
    transition: 0.2s;
    position: relative;
    padding-left: 22px;
    display: flex;
    align-items: center;
}
.pageListA ul li a>span{
    font-style: initial;
    display: inline-block;
    text-align: left;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageListA ul li a:before{
    width: 6px;
    height: 6px;
    background: #DADEE1;
    border-radius: 50%;
    position: absolute;
    content: '';
    transition: 0.2s;
    left: 0;
    /*margin-top:17px;*/
}
.pageListA ul li a:hover,.pageListA ul li a:hover>span{
    color:#006BC4;
}
.pageListA ul li a:hover:before{
    background: #006BC4;
}
.pageListA ul li span{
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-align: right;
    color: #646464;
}
.pagePagination{
    text-align: center;
}
.pagePagination .el-pager li:not(.disabled).active{
    background: #2C5BA6!important;
    border-radius: 4px;
}
.pageNavMobile{
    height: 60px;
}
.pageNavMobile .el-select{
    width: 100%;
    height: 100%;
}
.pageNavMobile .el-select>.el-input{
    height: 100%!important;
    border-bottom:2px solid #2C5BA6;
}
.pageNavMobile .el-select .el-input__inner{
    height: 100%!important;
    font-size: 24px;
    font-weight: 500;
    border:none;
    text-align: center;
    color:#2C5BA6;
    padding-left: 30px;
}
.pageNavMobileDrop .el-select-dropdown__item{
    height: 50px;
    display: flex;
    align-items: center;
}
.pageNavMobileDrop .el-select-dropdown__item.selected{
    color:#2C5BA6;
    font-weight: 500;
}
#MobileNavBox{
    display: none;
    min-height: 48px;
    width: 100%;
    background: #1D6BA6;
}
#MobileNavBox>div{
    width: 33.333%;
    height: 48px;
    position: relative;
    box-sizing: border-box;
    /*border-bottom:1px solid #eeeeee;*/
    /*border-right: 1px solid #eeeeee;*/
}
#MobileNavBox>div:nth-child(3n){
    border-right: none;
}
#MobileNavBox>div>a{
    display: flex;
    width: 100%;
    height: 100%;
    color:white;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.mobileNavSelect{
    width: 100%;
}
.el-input__inner{
    font-family: "HarmonyOS Sans SC";
}
.mobileNavSelect .el-input__inner{
    border:none;
    height: 60px;
    border-radius: 0;
    text-align: center;
    background: transparent;
    color:white;
    font-size: 16px;
    padding:0;

}
.mobileNavSelect .el-input__inner::placeholder{
    color:white;
}
.mobileNavSelect i{
    color:white!important;
}
.mobileNavDrop .el-select-dropdown__item{
    height: 50px;
}
.mobileNavDrop ul{
    background: #006BC4;
}
.mobileNavDrop .el-select-dropdown__item a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    color:white;
    font-weight: normal;
}
.mobileNavDrop .el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
    background: transparent;
}
.mobileNavDrop .el-select>.el-input{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileNavDrop .el-popper[x-placement^=bottom] .popper__arrow::after{
    border-bottom-color: #006BC4;
}
#MobileNavBox>div.on{
    background: #115C94;
}
.mobileNavDropCss{
    width: 100%;
    height: 100%;
}
.mobileNavDropCss .el-button--primary:focus,.mobileNavDropCss .el-button--primary:hover{
    background: transparent!important;
}
.mobileNavDropCss button{
    background: transparent;
    border:none;
    font-size: 16px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "HarmonyOS Sans SC";
}
.mobileNavDropCss i{
    position: absolute;
    /*right: 0;*/
}
.rightBtnBox{
    position: fixed;
    right: 20px;
    bottom:15vh;
}
.rightBtnBox #toTopBtn{
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgb(28 31 35 / 3%), 0 16px 48px 8px rgb(28 31 35 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: white;
    border-radius: 50%;
}
.rightBtnBox #toTopBtn:hover{
    color:#006BC4;
}
.weiboBox.weiboBoxMobile{
    display: none;
}
@media screen and (max-width: 768px){
    .articleBox{
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom:0;
    }
    .el-message-box{
        width: 80%;
        max-width: 425px;
    }
    .midBoxCss{
        padding-left: 20px;
        padding-right: 20px;
    }
    #indexNewsSwiper a .newsModal{
        padding-left: 20px;
    }
    #indexNewsSwiper a .newsModal>span{
        font-size: 14px;
        width: 60%;
    }
    #indexNewsSwiper a .newsModal{
        height: 36px;
    }
    #indexNewsSwiper .swiper-pagination{
        bottom:13px;
        padding-right: 6px;

    }
    .topHeader{
        display: none;
    }
    .topHeaderMobile{
        display: block;
    }
    .headBanner{
        flex-direction: column;
        justify-content: space-between;
        background-position: center;
        padding-top:20px;
        height: auto;
        background-position-y: -60px;
    }
    .headFontCss{
        position: relative;
        padding-bottom:0;
    }
    .headFontCss img{
        width: 80%;
        margin:40px 0;
        display: block;
    }
    #pcNavBox{
        display: none;
    }
    #MobileNavBox{
        display: flex;
        flex-wrap: wrap;
    }
    /*
    .headBanner .navBox{
        background: #006BC4;
        margin-top:20px;
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .headBanner .navBox>a{
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }
    .headBanner .navBox>a.on{
        color:#FFA44A;
    }
    .headBanner .navBox>a.on:after{
        display: none;
    }
    .midBoxCss.navBox{
        padding:0;
    }
    .midBoxCss.navBox>a{
        border-bottom:1px solid white;
        border-right: 1px solid white;
    }
    .midBoxCss.navBox>a:nth-child(3n){
        border-right: none;
    }
    .navBox>a:last-child{
        display: none;
    }
    */


    .topHeaderMobile .searchBox a{
        color:white;
        right: 0;
        transition: 0.2s;
    }
    .topHeaderMobile .searchBox input{
        width: 0;
        padding:0;
        position: absolute;
        right: 0;
    }
    .topHeaderMobile.showInput>div>div.todayDate{
        opacity: 0;
    }
    .topHeaderMobile.showInput .searchBox input{
        width: calc(100vw - 40px);
        padding-left: 17px;
        padding-right: 48px;
    }
    .topHeaderMobile.showInput .searchBox a{
        color:#F8912A;
        right: 10px;
    }
    .topHeaderMobile.showInput .ipv6{
        opacity: 0;
    }
    .footerFirst{
        flex-direction: column;
    }
    .footerFirst>span.moblieHide{
        width: 100%;
        box-sizing: border-box;
        padding-right: 16px;
        text-align: center;
    }
    .footerFirst>.footerDropDown{
        width: 100%;
        margin-top:20px;
    }
    .footerDropBox{
        width: calc(100% - 40px);
        min-width: auto;
    }
    .footerSecond{
        flex-direction: column;
    }
    .footerSecond .fsLeft{
        /*background: none;*/
        /*padding-left: 72px;*/
        margin-left: 0;
        padding-bottom:30px;
        display: flex;
        align-items: center;
    }
    .dzjgIcon{
        min-width: 60px;
    }
    .footerSecond .fsLeft>div{
        margin-left: 20px;
    }
    .footer .midBoxCss{
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }
    .fsRight{
        margin-top:20px;
        justify-content: space-between;
        margin-bottom:10px;
    }
    .fsRight>span{
        display: none;
    }
    .fsRight>div{
        width: 28vw;
        margin-left: 0;
        margin-right: 0;
    }
    .indexNewsTopDesc{
        display: none;
    }
    .indexNewsTopTitle{
        font-size: 24px;
    }
    .topNewsBox{
        flex-direction: column;
        justify-content: flex-start;
    }
    .IndexBg{
        /*padding-bottom:20px;*/
    }
    #indexNewsSwiper,.indexTopNews{
        width: 100%;
    }
    #indexNewsSwiper{
        height: 50vw!important;
    }
    .topNewsBox>div:nth-child(2){
        margin-top:20px;
    }
    .formTitle{
        flex-direction: column;
        margin-bottom:20px;
    }
    .formTitle>a{
        margin-top:20px;
        position: relative;
        text-align: center;
    }
    .pageNav{
        display: none;
    }
    .pageNavMobile{
        display: block;
    }
    .rightBtnBox{
        display: none;
    }
    .articleBody{
        font-size: 14px;
    }
    .articleBody img{
        max-width: 100%;
        display: block;
        margin:12px 0;
    }
    .weiboBox{
        display: none;
    }
    .weiboBox.weiboBoxMobile{
        display: block;
        width: auto;
        margin-top:20px;
    }
    .indexFriendLink>div a{
        margin-right:26px!important;
    }
    .indexFriendLink>div .xjLink a:nth-child(6n){
        margin-right:26px!important;
    }
    .indexFriendLink>div .xjLink a:nth-child(2n){
        margin-right:0!important;
    }
    .indexFriendLink>div a:nth-child(2n){
        margin-right:0!important;
    }
}