.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 {
  font-size: 14px;
  width: 100%;
  margin-bottom: 1rem;
}
.college_body .college_taps_box {
  width: 100%;
  display: flex;
}
.college_body .college_taps_box .college_taps_left {
  width: 3.1rem;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists {
  width: 100%;
  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;
  width: 32px;
}
.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;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item:hover {
  background-color: #fbfbfb;
  border-right: 5px solid #ff6f0a;
}
.college_body .college_taps_box .college_taps_left .college_taps_lists .list_item_active {
  background-color: #fbfbfb;
  border-right: 5px solid #ff6f0a;
}
.college_body .college_taps_box .college_taps_right {
  flex: 1;
  padding: 0 1rem;
  padding-top: 0.65rem;
  border-left: 1px solid #e2e2e2;
  width: 11.3rem;
}
.college_body .college_taps_box .college_taps_right .tag_list {
  display: block;
  padding: 5px 0;
}
.college_body .college_taps_box .college_taps_right .tag_list .item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
.college_body .college_taps_box .college_taps_right .article_box {
  width: 100%;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item .article_date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0.2rem;
  width: 1rem;
  height: 1.05rem;
  background-color: #eeeeee;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item .article_date .date_year_month {
  font-size: 0.16rem;
  color: #393939;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item .article_date .date_day {
  font-size: 0.42rem;
  color: #393939;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item .article_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item .article_content .article_title > a {
  font-size: 0.2rem;
  font-weight: 600;
  color: #393939;
  letter-spacing: 0.6px;
}
.college_body .college_taps_box .college_taps_right .article_box .article_item .article_content .article_desc {
  font-size: 0.14rem;
  color: #999999;
  letter-spacing: 0.6px;
  line-height: 1.6;
}
.college_body .college_taps_box .college_taps_right .taps_content_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  font-size: 0.26rem;
  color: #393939;
}
.college_body .college_taps_box .college_taps_right .taps_content {
  margin: 0.3rem 0;
  font-size: 0.16rem;
  color: #393939;
}
.college_body .college_taps_box .college_taps_right .taps_content .taps_content_sourse {
  position: relative;
  margin-right: 0.5rem;
  width: 1.86rem;
  height: 1.13rem;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.college_body .college_taps_box .college_taps_right .taps_content .taps_content_sourse img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
}
.college_body .college_taps_box .college_taps_right .pic_box {
  display: flex;
  flex-direction: row;
}
.college_body .college_taps_box .college_taps_right .taps_button_box {
  width: 100%;
}
.college_body .college_taps_box .college_taps_right .article_publish_detail {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.18rem;
  color: #aaaaaa;
}
.college_body .college_taps_box .college_taps_right .article_publish_detail .article_publish_time {
  margin-right: 0.65rem;
  font-size: inherit;
  color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_publish_detail .article_publish_editer {
  font-size: inherit;
  color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_summary {
  margin: 10px 0;
  padding: 0.2rem 0.15rem;
  background-color: #f2f2f2;
  color: #5e5e5e;
  font-size: 0.16rem;
}
.college_body .college_taps_box .college_taps_right .article_main {
  width: 100%;
  /* tables */
  /* for tables without table section elements (can happen with XHTML or dynamically created tables) */
  /* lists */
  /* form elements */
}
.college_body .college_taps_box .college_taps_right .article_main a {
  font-size: 14pt;
}
.college_body .college_taps_box .college_taps_right .article_main p {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1__qem;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.college_body .college_taps_box .college_taps_right .article_main address,
.college_body .college_taps_box .college_taps_right .article_main article,
.college_body .college_taps_box .college_taps_right .article_main aside,
.college_body .college_taps_box .college_taps_right .article_main div,
.college_body .college_taps_box .college_taps_right .article_main footer,
.college_body .college_taps_box .college_taps_right .article_main header,
.college_body .college_taps_box .college_taps_right .article_main hgroup,
.college_body .college_taps_box .college_taps_right .article_main layer,
.college_body .college_taps_box .college_taps_right .article_main main,
.college_body .college_taps_box .college_taps_right .article_main nav,
.college_body .college_taps_box .college_taps_right .article_main section {
  display: block;
}
.college_body .college_taps_box .college_taps_right .article_main marquee {
  display: inline-block;
}
.college_body .college_taps_box .college_taps_right .article_main blockquote {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.college_body .college_taps_box .college_taps_right .article_main figcaption {
  display: block;
}
.college_body .college_taps_box .college_taps_right .article_main figure {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.college_body .college_taps_box .college_taps_right .article_main q {
  display: inline;
}
.college_body .college_taps_box .college_taps_right .article_main q::before {
  content: open-quote;
}
.college_body .college_taps_box .college_taps_right .article_main q::after {
  content: close-quote;
}
.college_body .college_taps_box .college_taps_right .article_main center {
  display: block;
  /* special centering to be able to emulate the html4/netscape behaviour */
  text-align: -webkit-center;
}
.college_body .college_taps_box .college_taps_right .article_main hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
}
.college_body .college_taps_box .college_taps_right .article_main h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67__qem;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83__qem;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main h4 {
  display: block;
  -webkit-margin-before: 1.33__qem;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67__qem;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33__qem;
  -webkit-margin-after: 2.33em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}
.college_body .college_taps_box .college_taps_right .article_main thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main table > tr {
  vertical-align: middle;
}
.college_body .college_taps_box .college_taps_right .article_main col {
  display: table-column;
}
.college_body .college_taps_box .college_taps_right .article_main colgroup {
  display: table-column-group;
}
.college_body .college_taps_box .college_taps_right .article_main tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main td,
.college_body .college_taps_box .college_taps_right .article_main th {
  display: table-cell;
  vertical-align: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main th {
  font-weight: bold;
}
.college_body .college_taps_box .college_taps_right .article_main caption {
  display: table-caption;
  text-align: -webkit-center;
}
.college_body .college_taps_box .college_taps_right .article_main ul,
.college_body .college_taps_box .college_taps_right .article_main menu,
.college_body .college_taps_box .college_taps_right .article_main dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.college_body .college_taps_box .college_taps_right .article_main ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.college_body .college_taps_box .college_taps_right .article_main li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.college_body .college_taps_box .college_taps_right .article_main ul ul,
.college_body .college_taps_box .college_taps_right .article_main ol ul {
  list-style-type: circle;
}
.college_body .college_taps_box .college_taps_right .article_main ol ol ul,
.college_body .college_taps_box .college_taps_right .article_main ol ul ul,
.college_body .college_taps_box .college_taps_right .article_main ul ol ul,
.college_body .college_taps_box .college_taps_right .article_main ul ul ul {
  list-style-type: square;
}
.college_body .college_taps_box .college_taps_right .article_main dd {
  display: block;
  -webkit-margin-start: 40px;
}
.college_body .college_taps_box .college_taps_right .article_main dl {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.college_body .college_taps_box .college_taps_right .article_main dt {
  display: block;
}
.college_body .college_taps_box .college_taps_right .article_main ol ul,
.college_body .college_taps_box .college_taps_right .article_main ul ol,
.college_body .college_taps_box .college_taps_right .article_main ul ul,
.college_body .college_taps_box .college_taps_right .article_main ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.college_body .college_taps_box .college_taps_right .article_main form {
  display: block;
  margin-top: 0__qem;
}
.college_body .college_taps_box .college_taps_right .article_main label {
  cursor: default;
}
.college_body .college_taps_box .college_taps_right .article_main legend {
  display: block;
  -webkit-padding-start: 2px;
  -webkit-padding-end: 2px;
  border: none;
}
.college_body .college_taps_box .college_taps_right .article_main fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  border: 2px groove ThreeDFace;
  min-width: min-content;
}
.college_body .college_taps_box .college_taps_right .article_main small {
  font-size: smaller;
  color: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main span {
  color: inherit;
  font-size: inherit;
}
.college_body .college_taps_box .college_taps_right .article_main button {
  -webkit-appearance: button;
}
.college_body .college_taps_box .college_taps_right .article_main strong {
  font-size: inherit;
  color: inherit;
}
.college_body .college_taps_box .college_taps_right .college_change_page {
  width: 100%;
}
.college_body .college_taps_box .college_taps_right .college_change_page .pre_one {
  float: left;
  color: #888888;
  font-size: 0.16rem;
  border-bottom: 1px #888888 solid;
}
.college_body .college_taps_box .college_taps_right .college_change_page .pre_one:hover {
  color: #888888;
}
.college_body .college_taps_box .college_taps_right .college_change_page .next_one {
  float: right;
  color: #393939;
  font-size: 0.16rem;
  border-bottom: 1px #393939 solid;
}
.college_body .college_taps_box .college_taps_right .college_change_page .next_one:hover {
  color: #393939;
}
.college_body .college_taps_box .college_taps_right .pagenation_box {
  width: 100%;
}
.college_body .college_taps_box .college_taps_right .pagenation_box .page_item {
  border: 1px solid #e9e9e9;
  border-radius: 0.05rem;
  color: #999999;
  font-size: 0.16rem;
  padding: 0.13rem 0.15rem;
}
.article_label_text{
  float: left;
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #f2f2f2;
}