tr {
    line-height: 35px;
}

.hwxx {
    background-color: #fff;
}

.hwxx td {
    font-size: 13px;
    border: 1px solid #a09e9e;
    padding: 0 5px;
}

.warp {
    flex-wrap: wrap;
}

.flex_2 {
    flex: 2;
}

.flex_3 {
    flex: 3;
}
.right{
    text-align: right;
}.left{
    text-align: left;
}
.flex_15 {
    flex: 1.5;
}

.flex_18 {
    flex: 1.8;
}

.flex_25 {
    flex: 2.5;
}

.flex_1 {
    flex: 1;
}

.flex_12 {
    flex: 1.2;
}

.flex {
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;


    align-items: center;
}

table {
    width: 100%;
}

h1 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #1286c9;
}

.el-button .el-button {
    margin-left: 0px;
}

.frist {
    width: 15%;
    text-align: right;
    background-color: #EFF3FB;
    padding-right: 10px;
}

.el-table thead {
    background-color: rgb(194, 223, 235);
    ;
}

.el-table th {
    color: #fff;
    padding: 5px 0;
    line-height: 20px;
    background-color: #2393df;
}

.el-table td,
.el-table th.is-leaf {
    text-align: center;
    padding: 5px 0;
}

.tab .el-table td,
.el-table th.is-leaf {
    text-align: center;

    font-size: 13px;
    font-weight: 600
}

.p {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    width: 99%;
    border-bottom: 1px solid#d8d8d8ee;
    padding-left: 10px;
    margin-bottom: 15px
}

.shen_jl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px silver solid;
    width: 100%;
    padding: 5px;
    text-align: left;
}

.block {
    padding: 5px;
    ;
    width: 95%;
}

.card {
    position: relative;
    margin-top: 10px;
}

.card_hg {
    font-weight: bold;
    font-size: 15px;
}

.shjl {
    width: 100%;
    text-align: center;
    margin: 10px;
    color: gray;
    font-size: 13px;
}

.shnr {
    padding-top: 10px;
    font-size: 13px;
    color: #838282
}

.shnr em {
    color: black;
    /* color: black; */
}


.flex_between {
    justify-content: space-between;
}

.flex_around {
    justify-content: space-around;
}

.flex_center {
    justify-content: center;
}
.blod{
    font-weight: bold;
}
.f_s13{
    font-size: 13px;
}.f_s14{
    font-size: 14px;
}
.t_l{
    text-align: left;
    padding-left: 15px;
}
.title_text {
    font-size: 14px !important;
    color: #465168;
    font-weight: 500;
    margin-bottom: 20px;
    margin:10px;
    height: 38px;
    line-height: 38px;
}

.box_title {
    border: 1px solid #a09f9f;
    padding: 10px;
    margin-bottom: 20px;
}

.el-textarea {
    /* width: 75%; */
}

.input .el-input {
    width: 100%;
}

.el-dialog__body {
    padding-top: 10px;
}

.el-button--small,
.el-button--small.is-round {
    padding: 7px 15px;
}

.el-input {
    /* width: 46%; */
}

.cz:hover {
    cursor: pointer
}

.el-button {
    padding: 7px 9px;

}

.search {
    margin-left: 18px;
    width: 7.7%;
    height: 30px;
    padding: 7px 10px;
    background-color: #5b8cff;
    border-radius: 5px;
    font-size: 14px;

}
.flex {
    display: flex;
    align-items: center;

}
