

/*备份原始*/


/* 首页 */
.enterprise_bg_box .main_content .main_right .enterprise_dec {
    margin-bottom: 58px;
    width: 790px;
}
.enterprise_bg_box .main_content .main_right .dec_detail {
    font-size: 14px;
    color: #666666;
    /* text-indent: 28px; */
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
}
.enterprise_bg_box .main_content .main_right .enterprise_dynamic {
    margin: 0 0 58px 0;
    display: flex;
    flex-wrap: wrap;
}
.enterprise_bg_box .main_content .main_right .enterprise_dynamic .dynamic_item {
    width: 360px;
    height: 58px;
    margin: 0 70px 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
}
.enterprise_bg_box .main_content .main_right .enterprise_dynamic a:nth-child(2n) .dynamic_item {
    margin-right: 0;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .date_box {
    padding-top: 6px;
    width: 58px;
    height: 52px;
    margin-right: 20px;
    background-color: #F6F6F6;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .date_box span {
    display: block;
    width: 48px;
    text-align: center;
    color: #0250A9;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .date_box span:nth-child(1) {
    font-size: 26px;
    padding-bottom: 2px;
    border-bottom: 1px solid #0250A9;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .date_box span:nth-child(2) {
    font-size: 12px;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info {
    height: 58px;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info span {
    display: block;
    width: 270px;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info span:nth-child(1) {
    font-size: 14px;
    color: #666666;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info span:nth-child(2) {
    font-size: 12px;
    color: #999999;
}

.enterprise_bg_box .enterprise_product {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.enterprise_bg_box .enterprise_product .item_box {
    margin: 0 20px 20px 0;
    width: 370px;
    height: 160px;
    padding-left: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_product .item_box:nth-child(2n) {
    margin-right: 0;
}
.enterprise_bg_box .enterprise_scal .enterprise_scal_img {
    width: 136px;
    height: 136px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.enterprise_bg_box .enterprise_scal .enterprise_scal_img img {
    width: 136px;
    max-height: 136px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box {
    width: 190px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: space-around; */
    font-size: 12px;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .title1 {
    font-size: 14px;
    color: #666666;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .title2 {
    color: #0250A9;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .info {
    /* width: 74px; */
    /* width: fit-content; */
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    padding: 2px 18px;
    color: #ffffff;
    background-color: #3D86DC;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .bottom_box {
    font-size: 14px;
    color: #666666;
    height: 20px;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .bottom_box img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .bottom_box span {
    margin-right: 20px;
}

/* 企业动态 */
/* .enterprise_bg_box .enterprise_act .main_right {
  width: 842px;
  min-height: 600px;
  padding: 28px 0 0 30px;
} */
.enterprise_bg_box .enterprise_act .main_right {
    box-sizing: border-box;
    width: 872px;
    padding: 28px 0 0 30px;
    background-color: #ffffff;
    min-height: 600px;
}
.enterprise_bg_box .colleges_purchase_content {
    display: flex;
    justify-content: space-between;
}
.enterprise_bg_box .colleges_purchase_left {
    width: 788px;
}
.enterprise_bg_box .colleges_purchase_left .colleges_purchase_left_item {
    width: 100%;
    height: 94px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(245,245,245);
    cursor: pointer;
}
.enterprise_bg_box .colleges_purchase_left .colleges_purchase_left_item:hover p {
    color: #0250A9;
}
.enterprise_bg_box .colleges_purchase_left .colleges_purchase_left_item .detail:hover {
    color: #0250A9;
}
.enterprise_bg_box .colleges_purchase_left_item p:nth-child(1) {
    font-size: 18px;
    /* font-weight: bold; */
    color: #333333;
    width: 728px;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(2) {
    font-size: 14px;
    /* color: #666666; */
    color: #999999;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(2) div {
    width: 728px;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(3) {
    font-size: 12px;
    color: #999999;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(3) span:nth-child(1) {
    color: #0250A9;
    margin-right: 44px;
}

/* 企业动态-详情 */
/* .enterprise_bg_box .main .bidding_announcement_content {
  display: none;
} */
.enterprise_bg_box .main .bidding_announcement_content {
    background-color: #ffffff;
    padding: 0 22px 60px 22px;
}
.enterprise_bg_box .main .bidding_announcement_content .title {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}
.enterprise_bg_box .main .bidding_announcement_content .info {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 12px;
    color: #999999;
    margin: 44px auto 46px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}
.enterprise_bg_box .main .bidding_announcement_content .info .left_info {
    display: flex;
    align-items: center;
    color: #999999;
}
.enterprise_bg_box .main .bidding_announcement_content .info .left_info div {
    margin-right: 40px;
    /* max-width: 280px; */
    height: 14px;
    max-height: 14px;
    overflow: hidden;
}
.enterprise_bg_box .main .bidding_announcement_content .info div:last-child {
    margin-right: 0;
}
.enterprise_bg_box .main .bidding_announcement_content .info a {
    /* margin-left: 5px; */
    font-size: 12px;
    color: #999999;
}
.enterprise_bg_box .main .bidding_announcement_content .info .jump_a .detail_jump_a {
    margin-left: 5px;
}
/* .enterprise_bg_box .main .bidding_announcement_content .info .jump_a a {
  margin-left: 5px;
} */
.enterprise_bg_box .main .bidding_announcement_content .detail {
    font-size: 16px;
    color: #666666;
    /* text-indent: 32px; */
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
}
.enterprise_bg_box .main .bidding_announcement_content .info .right_info {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}
.enterprise_bg_box .main .bidding_announcement_content .key_words {
    color: #0250A9;
    font-weight: bold;
    margin: 0 4px 0 30px;
    /* margin: 0 4px 0 12px; */
}

/* 企业产品 */
/* 企业产品与详情切换 */
.enterprise_bg_box .enterprise_pdt .main_right {
    padding-left: 52px;
}
/* .enterprise_bg_box .main_right_sort_content_detail {
  display: none;
} */

.enterprise_bg_box .enterprise_pdt .main_right .sort {
    /* margin: 0 auto; */
    /* padding: 0 28px 0 16px; */
    padding-left: 16px;
    width: 756px;
    height: 36px;
    font-size: 12px;
    color: #333333;
    background-color: #F6F6F6;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort_left {
    display: flex;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .sort_item {
    font-size: 12px;
    color: #333333;
    margin-right: 50px;
    display: flex;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .sort_item div {
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .checked_no {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-color:#ffffff;
    border: 1px solid #CFCFCF;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .checked_yes {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #CFCFCF;
    background-color:#ffffff;
    position: relative;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .checked_yes::after {
    position: absolute;
    content: '\2714';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #72A7E6;
}

.enterprise_bg_box .enterprise_pdt .main_right .main_right_sort_content {
    margin-top: 30px;
    width: 772px;
}
.enterprise_bg_box .enterprise_pdt .main_right .main_right_sort_content .item_box {
    margin: 0 10px 20px 0;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .main_right_sort_content a:nth-child(2n) .item_box {
    margin-right: 0;
}

.enterprise_bg_box .enterprise_pdt .main_right_detail_info {
    margin-bottom: 56px;
    height: 348px;
    display: flex;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left {
    margin-right: 30px;
    width: 260px;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left .positionR{
    display: flex;
    justify-content: center;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left .titile_img {
    max-width: 260px;
    max-height: 260px;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left .img_name_box {
    bottom: 0;
    left: 0;
    width: 260px;
    height: 30px;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left .img_name {
    display: none;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left .img_name_box .img_name_active {
    display: block;
    width: 260px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    background: rgba(2,80,169,0.53);
}

.enterprise_bg_box .enterprise_pdt .see_img_box {
    width: 260px;
    height: 60px;
    margin-top: 20px;
}
.enterprise_bg_box .enterprise_pdt .see_img {
    width: 200px;
    height: 60px;
}
.enterprise_bg_box .enterprise_pdt .see_img .swiper-wrapper {
    width: 200px;
    height: 60px;
    /* margin: 0 auto; */
}
.enterprise_bg_box .enterprise_pdt .see_img .swiper_img_box {
    width: 60px;
    height: 60px;
    /* margin-right: 10px; */
}
.enterprise_bg_box .enterprise_pdt .see_img img {
    width: 60px;
    height: 60px;
}
.enterprise_bg_box .enterprise_pdt .see_img_box .see_leftArrow {
    width: 8px;
    height: 16px;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .see_img_box .see_rightArrow {
    width: 8px;
    height: 16px;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .see_leftArrow img, .enterprise_bg_box .enterprise_pdt .see_rightArrow img {
    width: 100%;
    height: 100%;
}

.enterprise_bg_box .enterprise_pdt .info_right {
    display: flex;
    flex-direction: column;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_title {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_key {
    margin: 15px 0 20px;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_key span {
    font-size: 12px;
    color: #999999;
    margin-right: 20px;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show {
    width: 354px;
    height: 34px;
    padding: 0 18px;
    background-color: #F6F6F6;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show span {
    font-size: 12px;
    color: #666666;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show a {
    font-size: 12px;
    /* font-weight: bold; */
    color: #0250A9;
    /* color: rgb(52,132,245); */
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show a img {
    margin: -1px 0 0 2px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
}
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box {
    margin: 18px 0 36px;
    font-size: 14px;
    color: #666666;
    height: 20px;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box .icon_box2,
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box .icon_box3 {
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
/* .enterprise_bg_box .enterprise_pdt .info_right .bottom_box img:nth-child(1) {
  width: 12px;
  height: 10px;
} */
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box span {
    margin-right: 28px;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_box {
    padding: 10px 0;
    width: 370px;
    height: 110px;
    padding-left: 20px;
    border: 1px solid  rgb(230,230,230);
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item {
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item span:nth-child(1) {
    display: block;
    font-size: 12px;
    color: #999999;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item span:nth-child(2) {
    font-size: 12px;
    color: #666666;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item span a {
    font-size: 12px;
    color: #0250A9;
    margin-left: 28px;
}
.enterprise_bg_box .enterprise_pdt .info_right button {
    width: 108px;
    height: 36px;
    font-size: 12px;
    color: #ffffff;
    background-color: #4D84C2;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.enterprise_bg_box .enterprise_pdt .main_prd_dec {
    width: 790px;
    margin: 26px 0 56px;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

.enterprise_bg_box .enterprise_pdt .qualifications {
    margin: 46px 0 64px;
    width: 790px;
    /* height: 176px; */
}
.enterprise_bg_box .enterprise_pdt .qualifications .qualifications_swiper {
    width: 688px;
    /* height: 176px; */
}
.enterprise_bg_box .enterprise_pdt .qualifications .swiper-wrapper {
    width: 688px;
    /* height: 176px; */
    /* margin-left: 20px; */
    /* margin: 0 auto; */
}
.enterprise_bg_box .enterprise_pdt .qualifications .qua_swiper_img {
    width: 218px;
    /* height: 176px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin-right: 10px; */
}
.enterprise_bg_box .enterprise_pdt .qualifications img {
    width: 218px;
    /* height: 146px; */
}
.enterprise_bg_box .enterprise_pdt .qualifications span {
    font-size: 12px;
    color: #666666;
}
.enterprise_bg_box .enterprise_pdt .qualifications .qualifications_leftArrow, .enterprise_bg_box .enterprise_pdt .qualifications .qualifications_rightArrow {
    width: 18px;
    height: 30px;
    background-color: rgba(2,80,169,0.50);
    cursor: pointer;
}
.qualifications_arrow_hide {
    visibility: hidden;
}
.enterprise_bg_box .enterprise_pdt .qualifications_leftArrow img, .enterprise_bg_box .enterprise_pdt .qualifications_rightArrow img {
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.enterprise_bg_box .enterprise_pdt .living_msg_title {
    padding-left: 22px;
    width: 773px;
    height: 32px;
    font-size: 12px;
    color: #666666;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li {
    width: 770px;
    margin-top: 22px;
    padding: 0 0 22px 22px;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    /* align-items: center; */
}
.enterprise_bg_box .enterprise_pdt .living_msg_li:last-child {
    border-bottom: none;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_left {
    width: 60px;
    margin-right: 32px;
    display: flex;
    /* flex-direction: column;
    align-items: center; */
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_left img {
    width: 60px;
    height: 60px;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author {
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author span {
    font-size: 12px;
    color: #666666;
    margin: 6px 0;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author div {
    margin-left: 8px;
    width: 60px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #E3A906;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author div img {
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author .ordinary_div {
    background-color: #9BAEBC
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right span:last-child {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

.enterprise_bg_box .show_box {
    display: none;
}
.enterprise_bg_box .show_box_active {
    display: block;
}
.enterprise_bg_box .not_login_box {
    /* margin: 0 auto; */
    width: 795px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #333333;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
}
.enterprise_bg_box .not_login_box a span {
    color: rgb(2,80,169);
}
.enterprise_bg_box .enterprise_pdt .living_input_box {
    padding-top: 30px;
    border-top: 10px solid #f6f6f6;
}
.enterprise_bg_box .enterprise_pdt .living_input_box .msg_textarea {
    margin-top: 6px;
    padding: 10px 0 0 20px;
    width: 654px;
    height: 90px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #dddcdc;
}
.enterprise_bg_box .enterprise_pdt .living_input_box .msg_textarea_btn {
    padding-top: 4px;
    height: 36px;
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: space-between;
}
.enterprise_bg_box .enterprise_pdt .living_input_box .msg_textarea_btn .btn {
    margin-top: 12px;
    width: 65px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: rgba(2,80,169,0.70);
    border-radius: 2px;
    cursor: pointer;
}

.enterprise_bg_box .enterprise_msg .main_right {
    min-height: 600px;
}

/* 企业优势 */
.enterprise_bg_box .enterprise_sup .main_right {
    min-height: 600px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper_box {
    margin: 0 auto;
    width: 646px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper {
    width: 550px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .swiper-wrapper {
    width: 550px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper_img {
    width: 260px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper_img img {
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .enterprise_sup .sup_leftArrow, .enterprise_bg_box .enterprise_sup .sup_rightArrow {
    width: 18px;
    height: 30px;
    background-color: rgba(2,80,169,0.50);
    cursor: pointer;
}
.enterprise_bg_box .enterprise_sup .sup_leftArrow img, .enterprise_bg_box .enterprise_sup .sup_rightArrow img {
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 企业需求 */
.enterprise_bg_box .enterprise_nds .main_right {
    width: 814px;
    min-height: 600px;
    padding: 28px 28px 0 30px;
}
.enterprise_bg_box .technology_content_card_box {
    width: 100%;
    /* padding-bottom: 22px; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.enterprise_bg_box .technology_content_card {
    overflow: hidden;
    width: 245px;
    height: 238px;
    border-radius: 6px;
    margin: 0 7px 20px 0;
    font-size: 12px;
    color: #666666;
    border: 1px solid rgb(230,230,230);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.enterprise_bg_box .technology_content_card_box a:nth-child(3n) .technology_content_card {
    margin-right: 0;
}
.enterprise_bg_box .technology_content_card div {
    width: 218px;
    margin-bottom: 12px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enterprise_bg_box .technology_content_card .title {
    /* width: 218px; */
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background-color: #F6F6F6;
    margin-bottom: 24px;
}
.enterprise_bg_box .technology_content_card .title div {
    padding: 0;
    /* width: 218px; */
    width: 208px;
    height: 40px;
    line-height: 20px;
    white-space: normal;
}
.enterprise_bg_box .technology_content_card div:nth-child(4) {
    margin-bottom: 30px;
}
.enterprise_bg_box .technology_color {
    color: rgb(238,161,19);
}
.enterprise_bg_box .technology_content_card .detail {
    margin: 0 auto;
    width: 56px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 26px;
    color: #0250A9;
    border: 1px solid #0250A9;
    cursor: pointer;
}
.enterprise_bg_box .technology_content_card .detail:hover {
    background-color: #0250A9;
    border: 1px solid #0250A9;
    color: #ffffff;
}
/* 企业需求详情 */
.enterprise_bg_box .enterprise_nds_cot {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    display: flex;
    flex-direction: column;
}
.enterprise_bg_box .enterprise_nds_cot div {
    /* margin-bottom: 20px; */
    display: flex;
}
/* 文字两端对齐 */
.enterprise_bg_box .enterprise_nds_cot .span_name {
    margin-right: 4px;
    display: block;
    width: 80px;
    text-align: justify;
}
.enterprise_bg_box .enterprise_nds_cot i {
    display: inline-block;
    width: 100%;
}

/* 专家 */
/* .expertLib_library{
  border: 1px solid red;
} */
.expertLib_library .list {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0 51px;
}
.expert {
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 381px;
    height: 159px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
    margin: 0 12px 16px 0;
    padding: 10px 17px 10px 7px;
}
.expert .left {
    width: 136px;
    height: 136px;
}
.expert .left img {
    width: 136px;
    height: 136px;
}
.expert .right {
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    color: #333;
}
.expert .right {
    position: relative;
    color: #333;
    font-size:12px
}
.expert .right .name {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.expert .right .line {
    position: relative;
    width: 190px;
    height: 1px;
    background-color: #f0f0f0;
    margin-bottom: 7px;
}
.expert .right .progress_line {
    width: 56px;
    height: 1px;
    background-color: #002147;
}
.expert .right .area {
    padding-bottom: 7px;
}
.expert .right .domain {
    line-height: 18px;
    padding-bottom: 7px;
}
.expert .right .position{
    position: absolute;
    top: 5px;
    right: 0;
}
.expert .right .position .tag{
    font-size: 14px;
}



/* 搜索标签 */
.tag_search_tab {
    padding-bottom: 10px;
}
.tag_search_tab .search_tags {
    width: 100%;
    background-color: #ffffff;
}
.tag_search_tab .search_tags .tags_box {
    /* height: 150px; */
    font-size: 12px;
}
.tag_search_tab .search_tags .tags_box .after_line {
    position: relative;
    /* margin: 15px 0; */
}
.tag_search_tab .search_tags .tags_box .search_tags_child .search_tags_item:first-child {
    margin-top: 30px;
}
.tag_search_tab .search_tags .tags_box .search_tags_child .after_line {
    margin-top: 16px;
}
.tag_search_tab .search_tags .tags_box .after_line::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 756px;
    height: 1px;
    border-bottom: 1px dashed #F0F0F0;
}
.tag_search_tab .search_tags .tags_box .search_tags_child {
    display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_child_active {
    display: block;
}
.tag_search_tab .search_tags .tags_box .search_tags_item,
.tag_search_tab .search_tags .tags_box .search_tags_item_link {
    display: flex;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_hide {
    display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_link .link_three {
    display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_link .link_three_active {
    display: block;
}
.tag_search_tab .search_tags .tags_box .search_tags_parent {
    margin-bottom: 20px;
}
.tag_search_tab .search_tags .tags_box .search_tags_child .after_line:last-child {
    margin-bottom: 0;
}
.tag_search_tab .search_tags .search_tags_gather {
    display: flex;
    align-items: center;
    /* 这里改了js记得改 */
    margin: 16px 0 16px;
}
.tag_search_tab .search_tags .tags_box .tags_item span {
    width: 110px;
    color: #999999;
    /* margin-right: 62px; */
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_ul_hide {
    display: none;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_ul {
    width: 1080px;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li {
    /* height: 24px; */
    /* line-height: 24px; */
    margin: 0 34px 16px 0;
    color: #666666;
    cursor: pointer;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li a {
    color: #666666;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li:hover a {
    color: rgb(78, 136, 140);
}
/* .tag_search_tab .search_tags .tags_box .search_tags_item_first .tags_item_li {
  margin-top: 0;
} */
.tag_search_tab .search_tags .tags_box .tags_item .active_li,
.tag_search_tab .search_tags .tags_box .tags_item .active_li a {
    color: rgb(78, 136, 140);
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_ul {
    height: 26px;
    display: flex;
    align-items: center;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li {
    margin-right: 34px;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li div {
    position: relative;
    padding: 5px 30px 5px 12px;
    color: rgb(78, 136, 140);
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
    pointer-events: none;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li div::after {
    position: absolute;
    content: '\2716';
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    color: rgb(78, 136, 140);
    cursor: pointer;
    pointer-events: auto;
}