.structure-content {
  padding: 30px 0;
}
.structure-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 80px;
  margin-top: 80px;
}
.structure-icon {
  text-align: center;
  cursor: pointer;
  width: 120px;
  margin: 10px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.structure-icon img {
  width: 80px;
  margin: 0 auto 10px;
}
.structure-icon img:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.structure-icon p {
  font-size: 14px;
  color: #333;
}
.structure-icon.active p {
  color: #333;
  font-weight: normal;
}
.structure-icon.active {
  position: relative;
}
.structure-icon.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #e3b95a;
}
.structure-icon.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: rotate(180deg) translateX(50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e3b95a;
}
.structure-detail {
  display: none;
}
.structure-detail.active {
  display: block;
}
.structure-detail h3 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure-detail h3::before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 20px;
  background: url('images/map/左line.png') no-repeat center;
  background-size: contain;
  margin-right: 20px;
}
.structure-detail h3::after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 20px;
  background: url('images/map/右line.png') no-repeat center;
  background-size: contain;
  margin-left: 20px;
}
.structure-detail h3 span {
  position: relative;
}
.structure-detail p {
  line-height: 1.8;
  color: #666;
  /* text-indent: 2em; */
  /* margin-bottom: 8px; */
}
.structure-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.structure-table th, .structure-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}
.structure-table th {
  background-color: #f5f5f5;
  color: #333;
}
.structure-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* 新增的tabs和lists相关样式 */
.tabs-container {
  margin-top: 40px;
}
.tab-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3b95a;
}
.tab-content {
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}
.lists-container {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
.img-container {
  /* display: flex;
  flex-wrap: wrap; */
  /* display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  gap: 30px; */
}
.img-container .list-content {
  margin: 15px;
  text-align: center;
  font-size: 14px;
}
.type-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  gap: 30px;
}
.type-1 .list-item{
  width: 380px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D8D8D8;
}
/* type为1的样式，没有图标 */
.type-1 .list-item .list-header,.type-3 .list-item .list-header,.type-4 .list-item .list-header,.type-5 .list-item .list-header,.type-6 .list-item .list-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.type-1 .list-item .list-content {
  /* margin: 15px 30px;
  text-align: center; */
}
.type-1 .list-item .list-content p {
  padding: 0;
  color: #666;
  text-indent: 0;
  margin: 0;
}
/* type为2的样式，有图标 */
.type-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 20px;
  border: 1px solid #D8D8D8;
}
.type-2 .list-item {
  width: 33.3%;
  text-align: center;
  position: relative;
}
.type-2 .list-item::after {  
content: '';
  width: 1px;
  background: #D8D8D8;
  display: inline-block;
  height: 64px;
  position: absolute;
 right: 0;
 top: 10px;
}
.list-item:last-child:after {  
display: none;
}
.type-2 .list-item .list-header {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.type-2 .list-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.type-2 .list-icon img {
  width: 40px;
}

.type-3 {
   display: flex;
  justify-content: space-between;
}
.type-3 .list-item{
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D8D8D8;
}
.type-3 .list-item p{
  text-align: left;
  margin-bottom: 0;
}
.type-3 .list-item:nth-child(1){
  width: 260px;
}
.type-3 .list-item:nth-child(2){
  width: 680px;
  margin: 0 30px;
}
.type-3 .list-item:nth-child(3){
  width: 260px;
}
.type-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 390px);
  gap: 15px;
}
.type-4 .list-item{
  width: 390px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D8D8D8;
}
.type-4 .content-item {
  font-size: 14px;
  text-align: center;
}
.type-4 .list-content {
  /* padding: 15px 10px; */
}
.type-4 .content-item img {
  width: 36px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.type-4 .content-item span {
  font-weight: 700;
  color: #333;
}
.type-4 .content-item p {
  margin-top: 20px;
  text-align: left;
  text-indent: 0;
}
.type-5 {
   display: flex;
  justify-content: space-between;
}
.type-5 .list-item{
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D8D8D8;
}
.type-5 .list-item p{
  text-align: center;
  margin-bottom: 0;
}
.type-5 .list-item:nth-child(1){
  width: 370px;
}
.type-5 .list-item:nth-child(2){
  width: 460px;
  margin: 0 30px;
}
.type-5 .list-item:nth-child(3){
  width: 370px;
}
.type-6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 585px);
  gap: 30px;
}
.type-6 .list-item{
  width: 585px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D8D8D8;
}
.type-img img{
  width: 35px!important;
}
/* 新增field-tabs相关样式 */
.field-tabs {
  margin-top: 40px;
}

.tabs-header {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
}

.tab-item {
  padding: 12px 30px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.tab-item.active {
  color: #E3B95A;
  font-weight: bold;
}

.tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E3B95A;
}

.tabs-content {
  position: relative;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-description {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #666;
  text-indent: 2em;
}
.tab-description1 {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #666;
  padding-top: 20px;
  text-align: left;
}
.bra-banner-box {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.bra-banner-box .prof-team {
  width: 486px;
}
.bra-banner-box .prof-team {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bra-banner {
  width: 100%;
  height: 220px;
  background-color: #010101;
  /* opacity: 0.9; */
  transition: transform 0.8s ease;
}

.bra-banner:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .bra-banner-box {
    position: relative;
    height: 180px;
    overflow: hidden;
  }
  .bra-banner-box .prof-team {
    max-width: 90%;
  }
  .type-4 {
      display: flex;
      flex-wrap: wrap;
  }
  .type-6 {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .type-6 .list-item{
    width: 100%!important;
  }
  .structure-icons {
    justify-content: center;
    margin-bottom: 50px;
  }
  .structure-icon {
    width: 80px;
    margin: 5px;
    margin-bottom: 20px;
  }
  .structure-icon img {
    width: 60px;
    height: 60px;
  }
  .structure-icon p {
    font-size: 12px;
  }
  .structure-icon.active::after {
    width: 40px;
    bottom: -8px;
  }
  .structure-icon.active::before {
    bottom: -8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #e3b95a;
  }
  .structure-detail h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .structure-detail h3::before,
  .structure-detail h3::after {
    width: 60px;
    height: 15px;
    margin: 0 10px;
  }
  .structure-detail p {
    font-size: 14px;
    line-height: 1.6;
    /* text-indent: 1.5em; */
  }
  .structure-content {
    padding: 20px 10px;
  }
  .structure-details {
    margin-top: 30px;
    padding-top: 20px;
  }
  
  /* 移动端tabs和lists样式 */
  .tab-title {
    font-size: 16px;
  }
  .list-item {
    width: 100%;
    min-width: auto;
    margin: 10px 0;
  }
  
  /* 移动端field-tabs样式 */
  .tabs-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .tab-item {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}