@charset "UTF-8";
/* 长者版 */

/* 首页 */
.wrapper-older-header {
  height: 446px;
  padding-top: 100px;
  background: url(../images/older_header.png) no-repeat center bottom;
  border-bottom: 10px solid #195369;
}
.wrapper-older-header a img {
  max-width: 500px;
  width: 100%;
}
.wrapper-older-header span {
  padding: 20px 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #195369;
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow: 0px 3px 9px rgba(33, 71, 20, 0.41);
  border: 5px solid #ffffff;
  border-radius: 9999px;
}

.wrapper-older-content {
  padding: 30px 0;
  background: url(../images/older_bg.png) repeat;
}
.older-item {
  margin: 0 -13px;
}
.older-item li {
  width: 33.333333%;
  float: left;
  padding: 0 13px;
  margin-bottom: 26px;
}
.older-item li a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 8px 10px -1px rgb(203 180 134 / 42%);
  border-radius: 6px;
  text-align: center;
  padding: 50px 0 50px 0;
}
.older-item li a:hover p {
  color: #cbb486;
}
.older-item li p {
  margin-top: 15px;
  font-size: 42px;
  font-weight: bold;
  color: #494949;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .wrapper-older-header a {
    float: none;
    display: block;
    text-align: center;
  }
  .wrapper-older-header span {
    float: none;
    max-width: 300px;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
  }

  .older-item li {
    width: 50%;
  }
  .older-item li a {
    padding: 30px 0 30px 0;
  }
  .older-item li img {
    width: 75px;
  }
  .older-item li p {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-older-header {
    height: 300px;
    padding-top: 40px;
  }

  .older-item li {
    width: 100%;
  }
}

/* 列表页 */
.wrapper-older-article {
  background: url(../images/older_bg.png) repeat;
}
.wrapper-older-article .container-1400 {
  background: #fff;
  padding: 20px 40px;
}

.older-breadcrumb {
  padding: 8px 0;
  padding-bottom: 17px;
  font-size: 30px;
  border-bottom: 1px solid #eeeeee;
}
.older-breadcrumb a:hover {
  color: red;
}

.older-list-header {
  margin-top: 35px;
  position: relative;
}
.older-list-header h2 {
  display: inline-block;
  padding-right: 10px;
  font-size: 32px;
  font-weight: 500;
  color: rgba(40, 46, 46, 1);
  background: #fff;
  position: relative;
  z-index: 2;
}
.older-list-header:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background: rgba(203, 180, 134, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
}

.older-list li {
  padding-top: 38px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #eeeeee;
}
.older-list li a:hover .older-list-right p {
  color: #cbb486;
}
.older-list li a:hover .older-list-right span {
  background: #cbb486;
  color: #fff;
}
.older-list-left {
  width: 200px;
  float: left;
}
.older-list-left span {
  font-size: 32px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  padding: 0 5px;
  line-height: 1.4;
}
.older-list-right {
  margin-left: 200px;
  padding-left: 20px;
}
.older-list-right p {
  font-size: 32px;
  font-weight: 500;
  color: #282e2e;
  text-align: justify;
  padding-right: 70px;
  line-height: 1.4;
}
.older-list-right span {
  float: right;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #cccccc;
  background: rgba(238, 241, 241, 1);
  font-size: 32px;
}

.page {
  margin-top: 30px;
}
#page-div a {
  height: auto;
  font-size: 32px;
  padding: 12px 20px;
}
#page-div span {
  font-size: 32px;
}
#page-div #pagination-input {
  width: 50px;
  height: 55px;
  position: relative;
  top: -5px;
  font-size: 32px;
}

@media screen and (max-width: 600px) {
  .older-breadcrumb {
    font-size: 20px;
  }
  .older-list-header h2 {
    font-size: 20px;
  }

  .wrapper-older-article .container-1400 {
    padding: 20px 20px;
  }

  .older-list-left {
    width: 125px;
  }
  .older-list-right {
    margin-left: 125px;
    padding-left: 10px;
  }
  .older-list-left span {
    font-size: 20px;
  }
  .older-list-right p {
    font-size: 20px;
    text-align: justify;
    padding-right: 0;
  }
  .older-list-right span {
    display: none;
  }

  .page {
    margin-top: 30px;
  }
  #page-div a {
    font-size: 20px;
    padding: 5px 10px;
  }
  #page-div span {
    font-size: 20px;
  }
  #page-div #pagination-input {
    width: 50px;
    height: 40px;
    position: relative;
    top: 0;
    font-size: 20px;
  }
}
