.index_swiper {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    min-width: 1220px;
    height: 380px;
    box-sizing: border-box;
    padding-top: 15px;
}

.index_swiper .swiper_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_swiper .swiper_icon {
    display: block;
    width: 160px;
    height: 60px;
    margin: 0 auto;
}

.index_swiper .swiper_tip {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 4px;
}

.index_swiper .banner_search {
    position: relative;
    width: 880px;
    height: 220px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 25px;
    padding: 0 10px;
    padding-top: 8px;
}

.index_swiper .banner_search textarea {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 1.5;
    box-sizing: border-box;
    color: #444;
}

.index_swiper .search_btn {
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    width: 855px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 5px;
    cursor: pointer;
}

.index_swiper .search_tishi {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.index_swiper .search_tishi img {
    width: 16px;
    height: 16px;
}

.index_swiper .search_tishi span {
    font-size: 15px;
    color: #ed2b20;
    padding-left: 4px;
}

.index_swiper .search_tishi .search_txt {
    font-size: 15px;
    color: #333333;
    padding-left: 4px;
}

.index_swiper .search_tishi .search_txt span {
    padding: 0 4px;
    color: #FF9101;
}

.index_swiper .search_tishi_code {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    background: #FFFFFF;
    padding: 12px 14px;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.06);
    border-radius: 4px;
}

.index_swiper .search_kf_qq_code {
    left: 35%;
}

.index_swiper .search_kf_qq_code span {
    padding-top: 6px;
}

.index_swiper .search_kf_wx_code {
    left: 65%;
}

.index_swiper .search_kf_wx_code span {
    padding-top: 6px;
}

.index_swiper .search_tishi_code img {
    width: 180px;
    height: 180px;
}

.index_swiper .search_tishi_code span {
    font-size: 15px;
    color: #666666;
    text-align: center;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_2251531_590c10cj4gq.eot');
    src: url('//at.alicdn.com/t/font_2251531_590c10cj4gq.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2251531_590c10cj4gq.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2251531_590c10cj4gq.woff') format('woff'),
    url('//at.alicdn.com/t/font_2251531_590c10cj4gq.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2251531_590c10cj4gq.svg#iconfont') format('svg');
}

.index_swiper .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index_roll_cont {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 25px;
    border-radius: 12px;
    padding-bottom: 10px;
}

.index_roll_cont_box {
    width: 1220px;
    margin-bottom: 10px;
}

