.main_swiper_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10rem;
    z-index: -1;
}

.list_search_fxhead {
    padding-top: 0.1rem;
}

.list_search_fxhead img {
    width: 50%;
    padding-left: 25%;
}

.list_search_fxhead .home_search {
    position: relative;
    margin: 0 0.32rem;
    margin-top: 0.25rem;
    height: 3.1rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.12rem;
    padding-top: 0.3rem;
    padding-left: 0.68rem;
    font-size: 0.32rem;
    color: #b3b3b3;
}

.list_search_fxhead .search_icon {
    position: absolute;
    left: 0.27rem;
    top: 0.28rem;
    width: 0.32rem;
    height: 0.32rem;
}

.list_search_fxhead .home_topic {
    margin: 0 0.32rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_search_fxhead .home_topic_search {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_search_fxhead .topic_view {
    position: relative;
    z-index: 5;
    width: 3.25rem;
    height: 1.6rem;
}

.list_search_fxhead .topic_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.list_search_fxhead .topic_icon {
    position: absolute;
    left: 0;
    top: -0.14rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    padding: 0 0.15rem;
    border-radius: 0.16rem 0.16rem 0.16rem 0;
    background-image: linear-gradient(90deg, #ff0e01 0%, #ff6e00 100%);
}

.list_search_fxhead .topic_name {
    display: block;
    margin-left: 0.2rem;
    padding-top: 0.4rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
}

.list_search_fxhead .topic_txt {
    display: block;
    margin-left: 0.2rem;
    margin-top: 0.25rem;
    font-size: 0.22rem;
}

.list_search_fxhead .topic_blue {
    color: #CCD8FF;
}

.list_search_fxhead .topic_org {
    color: #FBE7C8;
}

.list_search_fxhead .main_search_tip {
    margin: 0 0.32rem;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    background: #F5F7F8;
    border-radius: 0.12rem;
    font-size: 0.28rem;
    color: #657180;
}

.list_search_fxhead .main_search_tip_icon {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.18rem;
}

.list_search_fxhead .main_search_tip span {
    color: #FF4800;
}

.main_tab {
    width: 100%;
    margin-top: 0.65rem;
    border-radius: 0.36rem 0.36rem 0 0;
    background: #FFFFFF;
    padding-bottom: 0.35rem;
    padding-top: 0.05rem;
}

.main_tab_item {
    margin-top: 0.4rem;
    padding-bottom: 0.1rem;
}

.main_tab_item .main_tab_item_top {
    padding: 0 0.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_tab_item .main_tab_item_name {
    display: flex;
    align-items: center;
}

.main_tab_item .main_tab_item_name_icon {
    width: 0.48rem;
    height: 0.48rem;
}

.main_tab_item .main_tab_item_cont {
    margin-left: 0.15rem;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
}

.main_tab_item .main_tab_more {
    font-size: 0.28rem;
    color: #999999;
}

.main_tab_item .main_tab_url {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0.32rem;
    margin-top: 0.1rem;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    border-bottom: 0.01rem solid #E5E5E5;
}

.main_tab_item .main_tab_url li {
    position: relative;
    font-size: 0.28rem;
    color: #666666;
    margin-right: 0.5rem;
    padding: 0.3rem 0;
    white-space: nowrap;
}

.main_tab_item .main_tab_url .main_tab_curr {
    font-weight: bold;
}

.main_tab_item .main_tab_url .main_tab_curr::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.32rem;
    height: 0.03rem;
    border-radius: 0.02rem;
}

.main_tab_item .main_tab_box_info {
    display: none;
    margin: 0 0.32rem;
}

.main_tab_item .main_tab_box_curr {
    display: block;
}

.main_tab_item .main_tab_box_list {
    display: block;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #EEEEEE;
}

.main_tab_item .main_tab_box_list_title {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333333;
    text-align: justify;
}

.main_tab_item .main_tab_box_list_txt {
    margin-top: 0.14rem;
    font-size: 0.24rem;
    color: #999999;
}

.main_tab_item .main_tab_box_list_txt span {
    margin-right: 0.2rem;
}


.list_mbx_flsx {
    height: 0.9rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 0.12rem;
}

.list_mbx_flsx .list_mbx_flsx_zb {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    color: #333333;
}

.list_mbx_flsx .list_mbx_flsx_zb img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.15rem;
}

.list_mbx_flsx .list_mbx_flsx_zb h1 {
    font-size: 0.36rem;
    color: #333333;
    font-weight: normal;
}

.list_mbx_flsx .list_mbx_flsx_kg {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #9CA7B6;
}

.list_mbx_flsx .list_mbx_flsx_kg img {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.08rem;
}

.list_item {
    margin: 0 0.1rem;
    margin-bottom: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    padding-bottom: 0.15rem;
}

.list_item .list_item_son {
    display: flex;
    flex-direction: column;
    padding: 0 0.2rem;
    padding-top: 0.25rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #D7DDE4;
}

.list_item .list_item_son:last-child {
    border-bottom: none;
}

.list_item .list_item_son_txt {
    text-align: justify;
    font-size: 0.32rem;
    line-height: 0.68rem;
    color: #333333;
    font-weight: normal;
}

.list_item .list_item_son_txt em {
    color: #ff0000;
    font-style: normal;
}

.item_bottom {
    line-height: 24px;
}

.list_item .list_time {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #999999;
}

.item_bottom {
    line-height: 24px;
}

.flsx_item {
    position: relative;
    z-index: 50;
}

.flsx_item .flsx_item_sle {
    display: flex;
    align-items: center;
    padding-left: 0.32rem;
    height: 0.9rem;
}

.flsx_item .flsx_item_sle img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
}

.flsx_item .flsx_item_lable {
    font-size: 0.36rem;
    color: #333333;
    margin-left: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flsx_item .flsx_item_fz {
    display: flex;
}

.flsx_item .news_mbx_lists {
    display: block;
    height: 10.4rem;
    overflow-y: auto;
    width: 2.6rem;
}

.flsx_item .news_mbx_lists_one {
    background: #F5F5F5;
    width: 2.3rem;
}

.flsx_item .news_mbx_lists_two {
    background: #FAFAFA;
}

.flsx_item .news_mbx_lists li {
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #464C5B;
    padding: 0 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flsx_item .news_mbx_lists .navi_cur {
    background: #FFFFFF;
}

.flsx_item .flsx_item_db {
    display: flex;
    align-items: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    bottom: 0;
    z-index: 100;
}

.flsx_item .flsx_item_db span {
    display: block;
    width: 50%;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.32rem;
}

.flsx_item .flsx_item_qr {
    color: #FFFFFF;
}

.detail_area {
    margin: 0 0.1rem;
    border-radius: 0.24rem;
    background: #FFFFFF;
    padding-bottom: 0.3rem;
}

.detail_area .detail_area_bt {
    display: flex;
    align-items: center;
    padding-top: 0.6rem;
    margin-left: 0.3rem;
}

.detail_area .detail_area_bt_icon {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
}

.detail_area .detail_area_bt_mc {
    display: block;
    margin-left: 0.15rem;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
}

.detail_area .detail_area_bt_tit {
    font-size: 0.28rem;
    color: #999999;
}

.detail_area .detail_area_title {
    margin: 0 0.1rem;
    font-size: 0.32rem;
    line-height: 2;
    color: #000000;
    margin-top: 0.2rem;
    font-weight: bold;
}

.detail_area .detail_area_title h1 {
    font-size: 0.32rem;
    line-height: 2;
    display: inline;
}

.detail_area .detail_area_tx {
    color: #FF4800;
}

.detail_area .detail_area_xx {
    margin: 0 0.1rem;
    margin-top: 0.15rem;
    line-height: 2;
    font-size: 0.32rem;
    color: #333333;
}

.detail_area .detail_area_ckda {
    display: block;
    margin: 0 0.1rem;
    margin-top: 0.35rem;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 0.12rem;
    font-size: 0.32rem;
    color: #FFFFFF;
}

.detail_area .sub_ans_none {
    display: block;
    margin: 0 0.1rem;
    margin-top: 0.35rem;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 0.12rem;
    background: #C3CBD6;
    font-size: 0.32rem;
    color: #FFFFFF;
}

.detail_area .detail_area_da {
    margin: 0 0.1rem;
    margin-top: 0.4rem;
}

.detail_area .detail_area_datit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail_area .detail_area_dalb {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    color: #333333;
}

.detail_area .detail_area_dalb span {
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    color: red;
}

#answer_cont{
    line-height: 28px;
    background: #eee;
    border-radius: 3px;
    padding: 6px 0 6px 10px;
}

.detail_area .detail_area_dalb img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.15rem;
}

.detail_area .detail_area_dasc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 0.6rem;
    box-sizing: border-box;
    border-radius: 0.3rem;
    border: 0.01rem solid #EEEEEE;
    font-size: 0.28rem;
    color: #666666;
}

