.gallery {
  width: 100%;
  height: 16vw;
  background: url("/_upload/tpl/01/54/340/template340/img/gallery.png") no-repeat;
  background-size: cover;
}
.address {
  height: 40px;
  background-color: #eeeeee;
  font-size: 14px;
  color: #666;
}
.address .w1200 {
  padding-left: 35px;
  line-height: 40px;
  background: url(/_upload/tpl/01/54/340/template340/img/home.png) no-repeat;
  background-position: left center;
}
.subpage {
  margin-top: 40px;
}
.subpage_left {
  float: left;
  width: 24%;
}
.subpage_left .column_name {
  width: 100%;
  height: 85px;
  background-color: #0871bb;
  font-size: 24px;
  font-weight: bolder;
  line-height: 85px;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.subpage_right {
  width: 72.5%;
  float: right;
}
.list>li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.list>li>a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.list>li>p {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.list>li>span {
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.list>li:hover>a {
    color: #0871bb;
}
.list li:first-child {
  padding-top: 0;
}
.article .article_title {
  margin-bottom: 20px;
}
.article .article_title h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
.article .article_title .about {
  display: flex;
  justify-content: left;
  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: 992px) {
  .subpage_left {
    display: none;
  }
  .subpage_right {
    width: 100%;
  }
  .list li {
    padding: 10px 0;
  }
  .list li p {
    margin-bottom: 0;
  }
  .list li a {
    margin-bottom: 5px;
  }
}
