/* ai政策样式开始 */
/* 按钮 */

.ai_button_box {
    display: flex;
    flex-direction: column;
}


.ai_button_box .ai_guide {
    margin-bottom: 10px;
}

.ai_guide {
    display: inline-block;
    width: 60px;
    height: 24px;
    background: url(../image/AI_Guide.png) repeat;
    background-size: 100% 100%;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;

}

.policy_map {
    display: inline-block;
    width: 72px;
    height: 24px;
    background: url(../image/policy_map.png) no-repeat 100%;
    background-size: 100% 100%;
    cursor: pointer;
    flex-shrink: 0;
}

/* 弹窗 */

.ai_modal_draw_div {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.ai_modal_draw_div .big {
    width: 100%;
    height: 100%;
}

.ai_modal_draw_div .big .ai_modal_choose_content {
    height: calc(100vh - 300px);
}

.policy_map_content {
    display: none;
}

.ai_modal {
    width: 1300px;
    background-color: #ECF2F6;
    border-radius: 18px 18px 18px 18px;
    transition: all 0.3s ease-in-out;
}

.policy_map_draw .ai_modal {
    background: #F6F5EC;
}

.ai_modal_head {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.ai_modal_draw_div .ai_modal_head .ai_modal_title_icon {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: url(../image/AI_Guide_icon.png);
    background-size: 100% 100%;
}

.policy_map_draw .ai_modal_head .ai_modal_title_icon {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: url(../image/policy_map_Logo.png);
    background-size: 100% 100%;
}

.ai_modal_head .ai_modal_title_close {
    position: absolute;
    top: 24px;
    right: 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/AI_close.png);
    background-size: 100% 100%;
    cursor: pointer;
}


.ai_modal_head .qa_draw_top_big {
    position: absolute;
    top: 24px;
    right: 45px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/qa_big.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 20px;
}

.ai_modal_head .qa_draw_top_small {
    position: absolute;
    top: 24px;
    right: 45px;
    display: none;
    width: 16px;
    height: 16px;
    background: url(../image/qa_small.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 20px;
}


.ai_modal_content {
    margin: 0 40px 40px 40px;
}


.search-result-table {
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.table-row {
    border-bottom: 1px solid #ebebeb;
}

.table-row,
.table-row-left,
.table-row-right {
    display: flex;
}


.table-row-left,
.table-row-right {
    flex: 1;
}


.row-content {
    max-width: 309px;
    padding: 16px 15px;
    font-size: 16px;
    color: #333333;
}


.table-row-item {
    display: flex;
    border-bottom: 1px solid #ebebeb;
}


.row-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    background: #F3F3F3;
    text-align: center;
    line-height: 18px;
    padding: 16px 0;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    flex-shrink: 0;
}


.row-item-content-con {
    flex: 1;
    margin: 16px 14px 16px 14px;
    max-height: 22px;
    overflow: hidden;
}


.row-item-content {
    flex: 1;
    padding: 16px 14px 16px 14px;
    max-height: 77px;
    overflow: hidden;
}

.row-item-con-title {
    color: #333333;
    font-size: 16px;
    line-height: unset;
    margin: unset;
}

.policy_map_draw .row-item-con-title a {
    color: #005FFA;
}


.row-item-content-title {
    max-width: 538px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.row-item-content-title a {
    color: #2440b3;
}

.row-item-content-title:last-child {
    margin-bottom: unset;
}

.row-item-content-title a:hover {
    color: #2440b3;
}

.ai_modal_content .row-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F3;
    color: #333;
    font-size: 16px;
    width: 140px;
    text-align: center;
    height: auto;
    line-height: 56px;
    margin-left: 0;
    padding: 0;
    flex-shrink: 0;
}

.ai_modal_content .row-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    padding: 16px 15px;
    font-size: 16px;
    color: #333333;
}

.ai_modal_bottom {
    background-color: #fff;
    padding: 15px 25px;
}

.ai_modal_bottom_choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.ai_modal_bottom_choose .visual_reading {
    display: none;
    align-items: center;
    cursor: pointer;
}

.ai_modal_bottom_choose .visual_reading a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ai_modal_bottom_choose .visual_reading .visual_reading_icon {
    display: inline-block;
    width: 26px;
    height: 22px;
    background: url(../image/visual_reading_icon.png);
    background-size: 100% 100%;
    margin-right: 10px;
}

.ai_modal_bottom_choose .visual_reading .visual_reading_txt {
    font-weight: 400;
    font-size: 18px;
    color: #F46609;
}

.ai_modal_content .ai_modal_bottom .ai_modal_info_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai_modal_content .ai_modal_bottom .ai_modal_info_content .ai_mz {
    padding: 0 15px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #9776DD;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9776DD;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.ai_modal_content .ai_modal_bottom .ai_modal_info_content .ai_mz .ai_mz_icon {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 4px;
    background: url(../image/ai_mz.png) no-repeat;
    background-size: 100% 100%;
}

.ai_modal_info {
    display: flex;
    align-items: center;
}

.ai_modal_info .ai_modal_info_icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../image/ai_info_icon.png);
    background-size: 100% 100%;
    margin-right: 10px;
}

