.control-box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  max-height: 440px;
  /* height: 450px;
  background-image: url(../images/hots_bg.png);
  background-size: 1255px;
  background-repeat: no-repeat;
  background-position: 60px 165px;
  margin-left: auto;
  margin-right: auto; */

}

.control-box ul {
  list-style: none;
  position: relative;
}

.control-box ul li {
  position: absolute;
  top: 170px;
  cursor: pointer;
  z-index: 100;
  opacity: 0.6;
}

.control-box ul li:hover {
  opacity: 1;
}

.prev {
  left: -50px;
}

.next {
  right: -50px;
}

.bigbox {
  overflow: hidden;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#switcher {
  height: 100%;
  max-height: 440px;
  display: flex;
  flex-flow: row wrap;
}

.content_1.content_2 {
  width: 100%;
  float: left;
}

.box {
  width: 290px !important;
  height: 90%;
  float: left;
  margin: 5px;
  border: 1px #6a748f solid;
  padding: 10px;
  background: rgb(255 255 255 / 10%);
}

.box-bg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out 0s;
}


.box:hover .box-bg {
  border-top: 10px solid #db6660;
  transition: all .2s ease-in-out 0s;
}

.shadow {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  /* margin-top: 130px; */
  color: white;
  font-size: 18px;
  text-align: center;
}

.shadow a {
  display: inline-block;
  width: 100%;
  height: 60px;
  color: white;
  text-decoration: none;

  margin-top: 10px;
  font-size: 18px;
}