#PC #nutshell-dynamic-box {
  position: relative;
}
#PC #nutshell-dynamic-box .nutshell-dynamic-one > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#PC #nutshell-dynamic-box .nutshell-dynamic-one > div > img {
  width: 100%;
  cursor: pointer;
}
#PC #nutshell-dynamic-box .nutshell-dynamic-one.nut-active > div > img {
  cursor: default;
}

#PC #nutshell-dynamic-box .nutshell-dynamic-one,
#PC #nutshell-dynamic-box .nutshell-name,
#PC #nutshell-dynamic-box .nutshell-text {
  transition: all .7s;
  color: #fff;
}
#PC #nutshell-dynamic-box .nut-active {
  width: 56%;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 99;
  box-shadow: 0px 3px 10px #00000096;
  opacity: 1;
}
#PC #nutshell-dynamic-box .nut-active .nutshell-name,
#PC #nutshell-dynamic-box .nut-active .nutshell-text,
#PC #nutshell-dynamic-box .nut-active .nutshell-title,
#PC #nutshell-dynamic-box .nut-active .nutshell-describe {
  position: absolute;
  width: 44%;
  right: 15%;
}
#PC #nutshell-dynamic-box .nut-active .nutshell-name {
  bottom: 26%;
  height: 30px;
  line-height: 30px;
  font-weight: 700px;
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#PC #nutshell-dynamic-box .nut-active .nutshell-text {
  height: 50px;
  bottom: 5%;
  line-height: 16px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#PC #nutshell-dynamic-box .nut-active .nutshell-title {
  top: 12%;
  line-height: 30px;
  height: 30px;
  font-weight: 700px;
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#PC #nutshell-dynamic-box .nut-active .nutshell-describe {
  color: #fff;
  top: 24%;
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#PC #nutshell-dynamic-box .nut-one {
  left: 51%;
  z-index: 999;
}
#PC #nutshell-dynamic-box .nut-two {
  left: 76%;
  z-index: 9;
}
#PC #nutshell-dynamic-box .nut-one,
#PC #nutshell-dynamic-box .nut-two {
  position: absolute;
  top: 20%;
  width: 24%;
  opacity: 1;
  box-shadow: 1px 0px 15px rgba(0,0,0,0.5);
}
#PC #nutshell-dynamic-box .nut-one .nutshell-name,
#PC #nutshell-dynamic-box .nut-two .nutshell-name,
#PC #nutshell-dynamic-box .nut-one .nutshell-text,
#PC #nutshell-dynamic-box .nut-two .nutshell-text {
  position: absolute;
  width: 100%;
  left: 0;
}
#PC #nutshell-dynamic-box .nut-one .nutshell-name,
#PC #nutshell-dynamic-box .nut-two .nutshell-name {
  bottom: -64px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
}
#PC #nutshell-dynamic-box .nut-one .nutshell-text,
#PC #nutshell-dynamic-box .nut-two .nutshell-text {
  bottom: -40px;
  line-height: 16px;
  padding: 4px 0 ;
  font-size: 12px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#PC #nutshell-dynamic-box .nut-one .nutshell-title,
#PC #nutshell-dynamic-box .nut-two .nutshell-title,
#PC #nutshell-dynamic-box .nut-one .nutshell-describe,
#PC #nutshell-dynamic-box .nut-two .nutshell-describe {
  display: none;
}
#PC #nutshell-dynamic-box .nut-hide {
  position: absolute;
  z-index: 1;
  width: 10%;
  top: 100px;
  left: 50%;
  opacity: 0;
}
#PC #nutshell-dynamic-box .nut-hide .nutshell-name,
#PC #nutshell-dynamic-box .nut-hide .nutshell-text,
#PC #nutshell-dynamic-box .nut-hide .nutshell-title,
#PC #nutshell-dynamic-box .nut-hide .nutshell-describe {
  display: none;
}
#PC .nutshell-dynamic-container {
  height: 55%;
}
#PC .nutshell-prev {
  top: 35% !important;
}
#PC .nutshell-next {
  top: 35% !important;
}
@media screen and (max-width: 1200px) {
  .nutshell-dynamic-container {
    height: 55% !important;
  }
  .nutshell-box {
    height: 640px !important;
  }
}
@media screen and (max-width: 1080px) {
  .nutshell-dynamic-container {
    height: 53% !important;
  }
  .nutshell-box {
    height: 590px !important;
  }
}
@media screen and (max-width: 980px) {
  .nutshell-dynamic-container {
    height: 50% !important;
  }
  .nutshell-box {
    height: 560px !important;
  }
}
@media screen and (max-width: 880px) {
  .nutshell-dynamic-container {
    height: 47% !important;
  }
  .nutshell-box {
    height: 530px !important;
  }
}
