.container-content {
  display: flex;
  align-items: center;
}
.container-content .tab-content {
  flex: none;
  width: 43.5%;
  overflow: hidden;
}
.container-content .tab-content .item-box .item-img img {
  width: 100%;
  vertical-align: middle;
  transition: all .36s ease;
}
.container-content .tab-content .item-box .item-img img:hover {
  transform: scale(1.08);
}
.container-content .tab-button {
  width: 56.5%;
}
.container-content .tab-button .content-list {
  display: flex;
  flex-wrap: wrap;
}
.container-content .tab-button .content-list .item-block {
  position: relative;
  flex-basis: 33.33%;
  overflow: hidden;
}
.container-content .tab-button .content-list .item-block .item-box .item-img {
  position: relative;
  overflow: hidden;
}
.container-content .tab-button .content-list .item-block .item-box .item-img img {
  width: 100%;
  vertical-align: middle;
  transition: all .36s ease;
}
.container-content .tab-button .content-list .item-block .item-box .item-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  color: #eadfdf;
  background-color: rgba(62, 180, 94, 0.84);
}
.container-content .tab-button .content-list .item-block .item-box .item-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all .36s ease;
}
.container-content .tab-button .content-list .item-block .item-box .item-wrapper .title {
  flex: none;
  font-size: 20px;
  color: #707070;
  opacity: 0;
  transition: all .36s ease;
}
.container-content .tab-button .content-list .item-block .item-box .item-wrapper .subtitle {
  flex: none;
  margin-top: -20px;
  font-size: 14px;
  color: #707070;
  opacity: 0;
  transition: all .5s ease;
}
.container-content .tab-button .content-list .item-block .item-box:hover .item-img img {
  transform: scale(1.08);
}
.container-content .tab-button .content-list .item-block .item-box:hover .item-img::after {
  width: 100%;
}
.container-content .tab-button .content-list .item-block .item-box:hover .item-wrapper {
  width: 100%;
}
.container-content .tab-button .content-list .item-block .item-box:hover .item-wrapper .title {
  opacity: 1;
  color: #fff;
}
.container-content .tab-button .content-list .item-block .item-box:hover .item-wrapper .subtitle {
  margin-top: 5px;
  opacity: 1;
  color: #fff;
}
.container-content .tab-button .content-list .active .item-box .item-img img {
  transform: scale(1.08);
}
.container-content .tab-button .content-list .active .item-box .item-img::after {
  width: 100%;
}
.container-content .tab-button .content-list .active .item-box .item-wrapper {
  width: 100%;
}
.container-content .tab-button .content-list .active .item-box .item-wrapper .title {
  opacity: 1;
  color: #fff;
}
.container-content .tab-button .content-list .active .item-box .item-wrapper .subtitle {
  margin-top: 5px;
  opacity: 1;
  color: #fff;
}
.container-content .tab-button .nav-dots-wrapper {
  display: flex;
  align-items: center;
  height: 70px;
}
.container-content .tab-button .nav-dots-wrapper .owl-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34%;
  height: 100%;
}
.container-content .tab-button .nav-dots-wrapper .owl-dots-wrapper .owl-dots .owl-dot {
  display: none;
}
.container-content .tab-button .nav-dots-wrapper .owl-dots-wrapper .owl-dots .owl-dot span {
  font-size: 22px;
  color: #3eb45e;
}
.container-content .tab-button .nav-dots-wrapper .owl-dots-wrapper .owl-dots .active {
  display: block !important;
}
.container-content .tab-button .nav-dots-wrapper .owl-dots-wrapper .owl-dotsNum {
  margin-left: 30px;
  font-size: 22px;
  color: #666;
}
.container-content .tab-button .nav-dots-wrapper .owl-dots-wrapper .owl-dotsNum::after {
  content: "";
  position: relative;
  left: -40px;
  display: inline-block;
  width: 1px;
  height: 20px;
  transform: rotate(20deg);
  background-color: rgba(198, 198, 198, 0.71);
}
.container-content .tab-button .nav-dots-wrapper .owl-nav {
  display: flex;
  align-items: center;
  width: 66%;
  height: 100%;
}
.container-content .tab-button .nav-dots-wrapper .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  cursor: pointer;
  background: #f7f7f7;
}
.container-content .tab-button .nav-dots-wrapper .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  cursor: pointer;
  background: #f7f7f7;
}
.container-content .tab-button .nav-dots-wrapper .owl-nav .owl-prev:hover {
  background: #3db45e;
}
.container-content .tab-button .nav-dots-wrapper .owl-nav .owl-next:hover {
  background: #3db45e;
}
<!--0.00010395050048828-->