.college-section {
  background-color: #fff;
  min-height: calc(100vh - 1rem);
}
.college-section .banner {
  width: 100%;
  height: auto;
}
.college-section .college-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.43rem;
  background-color: #ffffff;
  width: 100%;
  height: 1rem;
}
.college-section .college-nav .nav {
  flex: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.college-section .college-nav .nav ul {
  display: flex;
  flex-direction: row;
  padding-left: 0.24rem;
  height: 100%;
}
.college-section .college-nav .nav ul li {
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 0.78rem;
  height: 100%;
}
.college-section .college-nav .nav ul li .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  white-space: nowrap;
  height: 100%;
  font-size: 0.24rem;
  font-weight: normal;
  color: #666666;
}
.college-section .college-nav .nav ul li .active-line {
  display: none;
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.04rem;
  background-color: #fed811;
}
.college-section .college-nav .nav ul .nav-active .nav-link {
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
}
.college-section .college-nav .nav ul .nav-active .active-line {
  display: block;
}
.college-section .articles-box {
  padding: 0 0.24rem;
  width: 100%;
  box-sizing: border-box;
}
.college-section .articles-box .article-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.26rem;
  margin-bottom: 0.26rem;
  border-bottom: 0.01rem solid #f8f8f8;
  width: 100%;
}
.college-section .articles-box .article-item .article-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eeeeee;
}
.college-section .articles-box .article-item .article-time .date {
  font-size: 0.24rem;
  font-weight: normal;
  color: #666666;
}
.college-section .articles-box .article-item .article-time .day {
  font-size: 0.6rem;
  font-weight: normal;
  color: #666666;
}
.college-section .articles-box .article-item .article-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.17rem;
}
.college-section .articles-box .article-item .article-body .article-title {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.51rem;
  color: #333333;
}
.college-section .articles-box .article-item .article-body .article-desc {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #9d9d9d;
}
.college-section .articles-box .article-item:last-child {
  margin-bottom: 0;
}
.college-section .load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.61rem 0;
  color: #999999;
  font-size: 0.24rem;
}
.college-section .article-detail {
  padding: 0 0.24rem;
}
.college-section .article-detail .article-title {
  padding: 0.56rem 0.26rem 0.34rem 0.26rem;
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #333333;
  border-bottom: 0.01rem solid #f2f2f2;
}
.college-section .article-detail .article-time {
  padding: 0.32rem 0.26rem 0.25rem 0.26rem;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #999999;
}
.college-section .article-detail .article-desc {
  padding: 0.3rem 0.26rem;
  margin-bottom: 0.35rem;
  background-color: #f6f6f6;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.48rem;
  color: #333333;
}
.college-section .article-detail .article-content {
  padding: 0 0.26rem;
  /* tables */
  /* for tables without table section elements (can happen with XHTML or dynamically created tables) */
  /* lists */
  /* form elements */
}
.college-section .article-detail .article-content img {
  width: 100%;
  height: auto;
}
.college-section .article-detail .article-content p {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1__qem;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.college-section .article-detail .article-content p {
  margin-bottom: 0.45rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.48rem;
  color: #666666;
}
.college-section .article-detail .article-content address,
.college-section .article-detail .article-content article,
.college-section .article-detail .article-content aside,
.college-section .article-detail .article-content div,
.college-section .article-detail .article-content footer,
.college-section .article-detail .article-content header,
.college-section .article-detail .article-content hgroup,
.college-section .article-detail .article-content layer,
.college-section .article-detail .article-content main,
.college-section .article-detail .article-content nav,
.college-section .article-detail .article-content section {
  display: block;
}
.college-section .article-detail .article-content marquee {
  display: inline-block;
}
.college-section .article-detail .article-content blockquote {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.college-section .article-detail .article-content figcaption {
  display: block;
}
.college-section .article-detail .article-content figure {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.college-section .article-detail .article-content q {
  display: inline;
}
.college-section .article-detail .article-content q::before {
  content: open-quote;
}
.college-section .article-detail .article-content q::after {
  content: close-quote;
}
.college-section .article-detail .article-content center {
  display: block;
  /* special centering to be able to emulate the html4/netscape behaviour */
  text-align: -webkit-center;
}
.college-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}
.college-section .article-detail .article-content thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.college-section .article-detail .article-content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.college-section .article-detail .article-content tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.college-section .article-detail .article-content table > tr {
  vertical-align: middle;
}
.college-section .article-detail .article-content col {
  display: table-column;
}
.college-section .article-detail .article-content colgroup {
  display: table-column-group;
}
.college-section .article-detail .article-content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.college-section .article-detail .article-content td,
.college-section .article-detail .article-content th {
  display: table-cell;
  vertical-align: inherit;
}
.college-section .article-detail .article-content th {
  font-weight: bold;
}
.college-section .article-detail .article-content caption {
  display: table-caption;
  text-align: -webkit-center;
}
.college-section .article-detail .article-content ul,
.college-section .article-detail .article-content menu,
.college-section .article-detail .article-content 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-section .article-detail .article-content 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-section .article-detail .article-content li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.college-section .article-detail .article-content ul ul,
.college-section .article-detail .article-content ol ul {
  list-style-type: circle;
}
.college-section .article-detail .article-content ol ol ul,
.college-section .article-detail .article-content ol ul ul,
.college-section .article-detail .article-content ul ol ul,
.college-section .article-detail .article-content ul ul ul {
  list-style-type: square;
}
.college-section .article-detail .article-content dd {
  display: block;
  -webkit-margin-start: 40px;
}
.college-section .article-detail .article-content dl {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.college-section .article-detail .article-content dt {
  display: block;
}
.college-section .article-detail .article-content ol ul,
.college-section .article-detail .article-content ul ol,
.college-section .article-detail .article-content ul ul,
.college-section .article-detail .article-content ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.college-section .article-detail .article-content form {
  display: block;
  margin-top: 0__qem;
}
.college-section .article-detail .article-content label {
  cursor: default;
}
.college-section .article-detail .article-content legend {
  display: block;
  -webkit-padding-start: 2px;
  -webkit-padding-end: 2px;
  border: none;
}
.college-section .article-detail .article-content 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-section .article-detail .article-content small {
  font-size: smaller;
  color: inherit;
}
.college-section .article-detail .article-content span {
  color: inherit;
  font-size: inherit;
}
.college-section .article-detail .article-content button {
  -webkit-appearance: button;
}
.college-section .article-detail .article-content strong {
  font-size: inherit;
  color: inherit;
}
.college-section .article-detail .article-relatived {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
  padding: 0.72rem 0.26rem;
  border-top: 0.01rem solid #f2f2f2;
}
.college-section .article-detail .article-relatived .btn {
  padding: 0.2rem 0.45rem;
  border: none;
  border-radius: 0.1rem;
  font-weight: normal;
  font-size: 0.24rem;
  outline: none;
}
.college-section .article-detail .article-relatived .btn-dark {
  background-color: #f2f2f2;
  color: #666666;
}
.college-section .article-detail .article-relatived .btn-light {
  background-color: #fed911;
  color: #333333;
}
