/* Page Banner */
.page-banner {
  height: 2.8rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-top: .8rem;
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -ms-linear-gradient(135deg, #9b0d14 0%, #9b0d14 60%, #3A1C0A 100%);
  background: linear-gradient(135deg, #9b0d14 0%, #9b0d14 60%, #3A1C0A 100%);
}

.banner-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .18;
}

.page-banner>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  opacity: .18;
}

.page-banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.04rem;
  background: #C8973E;
  display: none;
}

.banner-content {
  text-align: center;
  color: #fff;
  z-index: 1;
  display: none;
}
.banner-content .banner-subtitle{
  
text-transform: uppercase;
}

.banner-title {
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

/* Breadcrumb */
.breadcrumb-wrap {
  background: #fff;
  border-bottom: 0.01rem solid #EBE8E5;
}



.breadcrumb a {
  color: #555;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #9b0d14;
}

.breadcrumb .current {
  color: #9b0d14;
}

.breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid #EBE8E5;
  padding: 0 0.2rem;
}

.breadcrumb-inner {
  max-width: 13.2rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 0.48rem;
  font-size: 0.14rem;
  color: #999;
}

.breadcrumb-inner a {
  color: #666;
  text-decoration: none;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.breadcrumb-inner a:hover {
  color: #9b0d14;
}

.breadcrumb-sep {
  margin: 0 0.08rem;
  color: #ccc;
}

.breadcrumb-current {
  color: #9b0d14;
  font-weight: 500;
}

/* Article */
.article-title {
  font-size: 0.26rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.5;
  margin-bottom: 0.16rem;
  letter-spacing: 1px;
}
.jjy-area .article-title{
  
text-align: center;
}

.article-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.12rem 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.32rem;
  font-size: 0.14rem;
  color: #999;
}

.article-meta span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.24rem;
}

.article-meta span svg {
  margin-right: 0.05rem;
}

.article-body {
  font-size: 0.16rem;
  line-height: 1.9;
  color: #333;
}

.article-body p {
  text-indent: 2em;
  margin-bottom: 0.2rem;
}
.article-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    /* margin-bottom: 30px; */
}
.article-body p video{
  
max-width: 90%;
  
display: block;
  
margin: 0 auto;
  
height: auto;
}
.article-body p a,.article-body p a strong{
    word-break: break-all;
}
.article-body table{
    max-width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}
.article-body table td{  
    border: 1px solid #000;
}
.article-body table p{
    text-align: center;
    text-indent: 0;
    margin-bottom: 0;
    padding: 0 2px;
    word-break: break-all;
}

.article-body img {
    max-width: 80% !important;
    display: block;
    margin: 5px auto;
    height: auto!important;
}

/* 上下篇导航 */
.article-nav {
  margin-top: 0.4rem;
  padding-top: 0.24rem;
  border-top: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.14rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0.08rem 0.12rem;
  border-radius: 0.04rem;
  background: #fafafa;
  border: 1px solid #f0f0f0;
}

.article-nav-item+.article-nav-item {
  margin-top: 0.1rem;
}

.article-nav-item:hover {
  color: #9b0d14;
  border-color: #FDF0EE;
  background: #FDF0EE;
}

.article-nav-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  color: #9b0d14;
  margin-right: 0.1rem;
}

.article-nav-title {
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}


