<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.expert_card {
  width: 1256px;
  height: 276px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px auto;
  background: #FFFFFF;
  box-shadow: -4px 2px 27px 0 rgba(215, 215, 215, 0.72);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px 25px 32px 30px;
}
.expert_card .expertC_pic {
  width: 212px;
  height: 212px;
  border-radius: 20px;
  margin-right: 52px;
  background-color: #008c8c;
}
.expert_card .expertC_pic img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.expert_card .expertC_info {
  width: 918px;
  height: 205px;
  display: flex;
  flex-direction: column;
}
.expert_card .expertC_info .expertC_head {
  width: 100%;
  display: flex;
}
.expert_card .expertC_info .expertC_head .expertC_name {

  font-weight: bold;
  font-size: 22px;
  color: #505050;
  line-height: 38px;
}
.expert_card .expertC_info .expertC_head .expertC_where {

  font-weight: 400;
  font-size: 18px;
  color: #505050;
  margin-left: 29px;
  line-height: 38px;
  flex: 1;
}
.expert_card .expertC_info .expertC_head .expertC_btn {
  width: 104px;
  height: 28px;
  background: #B14CB3;
  border-radius: 10px;

  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  margin-top: 10px;
}
.expert_card .expertC_info .expertC_head .expertC_btn button {
  color: #FFFFFF;
  border: none;
  background: inherit;
}
.expert_card .expertC_info .expertC_what {
  height: 29px;
  background: #F06597;
  border-radius: 16px;
  box-sizing: border-box;

  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 29px;
  margin-top: 10px;
  align-self: baseline;
  padding: 0 15px;
  cursor: pointer;
}
.expert_card .expertC_info .expertC_tag {
  display: flex;
  width: 100%;
  min-height: 111px;
  margin-top: 15px;
}
.expert_card .expertC_info .expertC_tag .expertCTagName {

  font-weight: 400;
  font-size: 18px;
  color: #3A3A3A;
  word-break: keep-all;
  width: 61px;
  padding-top: 4px;
}
.expert_card .expertC_info .expertC_tag .expertC_tagList {
  display: flex;
  flex-wrap: wrap;
  word-break: keep-all;
  width: 100%;
  height: 132px;
  overflow: hidden;
}
.expert_card .expertC_info .expertC_tag .expertC_tagList .expertC_tagItem {
  height: 31px;
  background: #FFFFFF;
  border: 1px solid #373737;
  border-radius: 16px;

  font-weight: 400;
  font-size: 14px;
  color: #5B5B5B;
  text-align: center;
  line-height: 31px;
  padding: 0 10px;
  margin-left: 8px;
  margin-bottom: 12px;
}
.expert_card .expertC_info .expertC_tag .expertC_tagList .expertC_tagItem a:hover {
  color: #b14cb3;
}
.expert_card .expertC_info .expertC_tag .expertC_tagList .expertC_tagItem:hover {
  color: #b14cb3;
  border: 1px solid #b14cb3;
}
.expert_main {
  width: 1256px;
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: space-between;
  /*min-height: 640px;*/
  box-sizing: border-box;
}
.expert_main .expert_article {
  width: 854px;
  background: #FFFFFF;
  box-shadow: -4px 2px 27px 0 rgba(215, 215, 215, 0.72);
  border-radius: 20px;
  box-sizing: border-box;
}
.expert_main .expert_article .expertATitle {

  font-weight: 400;
  font-size: 18px;
  color: #373737;
  padding-top: 29px;
  padding-left: 37px;
}
.expert_main .expert_article .expertLine {
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.4);
  margin: 15px 0 20px 0;
}
.expert_main .expert_article .articleMain {
  padding: 0 55px 32px 44px;

  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
}
.expert_main .expert_article .articleMain .articlePic {
  width: 900px;
  height: 482px;
  margin: 0 auto;
  background-color: #FF8047;
}
.expert_main .expert_article .articleMain .articleH1 {
  font-size: 20px;
  color: #2b2b2b;
}
.expert_main .expert_article .articleMain .articleP {
  white-space: pre-wrap;
}
.expert_main .expert_hot {
  width: 368px;
  background: #FFFFFF;
  box-shadow: -4px 2px 27px 0 rgba(215, 215, 215, 0.72);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 600px;
}
.expert_main .expert_hot .expertHotHead {

  font-weight: 400;
  font-size: 18px;
  color: #373737;
  margin: 38px 0 0 16px;
}
.expert_main .expert_hot .expertHotLine {
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.4);
  margin: 12px 0 0 0;
}
.expert_main .expert_hot .expertHotUl {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.expert_main .expert_hot .expertHotUl .expertHotLi {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
.expert_main .expert_hot .expertHotUl .expertHotLi .expertHotA {
  display: flex;
  width: 100%;
  padding: 10px 19px 10px 12px;
  justify-content: space-between;
  box-sizing: border-box;
}
.expert_main .expert_hot .expertHotUl .expertHotLi .expertHotA .expertHotA_count {
  text-align: center;
  width: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #B14CB3;
  line-height: 20px;
  margin-right: 6px;
}
.expert_main .expert_hot .expertHotUl .expertHotLi .expertHotA .expertHotA_info {
  width: 254px;

  font-weight: 400;
  font-size: 16px;
  color: #505050;
  word-break: keep-all;
  line-height: 18px;
}
.expert_main .expert_hot .expertHotUl .expertHotLi .expertHotA .expertHotA_info:hover {
  color: #b14cb3;
}
.expert_main .expert_hot .expertHotUl .expertHotLi .expertHotA .expertHotA_date {

  font-weight: 400;
  font-size: 14px;
  color: rgba(80, 80, 80, 0.5);
  word-break: keep-all;
  line-height: 18px;
  width: 85px;
  margin-left: 12px;
  text-wrap: nowrap;
}
.moreDoctor {
  width: 1256px;
  margin: 60px auto 125px auto;
}
.moreDoctor .moreDoctorH1 {

  font-weight: bold;
  font-size: 18px;
  color: #2A2A2A;
}
.moreDoctor .allSubCardList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.moreDoctor .allSubCardList .allSubCardLi {
  box-sizing: border-box;
  width: 290px;
  min-height: 350px;
  background: #FFFFFF;
  box-shadow: -4px 2px 32px 0 rgba(186, 186, 186, 0.3);
  border-radius: 20px;
  margin-top: 25px;
  margin-right: 24px;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px 11px 17px 11px;
  display: flex;
  flex-direction: column;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubPic {
  box-sizing: border-box;
  width: 163px;
  height: 163px;
  border-radius: 50%;
  background-color: #008c8c;
  margin: 0 auto 10px auto;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubPic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-position: top;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubName {

  font-weight: bold;
  font-size: 18px;
  color: #505050;
  margin: 0 auto;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubPoi {
  text-align: center;

  font-weight: 400;
  font-size: 16px;
  color: #505050;
  margin-bottom: 5px;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubDo {
  text-align: center;

  font-weight: 400;
  font-size: 14px;
  color: #8F8F8F;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubLine {
  width: 254px;
  height: 0;
  border-bottom: 1px solid #717171;
  margin: 6px auto;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubLikeDo {

  font-weight: 400;
  font-size: 14px;
  color: #8F8F8F;
  text-align: center;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubAsk {
  white-space: pre-wrap;
  background: #B14CB3;
  border-radius: 6px;
  width: 104px;
  height: 26px;
  border: none;

  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin: 13px auto 0 auto;
  line-height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreDoctor .allSubCardList .allSubCardLi .allSubCardA .allSubAsk button {
  border: none;
  background: inherit;
  color: #FFFFFF;
}
.moreDoctor .allSubCardList:after {
  content: "";
  flex: 1;
}
.foot_head {
  display: none;
}
.flexCon {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
/*# sourceMappingURL=subDetail.css.map */
</pre></body></html>