.gallery {
  width: 100%;
  height: 16vw;
  background: url("/_upload/tpl/01/55/341/template341/img/gallery.png") no-repeat;
  background-size: cover;
}
/* ********************************************** */
/* ¸±Ò³ */
.subpage {
  margin-top: 40px;
}
.subpage_left {
  float: left;
  width: 21%;
}
.subpage_left .program_name {
  line-height: 70px;
  background: #c11919;
  color: #fff;
  padding-left: 27px;
  font-size: 24px;
}
.subpage_left .program_list {
  box-sizing: border-box;
}
.subpage_left .program_list li {
  position: relative;
}
.subpage_left .program_list li a {
  font-size: 16px;
  line-height: 40px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.subpage_right {
  float: right;
  width: 75%;
  box-sizing: border-box;
}
.subpage_right .subpage_right_title {
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}
.subpage_right .subpage_right_title .section_name {
  float: left;
  line-height: 1;
  font-size: 20px;
  font-weight: bolder;
  color: #c11919;
  position: relative;
}
.subpage_right .subpage_right_title .section_name::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  background-color: #c11919;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.subpage_right .subpage_right_title .address {
  float: right;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  padding-left: 30px;
}
.list {
  min-height: 600PX;
}
.list > li {
  height: 40px;
  box-sizing: border-box;
  position: relative;
}
.list > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #c11919;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list > li > a {
  float: left;
  width: calc(100% - 100px);
  line-height: 40px;
  font-size: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list > li > span {
  float: right;
  width: 95px;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.list > li:hover > a,
.list > li:hover > span {
  color: #c11919;
}
.article {
  margin-top: 20px;
}
.article .article_title {
  margin-bottom: 20px;
}
.article .article_title h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  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;
}
@media (max-width: 768px) {
  .subpage_left {
    display: none;
  }
  .subpage_right {
    width: 100%;
  }
}