#zyyw {
  padding-top: 100px;
}
#zyyw .box4 .box4left {
  display: flex;
  flex-direction: column;
}
#zyyw .box4 .box4left li {
  width: 150px;
  height: 123.5px;
  border: 1px #cacaca solid;
  border-bottom: 0;
  line-height: 123.5px;
  font-size: 18px;
  color: #323232;
  text-indent: 33px;
  background: #fff;
  cursor: pointer;
}
#zyyw .box4 .box4left li:last-child {
  border-bottom: 1px #cacaca solid;
}
#zyyw .box4 .box4left li:hover {
  background: #018ed6;
  color: white;
}
#zyyw .box4 .box4right {
  width: 895px;
  height: 498px;
  position: relative;
}
#zyyw .box4 .box4right .el-carousel__item .leftitem img {
  width: 100%;
  height: 498px;
  display: block;
}
#zyyw .box4 .box4right .bottomtitle {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  display: flex;
  color: white;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#zyyw .box4 .box4right .bottomtitle .td1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
#zyyw .box4 .box4right .bottomtitle .td2 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 2px;
}
#zyyw .box4 .box4right .bottomtitle .td2 span {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
