.list-recomd .list {
  position: relative;
  height: 118px;
  margin-bottom: 14px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  overflow: hidden
}

.list-recomd .list strong {
  float: left;
  margin-right: 10px;
  display: block;
  padding: 11px 15px;
  width: 30px;
  height: 96px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(45deg, #22ccff 0%, #21ff8e 100%);
  border-radius: 5px;
}

.list-recomd .list a {
  display: block;
  float: left;
  width: 113px;
  text-align: center;
  padding: 0px 0 3px 0
}

.list-recomd .list a img {
  width: 88px;
  height: 88px;
  border-radius: 20px
}

.list-recomd .list a p {
  display: block;
  width: 100%;
  margin: auto;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}

.list-recomd .list a img {
  position: relative;
  top: 0;
  transition: all .1s linear;
}

.list-recomd .list a:hover img {
  top: 3px;
  position: relative;
  opacity: 1;
}

.list-recomd dl {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 0 8px;
  overflow: hidden;
  *zoom: 1;
}

.list-recomd dl dt {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  padding: 11px 15px;
  width: 30px;
  height: 96px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(45deg, #ff63cf 0%, #ff2121 100%);
  border-radius: 5px;
}

.list-recomd dl dd {
  display: block;
  padding-left: 56px;
  width: 1188px;
  height: 118px;
  margin-top: 6px;
  overflow: hidden;
}

.list-recomd dl dd a {
  position: relative;
  float: left;
  display: block;
  padding: 2px 26px 0 27px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}

.list-recomd dl dd a:after {
  content: "";
  position: absolute;
  right: -.5px;
  top: 8px;
  vertical-align: top;
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #EEE;
  border-radius: 1px;
}

.list-recomd dl dd a:last-of-type:after {
  display: none;
}

.list-recomd dl dd a:hover {
  color: #45d5ae;
  text-decoration: underline;
}

.list-recomd dl dt:nth-of-type(2) {
  background: linear-gradient(90deg, #1CD8D2, #93EDC7);
}

.list-recomd dl dt:nth-of-type(3) {
  background: linear-gradient(90deg, #6C93F2, #97B5FD);
}

.list-recomd ul {
  width: 1230px;
  overflow: hidden;
  *zoom: 1;
}

.list-recomd li {
  position: relative;
  float: left;
  width: 380px;
  height: 200px;
  border-radius: 20px;
  margin: 0 30px 20px 0;
  overflow: hidden;
}

.list-recomd li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.list-recomd li a img {
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 20px;
}

.list-recomd li a img {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.list-recomd li a img:hover {
  transform: scale(1.2);
}

.class-box {
  margin-bottom: 7px;
  position: relative;
  min-height: 200px;
}

.class-box .slider {
  position: absolute;
  top: 46px;
  left: 0;
  margin: auto;
  width: 200px;
  height: 136px;
  border-radius: 5px;
  overflow: hidden;
}

.class-box .slider ul {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.class-box .slider li {
  position: relative;
  float: left;
  width: 200px;
  height: 136px;
  border-radius: 5px;
  overflow: hidden;
}

.class-box .slider li a {
  display: block;
  position: relative;
  height: 100%;
}

.class-box .slider li a img {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.class-box .slider li a img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.class-box .slider li a:hover img {
  transform: scale(1.2);
  opacity: 1;
}

.class-box .slider li a p {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.class-box .slider .dot {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 20px;
  text-align: center;
  overflow: hidden
}

.class-box .slider .dot i {
  display: inline-block;
  width: 16px;
  height: 4px;
  overflow: hidden;
  margin: 5px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  cursor: pointer;
}

.class-box .slider .dot i.current {
  background: #21edb6;
}

.class-box .list {
  margin-top: 18px;
  padding-left: 208px;
  width: 996px;
  overflow: hidden;
  *zoom: 1;
}

.class-box .list a {
  position: relative;
  float: left;
  display: block;
  width: 110px;
  height: 36px;
  font-size: 16px;
  color: #999;
  line-height: 36px;
  background: #F7F7F7;
  border-radius: 6px;
  margin: 0 0 14px 14px;
  text-align: center;
  white-space: nowrap;
}

.class-box .list a.current {
  background: #21edb6;
  color: #fff;
}

.class-box .list a:hover {
  background: #21edb6;
  color: #fff;
}
.class-box .list a.current:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid #21edb6;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  font-size: 0;
  line-height: 0;
}


.list-box {
  margin-bottom: 18px;
}

.list-box ul {
  position: relative;
  width: 1230px;
  overflow: hidden;
  *zoom: 1;}

.list-box ul li {
  float: left;
  width: 148px;
  height: 232px;
  border: 1px solid #EEE;
  border-radius: 8px;
  margin: 0 25px 24px 0;
  overflow: hidden;
  text-align: center;
}

.list-box ul li a {
  position: relative;
  display: block;
  padding: 23px 0;
}

.list-box ul li img {
  margin: auto;
  width: 88px;
  height: 88px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.list-box ul li p {
  margin: auto;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-box ul li p:nth-of-type(1) {
  margin-bottom: 6px;
}

.list-box ul li p:nth-of-type(n+2) {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-box ul li span {
  margin: 6px auto 0;
  display: block;
  position: relative;
  width: 96px;
  height: 28px;
  background: #45d5ae;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
}

.list-box ul li:hover span {
  color: #fff;
  background: #45d5ae;
}

.list-box ul li:hover {
  background: #FFFBFA;
  border-color: #45d5ae;
}

.list-box ul li:hover p:nth-of-type(1) {
  color: #45d5ae;
}