
.speContentList {
  width: 100%;
  float: left;
  background-color: #fff;
  /*padding: 29.58px;*/
  border-radius: 4.35px;
  /*padding-bottom: 99px;*/
  margin-top:40px;
}

.speContentList ul {
  width: 100%;
}

.speContentList>ul>li {
  width: 50%;
  height: 205.32px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  position: relative;
}

.speContentList>ul>li:nth-child(odd) {
  float: left;
}

.speContentList>ul>li:nth-child(even) {
  float: right;
}

.speContentList>ul>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.speContentList>ul>li>a .name {
  float: left;
  width: 139.2px;
  height: 139.2px;
  border-radius: 69.6px;
  margin-top: 31.32px;
  margin-left: 27.84px;
  position: relative;
  padding: 0;
  text-align: center;
  line-height: 139.2px;
  border: 0;
  overflow: hidden;
}

.speContentList>ul>li>a .name .nameword {
  width: 100%;
  height: 100%;
  font-size: 52.2px;
  font-weight: bold;
  color: #aaaaaa;
  text-align: center;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 69.6px;
}

.speContentList>ul>li>a .name img {
  display: block;
  width: 100%;
  margin-top: -10px;
}

.speContentList>ul>li>a .spe-right {
  float: right;
  width: 50%;
  margin-top: 26.97px;
  height: 151.38px;
}

.speContentList>ul>li:nth-child(odd)>a #spe-right {
  float: right;
  /* width:50%; */
  /* height: 151.38px; */
  border-right: 1px solid rgba(211, 211, 211, 0.3);
}
.spe-right .spe-title {
  font-size: 24.36px;
  font-weight: bold;
  color: #3e65d4;
  display: inline-block;
  margin-top: 21.75px;
}

.spe-right .spe-rank {
  font-size: 17.4px;
  color: #6f6e6e;
  margin-right: 30.54px;
  margin-left: 18.27px;
}

.spe-right .spe-cate {
  /* width: 65.25px; */
  /*height: 22.62px;*/
  border-radius: 4.35px;
  border: solid 0.87px #91affe;
  font-size: 12.18px;
  color: #3e65d4;
  text-align: center;
  margin-top: 17.4px;
  display: inline-block;
  padding: 2.61px 5.22px;
}

.spe-right .spe-address {
  margin-top: 17.4px;
  font-size: 13.92px;
  color: #6c6c6c;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.spe-right .spe-address li {
  float: left;
  margin-left: 8.7px;
}

.spe-right .spe-address li:first-child {
  margin-left: 0;
}