.article_experience{
    margin-bottom: 50px;
}
.article_experience_breadCrumb{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    line-height: 26px;
    padding: 16px 25px 8px 10px;
    color: #B5B5B5;
    justify-content: flex-start;
    align-items: center;
}
.article_experience_breadCrumb a{
    color: #B5B5B5;
}

.article_experience_cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
.article_experience_cont::after {
    content: "";
    display: block;
    clear: both;
}
.article_experience_left{
    width: 830px;
    float: left;
}
.article_experience_left_content {
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_experience_content_title h1{
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    text-align: center;
    margin-top: 12px;
}
.article_experience_content_meta{
    text-align: center;
    color: #999;
    margin-top: 18px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E9E8E8;
}
.article_experience_content_yuanchuang {
    height: 16px !important;
    font-size: 14px;
    line-height: 16px;
    background: #F5FDFA;
    border: 1px solid #C3E5E0;
    border-radius: 3px;
    color: #18b89c;
    padding: 0 8px;
    margin-right: 24px;
}
.article_experience_content_time,.article_experience_content_count{
    margin-right: 24px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #B5B5B5;
}
.article_experience_content{
    margin-top: 20px;
    font-size: 16px;
    /*margin-bottom: 20px;*/
    color: #181818;
    overflow: hidden;
}
.article_experience_content p {
    color: #181818;
    font-size: 16px;
    line-height: 27px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_experience_content div {
    color: #181818;
    font-size: 16px;
    line-height: 27px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_experience_content img {
    display: block;
    margin: 20px auto;
    max-width: 700px;
    height: auto;
}
.article_experience_content h2 {
    margin: 20px 0px;
    line-height: 28px;
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
}
.article_experience_content h2::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background: rgba(24,184,156,1);
    border-radius: 3px;
}
.article_experience_content h3,.article_experience_content h4{
    margin: 20px 0px 20px 0px;
    line-height: 22px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}
.article_experience_content h5 {
    margin: 20px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #181818;
    background: rgb(242, 252, 250);
    position: relative;
    padding: 50px 20px 20px;
    border-radius: 4px;
}
.article_experience_content h5:after {
    content: "Tips：";
    position: absolute;
    top: 15px;
    left: 20px;
    color: #18b89c;
    font-size: 18px;
    font-weight: 700;
}
.article_experience_content span{
    color: #181818;
    font-size: 16px;
    line-height: 27px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_experience_content a{
    color: #18b89c;
}
.article_experience_tags {
    padding-bottom: 10px;
}
.article_experience_tag {
    display: inline-block;
    width: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    float: left;
}
.article_experience_tags_box {
    max-width: 723px;
    height: 26px;
    overflow: hidden;
}
.article_experience_tags_box a {
    display: inline-block;
    width: 110px;
    font-size: 14px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    color: #525252;
    padding: 3px 12px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-radius: 13px;
}


.article_experience_pagenext{
    padding-top: 5px;
    border-top: 1px dashed #E9E8E8;
}
.article_experience_pagenext ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.article_experience_pagenext ul li{
    font-size: 14px;
    color: #666;
    display: flex;
    width: 374px;
}
.article_experience_pagenext ul li:first-child {
    margin-right: 20px;
}
.article_experience_pagenext ul li span {
    font-size: inherit;
    color: inherit;
    font-size: 14px;
}
.article_experience_pagenext ul li a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
    color: inherit;
    width: 315px;
    font-size: 14px;
}
/*相似经验推荐*/
.article_experience_recommend{
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_experience_recommend_title{
    font-size: 20px;
    color: #181818;
    font-weight: bold;
    position: relative;
    line-height: 24px;
}
.article_experience_recommend_box {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: section;
}
.article_experience_recommend_list {
    width: 100%;
    counter-reset: subsection;
}
.article_experience_recommend_list li{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.article_experience_recommend_list li a{
    display: inline-block;
    width: 78%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.article_experience_recommend_list li:hover a {
    color: #18b89c;
}
.article_experience_recommend_list li span{
    display: inline-block;
    width: 20%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #B5B5B5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
/*相似经验推荐
.article_experience_recommend{
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_experience_recommend_title{
    font-size: 20px;
    color: #181818;
    font-weight: bold;
    position: relative;
    line-height: 24px;
}
.article_experience_recommend_box {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: section;
}
.article_experience_recommend_list {
    width: 369px;
    counter-reset: subsection;
}
.article_experience_recommend_list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
    list-style-type: decimal !important;
    position: relative;
}
.article_experience_recommend_list li a{
    width: 292px;
    font-size: 14px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.article_experience_recommend_list li:hover a {
    color: #18b89c;
}
.article_experience_recommend_list li span{
    font-size: 12px;
    line-height: 18px;
    color: #B5B5B5;
}
*/
/*经验内容右边列表*/
.article_experience_right{
    width: 340px;
    float: right;
}
.article_experience_right_content{
    margin-top: 24px;
}
.article_experience_right_content::after {
    content: "";
    display: block;
    clear: both;
}
.article_experience_right_consultant{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}
.article_experience_right_consultant_top{
    display: flex;
    padding: 20px 20px;
    padding-bottom: 0px;
}
.article_experience_right_consultant_topbg{
    flex: 1;
    text-align: center;
}
.article_experience_right_consultant_topbg_img{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 11px;
    background: #fff;
}
.article_experience_right_consultant_topbg_img img{
    background: #fff;
    width: 100%;
    height: 100%;
}
.article_experience_right_consultant_topbg p{
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.article_experience_right_consultant_group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.article_experience_right_consultant_group img{
    width: 50%;
    vertical-align: middle;
    border-style: none;
}
.article_experience_right_consultant_joingroup{
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-bottom: 10px;
}
.article_experience_right_consultant_describe{
    padding: 5px 30px 20px;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article_experience_right_hottopic{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.article_experience_right_hottopic_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 10px 10px;
    color: #181818;
    border-top: 2px solid #18b89c;
}
.article_experience_right_hottopic_title::after {
    content: "";
    display: block;
    clear: both;
}
.article_experience_right_hottopic_box{
    width: 100%;
}
.article_experience_right_hottopic ul li::after {
    content: "";
    display: block;
    clear: both;
}
.article_experience_right_hottopic_topic{
    width: 100%;
    height: 100px;
    padding: 10px;
    flex-wrap: nowrap;
    display: flex;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}
.article_experience_right_hottopic_topic_img{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 3px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.article_experience_right_hottopic_topic_img img{
    width: 100%;
    height: 100%;
}
.article_experience_right_hottopic_topic_detail{
    position: relative;
    text-align: left;
    -flex-grow: 1;
    flex: 1;
}
.article_experience_right_hottopic_topic_title{
    font-size: 16px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #181818;
    overflow: hidden;
}
.article_experience_right_hottopic_topic_describe{
    font-size: 12px;
    line-height: 15px;
    height: 38px;
    padding-top: 8px;
    -webkit-line-clamp: 2;
    color: #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.article_experience_right_hottopic_topic_exponent{
    width: 100%;
    padding-top: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article_experience_right_hottopic_topic_articlenum{
    display: inline-block;
    width: 100px;
    color: #18b89c;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.article_experience_right_hottopic_topic_foucsnum{
    display: inline-block;
    width: 93px;
    font-size: 12px;
    margin-left: 22px;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
}

.article_experience_right_hot{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.article_experience_right_hot_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 10px 10px;
    color: #181818;
    border-top: 2px solid #18b89c;
}
.article_experience_right_hot_title::after {
    content: "";
    display: block;
    clear: both;
}
.article_experience_right_hot_cont{
    width: 100%;
    padding: 10px 10px 20px 10px;
}
.article_experience_right_hot_cont ul li{
    line-height: 42px;
    overflow: hidden;
    zoom: 1;
    height: 42px;
    margin: -1px 0 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.article_experience_right_hot_cont ul li::after {
    content: "";
    display: block;
    clear: both;
}
.article_experience_right_hot_number{
    display: inline-block;
    font-size: 20px;
    position: relative;
    float: left;
    zoom: 1;
    width: 40px;
    height: 42px;
    color: #18b89c;
    font-style: normal;
}
.article_experience_right_hot_cont_title{
    float: left;
    overflow: hidden;
    width: 210px;
    height: 42px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article_experience_right_hot_cont_title a{
    color: #181818;
}
.article_experience_right_hot_count{
    display: inline-block;
    float: right;
    width: 60px;
    font-size: 13px;
    padding-right: 10px;
    text-align: right;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
}

/*经验内容右边列表emd*/


/*案例*/
.article_question{
    margin-bottom: 50px;
}
.article_question_breadCrumb{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    line-height: 26px;
    padding: 16px 25px 8px 10px;
    color: #B5B5B5;
    justify-content: flex-start;
    align-items: center;
}
.article_question_breadCrumb a{
    color: #B5B5B5;
}

.article_question_cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
.article_question_cont::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_left{
    width: 830px;
    float: left;
}
.article_question_left_content {
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_question_content_title h1{
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    text-align: center;
    margin-top: 12px;
}
.article_question_content_meta{
    text-align: center;
    color: #999;
    margin-top: 18px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E9E8E8;
}
.article_question_content_yuanchuang {
    height: 16px !important;
    font-size: 14px;
    line-height: 16px;
    background: #F5FDFA;
    border: 1px solid #C3E5E0;
    border-radius: 3px;
    color: #18b89c;
    padding: 0 8px;
    margin-right: 24px;
}
.article_question_content_time,.article_question_content_count{
    margin-right: 24px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #B5B5B5;
}
.article_question_content{
    margin-top: 20px;
    font-size: 16px;
    /*margin-bottom: 20px;*/
    color: #181818;
    overflow: hidden;
}
.article_question_content p {
    color: #181818;
    font-size: 16px;
    line-height: 27px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_question_content div {
    color: #181818;
    font-size: 16px;
    line-height: 27px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_question_content img {
    display: block;
    margin: 20px auto;
    max-width: 700px;
    height: auto;
}
.article_question_content h2 {
    margin: 20px 0px;
    line-height: 28px;
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
}
.article_question_content h2::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background: rgba(24,184,156,1);
    border-radius: 3px;
}
.article_question_content h3,.article_question_content h4{
    margin: 20px 0px 20px 0px;
    line-height: 22px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}
.article_question_content h5 {
    margin: 20px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #181818;
    background: rgb(242, 252, 250);
    position: relative;
    padding: 50px 20px 20px;
    border-radius: 4px;
}
.article_question_content h5:after {
    content: "Tips：";
    position: absolute;
    top: 15px;
    left: 20px;
    color: #18b89c;
    font-size: 18px;
    font-weight: 700;
}
.article_question_content span{
    color: #181818;
    font-size: 16px;
    line-height: 27px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_question_content a{
    color: #18b89c;
}
.article_question_tags {
    padding-bottom: 10px;
}
.article_question_tag {
    display: inline-block;
    width: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    float: left;
}
.article_question_tags_box {
    max-width: 723px;
    height: 26px;
    overflow: hidden;
}
.article_question_tags_box a {
    display: inline-block;
    width: 110px;
    font-size: 14px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    color: #525252;
    padding: 3px 12px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-radius: 13px;
}


.article_question_pagenext{
    padding-top: 5px;
    border-top: 1px dashed #E9E8E8;
}
.article_question_pagenext ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.article_question_pagenext ul li{
    font-size: 14px;
    color: #666;
    display: flex;
    width: 374px;
}
.article_question_pagenext ul li:first-child {
    margin-right: 20px;
}
.article_question_pagenext ul li span {
    font-size: inherit;
    color: inherit;
    font-size: 14px;
}
.article_question_pagenext ul li a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
    color: inherit;
    width: 315px;
    font-size: 14px;
}
/*案例相似经验推荐*/
.article_question_recommend{
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_question_recommend_title{
    font-size: 20px;
    color: #181818;
    font-weight: bold;
    position: relative;
    line-height: 24px;
}
.article_question_recommend_box {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: section;
}
.article_question_recommend_list {
    width: 100%;
    counter-reset: subsection;
}
.article_question_recommend_list li{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.article_question_recommend_list li a{
    display: inline-block;
    width: 78%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.article_question_recommend_list li:hover a {
    color: #18b89c;
}
.article_question_recommend_list li span{
    display: inline-block;
    width: 20%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #B5B5B5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

/*案例内容右边列表*/
.article_question_right{
    width: 340px;
    float: right;
}
.article_question_right_content{
    margin-top: 24px;
}
.article_question_right_content::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_consultant{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}
.article_question_right_consultant_top{
    display: flex;
    padding: 20px 20px;
    padding-bottom: 0px;
}
.article_question_right_consultant_topbg{
    flex: 1;
    text-align: center;
}
.article_question_right_consultant_topbg_img{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 11px;
    background: #fff;
}
.article_question_right_consultant_topbg_img img{
    background: #fff;
    width: 100%;
    height: 100%;
}
.article_question_right_consultant_topbg p{
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.article_question_right_consultant_group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.article_question_right_consultant_group img{
    width: 50%;
    vertical-align: middle;
    border-style: none;
}
.article_question_right_consultant_joingroup{
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-bottom: 10px;
}
.article_question_right_consultant_describe{
    padding: 5px 30px 20px;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article_question_right_hottopic{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.article_question_right_hottopic_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 10px 10px;
    color: #181818;
    border-top: 2px solid #18b89c;
}
.article_question_right_hottopic_title::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_hottopic_box{
    width: 100%;
}
.article_question_right_hottopic ul li::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_hottopic_topic{
    width: 100%;
    height: 100px;
    padding: 10px;
    flex-wrap: nowrap;
    display: flex;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}
.article_question_right_hottopic_topic_img{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 3px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.article_question_right_hottopic_topic_img img{
    width: 100%;
    height: 100%;
}
.article_question_right_hottopic_topic_detail{
    position: relative;
    text-align: left;
    -flex-grow: 1;
    flex: 1;
}
.article_question_right_hottopic_topic_title{
    font-size: 16px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #181818;
    overflow: hidden;
}
.article_question_right_hottopic_topic_describe{
    font-size: 12px;
    line-height: 15px;
    height: 38px;
    padding-top: 8px;
    -webkit-line-clamp: 2;
    color: #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.article_question_right_hottopic_topic_exponent{
    width: 100%;
    padding-top: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article_question_right_hottopic_topic_articlenum{
    display: inline-block;
    width: 100px;
    color: #18b89c;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.article_question_right_hottopic_topic_foucsnum{
    display: inline-block;
    width: 93px;
    font-size: 12px;
    margin-left: 22px;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
}

.article_question_right_hot{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.article_question_right_hot_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 10px 10px;
    color: #181818;
    border-top: 2px solid #18b89c;
}
.article_question_right_hot_title::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_hot_cont{
    width: 100%;
    padding: 10px 10px 20px 10px;
}
.article_question_right_hot_cont ul li{
    line-height: 42px;
    overflow: hidden;
    zoom: 1;
    height: 42px;
    margin: -1px 0 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.article_question_right_hot_cont ul li::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_hot_number{
    display: inline-block;
    font-size: 20px;
    position: relative;
    float: left;
    zoom: 1;
    width: 40px;
    height: 42px;
    color: #18b89c;
    font-style: normal;
}
.article_question_right_hot_cont_title{
    float: left;
    overflow: hidden;
    width: 210px;
    height: 42px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article_question_right_hot_cont_title a{
    color: #181818;
}
.article_question_right_hot_count{
    display: inline-block;
    float: right;
    width: 60px;
    font-size: 13px;
    padding-right: 10px;
    text-align: right;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
}

/*案例内容右边列表emd*/




/*问答内容左边*/
/*
.article_question{
    margin-bottom: 50px;
}
.article_question_breadCrumb{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    line-height: 26px;
    padding: 16px 25px 8px 10px;
    color: #B5B5B5;
    justify-content: flex-start;
    align-items: center;
}
.article_question_breadCrumb a{
    color: #B5B5B5;
}

.article_question_cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
.article_question_cont:after {
    content: "";
    display: block;
    clear: both;
}
.article_question_left{
    width: 830px;
    float: left;
}
.article_question_left_content {
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_question_left_content_title h1{
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    text-align: center;
    margin-top: 12px;
}
.article_question_content_meta{
    text-align: center;
    color: #999;
    margin-top: 18px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E9E8E8;
}
.article_question_content_yuanchuang {
    height: 16px !important;
    font-size: 14px;
    line-height: 16px;
    background: #F5FDFA;
    border: 1px solid #C3E5E0;
    border-radius: 3px;
    color: #18b89c;
    padding: 0 8px;
    margin-right: 24px;
}
.article_question_content_time,.article_question_content_count{
    margin-right: 24px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #B5B5B5;
}
.article_question_content_ask{
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
}
.article_question_content_ask_detail {
    font-weight: bolder;
    color: #666;
    font-size: 18px;
    margin-bottom: 15px;
}
.article_question_content_ask_describe {
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
    color:#999;
}
.article_question_content_ask_box {
    padding-top: 16px;
    padding-bottom: 20px;
}
.article_question_content_ask_box:after {
    content: "";
    display: block;
    clear: both;
}
.article_question_content_ask_box_line {
    color: #666;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
}
.article_question_content_ask_box_line:after {
    content: "";
    display: block;
    clear: both;
}
.article_question_content_ask_box_answer{
    float: left;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    font-weight: bolder;
}
.article_question_content_ask_box_time{
    float: right;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.article_question_content_ask_box_doc {
    position: relative;
    height: 48px;
    margin-bottom: 15px;
}
.article_question_content_ask_box_doc_img img {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 12px;
}
.article_question_content_ask_box_doc_info {
    float: left;
    font-size: 0;
}
.article_question_content_ask_box_doc_line {
    margin-right: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.article_question_content_ask_box_doc_gootat {
    line-height: 24px;
    font-size: 12px;
    color: #666;
}
.article_question_content{
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #181818;
    overflow: hidden;
}
.article_question_content p {
    color: #181818;
    font-size: 16px;
    line-height: 22px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_question_content div {
    color: #181818;
    font-size: 16px;
    line-height: 22px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_question_content img {
    display: block;
    margin: 20px auto;
    max-width: 700px;
    height: auto;
}
.article_question_content h2 {
    margin: 20px 0px;
    line-height: 28px;
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
}
.article_question_content h2::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background: rgba(24,184,156,1);
    border-radius: 3px;
}
.article_question_content h3,.article_question_content h4{
    margin: 20px 0px 20px 0px;
    line-height: 22px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}
.article_question_content h5 {
    margin: 20px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #181818;
    background: rgb(242, 252, 250);
    position: relative;
    padding: 50px 20px 20px;
    border-radius: 4px;
}
.article_question_content h5:after {
    content: "Tips：";
    position: absolute;
    top: 15px;
    left: 20px;
    color: #18b89c;
    font-size: 18px;
    font-weight: 700;
}
.article_question_content span{
    color: #181818;
    font-size: 16px;
    line-height: 22px;
    text-indent: 35px;
    margin: 0px;
    margin-bottom: 16px;
}
.article_question_content a{
    color: #18b89c;
}

.article_question_tags {
    padding-bottom: 10px;
}
.article_question_tag {
    display: inline-block;
    width: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    float: left;
}
.article_question_tags_box {
    max-width: 723px;
    height: 26px;
    overflow: hidden;
}
.article_question_tags_box a {
    display: inline-block;
    width: 110px;
    font-size: 14px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    color: #525252;
    padding: 3px 12px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-radius: 13px;
}

.article_question_pagenext{
    padding-top: 5px;
    border-top: 1px dashed #E9E8E8;
}
.article_question_pagenext ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.article_question_pagenext ul li{
    font-size: 14px;
    color: #666;
    display: flex;
    width: 374px;
}
.article_question_pagenext ul li:first-child {
    margin-right: 20px;
}
.article_question_pagenext ul li span {
    font-size: inherit;
    color: inherit;
    font-size: 14px;
}
.article_question_pagenext ul li a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
    color: inherit;
    width: 315px;
    font-size: 14px;
}
    */
/*相似经验推荐*/
/*
.article_question_recommend{
    width: 830px;
    float: left;
    padding: 18px 30px;
    margin-top: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.article_question_recommend_title{
    font-size: 20px;
    color: #181818;
    font-weight: bold;
    position: relative;
    line-height: 24px;
}
.article_question_recommend_box {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: section;
}
.article_question_recommend_list {
    width: 369px;
    counter-reset: subsection;
}
.article_question_recommend_list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
    list-style-type: decimal !important;
    position: relative;
}
.article_question_recommend_list li a{
    width: 292px;
    font-size: 14px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.article_question_recommend_list li:hover a {
    color: #18b89c;
}
.article_question_recommend_list li span{
    font-size: 12px;
    line-height: 18px;
    color: #B5B5B5;
}
    */
/*问答内容左边end*/

/*问答内容右边*/
/*
.article_question_right{
    width: 340px;
    float: right;
}
.article_question_right_content{
    margin-top: 24px;
}
.article_question_right_content::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_consultant{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}
.article_question_right_consultant_top{
    display: flex;
    padding: 20px 20px;
    padding-bottom: 0px;
}
.article_question_right_consultant_topbg{
    flex: 1;
    text-align: center;
}
.article_question_right_consultant_topbg_img{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 11px;
    background: #fff;
}
.article_question_right_consultant_topbg_img img{
    background: #fff;
    width: 100%;
    height: 100%;
}
.article_question_right_consultant_topbg p{
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.article_question_right_consultant_group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.article_question_right_consultant_group img{
    width: 50%;
    vertical-align: middle;
    border-style: none;
}
.article_question_right_consultant_joingroup{
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-bottom: 10px;
}
.article_question_right_consultant_describe{
    padding: 5px 30px 20px;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article_question_right_hottopic{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.article_question_right_hottopic_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 10px 10px;
    color: #181818;
    border-top: 2px solid #18b89c;
}
.article_question_right_hottopic_title::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_hottopic_box{
    width: 100%;
}
.article_question_right_hottopic ul li::after {
    content: "";
    display: block;
    clear: both;
}
.article_question_right_hottopic_topic{
    width: 100%;
    height: 100px;
    padding: 10px;
    flex-wrap: nowrap;
    display: flex;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}
.article_question_right_hottopic_topic_img{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 3px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.article_question_right_hottopic_topic_img img{
    width: 100%;
    height: 100%;
}
.article_question_right_hottopic_topic_detail{
    position: relative;
    text-align: left;
    -flex-grow: 1;
    flex: 1;
}
.article_question_right_hottopic_topic_title{
    font-size: 16px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #181818;
    overflow: hidden;
}
.article_question_right_hottopic_topic_describe{
    font-size: 12px;
    line-height: 15px;
    height: 38px;
    padding-top: 8px;
    -webkit-line-clamp: 2;
    color: #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.article_question_right_hottopic_topic_exponent{
    width: 100%;
    padding-top: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article_question_right_hottopic_topic_articlenum{
    display: inline-block;
    width: 100px;
    color: #18b89c;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.article_question_right_hottopic_topic_foucsnum{
    display: inline-block;
    width: 93px;
    font-size: 12px;
    margin-left: 22px;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
}
    */
/*经验内容右边end*/


















