/* 医疗 - 预留空白 */
.medical-blank {
  height: 80px;
}
/* 医疗 - 跑马灯 */
.medical-marquee {
  height: 540px;
  background-image: url("../../imgs/home/home_carmadebg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.backInleftcustom {
  animation: fadeInLeft;
  animation-duration: 0.5s;
}
.backInRightcustom {
  animation: fadeInRight;
  animation-duration: 0.5s;
}
.carmade-title {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.carmade-titleh3 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: center;
}
.carmade-lineul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 360px;
  flex-wrap: wrap;
}
.carmade-lineul li {
  width: 32%;
  min-height: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  padding: 36px 25px 0px 25px;
  box-sizing: border-box;
  margin-bottom: 27px;
}
.carmadeitemgrey {
  width: 100%;
  min-height: 341px;
  background: #f8f8f8;
  border-radius: 0px 0px 0px 0px;
  padding-left: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.carmadeitemgrey-left {
  max-width: 40%;
}
.backInleft {
  /* animate__backInLeft */
}
.carmadeitemgrey-left section {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  text-align: left;
}
.carmadeitemgrey-comtitle {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}
.carmadeitemgrey-right img {
  height: 250px;
}
.carmadeitemgrey-comtitle::after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 40px;
  height: 5px;
  background: #0c7df2;
}
.lineulli-top {
  display: flex;
  justify-content: left;
  align-items: center;
}
.lineulli-top h2 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 13px;
}
.lineulli-line {
  width: 100%;
  height: 1px;
  background-color: #ddd9d9;
  margin: 18px 0px;
}
.lineulli-top img {
  width: 40px;
  height: 40px;
}
.lineulli-info {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.item-image {
  width: 640px;
  height: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.item-image img {
  width: 540px;
  height: 340px;
}
.item-content {
  width: 640px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-content label {
  margin: 50px 50px 30px 0px;
  font-size: 22px;
  font-weight: bold;
}
.item-content pre {
  margin: 0px 50px 0px 0px;
  height: 220px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  color: gray;
}
.item-content button {
  border: none;
  width: 130px;
  height: 45px;
  background-color: #0c7df2;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.item-content button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.customexample {
  background-color: #f3f3f3;
  padding: 40px 360px 40px 360px;
}
.customexample ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.customexample ul li {
  width: 31%;
  cursor: pointer;
  margin-right: 40px;
}
.customexample ul li:last-child {
  width: 31%;
  cursor: pointer;
  margin-right: 0px;
}
.customexample ul li .customexample-img {
  width: 100%;
  height: 200px;
}
.customexample ul li .customexample-img img {
  width: 100%;
  height: 100%;
}
.customexample-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.customexample-title .info {
  font-size: 16px;
  color: #000000;
  max-width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}

.customexample-title .time {
  color: grey;
}
.customexample-infos {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 3;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
