/* 下拉列表 */
body{
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: SY;
}
@font-face {
    font-family: SY;
    src: url("./font/font1715.ttf");
}
*{margin: 0;padding: 0;}
a {
 text-decoration: none; /* 移除下划线 */
 color: inherit; /* 链接颜色与父元素一致 */
}
li{
    list-style: none;
}

table{
    border: 1px solid #ccc;
}
table th,table td{
    border: 1px solid #ccc;
}
table td{
    padding: 0px 5px;
}

.textrue{
  width: 140px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 28px;
  text-align: center;
}
.textruedouble{
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 56px;
  font-weight: bold;
}

.qrimg1{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 17%;
}
.textblock:hover{
  width: 140px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 28px;
  text-align: center;
}
.textblock:hover .textpacetime{
  color: #000000;
  font-weight: bold;
}
.textpacetime{
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 56px;
}
.xl_box{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #ffffff;
    align-items: center;
    z-index: 99999;
    margin-left: 125px;
    margin-top: 450px;
}
.xl_text{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 52px;
    height: 52px;
    list-style:none;
    text-align: center;

}
.xl_texta{
    color: #CFA129;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    height: 52px;
    list-style:none;
    text-align: center;
}
.xl_text:hover{
    color: #CFA129;
}
.xl_line{
    width: 160px;
    align-items: center;
    height: 1px;
    background-color:#F0F0F0 ;
    margin-left: 26px;
}
/* 新闻中心 */
.xl_boxa{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #fff;
    align-items: center;
    z-index: 99999;
    margin-left: 395px;
    margin-top: 182px;

}
.xl_boxb{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #ffffff;
    align-items: center;
    z-index: 99999;
    /* margin-left: -35px; */
    margin-top: 238px;
    margin-left: 675px;


}
.xl_boxc{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #ffffff;
    align-items: center;
    z-index: 99999;
    margin-left: 955px;
    margin-top: 500px;


}
.textpacetime{
   font-weight: 400;
   font-size: 20px;
   /* background-color: yellowgreen; */
   line-height: 56px;

}
.textblock{
    width: 140px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
    /* background-color: paleturquoise; */
}
.textblockhover{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.textpacetimehover{
   font-weight: bold;
   font-size: 20px;
   line-height: 56px;
   color: #000000;
}
.xl_boxd{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #fff;
    align-items: center;
    z-index: 99999;
    margin-top: 22px;
    margin-left: -35px;
}
.xl_boxe{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #ffffff;
    align-items: center;
    z-index: 99999;
    margin-left:1515px;
    margin-top: 184px;
}
/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
  }
  .pagination ul {
    list-style-type: none;
    display: inline-block;
  }
  .pagination li {
    display: inline-block;

  }
  .pagination a{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #C68F00;
    line-height: 50px;
    border: 1px solid rgba(198, 143, 0, 0.56);
  }
  .pagination a:hover{
    background-color: #C68F00;
    color: #fff;
  }
  .prev,
  .next {
    font-weight: bold;
  }
  .prev a,
  .next a {
    color: #C68F00;
    text-decoration: none;
  }
  .active a {
    background-color: #C68F00;
    color: #fff;
  }
