*{
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei;
    font-size: 16px;
}
.xynjgl2023{
    width: 100%;
    position: relative;
}
.gl2023{
    width: 1200px;
    margin: 0 auto;
}
.gl2023 .glLine{
    overflow: hidden;
    height: 40px;
}
.gl2023 .glTitle{
    font-size: 20px;
font-weight: bold;
color: #DF0001;
display: inline-block;
padding: 0 10px;
    border-left: 5px solid;
}
.gl2023 .location{
    color: #8F8F8F;
    float: right;
}
.gl2023 .location a{
  color: #8F8F8F;
}
.gl2023 .glTab{
    width: 100%;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}
.gl2023 .glTab .glItem{
    float:left;
    width: 197px;
height: 48px;
background: #F1F2F3;
text-align: center;
    line-height: 48px;
    margin-right: 3px;
}
.activeItem{
    background: #DF0001 !important;
    color: #ffffff;
}
.gl2023 .glList .listLine{
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 60px;
  border-bottom: 1px solid #F1F2F3;
}
.gl2023 .glList .listLine:hover{
color: #DF0001;
}
.gl2023 .glList .listLine div{
    float: left;
}
.gl2023 .glList .listLine .dot{
    width: 8px;
height: 8px;
background: #BDA87D;
margin-right: 10px;
}
.gl2023 .glList .listLine .xyb{
    color: #8F8F8F;
    width: 220px;
    text-align: center;
}
.xynjgl2023 .fixedWindow{
    position: absolute;
    right: 0;
    top: 10px;
  
  }
  .xynjgl2023 .windowbox{
    position: relative;
  }
  .xynjgl2023 .fixedWindow svg{
    font-size: 120px;
  }
  .xynjgl2023 .windowFloat{
    position: absolute;
      width: 270px;
      height: 150px;
      background: #FFFFFF;
      border: 1px solid #7EB5FA;
      box-shadow: 0px 0px 12px 0px rgba(153,153,153,0.39);
      opacity: 0.9;
      top: -10px;
      right: 122px;
      z-index: 999;
      border-radius: 8px;
      padding: 20px;
      box-sizing: border-box;
  }
  .xynjgl2023 .windowFloat::before {
    content: "";
    display: block;
    position: absolute;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent transparent #7EB5FA;
    top: 67px;
    left: 268px;
  }
  .xynjgl2023 .wyc{
      border: 1px solid #FB776C;
  }
  .xynjgl2023 .wyc::before {
    border-color: transparent transparent transparent #FB776C;
  }
  .xynjgl2023 .wyk{
    border: 1px solid #2FCEC9;
  }
  .xynjgl2023 .wyk::before {
  border-color: transparent transparent transparent #2FCEC9;
  }
  .xynjgl2023 .windowTitle{
    line-height: 30px;
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #0096FF;
      text-align: center;
  }
  .xynjgl2023 .windowText span{
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 40px;
  }
  .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 30px;
  }