/* ********************************************** */
/* 副页 */
body {
  background: #FAFAFA;
}
.gallery {
  width: 100%;
  height: 300px;
  background: url("../img/gallery.png") no-repeat;
  background-size: cover;
  position: relative;
}
.address_bg {
  width: 100%;
  height: 60px;
  background: url(../img/address_bg.png) no-repeat;
  background-size: 43% 60px;
  position: absolute;
  top: 447px;
}
.address {
  height: 60px;
  line-height: 60px;
  color: #fff;
  z-index: 999;
  transform: translateY(-30px);
}
.section_name {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: bold;
  transform: translateY(-130px);
}
/* ********************************************** */
/* ********************************************** */
.list li {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  height: 200px;
}
.list li:first-child {
  margin-top: 0;
}
.list li .pic {
  float: left;
  max-width: 210px;
  max-height: 140px;
}
.list li .text {
    float: left;
    width: calc(100% - 234px);
    padding-left: 24px;
    padding-top: 5px;
    padding-right: 20px;
}
.list li .text a {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.list li .text p {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 15px;
}
.list li .text span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
  margin-top: 20px;
}
/* ********************************************** */
ul div.text p a{
    display: block;
    display: -webkit-box;
    line-height: 1.5em !important;
    height: 3em;
    overflow: hidden;
    font-size: 14px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666 !important;
}
/* ********************************************** */
.article {
  margin-top: 70px;
  padding: 50px 147px;
  background-color: #ffffff;
  border-radius: 4px;
}
.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;
}
/***************************/
div#wp_paging_w4{
    height:60px;
}
div#wp_paging_w4  li{
    padding: 0;
    height: auto;
    background: transparent;
    margin:0;
    float:none;
}
.wp_paging{
   float:none;
   text-align:center;
   line-height: 90px;
} 