@keyframes shining {
  0% {
    background-color: #fff;
  }
  25% {
    background-color: #eee;
  }
  50% {
    background-color: #fff;
  }
  75% {
    background-color: #eee;
  }
  100% {
    background-color: #fff;
  }
}
.shining {
  animation: shining 1s 0s linear;
}
.button_light {
  width: 1.2rem;
  height: 0.43rem;
  background-color: #ffe400;
  border-radius: 3px;
  color: #3b3503;
  font-size: 0.16rem;
  border: none;
}
.button_dark {
  width: 1.2rem;
  height: 0.43rem;
  background-color: #fff;
  border-radius: 3px;
  color: #838383;
  font-size: 0.16rem;
  border: 1px solid #8e8e8e;
}
.college_banner {
  width: 100%;
}
.college_banner > img {
  width: 100%;
  height: auto;
}
.college_body {
  width: 100%;
  margin-bottom: 1rem;
}
.college_body .college_taps_box {
  width: 100%;
  display: flex;
}
.college_body .college_taps_box .college_taps_left {
  position: relative;
  width: 3.1rem;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists {
  position: fixed;
  width: 3.1rem;
  margin: 0;
  padding: 0;
  padding-top: 0.65rem;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item_title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.55rem;
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  color: #393939;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item_title .taps_title_img {
  position: absolute;
  left: 0;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item {
  margin-left: 0.55rem;
  padding: 0.2rem 0 0.2rem 0.1rem;
  color: #5f5f5f;
  font-size: 0.21rem;
  cursor: pointer;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item:hover {
  background-color: #fbfbfb;
  border-right: 5px solid #ffde00;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item_active {
  background-color: #fbfbfb;
  border-right: 5px solid #ffde00;
}
.college_body .college_taps_box .college_taps_right {
  flex: 1;
  padding-left: 0.55rem;
  padding-top: 0.4rem;
  border-left: 1px solid #e2e2e2;
  width: 11.3rem;
}
.college_body .college_taps_box .college_taps_right .faq_item {
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #efefef;
}
.college_body .college_taps_box .college_taps_right .faq_item .faq_question {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.3rem;
}
.college_body .college_taps_box .college_taps_right .faq_item .faq_question .item_num {
  margin-right: 0.13rem;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #ffd200;
  color: #fff;
  font-size: 0.23rem;
  text-align: center;
  line-height: 0.35rem;
}
.college_body .college_taps_box .college_taps_right .faq_item .faq_question .question_content {
  color: #161616;
  font-size: 0.22rem;
}
.college_body .college_taps_box .college_taps_right .faq_item .faq_answer {
  padding: 0rem 0.48rem;
  color: #595959;
  font-size: 0.16rem;
  text-indent: 2;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 0.6px;
}
.college_body .college_taps_box .college_taps_right .faq_item .faq_answer .text_link {
  color: #2d93ff;
  text-decoration: underline;
}
.college_body .college_taps_box .college_taps_right .faq_item:hover {
  background-color: #eee;
}
