body {
  background: #FAFAFA;
}
.gallery {
  width: 100%;
  height: 450px;
  background: url("../img/gallery.png") no-repeat;
  background-size: cover;
}
/* ********************************************** */
/* 副页 */
.address {
  line-height: 60px;
  font-size: 14px;
  color: #000;
}
.subpage_left {
  float: left;
  width: 195px;
  border-radius: 5px;
  opacity: 1;
  background: #FCFCFC;
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.subpage_left .program_name {
  height: 60px;
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
  background: #A70303;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  color: #FFFFFF;
  padding-left: 17px;
}
.subpage_left .side_nav li {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.subpage_left .side_nav li::before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 7px;
  top: 0;
}
.subpage_left .side_nav li:hover {
  color: #E16F02;
}
.subpage_left .side_nav li:first-child.active::before {
  display: none;
}
.subpage_left .side_nav li.active {
  color: #A70303;
  background: rgba(231, 240, 253, 0.4);
  border-left: 2px solid #A70303;
}
.subpage_left .side_nav li.active::before {
  display: none;
}
.subpage_left .side_nav li.active + li::before {
  display: none;
}
.subpage_right {
  float: right;
  width: calc(100% - 210px);
  box-sizing: border-box;
  min-height: 600px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.03);
  padding: 0 20px;
  padding-bottom: 30px;
}
.subpage_right .subpage_right_title {
  border-bottom: 1px solid #ddd;
}
.subpage_right .subpage_right_title .section_name {
  float: left;
  line-height: 60px;
  color: #1b1e23;
  font-weight: bolder;
  font-size: 20px;
}
.subpage_right .subpage_right_title .address {
  float: right;
  line-height: 60px;
  font-size: 14px;
  color: #333;
}
/* ********************************************** */
/* ********************************************** */
.article {
  padding: 50px 147px;
  background-color: #ffffff;
}
.article .article_title {
  margin-bottom: 20px;
}
.article .article_title h1 {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
}
.article .article_title .about {
  display: flex;
  justify-content: center;
  line-height: 40px;
  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;
}
/* ********************************************** */
/* ********************************************** */
.list .list_item {
  line-height: 59px;
  border-bottom: 1px solid #ddd;
}
.list .list_item a {
  float: left;
  width: calc(100% - 100px);
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list .list_item span {
  float: right;
  width: 100px;
  color: #999;
  font-size: 16px;
}
.list .list_item:hover a {
  color: #A70303;
  font-weight: bold;
}
.list .list_item:first-child {
  padding-top: 0;
}
/* ********************************************** */