/*header导航样式*/
.header{position: relative !important;}
.wrapper-sj-nav{display:none;}

.position { width: 80%; margin: 30px auto;} 
.position .dqwz{color: #282f9d;}
.content {width:80%;margin:0 auto ;padding:30px 0;}
  .map {
   
  }
  .map h2 {font-size: 35px;margin-bottom: 72px;color: #282f9d;position: relative;}
  .map h2::after{
    content: '';
    width: 77px;
    height: 6px;
    background-color: #ffa90b;
    position: absolute;
    top: calc(100% + 17px);
    left: 0;
  }
  .map ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
  }
  .map ul li{
    flex-basis: 20%;
    font-size: 24px;
    margin-bottom: 72px;
  }
  .map ul li a{
    display: inline-block;
    color: #333333;
    background: url(/uiFramework/commonResource/image/2023082211100312422.png)no-repeat left center;
    background-size: 8px 8px;
    padding-left: 20px;
  }
  .map ul li a:hover{
    color: #ffa90b;
    background: url(/uiFramework/commonResource/image/2023082216575215899.png)no-repeat left center;
    background-size: 8px 8px;
  }
/*分页器*/
.easysite_pages{ display: flex;justify-content: center; height: 40px; align-items: center; margin-top: 70px;    margin-bottom: 85px;}
.easysite-page-wrap1 span{ display: flex;}
.easysite-total-page{ display: initial;}
.easysite-page-wrap{display: initial; line-height: 40px; border: 1px solid #cfdce5; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #484848; padding: 0 15px;}
.NormalRed{background: #282f9d; border: 1px solid #282f9d; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #fff; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.pagingNormal{border: 1px solid #cfdce5; color: #484848; border-radius: 5px; margin-right: 8px; font-size: 14px; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.easysite-jump-page>span{color:#484848;}
.jump-num{line-height:40px;border-radius:5px;border: 1px solid #cfdce5;text-align:center;outline: none;}
.easysite-jump-btn{background:#fff;}


@media screen and (max-width: 1024px){
.content{padding: 12px 0;}
.map h2 {font-size: 24px; margin-bottom: 36px;}
.map h2::after {width: 46px;height: 4px;top: calc(100% + 8px);}
.map ul li{flex-basis: 33%;font-size: 16px; margin-bottom: 36px; white-space: nowrap; overflow: hidden;}
.map ul li a{width: 100%;background-size: 5px 5px;  padding-left: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}

@media screen and (max-width:765px){
.easysite-jump-page{display:none;}
}