h2 {
  font-size: 18px;
  font-weight: 700;
}
.school_menu {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
}
.school_menu .flex {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 10px;
  margin-bottom: 1px;
}
.school_menu .flex .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9f9f9f;
  color: #fff;
  width: 18px;
  height: 18px;
}
.school_menu .flex .numbersubject {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.school_menu .over {
  background: #fff9fc;
}
.school_menu .over .number {
  background: #d476a3;
}

.school_line {
  background: #f6f6f6;
  border-top: 1px solid #dddddd;
  height: 5px;
  margin-top: 2px;
}
.school_content {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
}

.school_content_title {
  text-align: center;
  padding: 3px;
}
.school_content_content {
  padding: 10px;
}

.center {
  margin: 0 auto;
  text-align: center;
}
.center img {
  width: 90%;
  margin: 0 auto;
}
.school_wrap img {
  width: auto;
  margin-bottom: 5px;
}

.school_wrap {
  color: #181c34;
  width: 90%;
  margin: 0 auto;
}
.school_wrap .title {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
.school_wrap .content .list {
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-items: center;
  font-size: 400;
  cursor: pointer;
  margin-bottom: 2px;
}
.school_wrap .content .list h2 {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
.school_wrap .content .list img {
  margin-left: 6px;
}
.school_wrap .content .list.active img {
  transform: rotate(180deg);
}
.school_wrap .content .cont {
  display: none;
  background: #f7f8fb;
  border-radius: 6px;
  padding: 7px 4px;
  margin: 0;
}
.school_wrap .content p {
  display: block;
  margin: 0;
  padding: 10px 20px;
  word-break: break-all;
  line-height: 1.5;
}
.school_wrap .content p:has(strong) {
  padding-bottom: 0;
}
.school_wrap .content .cont .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_wrap .content h2,
.school_wrap .content h3,
.school_wrap .content h4 {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
}
.school_wrap .content .cont table tr td {
  text-align: center;
}
.school_wrap .content .cont6 {
  background: #fff;
  border-radius: 0;
}
.school_wrap .content .cont6 .six_list > div {
  line-height: 2;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  width: fit-content;
  padding: 0px 12px;
  border-radius: 19px;
  margin: 0 5px 5px 0;
}
.school_wrap .content .cont6 .six_list > div h2 {
  padding: 0;
}
.school_wrap .content .cont6 .six_list > div.selected {
  color: #4c00ee;
  background: #dcdcdc61;
  font-weight: 600;
}
.school_wrap .content .cont6 .contentbox {
  background: #f7f8fb;
  border-radius: 6px;
}
.school_wrap .content .cont6 .contentswap > div:not(.school_notice) {
  display: none;
}
.school_notice {
  display: block !important;
}
.school_wrap .content .cont6 .contentswap > div:first-child {
  display: block;
}

.school_notice {
  padding: 10px 20px;
  color: #9394a4;
}
.school_notice .notice_icon {
  width: 56px;
  height: 26px;
  background: #ff6600;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}
.school_notice .notice_icon img {
  margin-right: 2px;
}

/* font color */
.point-color {
  color: #ff6600;
}
.point-color-pupple {
  color: #4c00ee;
}
