.qyjs {
    height: 38px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.ptgg {
    float: left;
    height: 38px;
    width: 16%;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.qygg {
    float: left;
    height: 38px;
    width: 16%;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.gg_top_more {
    height: 38px;
    width: 102%;
    background-color: #ffffff;
    margin-bottom: 3px;
    padding: 10px;
}

.qyjs_content {
    font-size: 13px;
    height: 530px;
    width: 102%;
    background-color: #ffffff;
    padding: 10px
}

.gg_content {
    font-size: 13px;
    height: 400px;
    width: 99.8%;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    margin-top: 85px;
}

.qyjs_top_img {
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.gg_content_left {
    width: 2%;
    float: left;
    font-size: 25px;
    margin-top: -17px;
}

.gg_content_content {
    width: 88%;
    float: left;
    white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 隐藏超出的部分 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.gg_content_date {
    width: 10%;
    float: left;
}

.login-div {
    width: 90%;
    margin-left: 10%
}

.zhdl {
    float: left;
    width: 140px;
    margin-top: 110px;
    font-size: 21px;
}

.login_username_left {
    float: left;
    height: 45px;
    width: 45px;
    border: solid 1px #e5e5e5;
    margin-top: 15px;
}

.login_username_right {
    float: left;
    height: 45px;
    width: 250px;
    margin-top: 15px;
}

.login_left_logo {
    height: 20px;
    width: 20px;
    margin: 12px;
}

.login_username_input {
    height: 45px;
    width: 250px;
    border: solid 1px #e5e5e5;
}

.login_username_smsCode {
    height: 45px;
    width: 140px;
    border: solid 1px #e5e5e5;
}

.login_username_button {
    height: 45px;
    border: solid 1px #e5e5e5;
    color: #0d141873;
    width: 100px;
    margin-left: 6px;
}

.login_button_login {
    height: 45px;
    width: 295px;
    background-color: red;
    color: #ffffff;
    border: none;
    margin-top: 15px;
}

.login_button_register {
    height: 45px;
    width: 295px;
    border: solid 2px red;
    color: red;
    background-color: #ffffff;
    margin-top: 15px;
}

.login_wjmm_div {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    color: #828381e6;
}

a:hover {
    text-decoration: none; /* 鼠标悬浮时不显示下划线 */
    /*color: red; !* 鼠标悬浮时改变颜色（可选） *!*/
}

.gg_no_data_img {
    height: 75px;
}


.gg_no_data_font {
    font-size: 14px;
    color: #86909C;
}

.no_data_div {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.gg_top_div {
    width: 100%;
    margin-top: 18px;
    height: 27px;
}

.container {
    display: flex;
    flex-direction: column; /* 让子元素垂直排列 */
    align-items: center;    /* 横向居中 */
    justify-content: center;/* 如果需要在容器内纵向也居中 */
    margin-top: 10%;
}

.item {
    /* 根据需要添加样式 */
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active {
    cursor: default;
}
.pagination a:active {
    outline: none;
}

.modal-1 li:first-child a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}
.modal-1 li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}
.modal-1 a {
    border-color: #ddd;
    color: #4285F4;
    background: #fff;
}
.modal-1 a:hover {
    background: #eee;
}
.modal-1 a.active, .modal-1 a:active {
    border-color: #4285F4;
    background: #4285F4;
    color: #fff;
}

.modal-2 li:first-child a {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
}
.modal-2 li:last-child a {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
}
.modal-2 a {
    border-color: #ddd;
    color: #999;
    background: #fff;
}
.modal-2 a:hover {
    color: #E34E48;
    background-color: #eee;
}
.modal-2 a.active, .modal-2 a:active {
    border-color: #4285F4;
    background: #4285F4;
    color: #fff;
}