.query {
    width: 1400px;
    margin: 0 auto;
    position: relative
}

.query .query_box {
    width: 100%;
    height: 340px;
    position: absolute;
    top: -350px
}

.query .query_box .model {
    height: 100%;
    width: 400px;
    background-color: #fff;
    float: right;
    position: absolute;
    right: 0;
    border-radius: 8px
}

.query .query_box .model .tabs {
    background: #f8fafc;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    height: 40px;
    width: 300px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.query .query_box .model .tabs .item {
    width: 50%;
    line-height: 40px;
    text-align: center;
    color: #606266;
    font-size: 16px
}

.query .query_box .model .tabs .active {
    background: #01559e;
    border-radius: 4px;
    color: #fff
}

.query .query_box .model .search_input {
    width: 340px;
    margin: 0 auto
}

.query .query_box .model .search_input .title {
    color: #909399;
    font-size: 14px;
    margin: 15px 0
}

.query .query_box .model .search_input input {
    width: 340px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    color: #adb0bc;
    font-size: 14px;
    outline: none;
    padding: 0 15px
}

.query .query_box .model .search_input input::-webkit-input-placeholder {
    color: #adb0bc;
    font-size: 14px
}

.query .query_box .model .search_input .code_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.query .query_box .model .search_input .code_input img {
    width: 60px;
    height: 30px;
    margin-right: 5px
}

.query .query_box .model .search_input button {
    width: 100%;
    height: 40px;
    -webkit-filter: drop-shadow(0 10px 20px rgba(1,85,158,.15));
    filter: drop-shadow(0 10px 20px rgba(1,85,158,.15));
    border-radius: 4px;
    background: #01559e;
    color: #fff;
    outline: none;
    border: none;
    margin-top: 20px
}

.query .query_list {
    background-image: url(/static/img/image54.24669026.png);
    min-height: 300px;
    padding: 30px 0
}

.query .query_list .query_content {
    background-color: #fff;
    width: 1400px;
    margin: 0 auto;
    padding: 20px
}

.query .query_list .query_content .query_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e3eb;
    height: 60px;
    padding-bottom: 20px
}

.query .query_list .query_content .query_title .info {
    color: #01559e;
    font-size: 16px;
    line-height: 40px
}

.query .query_list .query_content .query_title .down {
    background: #01559e;
    color: #fff;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center
}

.query .query_list .query_content .notice {
    background-image: url(/static/img/bg.png);
    width: 1085px;
    height: 761px;
    margin: 20px auto;
    overflow: hidden
}

.query .query_list .query_content .notice .notice_details {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    margin-top: 170px
}

.query .query_list .query_content .notice .notice_details .student_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.query .query_list .query_content .notice .notice_details .student_title .avatar {
    width: 60px;
    height: 80px
}

.query .query_list .query_content .notice .notice_details .student_title .student_title_right {
    margin-left: 10px;
    font-size: 18px;
    line-height: 32px;
    color: #303133
}

.query .query_list .query_content .notice .notice_details .student_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.query .query_list .query_content .notice .notice_details .student_table .student_item {
    width: 430px;
    border: 1px solid #e0e3eb;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.query .query_list .query_content .notice .notice_details .student_table .student_item .student_item_title {
    width: 100px;
    height: 38px;
    background: #f0f5f9;
    line-height: 40px;
    text-align: center;
    color: #606266;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e0e3eb
}

.query .query_list .query_content .notice .notice_details .student_table .student_item .student_item_content {
    margin-left: 20px;
    color: #303133;
    font-size: 14px
}

.query .query_list .query_content .notice .notice_details .remarks {
    color: #909399;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px
}

.query .query_list .query_content .no_content {
    margin: 100px 0;
    margin-bottom: 150px
}

.query .query_list .query_content .no_content .no_content_img {
    margin: 30px auto;
    display: block;
    border-bottom: 1px dashed #e0e3eb;
    width: 300px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 20px
}

.query .query_list .query_content .no_content .no_content_img .remarks_info {
    color: #909399;
    font-size: 14px
}

.query .query_list .query_content .no_content .remarks_info_student {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #01559e;
    font-size: 14px
}