.index_roll_cont_box .roll_head {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.index_roll_cont_box .category_title {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.index_roll_cont_box .category_title_icon {
    width: 28px;
    height: 28px;
}

.index_roll_cont_box .category_title_txt {
    margin-left: 5px;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
}

.index_roll_cont_box .roll_head_right,
.index_roll_cont_box .cate_son {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.index_roll_cont_box .more_info {
    font-size: 15px;
    color: #999999;
    margin-left: 20px;
    white-space: nowrap;
}

.index_roll_cont_box .cate_son a {
    position: relative;
    line-height: 60px;
    margin-left: 30px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
}

.index_roll_cont_box .cate_son .curr_tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
}

.index_roll_cont_box .roll_info {
    display: none;
    flex-wrap: wrap;
}

.index_roll_cont_box .roll_curr {
    display: flex;
}

.index_roll_cont_box .roll_info a {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 22px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

.index_roll_cont_box .roll_info a::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.index_roll_cont_box .roll_info a img {
    display: block;
    width: 20px;
    height: 20px;
}

.index_roll_cont_box .roll_info a span {
    flex: 1;
    margin-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.list_item_box {
    width: 300px;
}

.list_item_box_index {
    position: absolute;
    right: 20px;
    top: 0;
    width: 300px;
}

.list_item_box_fixed {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: 300px;
}

.list_item_box_fiexd {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 280px;
}

.question_main {
    position: relative;
    width: 1220px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
}

.question_cont {
    width: 900px;
}

.list_category_area {
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    overflow: hidden;
}

.list_category_area .category_sle {
    height: 56px;
    display: flex;
    align-items: center;
}

.list_category_area .category_left {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 17px;
    color: #999999;
}

.list_category_area .category_left img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.list_category_area .category_tit {
    color: #333333;
    font-weight: normal;
    font-size: 17px;
}

.list_category_area .category_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 5px;
}

.list_category_area .category_list a {
    cursor: pointer;
    font-size: 15px;
    color: #333333;
    margin-right: 35px;
    margin-top: 20px;
}

.list_question {
    margin-top: 30px;
    border-radius: 6px;
    background: #FFFFFF;
    padding-bottom: 25px;
}

.list_question .list_question_item {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 30px 160px 30px 30px;
    border-bottom: 1px solid #E3E8EE;
}

.list_question .list_question_tit {
    font-size: 17px;
    color: #333333;
    line-height: 2;
    font-weight: normal;
    width: 100%;
}

.list_question .answer_text {
    margin-top: 15px;
    font-size: 15px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_question .list_lookas {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background: #C3CBD6;
    cursor: pointer;
    font-size: 15px;
    color: #FFFFFF;
}

.list_question .list_lookas:hover {
    color: #FFFFFF;
}

.question_right {
    width: 300px;
}

.question_right_fixed {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: 300px;
}

.question_search_top {
    display: block;
    padding: 0 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 12px;
    background: #FFFFFF;
}

.question_search_top .search_prompt {
    font-size: 17px;
    margin-bottom: 25px;
    color: #1475b5;
    font-weight: bold;
}

.question_search_top .search_prompt span {
    color: #ed2b20;
}

.question_search_top .search_prompt .prompt_bold {
    font-weight: bold;
    color: #ed2b20;
}

.question_search_top .search_cont {
    width: 100%;
}

.question_search_top .search_yl {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 8px;
    height: 60px;
    border-radius: 6px;
    background: #F5F8FB;
    cursor: pointer;
}

.question_search_top .ssicon {
    display: block;
    width: 32px;
    height: 32px;
}

.question_search_top .search_content {
    font-size: 16px;
    color: #b3b3b3;
    margin-left: 5px;
}

.question_search_top .search_btn {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 130px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 5px;
    border-radius: 0 6px 6px 0;
}

.question_search_top .search_area {
    display: block;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 32px;
    color: #464c5b;
    text-align: justify;
    border-radius: 6px;
    background: #F5F8FB;
}

.question_search_top .search_wrap_btn {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 30px;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    letter-spacing: 6px;
}

.question_search_top .search_tishi {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    width: 300px;
}

.question_search_top .search_tishi img {
    width: 16px;
    height: 16px;
}

.question_search_top .search_tishi span {
    font-size: 15px;
    color: #ed2b20;
    padding-left: 4px;
}

.question_search_top .search_tishi .search_txt {
    font-size: 15px;
    color: #333333;
    padding-left: 4px;
}

.question_search_top .search_tishi .search_txt span {
    padding: 0 4px;
    color: #FF9101;
}

.question_search_top .search_tishi_code {
    position: absolute;
    top: 30px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    background: #FFFFFF;
    padding: 12px 14px;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.06);
    border-radius: 4px;
}

.question_search_top .search_kf_qq_code {
    left: -30px;
}

.question_search_top .search_kf_qq_code span {
    padding-top: 6px;
}

.question_search_top .search_kf_wx_code {
    left: 200px;
}

.question_search_top .search_kf_wx_code span {
    padding-top: 6px;
}

.question_search_top .search_tishi_code img {
    width: 180px;
    height: 180px;
}

.question_search_top .search_tishi_code span {
    font-size: 15px;
    color: #666666;
    text-align: center;
}

.question_detail {
    display: block;
    width: 100%;
    border-radius: 12px;
    background: #FFFFFF;
    padding-bottom: 20px;
}

.question_detail .ques_bt {
    display: flex;
    align-items: center;
    margin-left: 35px;
    padding-top: 35px;
}

.question_detail .ques_bt_icon {
    display: block;
    width: 20px;
    height: 20px;
}

.mar20 {
    margin-top: 20px;
}

.question_detail .ques_bt_name {
    margin-left: 10px;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}

.question_detail .ques_bt_txt {
    font-size: 15px;
    color: #999999;
}

.question_detail .question_mx {
    display: block;
    margin: 0 40px;
    margin-top: 15px;
}

.question_detail .question_zw {
    font-size: 17px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}

.question_detail .question_zw h1 {
    font-size: 17px;
    display: inline;
    font-weight: normal;
}

.question_detail .question_xx {
    padding-top: 5px;
    font-size: 16px;
    color: #657180;
    line-height: 2;
}

.question_detail .question_xx p {
    font-size: 16px;
    color: #657180;
    line-height: 2;
    padding-top: 5px;
}

.question_detail .question_da {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

#answer_cont {
    align-items: center;
    margin-left: 40px;
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.question_detail .question_da img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.question_detail .look_answer {
    display: block;
    margin-left: 40px;
    margin-top: 30px;
    width: 180px;
    height: 48px;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.question_detail .sub_ans_none {
    background: #C3CBD6;
}

.question_detail .look_answer {
    display: block;
    margin: 30px 40px 0 40px;
    padding: 6px 17px;
    background: #ed2b20;
    border-radius: 6px;
}

.question_detail .look_answer p {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: justify;
}

.question_detail .ques_bottom {
    margin-top: 35px;
    padding: 0 40px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
}

.question_detail .ques_bottom_left {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #b3b3b3;
}

.question_detail .ques_bottom_left span {
    margin-right: 10px;
}

.question_detail .ques_bottom_right {
    display: flex;
    align-items: center;
}

.question_detail .collcet_ques {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
}

.question_detail .collcet_ques .collect_icon {
    display: block;
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    margin-right: 5px;
}

.question_detail .sub_coll_in .collect_icon {
    background-size: 100% 100%;
}

.question_detail img {
    max-width: 100% !important;
    vertical-align: middle;
}

.relate_ques {
    display: block;
    border-radius: 12px;
    background: #FFFFFF;
    padding-bottom: 40px;
    padding-top: 1px;
}

.relate_ques .relate_title {
    position: relative;
    margin: 0 35px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1.8;
    text-indent: 30px;
}

.relate_ques .relate_title img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
}

.relate_ques .relate_item {
    margin: 35px 35px 0 35px;
}

.relate_ques .relate_px {
    display: block;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}

.relate_ques .relate_tit {
    margin-top: 15px;
    font-size: 17px;
    color: #333333;
    line-height: 2;
    text-align: justify;
}

.relate_ques .relate_txx {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 6px;
}

.relate_ques .relate_txx img {
    max-width: 100% !important;
}

.relate_ques .relate_da {
    display: block;
    margin-top: 13px;
    font-size: 17px;
    text-align: right;
    font-weight: bold;
}

.question_ad {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
}

.question_ad .acc_notUser {
    margin: 0 20px;
    padding-top: 40px;
}

.question_ad .notuser_name {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #999999;
}

.question_ad .notuser_name span {
    color: #333333;
}

.question_ad .notuser_notes {
    display: flex;
    align-items: center;
    margin-top: 8px;
    color: #666666;
}

.question_ad .notuser_login {
    display: block;
    width: 48px;
    height: 24px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #FFFFFF;
    margin-right: 10px;
}

.question_ad .notuser_register {
    color: #ff9400;
}

.question_ad .acc_user {
    margin: 0 20px;
    padding-top: 40px;
}

.question_ad .user_name {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 17px;
    color: #999999;
}

.question_ad .user_num {
    color: #000000;
}

.question_ad .user_vip {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.question_ad .user_exit {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #999999;
    font-size: 15px;
}

.question_ad .user_link {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.question_ad .user_a_wx {
    width: 80px;
    height: 25px;
    border-radius: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

.question_ad .user_a_cz {
    width: 80px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 12px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}

.question_ad .user_a_copy {
    cursor: pointer;
    margin-left: 14px;
    font-size: 15px;
    color: #1f77b1;
}

.question_ad .acc_import {
    margin: 0 20px;
    margin-top: 20px;
    font-size: 15px;
    display: block;
    padding: 2px 5px;
    background: #F5F7F8;
    border-radius: 6px;
    color: #ed2b20;
    text-align: justify;
    line-height: 21px;
}

.question_ad .acc_import span {
    font-weight: bold;
}

.question_ad .ad_url {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    padding-bottom: 40px;
}

.question_ad .ad_url_view {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    font-size: 15px;
    color: #4d4d4d;
    cursor: pointer;
}

.question_ad .ad_url_view img {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.question_fk {
    width: 300px;
}

.question_fk .news_dt_sjlist {
    border-radius: 12px;
    background: #F1F5FC;
    padding-bottom: 35px;
    overflow: hidden;
    background: #FFFFFF;
    margin-top: 20px;
}


.question_fk .news_dt_sjlist .paper_tit {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 15px;
}

.question_fk .news_dt_sjlist .paper_tit .paper_item {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.question_fk .news_dt_sjlist .paper_tit .paper_more {
    font-size: 15px;
    color: #657180;
}

.question_fk .news_dt_sjlist .news_dt_sjlist_a {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    padding-top: 10px;
}

.question_fk .news_dt_sjlist .news_dt_sjlist_a a {
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
    color: #657180;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question_fk .news_dt_sjlist .news_dt_sjlist_a a {
    background-color: #f6f6f6;
}

.question_fk .news_dt_sjlist .news_dt_sjlist_a a:hover {
    background-color: #d4ffcc;
    color: #21aa28;
}

.question_fk .news_dt_sjlist .news_dt_sjlist_a .hot_cur {
    background-color: #d4ffcc;
    color: #21aa28;
}
