header {
  width: 1500px;
  height: auto;
  margin: 20px auto 70px;
}

#news {
  width: 100%;
}
#news .newsWrap {
  width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
#news .newsWrap h2 {
  font-size: 36px;
  font-weight: bolder;
}
#news .newsWrap h2 span {
  font-size: 16px;
  font-weight: bolder;
  display: block;
  color: #0065be;
}
#news .newsWrap .nav {
  margin: 30px 0;
}
#news .newsWrap .nav button {
  font-size: 12px;
  font-weight: bold;
  color: #0065be;
  width: auto;
  height: auto;
  display: inline-block;
  border: solid 2px #0065be;
  background-color: #fff;
  border-radius: 18px;
  padding: 10px 10px;
  margin-right: 20px;
}
#news .newsWrap .nav button.checked {
  color: #fff;
  background-color: #0065be;
}
#news .newsWrap .detailWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#news .newsWrap .detailWrap .details {
  width: 100%;
  padding: 20px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: flex;
}
#news .newsWrap .detailWrap .details .left {
  width: 40%;
}
#news .newsWrap .detailWrap .details .right {
  width: 68%;
  margin-left: 2%;
}
#news .newsWrap .detailWrap .details .right p.club {
  font-size: 10px;
  font-weight: bold;
  color: #0065be;
  width: auto;
  height: auto;
  display: inline-block;
  border: solid 2px #0065be;
  background-color: #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin-right: 20px;
}
#news .newsWrap .detailWrap .details .right h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#news .newsWrap .detailWrap .details .right a {
  font-size: 14px;
  margin-top: 10px;
}
#news .newsWrap .detailWrap .details .right p.data {
  font-size: 12px;
  margin-top: 10px;
}
#news .newsWrap a.link {
  display: block;
  color: #0065be;
  text-align: right;
  margin: 50px 0;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
  font-weight: bolder;
}
#news .newsWrap a.link::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #0065be;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  margin: auto;
}
#news .newsWrap a.link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  header {
    width: 90%;
    height: auto;
    margin: 150px auto 8vw;
  }
  #news {
    width: 100%;
    padding: 0;
  }
  #news .newsWrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #news .newsWrap h2 {
    font-size: 36px;
    font-weight: bolder;
  }
  #news .newsWrap h2 span {
    font-size: 16px;
    font-weight: bolder;
    display: block;
    color: #0065be;
  }
  #news .newsWrap .nav {
    margin: 30px 0;
  }
  #news .newsWrap .nav button {
    font-size: 3vw;
    width: 42vw;
    height: auto;
    display: inline-block;
    text-align: center;
    border-radius: 4vw;
    padding: 2vw;
    margin: 0 1vw 1vw 0;
  }
  #news .newsWrap .nav button.checked {
    color: #fff;
    background-color: #0065be;
  }
  #news .newsWrap .detailWrap {
    display: block;
  }
  #news .newsWrap .detailWrap .details {
    width: 100%;
    padding: 20px;
    margin-bottom: 2vw;
    border: solid 1px #ccc;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
  }
  #news .newsWrap .detailWrap .details .left {
    width: 100%;
  }
  #news .newsWrap .detailWrap .details .right {
    width: 100%;
    margin-left: 0;
  }
  #news .newsWrap .detailWrap .details .right p.club {
    font-size: 2vw;
    font-weight: bold;
    color: #0065be;
    width: auto;
    height: auto;
    display: inline-block;
    border: solid 2px #0065be;
    background-color: #fff;
    border-radius: 4vw;
    padding: 1vw 2vw;
    margin: 1vw 0;
  }
  #news .newsWrap .detailWrap .details .right h3 {
    font-size: 3.5vw;
    font-weight: bold;
    margin-top: 1vw;
  }
  #news .newsWrap .detailWrap .details .right a {
    font-size: 3vw;
    margin-top: 1vw;
  }
  #news .newsWrap .detailWrap .details .right p.data {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  #news .newsWrap a.link {
    display: block;
    color: #0065be;
    text-align: right;
    margin: 5vw 0;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
    font-weight: bolder;
  }
  #news .newsWrap a.link::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #0065be;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    margin: auto;
  }
  #news .newsWrap a.link::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: auto;
  }
}/*# sourceMappingURL=voice.css.map */