.detail_area .detail_area_dascan {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.05rem;
    background-size: 100% 100%;
}

.detail_area .sub_coll_in .detail_area_dascan {
    background-size: 100% 100%;
}

.detail_area .detail_area_seeda {
    padding: 0.2rem 0.3rem;
    border-radius: 0.12rem;
    margin-top: 0.25rem;
}

.detail_area .detail_area_seeda p {
    font-size: 0.32rem;
    color: #333333;
    line-height: 2;
    text-align: justify;
}

.detail_area .detail_area_bottom {
    margin-top: 0.4rem;
}

.detail_area .send_number {
    margin: 0 0.3rem 0.2rem;
    padding-top: 0.4rem;
    font-size: 0.24rem;
    color: #666666;
    border-top: 0.01rem solid #E3E8EE;
}

.detail_area .send_number span {
    font-size: 0.28rem;
    color: #FF4800;
    font-weight: bold;
}

.detail_area .send_unlogin {
    margin: 0 0.1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.2rem;
    background-size: 100% 100%;
}

.detail_area .unlogin_text {
    padding-left: 1.06rem;
}

.detail_area .unlogin_phone span {
    color: #FF4800;
    font-weight: bold;
}

.detail_area .unlogin_phone_txt {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #657180;
}

.detail_area .unlogin_btn {
    display: block;
    height: 0.6rem;
    width: 1.2rem;
    border-radius: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #FFFFFF;
}

