.wp-post .post-head .post-title {
  color: #992134;
  font-weight: 900;
  border-bottom: 5px solid #992134;
}

.wp-post .news-time {
  margin-right: 0;
  margin-left: auto;
  padding-left: 5px;
  color: #aaa;
  font-size: 12px;
}

li.news-imgs {
  display: flex;
  margin-bottom: 15px;
}

.wp-post {
  background: none !important;
}

.wp-post .post-head {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
}

.post-body {
  margin-top: 26px !important;
  width: 100% !important;
}

.wp-post {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  min-height: 308px;
}

.news_bt {
  height: unset;
  max-width: 85%;
}

.wp-post a:hover {
  color: #992134;
}

.wp-main-page .right {
  float: right !important;
  width: 100%;
}

.main_bottom {
  background: none;
  margin-top: 0;
}

.xsbg .wp-post .post-head {
  padding-left: 0;
}

.xsbg .wp-post .post-head .post-title {
  border-bottom: none;
}

.xsbg_top {
  background: #992134 !important;
}

.xsbg_time1 {
  text-align: center;
  margin: 0 auto;
  float: none;
  font-size: 18px;
  font-weight: 700;
}

.xsbg_bottom {
  border: 2px solid #992134;
  padding: 8px 12px;
  min-height: 240px;
}

.xsbg_bottom p {
  font-size: 14px;
  color: #000;
}

.xsbg .post-body {
  margin-top: 0 !important;
}

.more {
  text-align: left;
}

.more .head-bar {
  border-bottom: 1px solid #992134;
}

.more ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.more img {
  margin: 0 8px;
}

.more .full {
  width: 100%;
}

.more li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  margin-bottom: 0;
}

.more .dot {
  color: #992134;
}

.null {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.null .wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#research,
#management {
  display: none;
}

.bold {
  font-weight: 700;
}

.links-container {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

@media screen and (max-width: 768px) {
  .links-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

.links-container .item {
  padding: 15px;
  margin: 5px;
  background: #fff;
  color: #992134;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease-in-out;
}

.links-container .item:hover {
  transform: scale3d(1.05, 1.05, 1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px;
}

.links-container .big {
  grid-row: span 2;
  grid-column: span 4;
}

.links-container .middle {
  grid-row: span 2;
  grid-column: span 6;
}

.links-container .small {
  grid-row: span 1;
  grid-column: span 4;
}

.links-container img {
  width: 30%;
  height: 30%;
  object-fit: contain;
  margin-bottom: 20px;
}

.news_bt font {
  font-weight: normal !important;
  color: #333 !important;
}
