@charset "UTF-8";

#center {
    border: 1px solid rgb(233, 227, 227);
    margin: 20px 0px 20px 0px;
}

.content_width {
    width: 980px;
    margin: 0 auto;
}

#zphTitle {
    height: 45px;
    background-color: bisque;
    font-size: x-large;
    text-align: center;
    line-height: 45px;
}

.titleTxt {
    height: 36px;
    background-color: bisque;
    font-size: 18px;
    line-height: 35px;
    font-weight: 800;
    padding-left: 20px;
}

#zphContent {
    width: 100%;
    margin-bottom: 50px;
}

.everyCyQy {
    width: 300px;
    height: 30px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

#cyQy {
    height: 200px;
}

.key {
    float: left;
    margin-left: 300px;
    margin-top: 10px;
    font-weight: bolder;
    font-size: 12px;
    width: 300px;
}

.value {
    float: left;
    margin-top: 10px;
    font-weight: bolder;
    font-size: 12px;
    width: 275px;
}

#qyzcForm {
    height: 100px;
}

#zphNr {
    padding-left: 30px;
    padding-right: 25px;
}

.more {
    background: url(${pageContext.request.contextPath}/images/more.png)no-repeat 50% 50%;
    width: 41px;
    height: 28px;
    display: block;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.form_line {
    margin-bottom: 10px;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

.form_word {
    float: left;
    width: 200px;
    text-align: end;
    line-height: 25px;
}

.form_input {
    float: left;
    width: 250px;
}

#xsView {
    display: none;
}

#hjd_form {
    height: 860px;
}

.hjd_txt {
    width: 130px;
    float: left;
    text-align: end;
}

.hjd_input {
    float: left;
}

.hjd_dwmc {
    width: 714px;
}

.hjd_line {
    height: 51px;
    line-height: 51px;
}

.hjd_line textarea {
    width: 970px;
    height: 250px;
}

.extraTxt {
    color: darkgrey;
    font-size: 12px;
}

.gw_line {
    height: 28px;
    line-height: 28px;
}

.gw_txt {
    width: 84px;
    float: left;
    text-align: end;
    font-size: 14px;
}

.gw_input {
    float: left;
}

.gw_line textarea {
    width: 478px;
    height: 207px;
}

.gw_form {
    float: left;
    width: 480px;
    height: 320px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: darkgray;
}

.zprs {
    width: 23px;
}

#all_gw {
    height: 331px;
}

.gzdy {
    width: 72px;
}

.gw_input select {
    width: 100px;
}

#add_gw_form {
    text-align: center;
    line-height: 320px;
    font-size: 25px;
    font-weight: 900;
}

#add_gw_form:hover {
    background-color: antiquewhite;
    cursor: pointer;
}

.jqte {
    height: 250px !important;
    width: 950px !important;
}

.dwxx_left {
    text-decoration: none;
    color: blue;
    margin-left: 20px;
    font-size: 16px;
}

#btn {
    text-align: center;
    height: 80px;
    margin-top:10px;
}

#kjCheck {
    height: 16px;
    width: 16px;
}

#jsCheck {
    height: 16px;
    width: 16px;
}

#add_button:hover {
    background-color: antiquewhite;
    cursor: pointer;
}

#submit_btn:hover {
    background-color: antiquewhite;
    cursor: pointer;
}
/*
                .delete_icon{
                    background: url(${pageContext.request.contextPath}/images/delete.png)no-repeat 50% 50%;
                }*/
                
/* -----------新增参与人员的css------- */                
/*div遮罩层*/                
#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    background-color: #fff;
    border: 5px solid rgba(0, 0, 0, 0.4);
    height: 150px;
    left: 55%;
    margin: -200px 0 0 -200px;
    padding: 1px;
    position: fixed !important;
    /* 浮动对话框 */

    position: absolute;
    top: 50%;
    width: 250px;
    z-index: 5;
    border-radius: 5px;
}

#dialog p {
    margin: 0 0 12px;
    height: 24px;
    line-height: 24px;
    background: #CCCCCC;
}

#dialog p.close {
    text-align: right;
    padding-right: 10px;
}

#dialog p.close a {
    color: #fff;
    text-decoration: none;
}

#addDiv {
margin-top:18px;
margin-bottom:10px;
}

#submitDiv {
text-align:center;
line-height:25px!important;
margin-top:10px;
}

/* -----------新增岗位的css------- */ 
#gwDialog {
    background-color: #fff;
    border: 5px solid rgba(0, 0, 0, 0.4);
    height: 550px;
    left: 20%;
    margin: -130px 0 0 0;
    padding: 1px;
    position: fixed !important;
    /* 浮动对话框 */

    position: absolute;
    top: 25%;
    width: 830px;
    z-index: 5;
    border-radius: 5px;
}

#gwDialog p {
    margin: 0 0 12px;
    height: 24px;
    line-height: 24px;
    background: #CCCCCC;
}

#gwDialog p.close {
    text-align: right;
    padding-right: 10px;
}

#gwDialog p.close a {
    color: #fff;
    text-decoration: none;
}

.gwBtn {
    text-decoration: none;
    color: blue;
    font-size:15px;
    margin-top:10px;
    background-color: antiquewhite;
    cursor: pointer;
}

.slectText{
   width:180px;
   height:27px;
}



/*表格详情*/
.tableCont th, .tableCont td { padding: 8px 0px 2px 7px; color: #333; background: #fff;}
.tableCont th { height: 24px; font-weight: normal; text-align: right;}
.tableCont td { text-align: left;}
.tableCont a { color: #1B739F; text-decoration: none;}
.tableCont a:hover { color: #f60;}