.detail_area .send_link {
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.32rem;
}

.detail_area .send_link a {
    display: block;
    width: 2rem;
    height: 0.65rem;
    border-radius: 0.06rem;
    background: #F5F7F8;
    text-align: center;
    line-height: 0.65rem;
    font-size: 0.28rem;
    color: #666666;
}

.detail_area .paper_tishi_s {
    position: relative;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #ff9400;
    text-align: justify;
    margin: 0 0.1rem;
    margin-top: 0.3rem;
    text-indent: 0.35rem;
}

.detail_area .paper_tishi_s img {
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    left: 0;
    top: 0.08rem;
}

.detail_area .paper_tishi_s span {
    font-weight: bold;
}

.detail_area .detail_area_ccts {
    margin: 0.3rem 0.3rem 0;
    font-size: 0.24rem;
    color: #666666;
    display: flex;
    align-items: center;
}

.detail_area .detail_area_ccts img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}

.detail_area .detail_area_ccts a {
    padding: 0 0.05rem;
    color: #FF4800;
}

.detail_area img {
    max-width: 100% !important;
}

.detail_relate {
    padding: 0 0.1rem;
    padding-bottom: 0.34rem;
    margin-top: 0.2rem;
}

.detail_relate .detail_relate_bb {
    display: block;
    position: relative;
    font-size: 0.36rem;
    color: #000000;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 0.35rem;
}

.detail_relate .detail_relate_bb img {
    position: absolute;
    left: 0;
    top: 0.12rem;
    width: 0.32rem;
    height: 0.32rem;
}

.detail_relate .detail_relate_item {
    border-radius: 0.1rem;
    background: #FFFFFF;
    margin-top: 0.3rem;
    padding: 0.1rem;
}

.detail_relate .detail_relate_sl {
    font-size: 0.36rem;
    color: #000000;
    font-weight: bold;
}

.detail_relate .detail_relate_bt {
    font-size: 0.32rem;
    line-height: 2;
    color: #333333;
    text-align: justify;
    margin-top: 0.2rem;
}

.detail_relate .detail_relate_xx {
    font-size: 0.32rem;
    line-height: 2;
    color: #333333;
    margin-top: 0.1rem;
}

.detail_relate .detail_relate_xx img {
    max-width: 100% !important;
}

.detail_relate .detail_relate_ckan {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.35rem;
    font-weight: bold;
    text-align: right;
}


.paginate_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    padding: 0 3%;
    border-top: 1px solid #ed2b20;
    font-size: 0.3rem;
    color: #4d4d4d;
}

.paginate_area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.paginate_area li.disabled {
    color: #DDD;
}

.paginate_area li {
    height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
    font-size: 0.32rem;
    background-color: white;
    margin-right: 0.12rem;
    box-shadow: 0rem 0rem 0.1rem #ed2b20;
}

.paginate_area .pageNum .span1 {
    color: #4290f9 !important;
}

.paginate_area .pageCurrent {
    color: #4290F9 !important;
}

.paginate_area .pageNum {
    margin: auto;
}

.paginate_area a {
    height: 0.64rem;
    display: flex;
    align-items: center;
}
