@charset "UTF-8";
.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f5f5f5;
}

.column-banner {
    position: relative;
}

.column-banner .image {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.column-banner .content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.column-banner .title {
    font-size: 1.875rem;
    color: #fff;
    margin-bottom: 0;
}

.column-title-box {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    padding: 4rem 0;
}

.column-box {
    display: flex;
    padding: 1.5rem 0 3rem;
}

.column-sidebar {
    width: 300px;
}

.column-sidebar .column-title {
    font-size: 1.875rem;
    padding: 1rem 0;
}

.column-sidebar .column-list {
    font-size: 1.125rem;
}

.column-sidebar .column-list .link {
    display: block;
    color: #333;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #d6d6d6;
}

.column-sidebar .column-list .link:hover, .column-sidebar .column-list .link.active {
    color: #fff;
    background: #cb9334;
}

.column-content {
    flex: 1;
    width: 0;
    padding-left: 4rem;
}

.column-content .column-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem 0;
    border-bottom: 1px solid #d6d6d6;
}

.column-content .column-title .title {
    font-size: 1.875rem;
}

.column-content .breadcrumb-box {
    padding: 0;
}

.pagination {
    font-size: .875rem;
}

.pagination .page-item + .page-item {
    margin-left: .6rem;
}

.pagination .page-item .page-link {
    color: #666;
    background: #f5f5f5;
    padding: .6rem 1rem;
    border: none;
    border-radius: 0;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #cd9a4c;
}

.section-title-box {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-bottom: 1rem;
}

.section-title-box .index {
    font-size: 2rem;
    color: #cb9334;
}

.section-title-box .title {
    font-size: 1.5rem;
    margin-left: 1rem;
}

.list-image {
    padding-bottom: 2rem;
}

.list-image .col {
    padding-bottom: 2rem;
}

.list-image .link {
    display: block;
}

.list-image .image {
    width: 100%;
    height: 150px;
}

.list-image .title {
    color: #333;
    text-align: center;
   
    padding-top: 1rem;
  
    font-size: 1.5rem;
}

.search-box .column-banner .name {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 1.5rem 0 7.5rem;
}

