.am-breadcrumb > li [class*=am-icon-]:before {
    color: #ff6b6b;
    margin-right: 5px;
}

.am-breadcrumb > li + li:before {
    content: ">>";
    padding: 0 8px;
    color: #666666;
}

.am-breadcrumb {
    font-size: 14px;
}

.ask-banner {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-bottom: 50px;
    width: 100%;
}

.ask-banner .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
}

.ask-banner .bd ul {
    width: 100% !important;
}

.ask-banner .bd li {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.ask-banner .bd a {
    display: block;
    height: 400px;
}

.ask-banner .hd {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.ask-banner .hd ul {
    text-align: center;
}

.ask-banner .hd li.on {
    width: 30px;
    background: rgba(255, 255, 255, 0.8);
}

.ask-banner .hd li {
    display: inline-block;
    margin: 0 7px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.page-l {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 840px;
    min-height: 300px;
}

.ask-index .hd {
    position: relative;
    margin-bottom: 20px;
}

.ask-index .hd ul {
    overflow: hidden;
}

.ask-index .hd li {
    float: left;
    margin-right: 30px;
    line-height: 24px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

.ask-index .hd li a {
    color: #888;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.ask-index .hd li.on a {
    color: #333;
}

.ask-index .hd li.on {
    border-bottom: 1px solid #ff6b6b;
}

.ask-index .hd .more {
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 0;
    padding-left: 14px;
    line-height: 1;
    font-size: 18px;
    color: #999;
    border-left: 1px solid #999;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.ask-list li {
    padding: 23px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ededed;
}

.ask-list a {
    display: block;
}

.ask-list .question span {
    margin-top: 0;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transition: color .5s;
    transition: color .5s;
    font-weight: 600;
}

.ask-list .answer img, .ask-list .question img {
    width: 25px;
}

.ask-list .answer {
    margin-top: 25px;
}

.ask-list .answer span {
    margin-top: 0;
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 780px;
    float: right;
}

.ask-list .user-row {
    margin-top: 14px;
    padding-left: 44px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #a2a5ad;
}

.ask-list .user-row .user {
    float: left;
    margin-right: 20px;
    min-width: 90px;
}

.ask-list .user-row .user .avatar {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ask-list .user-row .user .name {
    float: left;
    margin-left: 15px;
    min-width: 45px;
    font-size: 15px;
    color: #333;
}

.ask-list .user-row .time {
    float: left;
}

.page-r {
    width: 290px;
    float: right;
}

.page-r .sign img {
    width: 290px;
}

.page-r .sign div {
    background: #ee6070;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    color: #fff;
    width: 260px;
    margin: 30px auto 0 auto;
    border-radius: 5px;
}

.page-r .sign div a {
    color: #FFFFFF;
    font-size: 16px;
}

.page-r .sign div a:hover {
    color: #FFFFFF;
}

.doctor-side {
    margin-bottom: 35px;
    padding: 80px 25px 25px 0;
    background: #fff;
    position: relative;
    border-radius: 8px;
}

.doctor-side .hd {
    overflow: hidden;
    margin-bottom: 10px;
}

.doctor-side .hd h2 {
    width: 255px;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    float: left;
    margin-left: 5px;
}

.doctor-side .desc {
    padding: 12px 0;
}

.doctor-side .desc p {
    margin-top: 10px;
    max-height: 34px;
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctor-side .desc div {
    width: 90px;
    height: 56px;
    float: left;
    line-height: 56px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;

}

.doctor-side .desc div img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
}


/*问答详情*/

.ask-main {
    width: 70%;
}

.question-pic, .answer-pic {
    display: flex;
    justify-content: left;
    align-items: flex-end;
}

.question-pic span, .answer-pic span {
    margin-left: 15px;
    font-size: 24px;
    color: #f7bc85;
}

.answer-pic span {
    color: #6bc4fc;
}

.question-pic img, .answer-pic img {
    width: 25px;
}

.question-title, .question-user, .answer-user {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.question-title span {
    font-size: 20px;
    color: #333333;
}

.question-user img, .answer-user img {
    width: 30px;
}

.question-user span, .answer-user span {
    font-size: 16px;
}

.answer-user span:nth-child(3){
    position: absolute;
    left: 60%;
    border: 1px solid #ff6b6b;
    padding: 4px 20px;
    border-radius: 6px;
    color: #ff6b6b;
}

.question-user span:nth-child(2),.answer-user span:nth-child(2) {

    margin-left: 20px;
}


.question-user span:nth-child(3) {
    margin-left: 50px;
    color: #999999;
}

.answer-main {
    margin-top: 60px;
}

.answer-content {
    color: #666666;
    font-size: 16px;
    margin: 20px 0 40px 0;
    text-indent: 2em
}

.ask-side {
    width: 25%;
    float: right;
}

.ask-side .hd {
    overflow: hidden;
    margin-bottom: 10px;
}

.ask-side .hd h2 {
    width: 150px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    float: left;
    margin-left: 5px;
}

.ask-side .hd img {
    width: 16px;
    height: 16px;
}

.ask-side .hd span {
    margin-left: 10px;
}

.ask-side .n1 {
    margin-bottom: 30px;
}

.ask-side .n1 a:hover {
    color: #333333;
}


.ask-side .n1 .ni-wen {
    font-weight: 600;
}

.ask-side .n1 a img {
    width: 20px;
}

.ask-side .n1 .ni-wen span {
    margin-left: 8px;
}

.ask-side .n1 a span {
    font-size: 14px;
}

.ask-side .n1 .ni-da img {
    float: left;
}

.ask-side .n1 .ni-da span {
    padding-left: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

