.cloud_color {
    color: #0250A9;
}

.cloud_bg_color {
    background-color: #0250A9;
}

.cloud_secondary_box .bottom {
    height: 0;
}

/* 顶部列表内容 */
.cloud_secondary_box .content_top .goRoomList span:hover {
    color: #0250A9;
}

.cloud_secondary_box .content_top .rightBox .inuptBox {
    border: 2px solid #0250A9;
}

.cloud_secondary_box .content_top input::-webkit-input-placeholder {
    color: #C7C6C6;
    font-size: 14px;
}

.cloud_secondary_box .content_top .goRoomA .infoBox span {
    color: #0250A9;
}

.cloud_secondary_box .content_top .goRoomA:hover .infoBox {
    border-bottom: 1px solid #0250A9;
}

.cloud_secondary_box .content .content_top_list .center_list .active_li {
    color: #0250A9;
}

.cloud_secondary_box .content {
    border-bottom: 2px solid #0250A9;
}

.cloud_secondary_box .content_top_list .content_center_li:hover {
    color: #0250A9;
}

/* 分页器 */
.cloud_secondary_box .pager_box {
    /* width: 1190px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.cloud_secondary_box #kkpager {
    margin-left: 0 !important;
    /* margin-left: 580px !important; */
}

.cloud_secondary_box .navigation_info {
    height: 70px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}
.cloud_secondary_box .navigation_info a {
    font-size: 14px;
    color: #999999;
}

.cloud_secondary_box .navigation_info .nav_now {
    color: #0250A9;
}

.cloud_secondary_box .navigation_info .nav_arrow {
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin: 0 4px;
}

/* 搜索标签 */
.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 .after_line:first-child {
    margin-top: 30px;
}

.tag_search_tab .search_tags .tags_box .search_tags_child .after_line:first-child {
    margin-top: 16px;
}

.tag_search_tab .search_tags .tags_box .after_line::after {
    position: absolute;
    left: 0;
    /* bottom: -12px; */
    bottom: 0;
    content: '';
    width: 1190px;
    height: 1px;
    border-bottom: 1px dashed #F0F0F0;
    /* border-bottom: 1px dashed red; */
}

.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 {
    display: flex;
    /* align-items: center; */
    margin: 0 0 12px;
}

.tag_search_tab .search_tags .tags_box .search_tags_parent {
    margin-bottom: 0;
}

.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 {
    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: #0250A9;
}

.tag_search_tab .search_tags .tags_box .tags_item .active_li,
.tag_search_tab .search_tags .tags_box .tags_item .active_li a {
    color: #0250A9;
}

.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: #0250A9;
    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: #0250A9;
    cursor: pointer;
    pointer-events: auto;
}

/* 排序 */
.tag_search_tab .sort {
    margin: 0 auto;
    padding: 0 28px 0 16px;
    width: 1146px;
    height: 36px;
    font-size: 12px;
    color: #333333;
    background-color: #F6F6F6;
}

.tag_search_tab .sort .sort_left {
    display: flex;
}

.tag_search_tab .sort .sort_left .sort_item {
    font-size: 12px;
    color: #333333;
    margin-right: 50px;
    display: flex;
    cursor: pointer;
}

.tag_search_tab .sort .sort_left .checked_no {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    /* background-color: #ffffff; */
    border: 1px solid #CFCFCF;
}

.tag_search_tab .sort .sort_left .checked_yes {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #72A7E6;
    background-color: #72A7E6;
    position: relative;
}

.tag_search_tab .sort .sort_left .checked_yes::after {
    position: absolute;
    content: '\2714';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #ffffff;
}

.tag_search_tab .sort .sort_right span {
    color: #666666;
    margin-left: 28px;
    cursor: pointer;
}

/* 搜索内容 */
.cloud_secondary_box .search_content_box .search_content_hot {
    display: none;
}

.cloud_secondary_box .search_content_box .search_content_hot_active {
    display: block;
}

