@charset "utf-8";
/*格式化样式*/
body{ background: none}
.table3 input{height: 24px}

.ps_content{

    margin: 20px 60px;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);

    padding: 20px;
}
.scheduleSearchINPUT{ width: 200px}
#captchaImage{ height: 27px}
.scheduleSearchBUTTON{
    background: linear-gradient(rgb(30, 87, 153) 0%, rgb(41, 137, 216) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%);
    width: 120px;
    height: auto !important;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #1f5b9e;
}
.cm_tt{font-size: 36px;text-align:center;height:110px;background: url(/templates/default_pc/static/img/jmzhdbgnew.png) no-repeat center;color:#FFFFFF;margin: 0 60px;display: flex;align-items: center;justify-content: center;border-radius: 5px;}
.t14{font-size: 16px}
.tableA{
    margin: 0 auto 20px;
    width: 100%;
}
.tableA th,
.tableA td{
    border: 1px solid #ddd;
    padding: 4px 4px;
}
.tableA th{
    color: rgb(0, 0, 0);
    background-color: rgb(245, 245, 245);
    border-top: 2px solid rgb(0, 97, 195);
    height: 45px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
.tableA td{
    text-align: center;
    color: #606266;
    font-size: 16px;
}
.tableA td.nw{white-space: nowrap;font-size: 14px;}
.sc_box1{
    display: flex;
    height: 90px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}
.sc_box1 .el_input_inner{
    height: 40px;
    padding: 0 10px;
}
.sc_box1 .el_input_group_append{}
.sc_box1 .el_button{width: 68px;font-size: 22px;background: rgb(26, 134, 255);color: rgb(255, 255, 255);border: 1px solid rgb(10 99 199);height: 42px;border-radius: 4px;}
.sc_box1 .el_button .ico-search{background: url(../img/search.png) center center no-repeat;display: inline-block;width: 100%;height: 80%;background-size: contain;vertical-align: middle;}

.ctn_box{
    padding: 20px;
    border: 1px solid #EBEEF5;
    background: #fcfcfc;
    border-radius: 2px;
}
.ctn_box a{
    display: inline-block;
    padding: 5px 10px;
    background-color: #ecf5ff;
    border-color: #d9ecff;
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #8c8c8c;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    margin: 0 10px;
    cursor: pointer;
}
.ctn_box a.on{
    background-color: #065ec6;
    border-color: #409eff;
    color: #fff;
}
.sc_tt{
    background: #E5E8EC;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 0 0 10px;
}
.sc_tt i{
    display: block;
    width: 6px;
    height: 16px;
    background:linear-gradient(180deg, rgb(30, 87, 153) 0%, rgb(41, 137, 216) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%);
    margin: 0 10px 0 0;
    border-radius: 4px;
}

.ps_content input{    border: 1px solid #dddee1;
    transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    padding: 4px 7px; border-radius: 3px}

.ps_content input::-moz-placeholder {
    color: #bbbec4;
    opacity: 1
}

.ps_content input:-ms-input-placeholder {
    color: #bbbec4
}

.ps_content input::-webkit-input-placeholder {
    color: #bbbec4
}

.ps_content input:focus,input:hover {
    border-color: #57a3f3
}

.ps_content input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(45,140,240,.2);
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ps_content input[disabled],fieldset[disabled] input {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ps_content input[disabled]:hover,fieldset[disabled] input:hover {
    border-color: #e4e5e7
}
.btn2{
    color: #1a86ff;
    cursor: pointer;
}
.ifs{
    width: 100%;
    height: 630px;
    border: 0 none;
    margin: 20px 0 0;
}

#psjdList_box{
    display: flex;
    padding: 50px 50px;
    flex-direction: column;
}
#psjdList_box dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    font-size: 16px;
}
#psjdList_box dl:nth-child(odd){/* background: #f6f6f6; */}
#psjdList_box dt{
    width: 157px;
    text-align: right;
    padding: 5px 10px 5px 0;
    /* background: #ffffff; */
    border-right: 1px solid #ddd;
    color: #666;
    margin: 0 0 0 5px;
}
#psjdList_box dd{
    flex: 10;
    text-align: left;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    padding: 5px 0 5px 5px;
    border-radius: 2px;
    box-shadow: 0 0 2px #00000040;
    margin-right: 5px;
}
#listForm{
    height: 630px;
}

.table-responsive{    height: calc(100vh - 40px);max-height: none;}


.form-horizontal .form-control {
    display: inline-block;
    width: auto;
    padding: 4px 7px;
    border-radius: 3px;
    height: 26px;
}
.form-group .btn{
    /* background: linear-gradient(rgb(30, 87, 153) 0%, rgb(41, 137, 216) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%); */
    /* width: 80px !important; */
    /* height: 30px !important; */
    background: #0181d0;
    height: 25px;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    min-width: auto;
    text-align: center;
    margin: 0 5px;
}
.form-horizontal .form-group {display: flex;align-items: center;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;background: #f4f4f4;padding: 5px 15px;height: 42px;/* display: flex; */align-items: center;justify-content: flex-start;font-size: 13px;margin-top: 10px;color: #333;}


.form-group > *{width: auto !important; margin:0}
