/* 广东省妇幼保健院 */
#app {
  display: flex;
  flex-direction: column;
}

.main-top-bgimg {
  min-height: 200px;
  max-height: 400px;
  width: 100%;
  vertical-align: middle;
}

.main-top {
  /* background: url("../imgs/gdsfybjy/top-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 200px;
  max-height: 400px; */
  position: relative;
}

.main-top .caixian-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 167px;
}

.main-content {
  height: 100vh;
  background: #10967e;
  padding: 20px;
  position: relative;
}
 
.main-content .content-product-list {
  height: 80vh;
  background: #ecf4ef;
  padding: 10px;
  border-radius: 10px;
}

.main-content .content-product-list .product-title {
  padding: 15px;
  font-size: 19px;
  font-weight: 600;
  color: #144e00;
  line-height: 22px;
}

.main-content .content-product-list .product-title span {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #144e00;
  border-radius: 2px;
  margin-right: 10px;
}

.main-content .content-product-list .product-list {
  margin-top: 10px;
  padding: 15px;
  padding-top: 0px;
  overflow: auto;
  height: 83%;
}

.main-content .content-product-list .product-list .product-item {
  min-height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 1px rgba(20, 78, 0, 0.14);
  border-radius: 0px 10px 10px 0px;
  border-left: 4px solid #208d66;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.main-content .content-product-list .product-list .product-item .product-name {
  font-size: 16px;
  font-weight: 500;
  color: #144e00;
  line-height: 16px;
  margin-left: 10px;
}

.content-person-list {
  margin-top: 30px;
}

.zixun-title {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
}

.zixun-title span {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
}

.person-item {
  height: 102px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-top: 20px;
}

.left-img {
  height: 102px;
  width: 140px;
  flex-shrink: 0;
}

.left-img img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  vertical-align: middle;
}

.right-info {
  width: 100%;
  margin-left: 20px;
}

.info-name {
  font-size: 22px;
  font-weight: 500;
  color: #144e00;
  height: 26px;
}

.info-mobile {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  line-height: 26px;
}

.info-mobile a {
  color: #666 !important;
}

.info-img-arrow {
  margin-top: 0px;
}

.info-img-arrow img {
  height: 18px;
  width: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.zizhu-title{
  font-size:24px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin: 20px;
  padding:20px;
  color:#fff;
}