@charset "UTF-8";
[class^=mdQuestionList]{max-width:990px;margin:0 auto}
[class^=md]+[class^=mdQuestionList]{margin-top:24px}
[class^=mdQuestionList] .elQuestionItem{border:1px solid #bce1da;border-radius:8px;background-color:#fff}
[class^=mdQuestionList] .elQuestionItem+.elQuestionItem{margin-top:8px}
[class^=mdQuestionList] .elQuestionItem .elText{margin-left:4px;font-size:14px;-ms-flex-positive:1;flex-grow:1}
[class^=mdQuestionList] .elQuestionItem .elQuestionLabel{color:#129789;font-weight:700}
[class^=mdQuestionList] .elQuestionItem .elAnswerLabel{font-weight:700}
[class^=mdQuestionList] .elQuestionItem .elColon{font-size:12px}
[class^=mdQuestionList] .elExpandWrap{overflow:hidden}
[class^=mdQuestionList] .elExpandWrap .elToggleText .elLink{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:20px 16px;color:#434343}
[class^=mdQuestionList] .elExpandWrap .elToggleText .elLink .elText{position:relative;display:block;line-height:20px;padding-right:20.14px}
[class^=mdQuestionList] .elExpandWrap .elToggleText .elLink .elText::after{position:absolute;content:"";font-family:"icon2.0";speak:none;font-size:20px;line-height:1;width:12.14px;text-indent:-3.8848px;top:50%;margin-top:-10px;right:0;color:#129789}
[class^=mdQuestionList] .elExpandWrap .elToggleText .elColon{color:#868686}
[class^=mdQuestionList] .elExpandWrap .elExpand{height:0;overflow:hidden;opacity:0;transition:.4s ease-out;transition-duration:0s}
[class^=mdQuestionList] .elExpandWrap .elExpand .elInner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:2px 16px 22px}
[class^=mdQuestionList] .elExpandWrap.elClose .elExpand{opacity:0}
[class^=mdQuestionList] .elExpandWrap.elOpen .elToggleText .elLink .elText::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
[class^=mdQuestionList] .elExpandWrap.elOpen .elExpand{opacity:1}
[class^=mdQuestionList] .elExpandWrap.elShow .elToggleText .elLink .elText::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
[class^=mdQuestionList] .elExpandWrap.elShow .elExpand{height:auto;opacity:1;-webkit-transition:none}