.director {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920 / 828;
  margin: 0 auto;
  padding-top: 3rem;
  box-sizing: border-box;
  background-image: url("/material/images/cunjianhui_bg.jpg");
  background-size: 100% 100%;

}

.director .title {
  width: 73.9375rem;
  height: 4.25rem;
  display: block;
  margin: 0 auto;
}

.director .content {
  width: 73.9375rem;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
}

.director .detailBox {
  margin-right: 2rem;
}

.director video {
  width: 50rem;
  height: 28rem;
  display: block;
  margin: 0 auto 0.8rem;
  flex-shrink: 0;
}

.director .detail {
  width: 50rem;
  height: 6.5rem;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  background-color: #feedc5;
  border-radius: 0.5rem;
}

.director .detail .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

.director .detail .name::before {
  content: "";
  display: inline-block;
  background-color: #034fa7;
  width: 0.25rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
.director .directorDescribe{
  font-family:"微软雅黑";
  margin-top: 0.5rem;
  text-indent: 2em;
  line-height: 1.4rem;
  font-size: 0.9rem;
  color: #6b6764;
}
.director .directorDescribe a {
 color: #3d9aec;
}
.director .directorList .directorItem {
  position: relative;
  width: 22rem;
  height: 7rem;
  padding-left: 5rem;
  margin-bottom: 2.45rem;
  box-sizing: border-box;
  background-color: #f1e2b9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #024fa9;
  font-size: 2rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}

.director .directorList .directorItem img {
  position: absolute;
  top: -1rem;
  left: 1rem;
  width: 6rem;
  height: calc(100% + 1rem);
  object-fit: cover;
}

.director .directorList .selected {
  background-color: #024fa9;
  font-size: 2rem;
  color: #fff;
}