/* Floating */
.floating-sidebar {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 998;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.floating-sidebar .floating-item+.floating-item {
  margin-top: 0.1rem;
}

.floating-item {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.08rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #555;
  font-size: 0.18rem;
  transition: all 0.3s;
  position: relative;
}

.floating-item:hover {
  background: #9b0d14;
  color: #fff;
}

.floating-item .tooltip {
  position: absolute;
  right: 0.6rem;
  white-space: nowrap;
  background: #333;
  color: #fff;
  padding: 0.06rem 0.12rem;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  pointer-events: none;
}

.floating-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.ny-container {
  max-width: 13.2rem;
  margin: 0 auto;
  padding: .3rem .2rem;
}





.i-list li {
  position: relative;
}

.i-list li a {
  display: flex;
  color: #111111;
  padding-left: .3rem;
  position: relative;
  line-height: .8rem;
  border: 1px solid transparent;
  border-top: 1px dashed #CBCBCB;
  padding-right: .05rem;
  transition: all 0.5s;
}

.i-list li:nth-child(1) a {
  border-top: 1px solid transparent;
}

.i-list li:last-child a {
  border-bottom: 1px dashed #CBCBCB;
}

.i-list li a::before {
  content: "";
  position: absolute;
  left: .125rem;
  top: 50%;
  transform: translateY(-50%);
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  opacity: 1;
  background: #333333;
}

.i-list li a p {
  font-size: .18rem;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.i-list li a span {
  font-size: .18rem;
  font-weight: 500;
  color: #999999;
  background-position: left center;
  margin-left: .1rem;
}

.i-list li:hover a p {
  color: #920f15;
  font-weight: 600;
}

.i-list li:hover {
  z-index: 2;
}

.i-list li:hover a {
  /* background: #FFFFFF; */
  box-sizing: border-box;
  border-bottom: 1px solid #920f15;
  padding-right: 0.1rem;
  transform: translateY(1px);
}

.i-list li:hover a:before {
  background: #006B38;
}





@media (max-width: 600px) {


  .banner-title {
    font-size: 0.24rem;
  }
}



.breadcrumb-wrap {
  background: #fff;
  border-bottom: 0.01rem solid #EBE8E5;
}

.breadcrumb {
  /* max-width: 13.2rem; */
  /* margin: 0 auto; */
  /* padding: 0.14rem 0.2rem; */
  font-size: 0.13rem;
  color: #888;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/positionico.png) left center no-repeat;
  padding-left: .2rem;
  background-size: .15rem .18rem;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
  font-size: 0.15rem;
  padding: 0 .05rem;
}

.breadcrumb a:hover {
  color: #9b0d14;
}

.breadcrumb .current {
  color: #9b0d14;
  font-weight: 500;
  font-size: .15rem;
}

.breadcrumb .sep {
  color: #ccc;
  margin: 0 0.04rem;
  font-size: 0.2rem;
}

/* === Main Content Area === */
.main-content {
  max-width: 13.2rem;
  margin: 0 auto;
  padding: 0.5rem 0.2rem;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  min-height: 5rem;
}
.main-content form{
  width: 100%;
}

.main-content .sidebar {
  width: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.main-content .content-area {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

/* === Sidebar === */
.sidebar {
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  border: 1px solid #EBE8E5;
  position: relative;
  width: 2.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.32rem;
}

.sidebar-title {
  background: #9b0d14;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 700;
  padding: 0.16rem 0.2rem;
  letter-spacing: 1px;
  text-align: center;
}

.sidebar-menu {
  list-style: none;
}

.sidebar-menu li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.13rem 0.2rem;
  color: #444;
  text-decoration: none;
  font-size: 0.16rem;
  border-bottom: 1px solid #f5f5f5;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebar-menu li a:before {
  content: '›';
  color: #ccc;
  font-size: 0.18rem;
  line-height: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  margin-right: 0.08rem;
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  color: #9b0d14;
  background: #FDF0EE;
  padding-left: 0.24rem;
}

.sidebar-menu li a:hover:before,
.sidebar-menu li.active a:before {
  color: #9b0d14;
}

.sidebar-menu li:last-child a {
  border-bottom: none;
}

.content-area {
  min-width: 0;
  -ms-flex: 1;
  flex: 1;
}

.content-header {
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  padding-bottom: .05rem;
  border-bottom: 0.02rem solid #9b0d14;
  margin-bottom: 0.28rem;
}

.content-title {
  font-size: 0.22rem;
  font-weight: 700;
  color: #1A1A1A;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.content-title:before {
  content: '';
  display: block;
  width: 0.04rem;
  height: 0.22rem;
  background: #9b0d14;
  border-radius: 0.02rem;
  margin-right: 0.1rem;
}

.content-body {
  background: #fff;
  padding: 0.36rem 0.4rem;
  border-radius: 0 0 0.08rem 0.08rem;
  border: 0.01rem solid #EBE8E5;
  border-top: none;
  line-height: 1.9;
  font-size: 0.15rem;
}

.content-body h3 {
  font-size: 0.2rem;
  color: #9b0d14;
  margin: 0.3rem 0 0.14rem;
}

.content-body h3:first-child {
  margin-top: 0;
}

.content-body p {
  margin-bottom: 0.14rem;
  text-indent: 2em;
  color: #555;
}

.content-body ul {
  margin: 0.1rem 0 0.16rem 0.2rem;
}

.content-body li {
  margin-bottom: 0.08rem;
  color: #555;
}

.content-body img {
  max-width: 100%;
  border-radius: 0.08rem;
  margin: 0.2rem 0;
}

/* === Stats Row === */
.stats-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  margin-top: 0.36rem;
  padding-top: 0.3rem;
  border-top: 0.01rem solid #EBE8E5;
}

.stat-item {
  width: 25%;
  padding: 0 0.1rem;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.stat-number {
  font-size: 0.36rem;
  font-weight: 700;
  color: #9b0d14;
  margin-bottom: 0.06rem;
}

.stat-label {
  font-size: 0.13rem;
  color: #888;
}

/* === Floating Sidebar === */
.floating-sidebar {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 998;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.floating-sidebar .floating-item+.floating-item {
  margin-top: 0.1rem;
}

.floating-item {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.08rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #555;
  font-size: 0.18rem;
  transition: all 0.3s;
  position: relative;
}

.floating-item:hover {
  background: #9b0d14;
  color: #fff;
}

.floating-item .tooltip {
  position: absolute;
  right: 0.6rem;
  white-space: nowrap;
  background: #333;
  color: #fff;
  padding: 0.06rem 0.12rem;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  pointer-events: none;
}

.floating-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* 师资列表 */
.teacher-name-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.06rem;
}

.teacher-name-card {
  -ms-flex: 1 0 calc(100% / 7 - 0.12rem);
  flex: 1 0 calc(100% / 7 - 0.12rem);
  max-width: calc(100% / 7 - 0.12rem);
  height: 0.46rem;
  background: #f0f2f5;
  border-radius: 0.04rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 0.15rem;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.teacher-name-card:hover {
  background: #FDF0EE;
  color: #9b0d14;
}

.teacher-name-card.featured {
  background: #9b0d14;
  color: #fff;
  font-weight: 600;
}

.teacher-name-card.featured:hover {
  background: #7a0a10;
  color: #fff;
}




.pagination {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.4rem;
  padding-top: 0.24rem;
  border-top: 1px solid #EBE8E5;
}

.page-btn {
  min-width: 0.36rem;
  height: 0.36rem;
  padding: 0 0.1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.04rem;
  background: #fff;
  color: #555;
  font-size: 0.14rem;
  cursor: pointer;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.03rem;
}

.page-btn:hover {
  border-color: #9b0d14;
  color: #9b0d14;
}

.page-btn.active {
  background: #9b0d14;
  border-color: #9b0d14;
  color: #fff;
}

.page-btn.disabled {
  background: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

/* 新闻列表页  */

.news-list {
  list-style: none;
}

.news-list-item {
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.news-list-item:last-child {
  border-bottom: none;
}

.news-list-item:hover {
  background: none;
}

.news-list-item:hover .news-item-title {
  color: #9b0d14;
}

.news-date-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.75rem;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 0.06rem;
  padding: 0.1rem 0.08rem;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 0.2rem;
}

.news-list-item:hover .news-date-block {
  background: #9b0d14;
  border-color: #9b0d14;
}

.news-date-day {
  display: block;
  font-size: 0.28rem;
  font-weight: 700;
  color: #9b0d14;
  line-height: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.news-list-item:hover .news-date-day {
  color: #fff;
}

.news-date-ym {
  display: block;
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.04rem;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.news-list-item:hover .news-date-ym {
  color: rgba(255, 255, 255, 0.8);
  filter: alpha(opacity=80);
}

.news-item-body {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.news-item-title {
  font-size: 0.16rem;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.08rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.news-item-excerpt {
  font-size: 0.14rem;
  color: #888;
  line-height: 1.7;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* === Responsive === */

/* 通知公告 */

.notice-list-full {
  list-style: none;
}

.notice-list-item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.notice-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.16rem 0.12rem 0.16rem 0.12rem;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 0.03rem solid transparent;
}

.notice-list-item:hover .notice-inner {
  background: #FDF0EE;
  border-left-color: #9b0d14;
  padding-left: 0.16rem;
}

.notice-list-item:hover .notice-title {
  color: #9b0d14;
}

.notice-date-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.15rem;
  color: #999;
  background: #f5f5f5;
  border-radius: 0.03rem;
  padding: 0.03rem 0.08rem;
  white-space: nowrap;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  margin-left: 0.14rem;
}

.notice-list-item:hover .notice-date-tag {
  background: rgba(155, 13, 20, 0.08);
  color: #9b0d14;
}

.notice-dot {
  width: 0.06rem;
  height: 0.06rem;
  background: #ccc;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  margin-right: .05rem;
}

.notice-list-item:hover .notice-dot {
  background: #9b0d14;
}

.notice-title {
  -ms-flex: 1;
  flex: 1;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.top-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.11rem;
  color: #fff;
  background: #9b0d14;
  border-radius: 0.02rem;
  padding: 0.02rem 0.06rem;
  font-weight: 600;
  margin-right: 0.08rem;
}

/* === 学术论坛卡片网格（沿用首页 forum-card-grid 风格）=== */
.forum-card-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}

.forum-card {
  width: 50%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  text-decoration: none;
  color: inherit;
}

.forum-card-inner {
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.24rem;
  border: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  height: 100%;
}

.forum-card-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.04rem;
  background: #9b0d14;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: center;
  transform-origin: center;
  transition: transform 0.3s;
}

.forum-card:hover .forum-card-inner {
  border-color: #FDF0EE;
  box-shadow: 0 0.08rem 0.24rem rgba(155, 13, 20, 0.10);
  -ms-transform: translateY(-0.02rem);
  transform: translateY(-0.02rem);
}

.forum-card:hover .forum-card-inner:before {
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.forum-card-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.12rem;
}

.forum-card-title {
  font-size: 0.18rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.5;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}

.forum-card:hover .forum-card-title {
  color: #9b0d14;
}

.forum-card-meta {
  font-size: 0.15rem;
  color: #888;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.12rem;
  border-top: 1px dashed #ececec;
  margin-top: auto;
}

.forum-card-meta span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.07rem;
}

.forum-card-meta span:last-child {
  margin-bottom: 0;
}

.forum-card-meta .meta-label {
  color: #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 0.64rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.forum-card-meta .meta-label svg {
  stroke: #888;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.04rem;
}

@media (max-width: 1024px) {
  .notice-inner {
    padding: 0.1rem 0;
  }

  .page-banner {
    padding-top: 0;
    height: 1.5rem;
  }

  .nav {
    display: none;
  }

  .main-content {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .3rem .2rem;
  }

  .main-content .sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .main-content .content-area{
    width: 100%;
    min-height: 5rem;
  }

  /* .sidebar {
    position: static;
  }

  .sidebar-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.03rem;
  }

  .sidebar-menu li {
    width: auto;
    padding: 0 0.03rem;
  }

  .sidebar-menu a {
    border-left: none;
    border-bottom: 0.03rem solid transparent;
    padding: 0.08rem 0.14rem;
    font-size: 0.13rem;
  }

  .sidebar-menu a.active {
    border-left: none;
    border-bottom-color: #9b0d14;
  } */

  .stat-item {
    width: 50%;
  }

  .content-body {
    padding: 0.24rem 0.2rem;
  }


  .banner-title {
    font-size: 0.28rem;
  }



  .teacher-name-card {
    -ms-flex: 1 0 calc(100% / 4 - 0.12rem);
    flex: 1 0 calc(100% / 4 - 0.12rem);
    max-width: calc(100% / 4 - 0.12rem);
  }
}

@media (max-width: 600px) {
  .stat-item {
    width: 50%;
  }

  .page-banner-title {
    font-size: 0.26rem;
  }

  .teacher-name-card {
    -ms-flex: 1 0 calc(100% / 3 - 0.12rem);
    flex: 1 0 calc(100% / 3 - 0.12rem);
    max-width: calc(100% / 3 - 0.12rem);
    font-size: 0.14rem;
    height: 0.42rem;
  }

  .content-body {
    padding: 0.2rem 0.16rem;
  }

  .article-title {
    font-size: 0.2rem;
  }

  .forum-card-title {
    font-size: 0.16rem;
  }
  .article-body table{
    max-width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    display: flex;
    overflow: scroll hidden;
    /* white-space: nowrap; */
    /* word-break: keep-all; */
    width: 100% !important;
}
  .forum-card{
  width:100%;
}

}

.pb_sys_style1 .p_no_d {
    border: 1px solid #9b0d14!important;
    color: #fff;
    background-color: #9b0d14!important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 10px 12px!important;
    height: 33px!important;
    font-size: 16px!important;
    border-radius: 5px!important;
    margin: 6px 0px 0px 5px!important;
}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
    padding: 10px 12px !important;
    height: 33px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    margin: 6px 0px 0px 5px !important;
}
.pb_sys_common .p_goto input {
    width: 33px!important ;
    height: 33px!important ;
    text-align: center!important;
    border-radius: 5px!important;
    position: relative!important;
    top: 3px!important;
    border: 1px solid #ccc!important;
    font-size: 16px!important;
}
.pb_sys_common .p_t {
    font-size: 16px;
    margin-right: 5px !important;
    position: relative;
    top: 4px;
}


