/* 主体布局 */
.ztmains .inner {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 0;

}

/* 左侧卡片区域 */
.ztmains_l.school {
  /* background: #c9cacb; */
  border-radius: 12px 0 0 12px;
  box-shadow: 0 4px 24px rgba(19,113,239,0.08);
  padding: 36px 36px 36px 36px;
  width: 1050px;
  min-width: 280px;
  flex-shrink: 0;
  box-sizing: border-box;
  /* color: #fff; */
  position: relative;
  z-index: 2;
}

.sch_hd {
  font-size: 36px;
  color: #d52a04;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.sch_hd b {
  color: #d52a04;
  font-size: 36px;
  font-weight: bold;
}
.txt{
  width: 380px;
  position: absolute;
}
.txt_con {
  background: transparent;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
  display: none;
  border: none;
}
.txt_con.ztnow,
.txt_con.active {
  display: block;
}

.xqname {
  background: #222e34;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 28px;
  display: inline-block;
  margin-bottom: 18px;
  margin-top: 0;
  letter-spacing: 1px;
}

.txt_con h3 {
  font-size: 20px;
  /* color: #fff; */
  margin: 18px 0 10px 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.abox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 18px;
}
.abox .zta {
  background: #d52a04;
  color: #222e34;
  border-radius: 6px;
  padding: 6px 18px;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}
.abox .zta:hover {
  /* background: #fff; */
  /* color: #1371ef; */
}
.zta1 {
  display: block;
  margin-top: 18px;
  /* color: #fff !important; */
  background: #d52a04 !important;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
  letter-spacing: 2px;
  color: #fff;
}
.zta1:hover {
  /* background: #fff !important; */
  /* color: #1371ef !important; */
}

.txt_con p {
  /* color: #fff; */
  font-size: 15px;
  margin: 10px 0 0 0;
  line-height: 1.8;
}

/* 右侧地图区域 */
.school .map {
  flex: 1 1 0;
  width: 600px;
  height: 600px;
  background: url(/images/about/map.png) no-repeat center center;
  background-size: contain;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 24px rgba(19,113,239,0.06);
  position: relative;
  margin-left: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 400px;
}
.school .map ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.school .map li {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  color: #1371ef;
  z-index: 2;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.school .map li.cur .map-marker,
.school .map li:hover .map-marker {
  background: #ff4d4f;
  border-color: #ff4d4f;
  box-shadow: 0 0 12px #ff4d4f;
}
.school .map li.cur strong,
.school .map li:hover strong {
  color: #ff4d4f;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 8px #fff;
}
.school .map li strong {
  color: #222e34;
  font-size: 16px;
  font-weight: bold;
  margin-left: 6px;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.school .map .map-marker {
  width: 18px;
  height: 24px;
  background: #d52a04;
  border: 2px solid #d52a04;
  border-radius: 9px 9px 9px 9px/12px 12px 12px 12px;
  position: relative;
  display: inline-block;
  margin-right: 2px;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s;
}
.school .map .map-marker:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
}
.school .map .li_hov {
  display: none;
  position: absolute;
  left: 30px;
  top: -10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(19,113,239,0.12);
  padding: 10px;
  z-index: 10;
  min-width: 120px;
}
.school .map li.cur .li_hov,
.school .map li:hover .li_hov {
  display: block;
}
.school .map .li_hov img {
  width: 100px;
  border-radius: 6px;
  display: block;
  margin-bottom: 6px;
}
.school .map .arrow {
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -8px;
  top: 20px;
}
.ztmains_r{
   box-shadow: 0 4px 16px rgba(19,113,239,0.12);
  height: 780px;
}
.ztmains_r ul li{
   /* height: 40px; */
   text-align: center;
   line-height: 50px;
   margin: 20px 0;
}
.ztmains_r ul li a:hover{
  background: #d72b03;
  color: #fff;
  display: block;
}
/* .ztmains_r ul li:nth-child(3),.ztmains_r ul li:nth-child(3) a{
  background: #d72b03;
  color: #fff;
  display: block;
} */