/* 内外边距0和c3自动内减 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* 给整个页面设置字体,大小 */
body {
  font: 16px arial, 'Source Han Sans CN', 'microsoft yahei', sans-serif;
  background-color: rgb(20, 68, 204);
  background-image: url(../assets/img/logo_white.png);
  cursor: default;
}
[v-cloak] {
  display: none !important;
}
/* 清除无序标签小圆点 */
li {
  list-style: none;
}
/* 清除a标签下划线 */
a {
  text-decoration: none;
  color: #27ba9b;
}
/* 清除h标签字体加粗 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
/* 取消em  i 倾斜 */
em,
i {
  font-style: normal;
}
/* a标签鼠标悬停颜色 */
a:hover {
  color: #27ba9b;
}
/* 图片元素基线对齐 */
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: '';
  /* 转表格元素 */
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* 版心 */
.w {
  width: 1300px;
  margin: 0 auto;
}

.content {
  width: 1300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 95px 24px 44px 36px;
  margin-bottom: 44px;
  margin-top: -3%;
}
/* 溢出显示省略号 */
.text-ellipsis {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* 白间隔 */
.interval-white {
  background-color: #fff;
  background-image: url(../assets/img/logo_blue.png);
}

.common-title {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  height: 110px;
}
.common-title .left {
  font-size: 16px;
  color: #fff;
  padding-left: 1%;
}
.common-title .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 12, 139, 0.2);
  border-radius: 0px 40px 0px 40px;
  padding: 0 73px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  color: #1444cc;
}
.common-title .center img {
  width: 16px;
  height: 12px;
}
.common-title .center p {
  flex: 1;
  margin: 0 10px;
}
.block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 12, 139, 0.2);
  border-radius: 6px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #1444cc;
  box-shadow: 0px 0px 6px 0px rgba(0, 12, 139, 0.2);
  border-radius: 6px;
}
.el-pagination button,
.el-pagination span:not([class*='suffix']) {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.el-pagination__editor.el-input {
  box-shadow: 0px 0px 6px 0px rgba(0, 12, 139, 0.2);
  border-radius: 6px;
  margin: 0 10px;
}
iframe {
  vertical-align:bottom
}
.abouttheannualmeetingBox-center {
  display: none;
  width: 1300px;
  margin: 0 auto;
  color: #222;
}
.abouttheannualmeetingBox {
  position: absolute;
  top: calc(0px + 500px);
  transform: translateX(1020px);
  width: 170px;
}
.abouttheannualmeeting {
  display: grid;
  grid-template-columns: repeat(1, 170px);
  background-color: #fff;
  border-radius: 10px;
  padding: .2%;
}

.abouttheannualmeeting div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6% 2%;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.abouttheannualmeeting div:last-child {
  border: 0;
}
.drawer-box {
  display: none;
}
.pcbox {
  display: block;
}
.mobilebox {
  display: none;
}

@media (max-width: 1299px) {
  .w {
    width: 94.667vw;
  }
  .content {
    width: 94.667vw;
    padding: 4vw 3.467vw 4.133vw 3.467vw;
    border-radius: 1.333vw;
    margin-bottom: 5.333vw;
    margin-top: -7%;
  }
  .mobilebox {
    display: block;
  }
  .pcbox {
    display: none;
  }
  .backTop {
    display: none;
  }
  .drawer-box {
    display: none;
    position: absolute;
    top: calc(0px + 5.4%);
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 4;
  }
  .drawer {
    width: 86.667vw;
    min-height: 199.467vw;
    background-color: #ffffff;
    padding: 1.733vw 8vw 8.8vw;
    margin-top: -0.02vw;
  }
  .drawer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13.867vw;
    border-top: 0.133vw solid #eee;
    border-bottom: 0.133vw solid #eee;
    font-size: 3.733vw;
    color: #222;
  }
  .drawer  .drawer-item:first-child {
    border-top: 0;
  }
  .drawer  .drawer-item:last-child {
    border-bottom: 0;
  }
  .about-ac {
    display: none;
    grid-template-columns: repeat(3, 20vw);
    justify-content: center;
    align-items: center;
    gap: 2.667vw;
    width: 122.6%;
    background-color: #eeeeee;
    transform: translateX(-7.9vw);
    padding: 2.667vw 0;
  }
  .about-ac-item {
    height: 7.2vw;
    line-height: 7.2vw;
    text-align: center;
    font-size: 3.2vw;
    background-color: #ffffff;
    border-radius: 3.6vw;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 0 1vw;
  }
  .drawer-item .triangle {
    width: 2.667vw;
  }
  .change-entype {
    color: #1444cc;
  }
  .common-title {
    width: 94.667vw;
    height: 21.067vw;
    margin-top: 5.333vw;
  }
  .common-title .left {
    font-size: 2.133vw;
  }
  .common-title .center {
    height: 10.667vw;
    padding: 0 10.267vw;
    box-shadow: 0vw 0vw 2.667vw 0vw
    rgba(0, 12, 139, 0.2);
    border-radius: 0vw 5.333vw 0vw 5.333vw;
    font-size: 4.8vw;
    margin-top: 4.133vw;
  }
  .common-title .center img {
    width: 1.6vw;
    height: 1.6vw;
  }
  .common-title .center p {
    margin: 0 2.667vw;
  }
  .block {
    height: 12vw;
    margin-top: 3vw;
    border: 0.267vw solid #ffffff;
    border-radius: 1.333vw;
    margin-bottom: 0;
    padding: 0 10vw;
  }
  .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    margin: 0 .6vw !important;
  }
  .el-pagination__jump {
    display: none !important;
  }
}