body,
html {
    margin: 0;
    padding: 0;
    background-color: #F4F6F9;
    height: 100%;
}

.container-center {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.container-top {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-search {
    display: flex;
    align-items: center;

}

.container-search-top {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.topSearch .topSearchInput {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #9999993b;
    padding-left: 20px;
}

.topSearch .topSearchBut {
    height: 30px;
    background-color: #1c5ca6;
    color: #fff;
}

.dashed-line {
    border-top: 1px dashed #D1D1D1;
    margin: 20px auto;
}

.countryTab {
    display: flex;
    font-size: 14px;
}
.container-center-phone{
    display: none;
}
.countryTab .countryText {
    color: #000;
    display: flex;
    flex-wrap: wrap
}

.countryTab .countryText span {
    display: inline-block;
    padding: 2px 15px;
    margin: 0 8px 8px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
}

/* 选中状态样式 */
.countryTab .countryText span.active {
    background-color: #1C5CA6;
    color: #fff;
}

.hotProject {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #d1d1d1;
    padding: 25px 0;
}

.flexCenter {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.hotProject .hotProject_Image {
    height: 110px;
    width: 33.33%;
}

.hotProject .hotProject_TEXT1 {
    display: flex;
    flex-direction: column;
    /*max-width: 200px;*/
      width: 66%;
    margin-left: 10px;
}

.hotProject .hotProject_TEXT1 span:nth-child(1) {
    font-weight: bold;
    font-size: 17px;
    color: #111111;
    /* 单行省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotProject .hotProject_TEXT1 span:nth-child(2) {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    /* 两行省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.hotProject_TEXT2 {
    display: flex;
    flex-direction: column;
}

.hotProject .hotProject_TEXT2 span:nth-child(1) {
    font-weight: bold;
    font-size: 17px;
    color: #1C5CA6;
}

.hotProject .hotProject_TEXT2 span:nth-child(2) {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
}
.but1 {
    width: 96px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #1C5CA6;
    color: #1C5CA6;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
      margin-left: 10px;
}

.but2 {
    width: 96px;
    height: 32px;
    background: #1C5CA6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
}

/*========================================当屏幕尺寸小于760px时===================================*/
@media (max-width: 767px) {
    .container-top {
        display: none;
    }

    .container-search-top {
        display: none;
    }
    .phone-topSearch .topSearchInput {
        border-radius: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 20px;
        width: 100%;
        padding-left: 30px; /* 留出图标空间 */
        background-color: #f5f5f5; /* 设置输入框背景色 */
      
        /* 搜索图标：使用内联 SVG，颜色设为 #999999 */
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="%23999999" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>');
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 16px 16px;
        font-size: 14px;
        color: #999999; /* 输入文字和 placeholder 颜色均为 #999999 */
      
        /* 可选：去除默认 outline 和内阴影 */
        outline: none;
    }
      
      /* 如果希望 placeholder 颜色也是 #999999 */
      .topSearchInput::placeholder {
        color: #999999;
        opacity: 1; /* 防止某些浏览器降低透明度 */
      }

    .container-center-phone {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 4px;
        display: flex;
        justify-content: space-between;

    }
    .container-center {
        width: 100%;
        margin-top: 10px !important;
    }
    .hotProject{
        display: flex;
        flex-direction: column;
        border-bottom: 0px dashed #d1d1d1;
        padding: 10px 0;
    }
    .hotProject_But{
        display: none;
    }
    .hotProject_TEXT2 {
        display: none;
    }
    .phone-mjzq{
        display: flex
        ;
                background: #e8eef6;
                width: 100%;
                margin-top: 10px;
    }
    .phone-hotProject_TEXT2{
        width: 50%;
        padding: 5px 10px;

    }
     .phone-hotProject_TEXT2 span:nth-child(1) {
        font-weight: 600;
        font-size: 14px;
        color: #000;

    }
    
     .phone-hotProject_TEXT2 span:nth-child(2) {

        font-size: 12px;
        font-weight: bold;
        color: #1C5CA6;
    }
    .hotProject .hotProject_TEXT1 {
        display: flex
    ;
        flex-direction: column;
        /*max-width: 200px;*/
        margin-left: 10px;
        height: 100px;
        justify-content: space-around;
    }
          .hotProject_Image{
                width: 44% !important;
            }
        .hotProject .hotProject_TEXT1 {
            width: 56% !important;
        }
    
    
}