.ai_modal_info .ai_modal_info_txt {
    color: #9777da;
}

.ai_modal_choose {
    display: flex;
    align-items: center;
}

.ai_modal_choose .item_ai_choose {
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    color: #3F77CE;
    border: 1px solid #3F77CE;
    padding: 5px 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    margin-right: 30px;
}

.ai_modal_choose .on {
    background: url(../image/ai_choose_on.png);
    background-size: 100% 100%;
    color: #FFFFFF;
    border: unset;

}

.ai_modal_choose_content {
    height: 50vh;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #EFEFEF;
    padding: 28px;
    overflow-y: auto;
    font-size: 16px !important;
    line-height: 2;
}


.ai_modal_qa_div {
    padding: 20px;
    background-color: #FDFAEE;
    border-radius: 0px 42px 0px 42px;
    margin-bottom: 25px;
}

.ai_modal_qa_div:last-child {
    margin-bottom: 0;
}


.qa_modal_qa_question {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.ai_modal_qa_div .qa_modal_qa_question_icon {
    position: absolute;
    top: -43px;
    left: -40px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../image/Q.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    color: #FFF;
    font-size: 24px;
}

.ai_modal_qa_div .qa_modal_qa_answer {
    display: flex;
}

.ai_modal_qa_div .qa_modal_qa_question_txt {
    font-weight: bold;
}

.ai_modal_qa_div .qa_modal_qa_answer_icon {
    font-weight: bold;
    font-size: 24px;
    color: #DFB977;
    line-height: 27px;
    margin-right: 20px;
}

.ai_modal_qa_div .qa_modal_qa_answer_txt {
    line-height: 30px;
}

/* 弹窗loading */


.ant-skeleton-paragraph > li {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%);
    background-size: 400% 100%;
    animation-name: css-9dx883-ant-skeleton-loading;
    animation-duration: 1.4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    list-style: none;
    border-radius: 100px;
    margin-bottom: 25px;
    height: 15px !important;
}

@keyframes css-9dx883-ant-skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}


/*政策图谱样式*/

.policy_map_box {
    display: flex;
    align-items: center;
}


.policy_map_list {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.policy_map_left_line, .policy_map_right_line {
    width: 5%;
    height: 100%;
    display: flex;
    align-items: center;
}

.policy_map_left_line .policy_map_left_line_left, .policy_map_right_line_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    height: calc(100% - 50px);
}

.policy_map_left_line_two {
    display: flex;
    align-items: center;
    width: 100%;
}

.policy_map_left_line_two .line-bold {
    width: 60%;
    height: 6px;
    background: #005FFA;
}

.policy_map_left_line_two .line-normal {
    width: 40%;
    height: 2px;
    background: #005FFA;
}

.policy_map_left_line .policy_map_left_line_middle, .policy_map_right_line_middle {
    width: 3%;
    height: calc(100% - 54px);
    background: #005FFA;
}

.policy_map_left_line .policy_map_left_line_right, .policy_map_right_line_left {
    width: 37%;
    height: 2px;
    background: #005FFA;
}


.item_policy_map {
    width: 100%;
    position: relative;
}

.policy_map_middle {
    width: 30%;
}

.item_policy_map .item_policy_map_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 10px 5px;
    cursor: pointer;
    box-sizing: border-box;
}


.item_policy_map_top .item_policy_map_top_number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
}