.cloud_secondary_box .search_content {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.cloud_secondary_box .search_content .item_box {
    /* margin: 0 16px 20px 0; */
    margin-right: 24px;
    margin-bottom: 20px;
    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;
    cursor: pointer;
}
.cloud_secondary_box .search_content a:nth-child(3n) .item_box {
  margin-right: 0;
}

/* .cloud_secondary_box .search_content .item_box .left_img {
    width: 136px;
    height: 136px;
    margin-right: 20px;
} */
.cloud_secondary_box .search_content .item_box .p_img {
    width: 136px;
    height: 136px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}
.cloud_secondary_box .search_content .item_box .p_img .left_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 136px;
    max-height: 136px;
}

.cloud_secondary_box .search_content .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;
}

.cloud_secondary_box .search_content .item_box .item_right_box span {
    display: inline-block;
}
.cloud_secondary_box .search_content .item_box .item_right_box .title1 {
    width: 190px;
    font-size: 14px;
    color: #666666;
}

.cloud_secondary_box .search_content .item_box .item_right_box .title2 {
    width: 190px;
    color: #0250A9;
    margin: 13px 0 15px;
}

.cloud_secondary_box .search_content .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: #72A7E6;

}
.cloud_secondary_box .search_content .item_box .hot_enterprise_right_box .info {
    max-width: 155px;
    margin: 13px 0 30px;
}

.cloud_secondary_box .search_content .item_box .item_right_box .choose_bottom {
    margin-top: 10px;
}
.cloud_secondary_box .search_content .item_box .item_right_box .bottom_box {
    font-size: 14px;
    color: #666666;
    height: 20px;
    display: flex;
    align-items: center;
}

.cloud_secondary_box .icon_box1,
.cloud_secondary_box .icon_box2,
.cloud_secondary_box .icon_box3 {
    display: flex;
}

.cloud_secondary_box .search_content .item_box .item_right_box .bottom_box img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}

/* .cloud_secondary_box .search_content .item_box .item_right_box .bottom_box img:nth-child(1) {
  width: 12px;
  height: 10px;
} */
.cloud_secondary_box .search_content .item_box .item_right_box .bottom_box span {
    margin-right: 20px;
}

/* 热门产品 */
.cloud_secondary_box .hot_product .hot_nav_box {
    margin-bottom: 20px;
    height: 50px;
    background-color: #F9F9F9;
}

.cloud_secondary_box .hot_product .hot_nav {
    margin: 0 auto;
    width: 1242px;
    height: 50px;
}

.cloud_secondary_box .hot_product .hot_nav_ul {
    width: 1190px;
    height: 50px;
    display: flex;
    align-items: center;
}

/* .cloud_secondary_box .hot_product .hot_nav:hover .hot_leftArrow {
  visibility: visible;
}
.cloud_secondary_box .hot_product .hot_nav:hover .hot_rightArrow {
  visibility: visible;
} */
.cloud_secondary_box .hot_product .swiper-wrapper {
    width: 1190px;
    height: 50px;
}

.cloud_secondary_box .hot_product .hot_nav_ul li {
    width: 178px;
    /* 宽度自适应 */
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    overflow: hidden;
    padding: 0 12px;
    height: 50px;
    font-size: 14px;
    color: #666666;
    /* margin-right: 38px; */
    cursor: pointer;
}

.cloud_secondary_box .hot_product .hot_nav_ul .active_li {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #ffffff;
}

.cloud_secondary_box .hot_product .hot_leftArrow, .hot_product .hot_rightArrow {
    visibility: hidden;
    /* display: none; */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F9F9F9;
    cursor: pointer;
}

.cloud_secondary_box .hot_product .hot_leftArrow img, .hot_product .hot_rightArrow img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cloud_secondary_box .hot_product .search_content, .cloud_secondary_box .enterprise_recommend .search_content {
    margin-top: 0;
}

/* 企业推荐 */
.cloud_secondary_box .enterprise_recommend .recommend_img {
    width: 136px;
    height: 136px;
    margin-right: 20px;
    /* overflow: hidden; */
    position: relative;
}

.cloud_secondary_box .enterprise_recommend .recommend_tag {
    top: 0;
    left: 0;
    width: 60px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
    background-color: #E3A906;
}
.cloud_secondary_box .enterprise_recommend .recommend_tag img {
    width: 100%;
    height: 100%;
}

/* 高校采购 */
.cloud_secondary_box .colleges_purchase_content {
    display: flex;
    justify-content: space-between;
}

.cloud_secondary_box .colleges_purchase_left {
    width: 815px;
}

