.notice {
  width: 100%;
  background: #F5F6FA;
  margin-bottom: 100px;
}

.centre {
  max-width: 1200px;
  margin: 0 auto;
}

.main-l {
  width: 69%;
  height: 100%;
  border-radius: 4px;
}

.main-l-conten {
  border-bottom: 1px solid #F5F5F5;
  /* padding-bottom: 50px; */
  background: #fff;

}

.p-20 {
  padding: 20px;
}

.main-bt-zu {
  background: linear-gradient(282deg, #FFF1DF 0%, #FFFFFF 100%);
  padding: 20px;
  display: flex;
  position: relative;
}

.main-bt-img1 {
  width: 200px;
  height: 150px;
  margin-right: 20px;
}

.main-bt-img2 {
  width: 210px;
  height: 210px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: -10px;
}

.main-bt-title-zu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 14px;
  color: #727272;
  width: 100%;
  z-index: 5;
}

.main-bt-title {
  font-size: 16px;
  color: #353535;
}

.mr-10 {
  display: inline-block;
  margin-right: 10px;
  width: 80px;
  text-align: left;
  /* text-align-last: justify; */
}

.w-50 {
  width: 50%;
  margin: 5px 0;
}

.main-bt-title-bot {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.main-bt-title-qian {
  color: #F56B00;
  font-weight: bold;
  font-size: 20px
}

.c35 {
  color: #353535;
}

.main-l-neirong {
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  padding: 10px;
}

.mt-20 {
  margin-top: 20px;
}


/* 材料下载 */
.download-box {
  padding-top: 0;
}

.download-box-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #353535;
}

.download-file {
  padding: 14px;
  border-bottom: 1px dashed #E3EFFA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.download-file:hover {
  background: #F7FBFF;
  border-radius: 4px;
}

.download-file-p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-icon-img {
  width: 18px;
  padding: 0 5px;
  box-sizing: content-box;
  flex-shrink: 0;
}

.main-r {
  width: 30%;
  height: 100%;
  /* background: #fff; */
  /* padding: 10px 0; */
  border-radius: 4px;
}

.main-r-wenzi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6EBF2;
  padding-bottom: 10px;
  padding-left: 10px;
}

.main-r-wenzi-jx {
  width: 5px;
  height: 20px;
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  margin-right: 10px;
}

.main-r-wenzi-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.main-r-div {
  padding: 10px;
  border-bottom: 1px dashed #DEDEDE;
}

.main-r-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-r-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  color: #868686;
}

.main-r-time {
  font-size: 14px;
  margin-top: 15px;
  color: #868686;
}


/* 留言咨询表单容器样式 */
.consultation-form {
  border-radius: 7px;
  background: linear-gradient(180deg, #F2F4FF 0%, #FFFFFF 100%);
  box-sizing: border-box;
  /* border: 1px solid #FFFFFF; */
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

/* 标题样式 */
.consultation-form>div:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E9F5;
}

/* 表单行样式 - 修改为顶部对齐 */
.consultation-form>div>div {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  /* 修改为顶部对齐 */
}

/* 标签样式 - 添加顶部对齐 */
.consultation-form span {
  width: 80px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  text-align: right;
  /* padding-top: 11px; */
  /* 与输入框内边距一致 */
}

/* 输入框基础样式 */
.consultation-form input[type="text"],
.consultation-form textarea {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #D9DCE8;
  border-radius: 4px;
  font-size: 14px;
  background-color: #FFFFFF;
  transition: border-color 0.3s;
}

/* 文本域特殊样式 */
.consultation-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* 提交按钮样式 */
.consultation-form button[type="submit"] {
  display: block;
  width: 120px;
  margin: 20px auto 0;
  padding: 10px 0;
  background-color: #8E6CD2;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* 按钮悬停效果 */
.consultation-form button[type="submit"]:hover {
  background-color: #7B5ABD;
}

.main-div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.main-div-l-tag {
  border-radius: 2px;
  background: #F0F9EB;
  box-sizing: border-box;
  border: 1px solid #B9D8AA;
  padding: 2px 5px;
  font-size: 12px;
  color: #4FAC21;
}

.main-div-l-conter {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #494949;
}

.main-div-l-dz {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #868686;
}

.main-div-l-dw {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}



.lab-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  margin-top: 20px;
}

.tab-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  position: relative;
}

.tab.active {
  color: #1a73e8;
  font-weight: bold;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a73e8;
}

.lab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lab-card {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.lab-image {
  height: 200px;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.lab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lab-info {
  padding: 15px 8px;
  /* text-align: center; */
}

.lab-name {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.4;
}

.lab-type {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.lab-area {
  padding: 2px 5px;
  font-size: 12px;
  color: #1a73e8;
  font-weight: bold;
  border-radius: 2px;
  /* light/primary/light-9 */
  background: #ECF5FF;
  box-sizing: border-box;
  border: 1px solid #B9DCFF;
}
