<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
*
{
    box-sizing:border-box; 
}
html
{
	color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td,a
{
	margin: 0;
	padding: 0;
	font-size: 12px; 
	 
}
span
{
	margin: 0;
	padding: 0;
}
body
{
    background-color:transparent;
	margin: 5px;
}
img
{
	border: none;
}
em
{
	font-style: normal;
	font-weight: normal;
}
li
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4, h5, h6
{
	font-size: 100%;
}
q:before, q:after
{
	content: '';
}
/* 消除q前后的内容 */
button, input, select, textarea
{
	font-size: 100%;
	padding:2px;
}

address, cite, dfn, em, var
{
	font-style: normal;
}
/* 将斜体扶正 */
/* link */
a
{
	color: #36c;
	text-decoration: none;
}
a:hover
{
	color: #f60;

}
a.btna
{
	color: #364052;
	text-decoration: none;
}
a.btna:hover
{
	color: #f60;
	
}


/*新的按钮CSS*/
.div_btn_float
{margin:auto;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 2px 0px; 
	background-color: #F7F7F7;
	outline: none;
	overflow:visible;
	padding:1px; 
	border: solid 1px #C6C6C6;
	width: auto;  
}

/* .div_btn_float .btn_item
{
	height: 25px; 
	padding: 4px 12px 0px 12px;
	white-space: nowrap;
  width:100%;
	display: block;
	cursor: pointer;
}*/

.div_btn_float .btn_item
{
	height: 25px; 
	padding: 4px 12px 0px 12px;
	height:auto;
    width :100%;
	display: block;
	cursor: pointer;
}


/* 查询框的DIV */
.searchclass
{
	padding:4px 10px;
	border-top:1px solid #94B8D7;
	border-left:1px solid #94B8D7;
	border-right:1px solid #94B8D7;
	display:none;
}
input, textarea ,select
{
	vertical-align:middle;

}


/*编辑页面FREEFORM*/
.maingriddiv
{
	width:100%;
	height:100%;	
	/*
	overflow:auto;
	*overflow:hidden;//IE下隐藏
	不知道上面这个为什么要其他浏览器下启用，导致谷歌下所有列表都出现一个没用的滚动条
	*/
	overflow:hidden;
	
}
.maingriddiv_bigwidth
{
	width:100%;
	height:100%;
	overflow:visible;	
}
.freeformdiv
{
	width:100%;
	height:100%;
	display:none;
	overflow:auto;

}
form
{
	margin: 0;
}
.freeformcontent
{
    margin-top: 5px;
    margin-left: 1%;
    width: 99%;

}

fieldset
{
	border:none;
	border-top: solid 1px #8DB2E3;
	padding: 1px;

}
legend
{

	 font-weight:bold;
	padding:2px 0 0 18px;
	background:url('public/editmodel.gif') no-repeat center left;
}

.fieldset_new
{
	border:none;
	/*border-top: solid 1px #8DB2E3;*/
	padding: 1px;

}
.legend_new
{

	 font-weight:bold;
	padding:2px 0 0 18px;
	background:url('public/editmodel.gif') no-repeat center left;
}
.title-text
{
	padding-left:20px;
	background:url('public/editmodel.gif') no-repeat 2px center;
}
.freeform-table
{
	width:100%;
	margin:1px 0 0 0;
	table-layout:fixed;

}
.freeform-table tr
{
	
    
}
.freeform-table td
{
	padding:5px 2px;
	
}
.not-null-star
{
	color:Red;
}
.col-field
{
	text-align:right;
	width:6%;
	color:#2D4988;
}
 .col-control
{
	width:10%;
}
 .freeform-table:not(.notleftorright)&gt;tr&gt;td:nth-of-type(odd){ /*其他浏览器不支持col-field中的align和color*/
    text-align:right;
	color:#2D4988;
 } 
 .freeform-table:not(.notleftorright)&gt;tbody&gt;tr&gt;td:nth-of-type(odd){ /*其他浏览器不支持col-field中的align和color*/
    text-align:right;
	color:#2D4988;
 } 
 
.txt 
{
	border:1px solid #94B8D7!important;
	height:20px;
	width:100%;
	padding:2px;
}

.sel
{
	border:1px solid #94B8D7!important;
	height:20px;
	padding:2px;
}

.txtarea
{
 	border:1px solid #94B8D7!important;
	width:100%;
	padding:2px;   
}
.textbox_show ,.select_show
{
	width:100%;
	background-color:#E8E8E8;
	border:1px solid #94B8D7;
	height:20px;
 
	/*display:inline;*/
	line-height:18px;
}
.textarea_show 
{
	width:100%;
	background-color:#E8E8E8;
	border:1px solid #94B8D7;
 
	overflow:auto;
 
}
.notnull
{
    background-color:#C3E8F1;
}
.from_notnull
{
    background-color:#C3E8F1;
}
 .readonly
{
     
	background-color:#E8E8E8;
}
.freeform-table textarea
{
	width:100%;

	overflow:auto;
}
.freeformbtns
{
    margin-left: 5%;
    width: 85%;
	height:30px;
    background:#FEFEFE;
    background:url('images/toolbar_bg.gif') repeat bottom left;

    border-BOTTOM: solid 1px #8DB2E3;
    border-LEFT: solid 1px #8DB2E3;
    border-RIGHT: solid 1px #8DB2E3;
    text-align:center;
    padding-top:3px;
    margin-bottom:10px;
} 
.opentreebtn
{
	cursor:pointer; position:absolute; background-color:Transparent;border:none; border-left:solid 1px #94B8D7; background:url('public/ico_tree.gif') no-repeat center center; width:19px;height:19px;    right:1px; 
    top:1px;
}
.checkbox-unchecked
{
    height:16px;
    padding:0px 5px 0px 5px; 
    background-position:0px 0px; background-repeat:no-repeat; background-image:url("public/controls.gif");
}
.checkbox-checked
{
    height:16px;
    padding:0px 5px 0px 5px; 
    background-position:-16px 0px; background-repeat:no-repeat; background-image:url("public/controls.gif");
}
.radiobutton-checked
{
    height:14px;
    padding:0px 5px 0px 5px; 
    background-position:-16px -16px; background-repeat:no-repeat; background-image:url("public/controls.gif");
}
.radiobutton-unchecked
{
    height:14px;
    padding:0px 5px 0px 5px; 
    background-position:0px -16px; background-repeat:no-repeat; background-image:url("public/controls.gif");
}
.autogen
{
    font-style:italic;
    color:Gray;
}
.h100
{
	height:100%;
}

.w100
{
	width:100%;
}

.wh100
{
	height:100%;
	width:100%;
}
.logininput{border:groove 1px #7F7F7F;color:#333333;width:70px;height:19px; vertical-align:middle; line-height:18px;}
.highlight{ color:red;}
/*TabContent.master页面公共样式*/
#tab_container{width:100%; margin:0 auto;}
#tab_main{}

#main
{
    table-layout: fixed;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing:0px;
}
#toolbar
{
    height: 28px;
}
 
#left
{
    border-spacing:0px;
    background-color: #FFFFFF;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 100%;
    vertical-align: top;
    table-layout:fixed;
}
#center
{
    background-color: #FFFFFF;  
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 100%;
    vertical-align: top;
    position:relative;
}
.lefttreediv
{
	width: 100%;
	height: 100%;
	overflow: auto;
}
#right
{
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 100%;
    overflow: auto;
    vertical-align: top;
    table-layout:fixed;
}
#loadingdiv
{
    position:absolute;
    bottom:4px;
    right:4px;
    z-index:10000000;
    border:solid 1px #94B8D7;
    height:30px;
    width:180px;
    padding-left:22px;
    line-height:28px;
    background:#FFF;
    background-repeat:no-repeat; 
    background-image:url("public/loading.gif");
    background-position:left center;
}


/*文件上传框*/
div.fileupload
{
   
    border:solid 1px #94B8D7;
    overflow:auto;

}
div.piczone
{
    width:160px;
    height:120px;
     
    float:left;
    margin-right:30px;
    table-layout:fixed;
    overflow:hidden;
    text-align:center;
}
div.piczone_emp
{
    width:113px;
    height:132px;
     
    float:left;
    margin-right:30px;
    table-layout:fixed;
    overflow:hidden;
    text-align:center;
}

img.fileimg
{
  margin-left:-1000px;
}
.filetable
{
    width:100%;
    height:100%;
    table-layout:fixed;
 
}
.filetable td
{
	padding:2px 2px;
	position:relative;
}
.filezone
{
    width:100%;
    height:100%;
    vertical-align:top;
}
a.filebtn
{
	color: #36c;
	text-decoration: none;
	padding-left:16px;
	padding-top:2px;
	background: url('buttonicon/fileup.gif') no-repeat left center;
	height:16px;
}
a.filebtn:hover
{
	color: #f60;
	
}
a.beginup
{
	color: #000;
	text-decoration: none;
	padding-left:18px;
	padding-top:2px;
	background: url('buttonicon/ok.gif') no-repeat left center;
	height:16px;
}
a.cancelup
{
	color: #000;
	text-decoration: none;
	padding-left:18px;
	padding-top:2px;
	background: url('buttonicon/ClearCache.gif') no-repeat left center;
	height:16px;
}

#filemsg
{
     border:solid 1px #94B8D7;
     margin:3px;
     padding:4px;
     background-color:#ECF0F5;
     line-height:16px;
}

a.fileimga
{
	color: #000;
	text-decoration: none;
	position:relative;
	display:block;
	overflow:hidden;
	height:100%;
	width:100%;
	
}

a.fileimga:hover 
{
    color: #36c;
	visibility:visible;
}
a.fileimga .filedelbtn
{
    position:absolute;
    top:1px;
    right:1px;
    font-size:9px;
    padding-top:0px;
    height:10px;
    visibility:hidden;
    width:10px;
    cursor:default;
    margin-left:0px;
    margin-right:0px;
    font-weight:bold;
}
a.fileimga:hover .filedelbtn 
{
    color: White;
    background-color:#F70A54;
	visibility:visible;
}

a.filelist
{
	color: #000;
	text-decoration: none;
	position:relative;
	height:16px;
	 
}

a.filelist:hover 
{
    color: #36c;
	visibility:visible;
}
a.filelist .filedelbtn
{
    position:absolute;
    top:1px;
    right:1px;
    font-size:9px;
    padding-top:0px;
    height:10px;
    visibility:hidden;
    width:10px;
    cursor:default;
    margin-left:0px;
    margin-right:0px;
    font-weight:bold;
}
a.filelist:hover .filedelbtn 
{
    color: White;
    background-color:#F70A54;
	visibility:visible;
}
.filebtntd
{
    position:relative;
    vertical-align:top;
    white-space:nowrap;
    overflow:hidden;
}
.filebtntd a
{
    margin-left:2px;
    margin-top:2px;
     
}
.filebtntd input
{
    position:absolute;
    top:2px;
    left:2px;
    cursor:pointer;
    height:20px;
    width:50px;
    filter:alpha(opacity=0);
    opacity: 0;
}
.filelistspan
{
    padding-top:2px;
    cursor:pointer;
	padding-left:18px;
	height:16px;
}
.fileicon_TXT 
{
    background: url('buttonicon/file_txt.gif') no-repeat left center;
}
.fileicon_DOC 
{
    background: url('buttonicon/file_doc.gif') no-repeat left center;
}
.fileicon_DOCX
{
    background: url('buttonicon/file_docx.gif') no-repeat left center;
}
.fileicon_XLS 
{
    background: url('buttonicon/file_xls.gif') no-repeat left center;
}
.fileicon_XLSX
{
    background: url('buttonicon/file_xlsx.gif') no-repeat left center;
}
.fileicon_PPT 
{
    background: url('buttonicon/file_ppt.gif') no-repeat left center;
}
.fileicon_PPTX
{
    background: url('buttonicon/file_pptx.gif') no-repeat left center;
}
.fileicon_RAR 
{
    background: url('buttonicon/file_rar.gif') no-repeat left center;
}
.fileicon_ZIP
{
    background: url('buttonicon/file_zip.gif') no-repeat left center;
}
.fileicon_JPG 
{
    background: url('buttonicon/file_jpg.gif') no-repeat left center;
}
.fileicon_JPEG 
{
    background: url('buttonicon/file_jpg.gif') no-repeat left center;
}
.fileicon_BMP
{
    background: url('buttonicon/file_bmp.gif') no-repeat left center;
}
.fileicon_PNG
{
    background: url('buttonicon/file_png.gif') no-repeat left center;
}
.fileicon_GIF
{
    background: url('buttonicon/file_gif.gif') no-repeat left center;
}
.fileicon_PDF
{
    background: url('buttonicon/file_pdf.gif') no-repeat left center;
}
.fileicon_ATTACH
{
    background: url('buttonicon/attachment.gif') no-repeat left center;
}
.fileicon_CONTENT
{
    background: url('buttonicon/contrast.gif') no-repeat left center;
}
.fileicon_Unknown
{
    background: url('buttonicon/file_unknown.gif') no-repeat left center;
}
.fileicon_new_flag
{
    background: url('cms/new.gif') no-repeat left center;
}
.fileicon_OFD{
background:url('buttonicon/file_unknown.gif') no-repeat;
}
/*文件上传框end*/
/*人员框*/
a.itemlist
{
	color: #000;
	text-decoration: none;
	position:relative;
	height:16px;
	padding:2px 6px 2px 2px;
	cursor:default;
}

a.itemlist:hover 
{
    color: #36c;
	visibility:visible;
	cursor:default;
}
a.itemlist .itemdelbtn
{
    position:absolute;
    top:1px;
    right:1px;
    font-size:9px;
    padding-top:0px;
    height:10px;
    visibility:hidden;
    width:8px;
    cursor:default;
    margin-left:0px;
    margin-right:0px;
    font-weight:bold;
}
a.itemlist:hover .itemdelbtn 
{
    color: White;
    background-color:#F70A54;
	visibility:visible;
	cursor:pointer;
}

/*分页开始*/
.common-pagination{margin-right: 10px;padding-bottom: 4px;text-align:left; margin-top:8px; margin-bottom:8px;}
.common-pagination A{text-align: center;line-height: 21px;padding-left: 6px;display: inline;  BACKGROUND: url(cms/pager.png) no-repeat left top;
	float: left;height: 21px;color: #000;margin-left: 3px;text-decoration:none;}
.common-pagination .pagejump{float:left;line-height:21px;height: 21px;padding-left:5px;padding-top:3px;}
.common-pagination a span{line-height: 21px;padding-right: 6px;display: inline-block; BACKGROUND: url(cms/pager.png) no-repeat right top;
	height: 21px;cursor:pointer;color:#000;text-decoration:none;}
.common-pagination .disablespan{color:Gray;}
.common-pagination A.disable{ color: #c4c4c4;cursor:default;text-decoration: none;}
.common-pagination A.disable:hover{text-decoration: none; cursor:default;}
.common-pagination A.enable{ text-decoration:none;}
.common-pagination  A.enable:hover{text-decoration:none; text-decoration:none;background: url(cms/pager.png) no-repeat left bottom;cursor: pointer;}
.common-pagination A.this{text-decoration:none;background: url(cms/pager.png) no-repeat left bottom;color: #fff;cursor: pointer;text-decoration: none;}
.common-pagination A.this:hover{text-decoration:none;}
.common-pagination A.this SPAN{text-decoration:none;background: url(cms/pager.png) no-repeat right bottom;text-decoration:none;}
.common-pagination .pager{width:100%;}
/*分页结束*/
.arrow-down
{
    font-size: 7px; margin-left: 3px;
}
.spanfocus
{
    color:#FFF;
    background-color:#000;
}
/*研究生论文开始*/
.excel_dissertation_management
{
    width:450px;
    height:160px;
     background: url('public/Excel_Dissertation_Management.png') no-repeat left center;
}
/*研究生论文结束*/
/*同济经费开始*/
.excel_fund_management
{
    width:450px;
    height:160px;
     background: url('public/Excel_Fund_Management.png') no-repeat left center;
}
/*同济经费结束*/
/*同济带教信息开始*/
.excel_edu_teacher_info1
{
    width:676px;
    height:160px;
    background: url('public/EDU_teacher_info1.png') no-repeat left center;
}
.excel_edu_teacher_info2
{
    width:676px;
    height:160px;
     background: url('public/EDU_teacher_info2.png') no-repeat left center;
}
/*同济带教信息结束*/
/*导师考核信息开始*/
.excel_edu_teacher_appraise
{
    width:676px;
    height:160px;
     background: url('public/EDU_Teacher_Appraise.png') no-repeat left center;
}
/*导师考核信息结束*/
/*研究生排课管理开始*/
.excel_edu_course_schedule
{
    width:450px;
    height:160px;
     background: url('public/EDU_course_schedule.png') no-repeat left center;
}
/*研究生排课管理结束*/
/*奖金发放*/
.excel2bonus_emp_bank
{
    width:352;
    height:160px;
     background: url('public/bonus_emp_bank_tp.png') no-repeat left center;
}

.excel2bonus_dept_emp
{
    width:369px;
    height:162px;
     background: url('public/bonus_dept_emp_tp.png') no-repeat left center;
}




.excel2bonus_dist
{
    width:338px;
    height:205px;
     background: url('public/bonus_dist_tp.png') no-repeat left center;
}

.excel2bonus_dist1
{
    width:338px;
    height:205px;
     background: url('public/bonus_dist_tp1.png') no-repeat left center;
}

.excel2bonus_dist2
{
    width:338px;
    height:205px;
     background: url('public/ACC_DEPT_EMP_EXCEL.jpg') no-repeat left center;
} 



/*邮件群发*/
.excel2email
{
    width:309px;
    height:186px;
     background: url('public/excel2email.png') no-repeat left center;
   
}
.emailsuccess
{
    width:150px;
    height:38px;
    font-size:14px;
    font-weight:bold;
    padding-top:10px;padding-left:50px;
    background: url('public/emailsuccess.gif') no-repeat left center;
   
}

.excelsuccess
{
    width:150px;
    height:48px;
    font-size:14px;
    font-weight:bold;
    padding-top:10px;padding-left:50px;
    background: url('public/excelsuccess.gif') no-repeat left center;
   
}
.uploadexcel
{
    width:191px;
    height:62px;
    overflow:hidden;
    background: url('public/uploadexcel.gif') no-repeat left center;
}
#excelfile
{

    cursor:pointer;
    width:191px;
    margin-left:-10px;
	font-size:62px;
	filter:alpha(opacity=0);
	opacity:0;
}
.msgdiv_success
{
    background-color: #ECF4FD;
    border:solid 1px #98C7F5;
}
.msgdiv_warning
{
    background-color: #F9FBD0;
    border:solid 1px #F29536;
}

/*tips*/
.tree-search-div
{

    height:18px;
 text-align:center;    
}
.tree-search-box
{
    width:85%;
    border:solid 1px #ccc;
    height:20px;
    margin:1px;
    color:#888;
    padding:2px;
}
.tree-search-box-focus
{
    border:solid 1px #333;
    color:#333;
}
.voteresult
{
	background:url('cms/vote_item_bg.gif') center left repeat-x;
	height:10px;
}
.voteresult2
{
	/*background:url('cms/vote_item_bg2.gif') center left repeat-x;*/
	background:url('inettuts/processscope.png') center left repeat-x;
	height:10px;
}

/*send_message*/
.defaulpersonpic
{
    background: #FFF url(index/defaulpersonpic.gif) no-repeat top;
}
.content-bg
{
    background: #FFF url(grid/dialog_content_bg.gif)  repeat-x -8px left;
}

.defaultUserPic120
{
    background: #FFF url(public/defaultUserPic120.gif) no-repeat top;
}


/**/

.msg {
    background:url(public/ico_msg.gif) no-repeat;
}
.calendar {
    background:url(public/ico_calendar.gif) no-repeat;
}
.alert {
    background:url(public/ico_alert.gif) no-repeat;
}
.mail {
    background:url(public/ico_mail.gif) no-repeat;
}
.todo {
    background:url(public/ico_todo.gif) no-repeat;
}
.memo {
    background:url(public/ico_memo.gif) no-repeat;
}
.clock {
    background:url(public/ico_clock.png) no-repeat 2px 2px;
}
.chart {
    background:url(public/ico_chart.gif) no-repeat;
}
.meeting
{
	background:url(public/ico_meetings.gif) no-repeat 2px 2px;
	
}
.favorite {
    background:url(public/ico_favorite.gif) no-repeat;
}
.notice {
    background:url(public/icon_notice.gif) no-repeat 2px 2px;
}
.group {
    background:url(public/ico_group.png) no-repeat 2px 2px;
}
.task {
    background:url(public/ico_task.png) no-repeat 2px 2px;
}
.schedule {
    background:url(public/ico_schedule.png) no-repeat 2px 2px;
}
.useful {
    background:url(public/ico_useful.png) no-repeat 2px 2px;
}
.email {
    background:url(public/ico_email.gif) no-repeat 2px 2px;
}
.time {
    background:url(public/ico_time.gif) no-repeat 2px 2px;
}
.article {
    background:url(public/icon_article.gif) no-repeat 2px 2px;
}
.kuit {
    background:url(public/ico_kuit.gif) no-repeat 2px 2px;
}
.left_hidden {
    background:url(buttonicon/left_hidden.jpg) no-repeat;
}
.left_show {
    background:url(buttonicon/left_show.jpg) no-repeat;
}
.down_hidden {
    background:url(buttonicon/down_hidden.jpg) no-repeat;
}
.down_show {
    background:url(buttonicon/down_show.jpg) no-repeat;
}

#ComboGridDiv_{ background-color:White; overflow:hidden;}

.combo-header{
	background-color:Transparent;
	font-size:12px;
	position:relative;
	height:20px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-image:url('scm/combo_title_right.gif');
	background-repeat:no-repeat;
	background-position:right top;
	
}
.combo-title{
	color:#fff;
	margin-right:5px;
	padding:7px 35px;
	*padding-top:1px;
	height:20px;
	font-weight:normal;
	background-image:url('scm/combo_title_bk.gif');
}
.combo-icon{
	width:18px;
	height:18px;
	position:absolute;
	left:2px;
	top:4px;
}

a.combo-close{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	right:8px;
	top:4px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
	background:url('grid/dialog_tools.gif') no-repeat -16px 0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.gobal_bill_no{color:#000;height:20px;border:0px; border-bottom:1px solid #ccc; background-color:white;font-size:14px; font-weight:bold;}

.pager_margin{ margin:20 0 0 100;}

ul.ztree
{
    margin-top: 10px;
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 220px;
    height: 360px;
    overflow-y: scroll;
    overflow-x: auto;
}


.chartdiv_switch 
{
     position:absolute;
     right:0px;
     top:0px;
     z-index:888; 
}
.chartdiv_switch .l-btn
{ 
     width:20px;
     height:20px;
     display:block;
}
@font-face {font-family: "iconfont";
			src: url('public/iconfont.eot'); /* IE9*/
			src: url('public/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('public/iconfont.woff') format('woff'), /* chrome, firefox */
			url('public/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
			url('public/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
        }

        .iconfont {
			font-family:"iconfont" !important;
			font-size:16px;
			font-style:normal;
			-webkit-font-smoothing: antialiased;
			-webkit-text-stroke-width: 0.2px;
			-moz-osx-font-smoothing: grayscale;
        }
		
		.icon-haopin-div{
			width: 30px;
			height: 30px;
			border-radius: 50%;
			background-color: #F08076;
			text-align:center;
			cursor:pointer;
		}
		
		.icon-haopin-div .icon{
			font-size: 20px;
			line-height: 30px;
			color:#FFFFFF;
			margin-left:6%;
			-webkit-transition: font-size 0.25s ease-out 0s;
			-moz-transition: font-size 0.25s ease-out 0s;
			transition: font-size 0.25s ease-out 0s;
		}
		
/*HRP2兼容*/		
.searchform-table
{
    width:100%;
    table-layout:fixed;
}
.searchform-table td:nth-child(odd)
{
     text-align:right;  
}
.searchform-table .col-field
{
 width:9%;
 text-align:right;
}
.searchform-table .col-control
{
 width:16%;
}
.searchform-table td
{ 
}
.searchform-table select
{
 width:99%;
}
.searchform-table .search-btn-zone
{
 text-align:left;  
}

.searchform-table input ,.searchform-table textarea, .searchform-table select 
{ 
    vertical-align:middle; 
	width:99%;
	zoom: expression(function(el){el.style.zoom = "1"; if (el.type=="checkbox" || el.type=="radio"){el.style.border="0px solid #D9D9D9";el.style.width="auto"; };}(this)); 
 
}
.searchform-table .radio-box  input, .searchform-table .check-box input,.searchform-table .radio-box , .searchform-table .check-box 
{
	border:0px solid #D9D9D9;
	width:auto;
}

/*表单*/

.clearfix:after {

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */

.searchform-div
{ 
}
.searchitem1 {
  float: left;
  padding:1px 0px 8px 7px; 
  white-space: nowrap;
  word-wrap: normal;
  overflow:hidden;
  width:200px;
  height:31px;
  display: flex;
}
.searchitem2 {
  float: left;
  padding:1px 0px 8px 7px; 
  white-space: nowrap;
  word-wrap: normal;
  overflow:hidden;
  width:400px;
  height:31px;
  display: flex;
}
.searchitem3 {
  float: left;
  padding:1px 0px 8px 7px; 
  white-space: nowrap;
  word-wrap: normal;
  overflow:hidden;
  width:600px;
  height:31px;
  display: flex;
}
.searchitem4 {
  float: left;
  padding:1px 0px 8px 7px; 
  white-space: nowrap;
  word-wrap: normal;
  overflow:hidden;
  width:800px;
  height:31px;
  display: flex;
}
.searchitem0 {
  float: left;
  padding:2px 0px 7px 7px; 
  white-space: nowrap;
  word-wrap: normal;
  overflow:hidden; 
  height:31px;
  display: flex;
}
.searchform-div .searchfield {
   
  text-align: right;
  float: left;
  padding-top: 6px; 
  padding-right: 7px; 
  white-space: nowrap;
  word-wrap: normal;
  color:#2d4988;
}

.searchform-div .searchcontrol {
  
  padding-top: 3px; 
  /* line-height: 30px; */
  text-align: left;
  float: left;
  flex-grow:1;
}
.searchitem0 a.btnlink{
  color: #1e93ff;
	text-decoration: none;
}
.searchitem0 a.btnlink:hover{
    color: #f60; 
} 

.moreCondition
{
    display:none;
}
.moreCondition2
{
    
}
.searchform-div .searchcontrol input ,.searchform-div .searchcontrol textarea
{
    vertical-align:middle; 
	width:99%;
	zoom: expression(function(el){el.style.zoom = "1"; if (el.type=="checkbox" || el.type=="radio"){el.style.border="0px solid #D9D9D9";el.style.width="auto"; };}(this)); 
 
}
 .searchform-div .searchcontrol select 
{
    vertical-align:middle; 
	width:99%; 
}
.searchform-div .searchcontrol .radio-box  input, .searchform-div .searchcontrol .check-box input,.searchform-div .searchcontrol .radio-box , .searchform-div .searchcontrol .check-box 
{
	border:0px solid #D9D9D9!important;
	width:auto!important;
}

.ui-tabs
{
  height: 100%;
  width: 100%; 
  table-layout: fixed;
 
}
.ui-tabs .ui-tabs-nav  
{
   position: relative; 
 
}
.ui-tabs .ui-tabs-panel 
{ 
    padding: 0 0; display: block; border-width: 0; background: none; 
    width: 100%; 
    height: 100%;

}



  .listdiv
    {
        display: none; 
        position: absolute;
        background: #FFF;
        border: solid 1px #94B8D7;
        top: 24px;
        left: 2px;
    }
    
    
    
    
    
 
.status-green li
,
.status-red li
,
.status-blue li
,
.status-gray li
,
.status-cyan li
,
.status-orange li
{  
    display:inline;
}

/*表格td强制左右对齐*/
.tdRight{
	text-align: right !important;
}
.tdLeft{
	text-align: left !important;
}

/*颜色块提示信息*/
.color-tips {
	white-space: nowrap; /* 防止文字换行 */
}
.color-tips span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.color-blue {
	width: 20px;
	height: 15px; /* 色块高度 */
	background-color: blue; /* 蓝色 */
}
.color-red {
	width: 20px;
	height: 15px;
	background-color: red; /* 红色 */
}
.color-yellow {
	width: 20px;
	height: 15px;
	background-color: yellow; /* 黄色 */
}
.color-green {
	width: 20px;
	height: 15px;
	background-color: green;
}
.color-black {
	width: 20px;
	height: 15px;
	background-color: black;
}

 /* combo操作的标记的显示 */
.Comboiput {
  background: url('scm/iscombo.gif') center right;
  background-repeat: no-repeat;
  background-color: White;
}</pre></body></html>