.r_box {
  padding-top: 20px;
}
.an_ul1 {
  padding: 0px 20px;
}
.an_ul1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px 15px 20px;
  position: relative;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  height: 60px;
}

.an_ul1 li::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background: #1e46bd;
  left: 0;
  top: 29px;
  border-radius: 10px;
  z-index: 9;
}

.an_ul1 li a {
  float: left;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.an_ul1 li span {
  float: right;
}

.an_ul1_more {
  margin: 20px auto;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  width: 200px;
  border-radius: 25px;
  text-align: center;
  background: #26a2db;
  cursor: pointer;
  color: #fff;
  margin-top: 50px;
}
.loading_move {
  margin: 20px auto;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  width: 200px;
  border-radius: 25px;
  text-align: center;
  background: #26a2db;
  cursor: pointer;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
}

.banner_carousel .left,
.banner_carousel .right {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 63px;
  text-align: center;
  background-color: #0000006b;
  color: #eee;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
}

.banner_carousel .left {
  left: 20px;
}
.banner_carousel .right {
  right: 20px;
  padding-left: 5px;
}
