﻿.gallery {
  background: url("https://www.josephineteh.com/__xh__/xcb.xzhmu.edu.cn/img/1373C.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}
.subpage_left {
  width: 300px;
}
.subpage_left .program_name {
  background: #AB131B;
  color: #fff;
  font-size: 24px;
  padding-left: 50px;
  line-height: 60px;
}
.subpage_left .program_list li a {
  display: block;
  padding-left: 75px;
  color: #333;
  line-height: 40px;
}
.subpage_left .program_list li.active a {
  color: #AB131B;
  font-weight: bolder;
  background-color: #eee;
}
.subpage_right {
  width: 860px;
  padding: 0 15px;
}
.subpage_right .subpage_right_title {
  padding: 25px 10px 10px;
  border-bottom: 1px solid #ddd;
}
.subpage_right .subpage_right_title .section_name {
  float: left;
  font-size: 20px;
  line-height: 1;
  color: #AB131B;
  position: relative;
  font-weight: bold;
}
.subpage_right .subpage_right_title .section_name::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #AB131B;
  position: absolute;
  left: -10px;
  bottom: -11px;
}
.subpage_right .subpage_right_title .address {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.subpage_right .subpage_right_main {
  padding-bottom: 50px;
}
.list li {
  border-bottom: 1px solid #ddd;
}
.list li a {
  float: left;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list li span {
  float: right;
  font-size: 14px;
  line-height: 45px;
  color: #666;
}
.list li:hover a {
  color: #AB131B;
}
.article {
  margin-top: 45px;
}
.article .article-title {
  margin-bottom: 20px;
}
.article .article-title h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.article .article-title .about {
  display: flex;
  justify-content: center;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  color: #999;
  font-size: 14px;
}
.article .article-title .about .line {
  background-color: #dddddd;
  margin: 0 20px;
}
.article .content {
  min-height: 600px;
  margin-top: 10px;
}
.article .content img {
  max-width: 100% !important;
}