.flexBox {
  display: flex;
}
.justifyContent {
  justify-content: center;
}
.alignItems {
  align-items: center;
}
.firstTitle {
  font-size: 1.5em;
  color: var(--primary-color);
  font-weight: 600;
}
.margin20 {
  margin-top: 20px;
}
.ellipsiTwo {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hotBox {
  width: 100%;
  justify-content: space-between;
}
.hotLeft {
  width: 49%;
}
.hotRight {
  width: 49%;
}
.hotList {
  width: 100%;
  justify-content: space-between;
  margin: 10px 0;
}
.hotOnline {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #ccc;
  margin: 10px 0;
}
.hotListLeft {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.lanse {
  background-color: var(--primary-color);
}
.huise {
  background-color: #666666 !important;
}
.hotListRight {
  width: calc(100% - 40px);
}
.titleHref {
  width: 100%;
}
.titleHref > a {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dateText {
  text-align: right;
  color: #ccc;
}
.partTit > p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border: none;
}
.zxxmTitle {
  margin: 0 10px;
}
.partTit > p .titleOnline {
  width: 40%;
  display: inline-block;
  background: var(--primary-color);
  height: 2px;
}
.cardBg {
  background: var(--primary-color);
}
.cardBg {
  background: var(--primary-color);
}
.cardBg p {
  color: #fff !important;
  text-align: center;
}
.whiteBg {
  background: #fff;
}
.hospitalList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-around;
}
.hospitalList .hospitalListBox {
  width: 360px;
  background-color: #EAEAEA;
  position: relative;
  border: 1px solid F2F2F2;
  box-sizing: border-box;
  margin-top: 20px;
}
.rectangle {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 40px;
  height: 42px;
  background: #F2F2F2;
  background-repeat: no-repeat;
  outline: 1px solid #F2F2F2;
  background-image: linear-gradient(45deg, #73cab0 50%, rgba(255, 255, 255, 0) 50%);
}
.hospitalListTop img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
  margin: auto;
  box-sizing: border-box;
  -webkit-filter: blur(20px);
}
.hospitalListBottom {
  text-align: center;
}
.hospitalBtn > span {
  padding: 2px 10px;
  background: var(--primary-color);
  color: #fff;
}
.hospitalTitle {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.hospitalCenter {
  text-align: left;
  margin-left: 30px;
  height: 70px;
}
.hospitalCenter div:nth-child(1) {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hospitalDate {
  color: #bbb6b6;
  font-size: 14px;
}
.hospitalBtn {
  margin: 10px 0;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 50px solid skyblue;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
.doctorTitle {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 22px !important;
  border-bottom: none !important;
}
.introduce {
  padding-bottom: 10px;
  border-bottom: 1px solid #bababa;
  padding-left: 10px;
  text-align: center;
}
.demo-listCopys {
  padding: 0 !important;
}
.demo-listCopys img {
  width: 100%;
}
.demo-listCopys .doctorTitle {
  padding-left: 10px;
}
.demo-listCopys .exlpain {
  padding: 0 5px;
  box-sizing: border-box;
}
.demo-listCopys .whiteBg {
  background: #EAEAEA;
}
.questionsBox {
  display: flex;
  width: 1005;
  align-items: center;
  background-color: #E7E7E7;
  margin: 20px;
  padding: 10px;
  justify-content: space-around;
}
.questionsLeft {
  width: 180px;
}
.questionsLeft img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 1005;
}
.questionsRight {
  width: 100%;
}
.questionsRight .questionsTitle {
  font-weight: 700;
  font-size: 20px;
}
.questionsRight .questionsDescribe {
  padding: 20px 0;
}
.questionsRight .questionsDate {
  text-align: right;
  color: #999595;
}
