main {
    min-height: 100vh;
}
.gpt_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}
.gpt_box::before {
    content: 'Ad';
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 2px solid #c7bfbf;
    border-radius: 50%;
    color: #c7bfbf;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    height: 35px;
    width: 35px;
    z-index: -1;
}
.inquiries .home_global  {
    overflow: hidden;
}
.inquiries .home_global_title > div {
    color: #333;
}
.inquiries .home_global_list>div {
    flex: 0 0 50%;
    width: 50%;
}
.inquiries .home_global_list .home_global_list_item {
    height: 12rem;
}

.inquiries .home_global_list_item .list_item_types {
    white-space: nowrap;
    text-align: center;
    margin-right: 0.5rem;
}
.inquiries .home_global_list_item .list_item_types.type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    color: #319653;
    font-weight: 700;
}
.inquiries .home_global_list_item .list_item_hidden .list_item_types.type {
    color: #fff;
}
.list_item_hidden .list_item_btn > div {
    line-height: 1rem;
}
.inquiries .list_item .list_item_address {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    line-height: 1rem;
    border-top: 0;
    flex: 0 0 50%;
    width: 50%;
}
.inquiries .list_item_hidden>div:last-of-type {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.inquiries  .home_global_list_item .list_item_hidden .list_item_hidden_top {
    padding-top: 1rem;
}
.inquiries .home_global_list_item .list_item_types.type .icon {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    font-weight: 400;
}
.inquiries .home_global_list_item .list_item_country {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
   
}
.inquiries .home_global_list_item .list_item_country .home_ellipsis {
    width: auto;
}
.inquiries .home_global_list {
    margin-bottom: 1rem;
}
.inquiries .home_global_list .list_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f3f3f3;
}

.inquiries .home_global_list .list_item_time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #727272;
    font-size: 0.875rem;
    margin-left: 5%;
    flex: 0 0 45%;
    width: 45%;
}

.inquiries .list_item_hidden .list_item_time {
    flex:none;
    width: auto;
    margin-left: 0;
    justify-content: flex-start;
    color: #fff;
}
.inquiries .home_global_list .list_item_time .icon {
    display: inline-block;
    margin-right: 0.4rem;
    font-size: 1.4rem;
    transform: translateY(-1px);
}

.inquiries .list_item .list_item_text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
}
.inquiries .home_global_list .home_global_list_item .list_item {
    padding-top: 2rem;
}

.not-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 10rem;
}
/* .page_list */
.page_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    font-size: 0.875rem;
    position: relative;
}
.page_list .totalPage {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
}
.page_list .goPage {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
}
.page_list .goPage {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303133;
}
.page_list .goPage input {
    flex: 0 0  3.75rem;
    width: 3.75rem;
    height: 1.875rem;
    background: #F3F3F3;
    border-radius: 0.5rem;
    border: 0;
    outline: none;
    margin: 0 0.7rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    font-size: 0.875rem;
}

.page_list .goPage span:last-of-type {
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 1px solid #DEDEDC;
    height: 1.875rem;
    flex: 0 0 2.4rem;
    width: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_list {
    display: flex;
    justify-content: center;
    flex: 1;
}

.page_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page_list ul li:not(.goPage):not(.totalPage) {
    cursor: pointer;
    flex: 0 0 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin: 0 0.3rem;
    background: #F3F3F3;
    color: #1C1D1E;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.page_list ul li.disabled {
    cursor: no-drop !important;
}
.page_list ul li.active {
    background: #319653 !important;
    color: #fff !important;
}

.page_list ul .firstPage .previous {
    transform: rotateZ(90deg) translateX(1px);
    font-size: 1rem;
}

.page_list ul .lastPage .next {
    transform: rotateZ(-90deg) translateX(2px);
    font-size: 1rem;
} 



body.gpt .header_height {
    height: 5rem;
}


body.gpt header .hgj-header-logo > a:first-child  {
    display: none !important;
}
body.gpt header .hgj-header-logo > a:last-child {
    display: flex !important;
}

body.gpt header .icon-lang, 
body.gpt header .icon-arrow {
    display: none !important;
}
body.gpt header .icon-lang-dark, 
body.gpt header .icon-arrow-dark {
    display: inline-block !important;
}

body.gpt header,
body.gpt header .userinfo-name,
body.gpt header .hgj-header-menu a {
    color: #555555 !important;
}
  
body.gpt .gpt-show .home .home_bg {
    height: auto;
    background: transparent;
    margin-top: 2rem;
}

body.gpt .gpt-show  .home .home_bg .home_search {
    position: relative;
    transform: translate(0, 0);
}