.control-box {
  width: 752px;
  height: 160px;
}

.control-box ul {
  list-style: none;
  position: relative;
}

.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.bigbox {
  overflow: hidden;
  width: 710px;
  height: 160px;
  margin: auto 20px auto;
}

#switcher {
  height: 160px;
  left: 0px;
}

.content_1.content_2 {
  width: 100%;
}

.box {
  width: 130px;
  height: 160px;
  float: left;
  margin-right: 12px;
}

.box a img {
  width: 100%;
  height: 110px;
  border-radius: 6px;
}

.box a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  padding-top:2px
}
.box a span:hover{
  color: #D90F19;
}
