.xywz_content {
  width: 1200px;
  margin: 0 auto;
}
.xywz_contentFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xywz-questionsCardBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  /* 将父容器分为两列，每列平均占据剩余空间 */
  justify-content: space-evenly;
}
.xywz-questionsCard {
  width: 408px;
  margin-top: 30px;
}
.headSculpture {
  width: 20PX;
  height: 20px;
  border-radius: 50%;
}
.xywz-questionDoctor {
  width: 100%;
  border-radius: 6px;
  background-color: #F4FAFB;
  padding: 8px 29px 8px 15px;
  color: #000000;
  margin-top: 35px;
}
.xyzx-name {
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
  color: #333;
}
.xywz-questionsTitle {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  margin: 10px 0;
}
.xyzx-daan {
  margin-top: 10px;
  line-height: 20px;
}
.xywz-nav {
  width: calc(100%-1039px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll;
  height: 750px;
  width: 180px;
}
.xywz-nav::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.xywz-nav button {
  width: 160px;
  height: 70px;
  border-radius: 4px;
  background-color: #EEEEEE;
  color: #000000;
  opacity: 0.85;
  font-size: 18px;
  flex-shrink: 0;
}
.xywz-nav button a {
  color: rgba(0, 0, 0, 0.85);
}
.xywz-nav .buttonfocus {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #81D8D0;
  /* 伪元素实现三角形 */
}
.xywz-nav .buttonfocus a {
  color: #fff;
}
.xywz-nav .buttonfocus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 18px solid #81D8D0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  transform: translate(0, -50%);
}
.xywz-questions {
  width: 1002px;
  padding: 30px 0;
}
.xywz-show:hover .xywz-questionsTitle {
  color: #81D8D0;
}
.xywz-rmzx {
  padding: 10px 20px 20px;
}
.rmzx-title {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.rmzx-title:hover {
  color: #4BB3BB;
  cursor: pointer;
}
.headSculpture24 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.rmzx-name {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
.rmzx-duanluo {
  width: 100%;
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
}
.rmzx-duanluo .rmzx-duanluoText {
  width: 215px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 指定最大行数为4行 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 65px;
  margin-right: 6px;
}
.rmzx-duanluo .rmzx-img {
  width: 120px;
  height: 80px;
  border-radius: 6px;
}
.rmzx-duanluo .rmzx-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmzx-pinglun {
  margin-top: 10px;
}
.cardMargin40 {
  margin-top: 40px;
  width: 340px;
}
.marginleft45 {
  margin-left: 45px;
}
.marginleft50 {
  margin-left: 49px;
}
.marginTop10 {
  margin-top: 10px;
}
.xywz-questions_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xywz-questions_tit h3 {
  font-size: 14px;
  margin: 0;
}
.xywz-questions_tit h3 font {
  color: #4BB3BB;
}
.xywz-questions_tit .filter_opt {
  display: flex;
  margin: 0;
}
.xywz-questions_tit a {
  display: block;
  margin-left: 8px;
  padding: 4px 13px;
  border-radius: 4px;
  background-color: #F4F4F4;
  color: #313131;
  font-size: 12px;
}
.xywz-questions_tit .active {
  background-color: #edf7f8;
  color: #4BB3BB;
}