.cloud_secondary_box .colleges_purchase_left .colleges_purchase_left_item {
    width: 815px;
    font-size: 16px;
    color: #666666;
    height: 20px;
    /* height: 94px; */
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #f0f0f0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.cloud_secondary_box .colleges_purchase_left .colleges_purchase_left_item:hover,
.cloud_secondary_box .colleges_purchase_left .colleges_purchase_left_item:hover span {
    color: #1046b4;
}
.cloud_secondary_box .colleges_purchase_left .colleges_purchase_left_item div {
    width: 650px;
}
.cloud_secondary_box .colleges_purchase_left .colleges_purchase_left_item span {
    color: #999999;
}

.cloud_secondary_box .colleges_purchase_left_item p:nth-child(1) {
    font-size: 18px;
    color: #333333;
    width: 790px;
}

.cloud_secondary_box .colleges_purchase_left_item div:nth-child(2) {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.cloud_secondary_box .colleges_purchase_left_item div:nth-child(2) div {
    width: 770px;
}

.cloud_secondary_box .colleges_purchase_left_item div:nth-child(3) {
    font-size: 12px;
    color: #999999;
}

.cloud_secondary_box .colleges_purchase_left_item div:nth-child(3) span:nth-child(1) {
    color: #0250A9;
    margin-right: 44px;
}

.cloud_secondary_box .colleges_purchase_right {
    display: flex;
    flex-direction: column;
}

.cloud_secondary_box .colleges_purchase_right img {
    width: 300px;
    height: 166px;
    margin-bottom: 20px;
}

/* 招标公告 */
.cloud_secondary_box .bidding_announcement_content {
    margin-bottom: 60px;
}

.cloud_secondary_box .bidding_announcement_content .title {
    margin-top: 10px;
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}

.cloud_secondary_box .bidding_announcement_content .info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
    margin: 44px auto 46px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}

.cloud_secondary_box .bidding_announcement_content .info div {
    margin-right: 40px;
    /* max-width: 280px; */
    height: 14px;
    max-height: 14px;
    overflow: hidden;
}
.cloud_secondary_box .bidding_announcement_content .info div:last-child {
    margin-right: 0;
}

.cloud_secondary_box .bidding_announcement_content .info a {
    /* margin-left: 5px; */
    font-size: 12px;
    color: #999999;
}
.cloud_secondary_box .bidding_announcement_content .info .jump_a .detail_jump_a {
    margin-left: 5px;
}
/* .cloud_secondary_box .bidding_announcement_content .info .jump_a a {
    margin-left: 5px;
} */

.cloud_secondary_box .bidding_announcement_content .detail {
    font-size: 16px;
    color: #666666;
    /* text-indent: 32px; */
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
}

/* 列表页详情 */
.cloud_secondary_box .navigation_info {
    height: 70px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}
.cloud_secondary_box .navigation_info a {
    font-size: 14px;
    color: #999999;
}
.cloud_secondary_box .navigation_info .nav_now {
    color: #0250A9;
}

.cloud_secondary_box .navigation_info .nav_arrow {
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin: 0 4px;
}

.cloud_secondary_box .achive_list_detail_content {
    margin-bottom: 60px;
}

.cloud_secondary_box .achive_list_detail_content .title {
    margin-top: 10px;
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}

.cloud_secondary_box .achive_list_detail_content .info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
    margin: 44px auto 46px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}

.cloud_secondary_box .achive_list_detail_content .info .achievements_color {
    color: #0250A9;
}

.cloud_secondary_box .achive_list_detail_content .info div {
    margin-right: 40px;
    /* max-width: 280px; */
    height: 14px;
    max-height: 14px;
    overflow: hidden;
}
.cloud_secondary_box .achive_list_detail_content .info div:last-child {
    margin-right: 0;
}

.cloud_secondary_box .achive_list_detail_content .info a {
    /* margin-left: 5px; */
    font-size: 12px;
    color: #999999;
}
.cloud_secondary_box .achive_list_detail_content .info .jump_a .detail_jump_a {
    margin-left: 5px;
}
/* .cloud_secondary_box .achive_list_detail_content .info .jump_a a {
    margin-left: 5px;
} */

/* swiper */
.cloud_secondary_box .swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
