/*------------------------------------------*/
.zf-flex-table td{
    background-color: white;
    height: 10px;
/*     min-width: 110px; */
/*     width: 25%; */
    font-size: 14px;
}
.zf-flex-table td span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;

}
.zf-flex-table td span.name{
    width: 700px;
    text-align: left;
}
.zf-flex-table td.lef{
    text-align: center;
}

.zf-flex-table td:nth-child(2),.zf-flex-table td:nth-child(3),.zf-flex-table th:nth-child(2),.zf-flex-table th:nth-child(3){
    text-align: center;
}
.zf-flex-table th{
    background-color: #EEEEEE;
    color: #2b2b2b;
/*     width: 20%; */
	/* 2016-9-29 18:06:40 最小宽度，保证不换行，以时间为标准 chen.yuze*/
	min-width: 1px;
    font-size: 14px;
    font-weight: inherit;
}

.zf-flex-table-inside{
    width: 100%;
    height: 100%;
}
.zf-flex-table th:first-child,td:first-child{
    /* width: 50%; */
	text-align: left;
   /* begin @leuyius @2016/8/25 10:16 淇敼宸﹀彸鐨刾adding鍊间竴鑷存樉绀哄悎鐞嗗寲  padding: 8px 0px 8px 20px; */
 	padding: 8px 8px 8px 20px;
   /* begin @leuyius @2016/8/25 10:16 淇敼宸﹀彸鐨刾adding鍊间竴鑷存樉绀哄悎鐞嗗寲  padding: 8px 0px 8px 20px; */
    line-height: 28px;
}