.search-box .column-banner .form-box {
    flex: 1;
    max-width: 50rem;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.search-box .column-banner .form-box .icon {
    padding-left: 1rem
}

.search-box .column-banner .form-box .input {
    width: 0;
    padding: 0 1rem;
}

.search-box .column-banner .form-box .button {
    height: 4rem;
    font-weight: bold;
    font-size: 1.125rem;
    color: #fff;
    background: #cd9a4c;
    padding: 0 3.5rem;
}

.search-box .column-content {
    padding-left: 0;
    padding-right: 4rem;
}

.search-box .column-sidebar {
    margin-top: 1rem;
}

.search-box .condition-list {
    padding: .5rem 0 1rem;
    border-bottom: 1px solid #dfdfdf;
}

.search-box .condition-list .item {
    padding-bottom: .5rem;
}

.search-box .condition-list .text {
    padding: 0 1rem;
    cursor: pointer;
}

.search-box .select-box {
    display: flex;
    font-size: .875rem;
    color: #666;
    padding-top: 1rem;
}

.search-box .select-box .dropdown {
    margin-left: 2rem;
}

.search-box .select-box .dropdown-toggle {
    cursor: pointer;
}

.search-box .select-box .dropdown-menu {
    font-size: .875rem;
}

.search-box .select-box .dropdown-item {
    cursor: pointer;
}

.search-box .select-box .dropdown-item.active, .search-box .select-box .dropdown-item:active {
    background: #cd9a4c;
}

.search-box .result-list {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 2rem;
}

.search-box .result-list .item {
    padding-top: 1.5rem;
}

.search-box .result-list .title {
    font-size: 1.375rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.search-box .result-list .link {
    color: #333;
}

.search-box .result-list .intro, .search-box .result-list .info {
    font-size: .875rem;
}

.search-box .result-list .intro {
    display: -webkit-box;
    line-height: 1.5rem;
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-box .result-list .info {
    color: #999;
    padding-top: .5rem;
}

.search-box .result-list .info .text + .text {
    margin-left: 4rem;
}

.search-box .related-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.search-box .related-list .item {
    padding: .35rem 0;
}

.search-box .related-list .link {
    color: #333;
}

.search-box .related-list .link:hover {
    color: #cb9334;
}

.gxzmq-intro-box {
    padding-bottom: 1.5rem;
}

.gxzmq-intro-box .section-1 {
    padding: 2.5rem 0 3rem;
}

.gxzmq-intro-box .section-1 .text-box {
    line-height: 2;
}

.gxzmq-intro-box .section-2 .text-box .number {
    font-weight: bold;
    font-size: 1.125rem;
    color: #cb9334;
    padding: 0 .2rem;
}

.gxzmq-intro-box .section-2 .text-box .info, .gxzmq-intro-box .section-2 .text-box .info .number {
    color: #999;
}

.gxzmq-intro-box .section-3 .text-box {
    padding: 1.5rem 0 .5rem;
}

.gxzmq-intro-box .section-3 .text-box .title {
    line-height: 1.5;
    font-weight: bold;
}

.gxzmq-intro-box .section-3 .text-box .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-rectangle.png);
    margin-right: 1rem;
    vertical-align: middle;
}

.gxzmq-intro-box .section-3 .text-box .info {
    line-height: 2;
    padding: 1rem 0 0 2.5rem;
}

.service-box {
    padding-bottom: 5rem;
}

.service-box .row .index, .service-box .row .title {
    border-width: 0 1px 1px;
    border-style: solid;
}

.service-box .row .index {
    width: 5rem;
    text-align: center;
    padding: .8rem 0;
}

.service-box .row .title {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .8rem 1.2rem;
    border-left: none;
    overflow: hidden;
}

.service-box .th-box {
    display: flex;
    color: #fff;
}

.service-box .th-box .index, .service-box .th-box .title {
    border-color: #d1a65d;
}

.service-box .th-box .index {
    background: #d5aa61;
}

.service-box .th-box .title {
    background: #d7ac63;
}

.service-box .td-box {
    display: flex;
}

.service-box .td-box .index, .service-box .td-box .title {
    border-color: #e6e6e6;
}

.service-box .td-box .index {
    background: #f5f5f5;
}

.service-box .td-box .title {
    color: #333;
}

.service-box .td-box .title:hover {
    color: #cb9334;
}

.about-org-box {
    padding-bottom: 2rem;
}

.about-org-box .section-title-box {
    border-bottom: 1px dashed #cb9334;
}

.about-org-box .row .list {
    padding-bottom: 3rem;
}

.about-org-box .row .item {
    padding: 1.5rem 0 0 4rem;
}

.about-org-box .row .link {
    color: #333;
}

.about-org-box .row .link:hover {
    color: #cb9334;
}

.about-unit-box {
    padding-bottom: 2rem;
}

.about-unit-box .col {
    padding: .5rem 2rem;
    border: 1px solid #e2e2e2;
    margin: -1px 0 0 -1px;
}

.about-unit-box .image {
    width: 100%;
}

.login-box {
    position: relative;
}

.login-box .bg-box .image {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.login-box .container {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}

.login-box .form-box {
    width: 25rem;
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 3px;
    margin-right: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.login-box .form-box .title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.login-box .form-box .item-box {
    display: flex;
    height: 2.5rem;
    font-size: .875rem;
    border: 1px solid #dedede;
    margin-bottom: 1.75rem;
}

.login-box .form-box .input {
    flex: 1;
    width: 0;
    padding: 0 .75rem;
}

.login-box .form-box .button {
    color: #cb9334;
    background: transparent;
    padding: 0 .75rem;
    border-left: 1px solid #dedede;
}

.login-box .form-box .submit {
    display: block;
    width: 100%;
    height: 2.75rem;
    color: #fff;
    text-align: center;
    background: #cb9334;
}

.login-box .form-box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    margin-top: 1.5rem;
}

.login-box .form-box .bottom .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-box .form-box .bottom .text {
    margin-left: .5rem;
}

.login-box .form-box .bottom .link {
    color: #999;
}

.login-box .form-box .bottom .link + .link {
    padding-left: 1rem;
    border-left: 1px solid #dedede;
    margin-left: 1rem;
}

@media (max-width: 992px) {
    .column-box {
        display: block;
    }

    .column-sidebar {
        width: 100%;
    }

    .column-sidebar .column-title {
        display: none;
    }

    .column-sidebar .column-list {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .column-sidebar .column-list .item {
        float: left;
    }

    .column-sidebar .column-list .link {
        white-space: nowrap;
    }

    .column-sidebar .link:hover, .column-sidebar .link.active {
        color: #cb9334;
        background: transparent;
    }

    .column-content {
        width: 100%;
        padding: 0 1rem !important;
    }

    .column-content .column-title {
        display: none;
    }

    .search-box .column-sidebar {
        padding: 0 1rem !important;
    }

    .search-box .related-list {
        display: flex;
        flex-wrap: wrap;
    }

    .search-box .related-list .item {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (max-width: 768px) {
    .column-sidebar .list::-webkit-scrollbar {
        display: none;
    }

    .search-box .column-banner .name {
        display: none;
    }

    .login-box .container {
        justify-content: center;
    }

    .login-box .form-box {
        margin-right: 0;
    }
}
