.title {
  width: 100%;
  background: url(../img/about_titBG.png) no-repeat left top;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
.title h2 {
  font-size: 0.34rem;
  letter-spacing: 0.1rem;
}
.title .info {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.title .info .lt {
  font-size: 0.2rem;
  max-width: 5.55rem;
  text-indent: 2em;
  line-height: 0.36rem;
}
.title .info .rt {
  width: 6.3rem;
  margin-left: 0.3rem;
  position: relative;
  min-width: 6.2rem;
  height: 3.5rem;
  margin-top: -0.3rem;
}
.title .info .rt:after {
  content: '';
  width: 3.2rem;
  height: 3rem;
  position: absolute;
  left: -0.3rem;
  bottom: -0.3rem;
  background: #f5f5f5;
}
.title .info .rt .video-js {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cjBg {
  padding: 1rem 0;
  background: url(../img/aboutBG1.png) no-repeat left top;
  background-size: cover;
}
.member .memberBd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: stretch;
}
.member .memberBd .memberBdBox {
  overflow: hidden;
  position: relative;
  width: 4.07rem;
  background-color: #fff;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
}
.member .memberBd .memberBdBox .cover {
  height: 2.7rem;
  overflow: hidden;
}
.member .memberBd .memberBdBox img {
  object-fit: cover;
  width: 100%;
  height: auto;
  height: 100%;
}
.member .memberBd .memberBdBox p.bigTit {
  font-size: 0.2rem;
  color: #fff;
  background-color: var(--main-color);
  height: 0.4rem;
  padding-left: 0.4rem;
  line-height: 0.4rem;
  position: relative;
}
.member .memberBd .memberBdBox p.bigTit:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.25rem;
  height: 100%;
  background-color: #ab6234;
}
.member .memberBd .memberBdBox p.info {
  padding: 0.3rem 0.4rem;
  background: #fff;
  font-size: 0.17rem;
}
.member .memberBd .memberBdBox:hover {
  box-shadow: 0px 0px 0.36rem rgba(0, 0, 0, 0.3);
}
.list {
  padding: 1rem 0;
  background: url(../img/concatBG.png) no-repeat left top;
  background-size: cover;
}
.list .inner .item {
  padding: 0.23rem 0.5rem 0.23rem 0;
  display: flex;
  border-bottom: 1px solid #000;
  align-items: center;
  cursor: pointer;
}
.list .inner .item img {
  width: 2.37rem;
  height: 1.35rem;
  margin-right: 0.4rem;
}
.list .inner .item span {
  margin-left: auto;
  font-size: 0.4rem;
  display: none;
}
.list .inner .item .rr {
  font-size: 0.16rem;
}
.list .inner .item .rr .txt {
  margin-top: 0.16rem;
  margin-bottom: 0.36rem;
  font-size: 0.18rem;
}
.list .inner .item .rr .more {
  font-size: 0.14rem;
}
.list .inner .item:hover .txt {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.list .inner .item:hover span {
  display: inline-block;
}
.Seemore {
  text-align: center;
  margin: 1rem auto 0.8rem;
  display: block;
  font-size: 0.15rem;
}
.Seemore span {
  border-top: 2px solid #002438;
  padding: 0.1rem 0px 0.1rem 0px;
}
.Seemore img.more {
  width: 0.15rem !important;
  height: auto;
  margin-top: 0;
  margin-left: 0.25rem;
}
.detail {
  background-color: #fff;
  position: relative;
  min-height: 100vh;
}
.detail .infotitle {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.1rem;
  text-align: center;
  font-size: 0.3rem;
}
.detail .info {
  padding: 1rem;
  text-align: center;
}
.detail .info p {
  font-size: 0.2rem;
  text-align: left;
  text-indent: 2em;
}
.detail img {
  display: block;
  width: 50%;
  margin: 0.2rem auto 0;
}
.detail .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.6rem;
  cursor: pointer;
}
