@charset "UTF-8";

.g-page {
  width: 10rem;
  margin: 0 auto;
  background: #f5f5f5;
}

.g-page:before,
.g-page:after {
  content: " ";
  display: table;
}

.g-page:after {
  clear: both;
}

.hd {
  width: 100%;
  height: auto;
  padding: 0.266667rem 0;
}

.hd:before,
.hd:after {
  content: " ";
  display: table;
}

.hd:after {
  clear: both;
}

.hd .title {
  font-size: 0.48rem;
  line-height: 0.666667rem;
  text-align: center;
  color: #333333;
  font-weight: bold;
}

.hd .title span {
  font-weight: bold;
  color: #009B83;
}

.hd .abstract {
  font-size: 0.32rem;
  color: #999999;
  text-align: center;
  line-height: 0.666667rem;
}

.hd .abstract::after {
  display: block;
  content: '';
  width: 1.333333rem;
  height: 0;
  border-bottom: 0.133333rem solid #009B83;
  margin: 0 auto;
}

.bd {
  width: 100%;
  padding: 0.133333rem 0.266667rem;
}

.g-campus {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.g-campus .list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.g-campus .list .item {
  float: left;
  width: 4.6rem;
  padding: 0.266667rem;
  height: 4rem;
  font-size: 0;
  overflow: hidden;
  border-radius: 0.133333rem;
  border: 1px solid #009B83;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}

.g-campus .list .item:nth-child(even) {
  margin-right: 0;
}

.g-campus .list .item .cover {
  width: 100%;
  height: 3.066667rem;
  overflow: hidden;
}

.g-campus .list .item .cover img {
  width: auto;
  height: 100%;
}

.g-campus .list .item p {
  line-height: 0.666667rem;
  color: #666666;
  font-size: 0.32rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination {
  width: 100%;
  padding: 0.4rem 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 0.066667rem;
}

.pagination li a {
  border: 0.013333rem solid #18bc84;
  padding: 0.053333rem 0.133333rem;
  border-radius: 0.133333rem;
  color: #18bc84;
  font-size: 0.32rem;
}

.pagination li.cur a,
.pagination li:hover a {
  background: #18bc84;
  color: #ffffff;
}