@charset "utf-8";

.container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
}

.breadcrumb .breadcrumb_con {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.zcjs-one {
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    border: solid 1px #cdcdcd;
    margin-top: 30px;
    margin-bottom: 30px;
}

.one-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.one-title span {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #115db2;
}

.one-title p {
    color: #115db2;
    margin-left: 20px;
}

.zcjs-one form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 30px;
}

.zcjs-one .one {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.zcjs-one .one .search-name {
    white-space: nowrap;
    width: 70px;
}

.zcjs-one .one .wrapper {
    display: flex;
    flex: 1;
}

.zcjs-one .one .wrapper p {
    line-height: 40px;
    margin-right: 18px;
    margin-right: 10px;
}

.zcjs-one .one .wrapper input {
    width: 28%;
    margin-right: 8px;
}

.zcjs-one .one .wrapper input:last-child {
    margin-right: 0;
}

.zcjs-one .one input {
    flex: 1;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddddd;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}

.zcjs-one datalist {
    max-height: 200px;
}

.zcjs-one .two {
    margin: 0 auto;
}

.zcjs-one .btn {
    width: 140px;
    height: 40px;
    color: #fff;
    background-color: #115db2;
    border-radius: 5px;
    border: 0;
}

.zcjs-one .reset {
    color: #115db2;
    background-color: #f5f5f5;
    border: solid 1px #115db2;
    margin-left: 20px;
}

.zcjs-two {
    flex-direction: column;
    padding-bottom: 20px;
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #dddddd;
}

.two-title {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 30px;
    background-color: #f5f5f5;
}

.zcjs-two-con {
    padding: 20px;
    height: auto;
    margin-bottom: 30px;
}

.normal-ul {
    margin-top: 10px;
    margin-bottom: 5px;
}

.normal-ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: dashed 1px #cdcdcd;
}

.normal-ul li:last-child {
    margin-bottom: 0 !important;
}

.normal-ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    left: 0;
    top: 28px;
}

.normal-ul li span {
    display: inline-block;
    text-align: center;
}

.normal-ul li .title {
    width: 56%;
    text-align: left;
    font-size: 16px;
    color: #115db2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 13px;
    padding-left: 18px;
}

.normal-ul li:hover .title,
.normal-ul li:hover .time,
.normal-ul li:hover .num {
    color: #115db2;
}

.normal-ul li .time {
    width: 12%;
    min-width: 100px;
    color: #999;
    font-size: 16px;
}

.normal-ul li .state {
    width: 12%;
}

.normal-ul li .num {
    width: 20%;
    min-width: 170px;
}

.list-title {
    display: flex;
    width: 100%;
    height: 45px;
    background-color: #115DB2;
    border-radius: 5px;
}

.list-title p {
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    width: 12%;
    color: #FFFFFF;
}

.list-title p:first-child {
    flex: 1;
    padding-left: 15%;
    text-align: left;
}

.list-title p:nth-child(2) {
    width: 20%;
    min-width: 150px;

}

.list-title p:last-child {
    width: 12%;
    min-width: 100px;
}


.sxrq {
    display: none;
}
/**
* 查询表单样式
*/
.search-card {
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
}

.card-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.title-bar {
    width: 5px;
    height: 24px;
    background-color: #115db2;
    margin-right: 15px;
}

.card-title h2 {
    font-size: 24px;
    color: #115db2;
    font-weight: 600;
}
.search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-group.full-width {
    flex: 1 1 100%;
}

.form-label {
    min-width: 90px;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.form-input-wrapper {
    flex: 1;
    display: flex;
    gap: 8px;
    align-items: center;
}

.form-input {
    flex: 1;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
    outline: none;
}

.form-input:focus {
    border-color: #115db2;
}

.form-input::placeholder {
    color: #999;
}

/* 发文字号特殊布局 */
.document-number-group {
    display: flex;
    gap: 8px;
}

.document-number-group .form-input {
    width: 130px;
}

/* 日期范围 */
.date-separator {
    padding: 0 10px;
    color: #666;
}

/* 按钮组 */
.button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.btn {
    min-width: 140px;
    height: 42px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #115db2;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0d4a8f;
}

.btn-secondary {
    background-color: #f5f5f5;
    color: #115db2;
    border: 1px solid #115db2;
}

.btn-secondary:hover {
    background-color: #e8f2ff;
}

/* 响应式设计 */

@media screen and (max-width: 768px) {

    .search-card {
        padding: 20px;
    }

    .card-title h2 {
        font-size: 20px;
    }

    .form-label {
        min-width: 80px;
        font-size: 14px;
    }

    .form-input {
        height: 40px;
        font-size: 14px;
    }

    .jcalendar {
        width: 120px;
    }

    .document-number-group {
        flex-wrap: wrap;
    }

    .document-number-group .form-input {
        width: 100%;
    }

    .button-group {
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .search-card {
        padding: 15px;
    }

    .form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .form-label {
        min-width: auto;
    }

    .form-input-wrapper {
        width: 100%;
    }

    .date-separator {
        padding: 0 5px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

@media screen and (max-width: 420px) {
    .breadcrumb {
        height: auto;
    }

    .zcjs-one .one {
        width: 100%;
    }

    .zcjs-one form {
        margin-right: 8px;
    }

    .list-title .no,
    .normal-ul .num {
        display: none;
    }

    .normal-ul li .title {
        width: 70%;
    }

}

@media screen and (max-width: 320px) {
    .zcjs-one .btn {
        width: 120px;
    }
}