/*
begin leuyius @2016-9-7 淇敼IE7涓嶅吋瀹圭殑闂   JYHHD-45 璐靛窞--寰侀泦鍒楄〃椤礗E鏄剧ず涓嶆甯� 
.zf-flex-table .zf-flex-table-inside .title{
    width: 50%;
    text-align: left;
    padding: 8px 0px 8px 20px;
    line-height: 28px;
}
 .zf-flex-table .zf-flex-table-inside .title{
    max-width: 100px;
    text-align: left;
    padding: 8px 20px 8px 20px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zf-flex-table .zf-flex-table-inside .title span{
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} 
*/
.zf-flex-table .zf-flex-table-inside .title{
    width: 100px;
    text-align: left;
    padding: 8px 20px 8px 20px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*begin JYHHD-119 摘要的最大宽度限定 chen.yuze 2016-9-29 10:18:39*/
.zf-flex-table .zf-flex-table-inside .desc{
    width: 100px;
    text-align: left;
    padding: 8px 20px 8px 20px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zf-flex-table .zf-flex-table-inside .desc span{
	/* begin 2016-9-12 闀垮害鏄剧ず闂*/
    /* width: 340px; */
	/* begin 2016-9-12 闀垮害鏄剧ず闂*/
    white-space: nowrap;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
/*end JYHHD-119 摘要的最大宽度限定 chen.yuze 2016-9-29 10:18:39*/
.zf-flex-table .zf-flex-table-inside .title span{
	/* begin 2016-9-12 闀垮害鏄剧ず闂*/
    /* width: 340px; */
	/* begin 2016-9-12 闀垮害鏄剧ず闂*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.zf-flex-table .zf-flex-table-inside .normal span{
	/* begin 2016-9-12 闀垮害鏄剧ず闂*/
    /* width: 340px; */
	/* begin 2016-9-12 闀垮害鏄剧ず闂*/
    white-space: nowrap;
    text-overflow: ellipsis;
     line-height: 28px;
    overflow: hidden;
    display: block;
}
/* begin leuyius @2016-9-7 淇敼IE7涓嶅吋瀹圭殑闂   JYHHD-45 璐靛窞--寰侀泦鍒楄〃椤礗E鏄剧ず涓嶆甯�  */
/*----------------------------------------------*/
/*---------------------------------------*/
.zf-flex-form{
    min-width: 500px;
    max-width: 800px;
    margin: 30px auto;
    width: auto;
    height: auto;
    /*border: solid #bfbfbf 2px;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    padding: 20px;
    font-family: 寰蒋闆呴粦, 鈥嬪畫浣�;
}
.zf-flex-form input[type="text"],.zf-flex-form select{
    height: 28px;
    outline: none;
    height:30px\9;
    line-height:28px\9;
    padding:2px 0\9;
    *height:30px;
    *line-height:28px;
    *padding:2px 0;
}
.zf-flex-form .ff-title{
    width: 100%;
    text-align: center;
    /*margin: 10px 10px 25px 10px;*/
    margin-bottom: 25px;
    font-size: large;
    border-bottom:solid #bfbfbf 1px ;
    float: left;
}
.zf-flex-form>div{
    float: left;
    box-sizing:border-box;
    padding-bottom: 20px;
}
.zf-flex-form form>div{
    float: left;
    box-sizing:border-box;
    padding-bottom: 20px;
}
.zf-flex-form .ff-item-s{
    width: 50%;
}
.zf-flex-form .ff-item-b{
    width: 100%;
}
.zf-flex-form span{
    display: inline-block;
    width: 110px;
    /*padding-left: 20px;*/
    text-align:justify;
}
.zf-flex-form .ff-item-s input,.zf-flex-form .ff-item-s select{
    box-sizing: border-box;
    width: 160px;
}
.zf-flex-form .ff-item-b input{
    width: auto;
}
@media screen and (max-width: 650px) {
    .zf-flex-form .ff-item-s{
        width: 100%;
    }
}
div.ff-item-submit{
    margin: 10px auto;
    width: 400px;
    height:20px;
    clear: both;
    float: none;
}
.ff-item-submit input:first-child{
    float: left;
    margin-left: 50px;
}
.ff-item-submit input:last-child{
    float: right;
    margin-right: 50px;
}
.zf-flex-form input {
    width: 62px;
    height: 25px;
    font-size: 12px;
    color: #333;
}
.zf-flex-form b.not-required{
    color: transparent;
}
textarea{
    resize: none;
    outline: none;
    height: 200px;
    padding: 5px;
}
.ff-item-b-multi-line b{
    float: left;
}
.ff-item-b-multi-line span{
    float: left;
}

/*.zf-flex-form{*/
    /*font-family: '閻庣敻鍋婇崰娑㈡嫃鐎ｎ喗鈷栭柛娑橆嚟閹凤拷,'闁诲海鎳撻鍕礊閿燂拷*/
    /*font-size: 14px;*/
/*}*/
/*.zf-flex-form input{*/
    /*width: 250px;*/
    /*height: 18px;*/
    /*border: 1px solid #bbbbbb;*/
    /*padding: 5px 0px 5px 2px;*/
    /*vertical-align: middle;*/
    /*outline: none;*/
    /*font: 12px/1.5 "閻庣敻鍋婇崰娑㈡嫃鐎ｎ喗鈷栭柛娑橆嚟閹凤拷, \5b8b\4f53;*/
    /*float: right;*/
    /*margin-right: 60px;*/
/*}*/
/*.zf-flex-form select{*/
    /*height: 30px;*/
    /*vertical-align: middle;*/
    /*outline: none;*/
    /*padding: 5px 0px 5px 2px;*/

    /*font: 12px/1.5 "閻庣敻鍋婇崰娑㈡嫃鐎ｎ喗鈷栭柛娑橆嚟閹凤拷, \5b8b\4f53;*/
    /*float: right;*/
    /*margin-right: 60px;*/
/*}*/
/*.ff-item-s span,.ff-item-b span{*/
    /*width: 100px;*/
    /*overflow: hidden;*/
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*color: #000;*/
    /*font-size: 14px;*/
    /*text-align: center;*/
/*}*/
.zf-flex-form .ff-title{
    color: #7e6547;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
}
/*.zf-flex-form .ff-hr{*/
    /*height: 20px;*/
    /*font-size: 14px;*/
    /*color: #aaa;*/
    /*text-align: center;*/
    /*line-height: 46px;*/
    /*background: url('../img/bar02.jpg') bottom repeat-x;*/
/*}*/
.zf-flex-form b {
    color: #ff0000;
    font-size: 12px;
}
/*.ff-item-s{*/
    /*float: left;*/
    /*box-sizing: border-box;*/
    /*width: 50%;*/
    /*margin-top: 12px;*/
/*}*/
/*.ff-item-b{*/
    /*float: left;*/
    /*box-sizing: border-box;*/
    /*width: 50%;*/
/*}*/
.zf-flex-form img{
    width: 80px;
    height: 26px;
}

.zf-flex-form #code input{
    width: 80px;
    height: 20px;
}
.zf-flex-form #code img{
    display: inline-block;
    position: relative;
    top:9px;
}
.zf-flex-form button{
    width: 62px;
    height: 25px;
    font-size: 12px;
    color: #333;
}

.ff-item-b-multi-line span,#code span {
    margin-right: 5px;
}

span.pageSkipCls{
    display: inline-block;
    width: 700px;
    overflow: hidden;
}