.equal_level_policy .item_policy_map_top {
    border: 2px solid #26D5CB;
}

.top_level_link .item_policy_map_top {
    border: 2px solid #26D557;
}

.lower_level_link .item_policy_map_top {
    border: 2px solid #C7D526;
}


.historical_evolution .item_policy_map_top {
    border: 2px solid #D59926;
}

.service_association .item_policy_map_top {
    border: 2px solid #D55C26;
}

.about_related .item_policy_map_top {
    border: 2px solid #8D26D5;
}

.policy_map_middle.item_policy_map {
    border: 2px solid #005FFA;
    border-radius: 12px;
}


.equal_level_policy .item_policy_map_top .item_policy_map_top_number {
    background-color: #26D5CB;
}

.top_level_link .item_policy_map_top .item_policy_map_top_number {
    background-color: #26D557;
}

.lower_level_link .item_policy_map_top .item_policy_map_top_number {
    background-color: #C7D526;
}

.historical_evolution .item_policy_map_top .item_policy_map_top_number {
    background-color: #D59926;
}

.service_association .item_policy_map_top .item_policy_map_top_number {
    background-color: #D55C26;
}

.about_related .item_policy_map_top .item_policy_map_top_number {
    background-color: #8D26D5;
}

.item_policy_map_bottom {
    display: none;
    width: 100%;
    max-height: 320px;
    padding: 0 15px;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 #cccccc;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    overflow-y: auto;
}

.item_policy_map_bottom::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.item_policy_map_bottom::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 12px 12px 12px 12px;
}

.lower_level_link .item_policy_map_bottom, .about_related .item_policy_map_bottom {
    bottom: 62px;
}


.item_policy_map_bottom_list {
    padding: 15px 0;
    line-height: 20px;
    border-bottom: 1px dashed #cccccc;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_tips {
    display: flex;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_tips .superiorData_sort_icon{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #57b6ff;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_date {
    font-size: 14px;
    text-align: right;
    color: #666666;
    margin-top: 4px;
}

.item_policy_map_bottom_list .link_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/link_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 9px;
}


.item_policy_map_bottom_list:last-child {
    border-bottom: none;
}

.item_policy_map_bottom_list a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}


.no-data .item_policy_map_top_txt {
    color: #cccccc;
}

.no-data .item_policy_map_top_number {
    background-color: #cccccc !important;
}

.no-data .item_policy_map_top {
    border: 1px solid #cccccc;
    cursor: no-drop;
}

.index_main .ai_guide, .index_main .policy_map {
    margin-top: 3px;
}

/*  免责弹窗  */
.disclaimer-div {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 99999;
}

.disclaimer-div-draw {
    width: 790px;
    background: #FFFFFF;
    border-radius: 10px;
}

.disclaimer-div-draw .disclaimer-div-draw-head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1658A0;
    padding: 15px 20px;
    position: relative;
}


.disclaimer-div-draw .disclaimer-div-draw-head .disclaimer-div-draw-head-title {
    font-size: 20px;
    color: #FEFEFE;
}

.disclaimer-div-draw .disclaimer-div-draw-head .disclaimer-div-draw-head-close {
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/AI_close.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.disclaimer-div-draw .disclaimer-div-draw-content {
    padding: 30px;
    line-height: 30px;
}


.left-search-content .icon-word,
.left-search-content .icon-ppt,
.left-search-content .icon-excel,
.left-search-content .icon-txt,
.left-search-content .icon-rar,
.left-search-content .icon-pdf,
.left-search-content .icon-weixin,
.left-search-content .icon-weibo,
.left-search-content .icon-toutiao {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-right: unset
}


/*可视化弹窗*/
.ai_visualization_draw{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.ai_visualization_draw_content{
    width: 1300px;
    height: 90%;
    background-color: #ECF2F6;
    border-radius: 18px 18px 18px 18px;
}


.ai_visualization_draw_content .ai_visualization_head{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    height: 40px;
}

.ai_visualization_draw_content .ai_visualization_head .ai_visualization_draw_close{
    position: absolute;
    top: 24px;
    right: 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/AI_close.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.ai_visualization_draw_content  .ai_visualization_iframe{
    width: 100%;
    height: calc(100% - 80px);
}




