html, body {
    min-width: 1344px !important;
}


.p_page_gary {
    background: #F3F4F7;
}

.p_flex {
    display: flex;
}

.p_flex_jsb {
    display: flex;
    justify-content: space-between;
}

.p_flex_jsa {
    display: flex;
    justify-content: space-around;
}

.p_flex_jc {
    display: flex;
    justify-content: center;
}

.p_flex_jfs {
    display: flex;
    justify-content: flex-start;
}

.p_flex_jfe {
    display: flex;
    justify-content: flex-end;
}

.p_flex_ac {
    display: flex;
    align-items: center;
    align-content: center;
}

.p_flex_as {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.p_flex_ae {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}

.p_flex_vertical {
    display: flex;
    flex-direction: column;
}

.p_overflow_omit_2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p_overflow_omit_3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.p_overflow_omit_4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.p_white_box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30rpx;
    background: #fff;
}


.hz_container {
    width: 1344px;
    /*overflow: hidden;*/
    /*margin-top: 30px;*/
}


.hz_infocacrd .hz_container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
}

.hz_infocacrd .hz_container .item {
    box-sizing: border-box;
    padding-top: 40px;
    height: 210px;
}

.hz_infocacrd .hz_container .item .title {
    font-size: 28px;
    color: #FFF;
    line-height: 28rpx;
}

.hz_infocacrd .hz_container .item .info {
    margin-top: 30px;
    color: #FFF;
}


.hz_news_pannel {
    width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
    margin-top: 30px;
    padding: 10px 0;
}

.hz_news_pannel .pannel_box_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.hz_news_pannel .pannel_box_title span {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #376397;
}

.pannel_box {
    box-shadow: 0px 0px 6px #ccc;
    padding: 8px;
    flex-shrink: 0;
    flex-grow: 1;
    width: 420px;
    height: 218px;
    box-sizing: border-box;
}

.pannel_box img {
    width: 100%;
    height: 210px;
}


.pannel_box .pannel_box_list {
    padding-bottom: 30px;
}

.pannel_box .pannel_box_list .item {
    color: #666;
    font-size: 14px;
    border-bottom: 2px dashed #ccc;
    padding: 10px 0;
}


.pannel_box .news_title {

    /*display: -webkit-box;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-wrap: break-word;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.pannel_box .news_time {
    margin-left: 20px;
    flex-shrink: 0;
}


.home_pic_1 {
    width: 1344px;
    height: 486px;
    margin: 30px 0;
}

.hz_footer {
    margin: 0 auto;
    height: 500px;
    background-image: url("/official/footer.png");
    background-size: 100% 100%;
    flex-direction: column;
    margin-top: 50px;
}

.hz_footer .footer_title {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.hz_footer .footer_title span {
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 2px solid #376397;
}

.hz_footer .footer_news_list {
    width: 1150px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0;
}

.hz_footer .footer_news_list .footer_news_item {
    display: flex;
    flex-direction: column;
}

.hz_footer .footer_news_list .footer_news_item img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
}

.hz_footer .footer_news_list .footer_news_item div {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.copyright {
    background: #006db2 !important;
    color: #FFF;
}

.empty_data {
    width: 100%;
    text-align: center;
    /*padding: 10px 0;*/
    color: #888;
    font-size: 12px;
}


.search {
    position: relative;
    z-index: 1000;
    border-radius: 7px;
    background: #eee;
    /* overflow: hidden; */
    outline: none;
    padding: 7px;
    box-sizing: border-box;
    width: 350px;
}

.search input {
    border: none;
    background: #eee;
    width: 100%;
    padding: 0 10px 0 35px;
    font-size: 18px;
}


#search_results {
    position: absolute;
    display: none;
    width: inherit;
    background: #eee;
    z-index: 19;
    margin-left: -5px;
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
    max-height: 500px;
    overflow-y: auto;
    box-sizing: border-box;
}

#search_results div {
    position: relative;
}

#search_results div img {
    width: 12px !important;
    height: 12px !important;
    position: absolute;
    left: 0px;
    top: 8px;
}

#search_results a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 102%;
    padding-left: 30px;
}

.search_logo {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    left: 12px;
    top: 10px;
}

/*.inline_search_icon {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 8px;*/
/*}*/