.xxlist {
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px 40px;
  border: 1px solid #dedede7e;
}


.r_list div .xxlist .listItem {
  float: left;
  width: 180px;
  height: 220px;
  margin-right: 44px;
  background: #fff url(../img/xygb-icon.png) top center no-repeat;
  /* background-position: center center; */
  margin-bottom: 20px;
  padding: 0px;
}

.r_list div .xxlist .listItem:nth-child(4n) {
  margin-right: 0;
}

.xxlist li {
  font-size: 16px;
  line-height: 40px;
  margin-top: 0 !important;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.xxlist .listItem a {
  width: 100%;
  padding-top: 150px;
}

.xxlist li a {
  display: block;
  float: left;
  overflow: hidden;
}

.xxlist li a p {
  color: #333;
  line-height: 30px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.gb-con .img {
  text-align: center;
  height: 90px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.gb-con .img img {
  height: 100%;
}

.gb-con .title {
  /* display: flex; */
  /* justify-content: space-between; */
  font-size: 18px;
  position: relative;
  margin: 15px 0;
}

.gb-con .title div a {
  color: #fff;
}

.gb-con .title .prev,
.gb-con .title .next {
  width: 100px;
  background-color: #4688c5;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.gb-con .title .prev::before {
  content: '<';
  display: inline-block;
  line-height: 40px;
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
}

.gb-con .title .next::after {
  content: '>';
  display: inline-block;
  line-height: 40px;
  color: #fff;
  margin-left: 5px;
  font-size: 20px;
}

.gb-con .title .tit {
  position: absolute;
  line-height: 40px;
  left: 50%;
  font-weight: bold;
  font-size: 20px;
  transform: translateX(-50%);
}

.item-tit {
  font-size: 18px;
}

.more {
  color: #858585;
  font-size: 14px;
}

.list-item li a:hover {
  color: #4688c5;
}