@CHARSET "UTF-8";
	html{
		min-height: 100%;
		background-color: #F1F4F4;
	}
	body{
			font: 72.5% "Microsoft YaHei", sans-serif;
			margin: 0;
			padding: 0;
			background-color: #F1F4F4;
		}
	.main{
		margin: 2px;
		padding: 2px;
		min-height:480px;
		min-width:1009px;
	}
	table{
		font: 100% "Microsoft YaHei", sans-serif;
	}
	.ui-helper-right{
		float:right;
		text-align:right;
	}
	
	.ui-helper-left{
		float:left;
		text-align:left;
	}
	.ui-helper-center{
		text-align:center;
	}
	.ui-helper-top{
		vertical-align:top;
	}
	.ui-helper-bottom{
		vertical-align:bottom;
	}
	.ui-helper-middle{
		vertical-align:middle;
	}
	.ui-textbox{
		height:1.6em;
		line-height:1.6em;
		font-size:1.3em;
		width:180px;
	}
	.ui-textarea{
		font-size:1.6em;
		line-height:1.6em;
		width:690px;
		height:160px;
		resize:none;
	}
	.ui-textarea-narrow{
		font-size:1.6em;
		line-height:1.6em;
		width:606px;
		height:130px;
		resize:none;
	}
	.ui-helper-margin{
		margin:10px;
	}
	.ui-helper-margin-n{
		margin-top:3px;
	}
	.ui-helper-margin-s{
		margin-bottom:3px;
	}
	.ui-helper-margin-w{
		margin-left:3px;
	}
	.ui-helper-margin-e{
		margin-right:3px;
	}
	.ui-helper-margin-t{
		margin-top:30px;
	}
	.ui-helper-setblack{
		font-weight: 700;
	}
	.redColor{
		color:red;
	}
	
	.ui-helper-input-boder{
		border-style:none;
		border-color:#ffffff;
		
	}
	.ui-helper-th-padding{
		padding-right: 10px;
	}

	.ui-helper-highLightRowsB{
		font-weight: bold;
	}

.editMainBox{
	padding:8px; 
	overflow:hidden; 
	width:850px;
	margin:0px auto;
	margin-top:20px;
	text-align: left;
	background-color: #F2F2F2;
	}
	
input[type="button"],input[type="submit"],input[type="text"]{
	font: 120% "Microsoft YaHei", sans-serif;
	}
	
input[type="text"]{
	font: 100% "Microsoft YaHei", sans-serif;
	width:180px;
	}

input[type="password"]{
	width:180px;
	}



input[type="text"].txtLong{
	font: 100% "Microsoft YaHei", sans-serif;
	width:550px;
	}
	
input[type="text"].txtMiddle{
	font: 100% "Microsoft YaHei", sans-serif;
	width:280px;
	}
	
select{
	font: 100% "Microsoft YaHei", sans-serif;
	width:180px;
	}
select.selectMiddle{
	font: 100% "Microsoft YaHei", sans-serif;
	width:282px;
	}
select.selectLong{
	font: 100% "Microsoft YaHei", sans-serif;
	width:552px;
	}
textarea{
	font: 100% "Microsoft YaHei", sans-serif;
	line-height:1.6em;
	resize:none;
	}
span{
	font: 100% "Microsoft YaHei", sans-serif;
	}

.rTable3{
	width:100%
}

.rTable3 tr td{
	text-align:right;
	width:30%;
	padding-right: 5%;
}

.searchFloat{
	text-align: right;
}

.tabs{
	color:#A0A0A0;
}

a{
	color:#f60;
}

.rTable{
	width:850px;
	}
	
.rTable tr{
	height:40px;
	}
	
.rTable tr th{
	padding-right:20px;
	text-align:right;
	vertical-align:top;
	width:120px;
	}
	
.rTable tr td{
	vertical-align:top;
	}

.rTable tr td textarea{
	font: 100% "Microsoft YaHei", sans-serif;
	line-height:1.6em;
	width:550px;
	height:130px;
	resize:none;
	}

.uploadFileTable{
	width:"90%"; 
	background-color: #A6A6A6; 
	padding: 2px;
	margin-top:8px;
}
#infoTable tr{
	height:20px;
	background-color: #A6A6A6;
	padding: 2px;
	margin-top:8px;
}

.footer{height:64px;line-height:60px;background-color:#f2f2f2;text-align:center;color:#a6a6a6;border-top:1px #d8d8d8 solid;clear:both;}
/*position:absolute;bottom:2px;width: 100%;*/
/*忘记密码*/
.qaz-icon{width:272px;height:44px;background:url(../../images/examinee/home-bg.png) 0 0 no-repeat;display:block}
.qaz-icon{width:20px;height:15px; background-position:0 -232px; float:left; margin-top:4px;}
.white{color:#fff;}
.white:hover{color:#daf0ff;}

/*20140109 自定义样式添加 开始 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* 面包屑标题 */
.breadtitle{
	background-color:#EFF5F8;
	padding: 5px 0px; 
	color: #336699; 
	width:100%;
	float: left;
}
.breadtitle span{
	display:block;
	float: left;
}
/* 编辑区域 */
.contentArea{
	float: left;
	width: 100%;
}
/* 编辑页面编辑区域 */
.edit-page-area{
	position: relative;
	width:995px;
	padding: 18px;
	margin: 0 auto 0;
	background-color: #ffffff;
	box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
}
/* 编辑页面 区域 标题*/
.edit-page-area-title{
	border-bottom: 1px solid #E1E1E1;
}
.edit-page-area .edit-page-area-title span{
	font-size: 2em;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
	font-weight: bold;
	color: #bbb;
}
/* form */
.col-sm-2{
	width:16.666666666666664%;
}
.form-horizontal .form-group label{
	font-size: 1.2em;
	font-weight: bold;
}
.col-sm-10{
	width:83.33333333333334%;
}
.col-sm-2,.col-sm-10{
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.form-group {
	margin-bottom: 15px;
	width: 100%;
}
.form-group-div {
	padding-top: 5px;
}
.form-horizontal .control-label{
	text-align:right;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

/*消除form边框*/
form{
	padding: 0;
	margin: 0;
}
/* 修改 jquery ui menu 获得焦点与失去焦点 按钮样式不一致问题*/
.ui-menu .ui-menu-item a.ui-state-focus{
	border: 1px solid #0182C4;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  text-decoration:none;
}

.btn-primary {
  color: #ffffff;
  background-color: #FF8500;
  border-color: #FF8500;
}

.btn-primary:hover,
.btn-primary:focus{
  color: #ffffff;
  background-color: #FF5C00;
  border-color: #FF5C00;
}

.btn-primary:active{
	/*border: 1px solid #dddddd; */
	font-weight: bold; 
	/*color: #ff0084;*/
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* 全局 ui按钮 样式 */
input.ui-button{
	padding: 0.2em 1em;
}

/* 消除样式中的 图片*/
.imagesNone{
	background-image: none!important;
}

/* 超链接 特别颜色(橘色) 字体样式 */
.aLink a{
	color: #f60!important;
}
/* 页码样式 橘色*/
.pageNum{
	color: #f60!important;
}
.btnIcon{
	color: #79787A;
	border: 2px solid #ffffff;
}
/* 高亮 */
.highLightRows{
	background-color: #EFF5F8;
}

/* 普通搜索 */
.normalserdiv{
	min-width:1009px;
	background-color:#ffffff;
	padding:5px 10px;
	width: 100%;
	float: left;
}
/* 搜索条件div */
.rowspan{
	width: 100%;
}
.rightspan{
	float: right;
	padding-right: 150px;
}
.serdiv{
	width:49%;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.s_mm{width:30%;margin-bottom: -10px;}
.s_mmm{width:30%;margin-bottom: -10px;}
.ss_mmb{width:30%;margin-bottom: -10px;}


/* 高级搜索 */
.advancediv {
	width: 100%;
	background-color: #FFFFFF;
	display:none;
	float: left;
}
.advancediv .serdiv label{
	display:inline-block;
	width: 85px;
	text-align: right;
}
/* 搜索 组件 样式 开始 */
.input-group {
	margin-top:10px;
  position: relative;
  display: table;
  border-collapse: separate;
}
/* 去除IE按钮黑色边框 */
.inputBorderClean{
	border-radius: 3px;
	border:none !important;
	padding:0px 15px !important;
	height:30px !important;
	margin-top: 2px !important;
	margin-bottom: 0px !important;
	margin-right : 2px !important;
	margin-left : 2px !important;
  	border-top:0px !important;
	border-bottom:0px !important;
}
.ss_inputhui{color:#666666;background:#F5F5F5;
font-size:12px;}
.ss_inputhui:hover{background:#cccccc}

/*搜索框 特殊 样式 开始 */
.xserch{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 7%;
	float: left;
}
.input-group .form-control {
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  margin-top: -2px;
  float: left;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -4px;
}

.input-group-btn > .btn {
  margin-top:2px;
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.form-control {
  float:left;
  width: 100%;
  height: 25px;
  padding: 0px 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-group-btn .ui-button-text {
	padding: 0px;
	margin: -3px 0 -2px 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* ie10 placeholder 属性*/
.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

/*搜索框 特殊 样式 结束 */
/*dialog 关闭按钮修正 开始*/
.ui-dialog .ui-dialog-titlebar .ui-button{
	background-color:transparent;
	border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon{
	position: static;
}
/*dialog 关闭按钮修正 结束*/

/*一览画面 页面设置按钮样式*/
.pageSetting{
	float: left;
	width:90px;
}
.pageSetting ul {
	width: 70px;
	text-align: left;
}

/*数据表格过长自动省略号样式*/
.dataTable{
	border-left: none;
	border-right: none;
  	table-layout:fixed;
  }
.dataTable tr td{
  text-overflow:ellipsis; /* for IE */ 
  -moz-binding:url('ellipsis.xml#ellipsis'); /* for Firefox,mozilla */ 
  -o-text-overflow:ellipsis;
  overflow:hidden;
  white-space: nowrap;
  }
.s_table tr td{border: 1px solid #cccccc;}

.dataTable tr th{
  text-align: left;
  }
/* 设置dialog 开始*/
/*设置模态遮罩全屏显示*/
.dialogoverlay{
	position:fixed!important;
}
.dialogScolle{
	position:fixed!important;
	left:25%!important;
	top:35%!important;
}
/* 设置dialog 结束*/

/* 修复datepicker 中文显示样式*/
.ui-datepicker select.ui-datepicker-year{
	width: 40%;
}
/* 当前位置 */
.atLocation{
	width: 80%;
}
/* PDF功能按钮组 */
.pdfButnGrp{
	float: right;
	width: 30%;
	text-align: right;
}
/* 功能按钮区域*/
.functionBtnArea{
	padding-top: 10px;
	background-color: #ffffff;
	padding-bottom: 10px;
}
/*20140109 自定义格式 添加 结束*/

/*20140129 样式优化 开始*/

/* 检索框 检索按键
#collectionSearchId,#btnListSearch, #btnListLev1{
	height: 36px;
	font-size: 20px;
}*/
/* 高级查询 PDF导出 PDF打印
#divShowquery, #divPdfPrint {
	margin-top:11px;
}*/
/* 新增按钮*/
#btnListLev1 {
	width:120px;
	margin-left:15px;
	float: left;
}
/*20140129 样式优化 结束*/
/*20140211 错误样式 开始*/
.errorBor{
	border:solid 1px red;
	padding: 2px;
}
.errorMsgTooltip{
	color: red;
}
label.error{
	color: red;
}
/*20140211 错误样式 结束*/

.ui-tooltip .arrow:after {
    background: #dddddd;
    border: 1px solid #dddddd;
  }
  .arrow {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 0px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 15px;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 0px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
/* 
.search-common-panel{
	position:relative;
	padding:3px 0 3px 77px;
	height:39px;
	background:rgb(255, 85, 0);
	overflow:hidden;
}
*/


/*对应IE兼容模式时，日历控件header宽度不够*/
.ui-datepicker .ui-datepicker-header{
	padding-right:5px;
}

/*按打印后，出现等待鼠标提示*/
.printWaiting{
	cursor:wait;
}

/*定义浅色图标*/
.ui-icon-user {background-image:url(images/ui-icons_ffffff_256x240.png)}

/*编辑页面 table 下的 表单 宽度*/
table .form-group .col-sm-2 {
width: 40%;
}

/*struts field error样式 */
ul.errorMessage {color: #FF3300;}
ul.errorMessage {list-style-type: none;display: inline;margin: 0px;padding: 3px;}
ul.errorMessage li {list-style-type: none;display: inline;}


/*注册专业 样式*/
a {
text-decoration: none;

}
.clear {
clear: both;
line-height: 0px;
height: 0px;
font-size: 0px;
}
.advancediv2 {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}
.advancediv2 .serdiv label{
	display:inline-block;
	width: 85px;
	text-align: right;
}
.zysearch{
	margin-left:-66px;
	min-height: 50px; 
	min-width: 300px; 
	padding-right: 15px;
	padding-left: 7%;
	float:left;
}
.zydllable{
	width: 80px;
	height: 25px;
	font-size:14px;
	background-color: #009DD9;
	color:#ffffff;
	float:left;
}
.selzydl{
	min-width: 300px;
	height: 25px;
	background-color: #FFF5CE ;
}
.xszydl{
	margin-top:5px;
	margin-left:5px; 
	width: 80px;
	height: 30;
	float:left;
}
.zczybtnSearch{
	margin-left:60px;
	min-height: 25px; 
	min-width: 300px; 
	padding-right: 15px;
	padding-left: 7%;
	float:left;
}

}
.dataxsBox{
	min-width:900px;
	height: auto; 
	/*overflow: hidden; */
	padding-left: 20px;
}
.divtext{
	table-layout:fixed;
	text-overflow:ellipsis;
	-moz-binding:url('ellipsis.xml#ellipsis');
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.maskdiv{
	background-color:#C8C8C8;
	opacity: 0.5;
	filter: alpha(opacity=50); /* for IE */
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
}
.openifrdiv{
	z-index:999;
	position:fixed;
	top:15%;
	left:20%;
	background-color:#FFFFFF;
	height: 150px;
	border:solid 1px #ccc;
}

/*.myClass-right {
width: 788px;
padding: 0;
margin-top: 16px;
background: url(../../images/zhucekecheng/list_bg.gif) repeat-x scroll 0 0;
}
.lesson-list{
overflow: hidden;
padding: 20px 0 21px;
height: 92px;
width: 806px;
background: url(../../images/zhucekecheng/list_bg.gif) repeat-x scroll 0 132px;
}
.lesson-list .lesson-info {
float: left;
position: relative;
width: 420px;
height: 92px;
overflow: hidden;
}
.lesson-list .lesson-img {
float: left;
width: 160px;
height: 90px;
border: 1px solid #959595;
}
.myClass-right .job-wrap {
float: left;
overflow: hidden;
padding: 0 15px 0 25px;
height: 103px;
width: 130px;
background: url(../../images/zhucekecheng/list_bg2.gif) repeat-y scroll 0 0;
}
.clear {
clear: both;
line-height: 0px;
height: 0px;
font-size: 0px;
}
.lesson-info .lecturer {
margin-bottom: 14px;
font-size: 14px;
}
.lesson-info p {
padding-left: 15px;
color: #333300;
}
.lesson-info .date {
font-family: Verdana;
font-size: 12px;
position: absolute;
bottom: 0;
left: 0;
}
.lesson-info .collect {
position: absolute;
right: 41px;
top: 5px;
display: inline-block;
width: 18px;
height: 16px;
background-position: -195px -39px;
}
.lesson-info .lesson-btn a {
float: left;
width: 58px;
height: 24px;
line-height: 24px;
padding-left: 27px;
font-weight: bold;
color: #f9feff;
_display: inline;
margin-left: 3px;
font-size: 12px;
}
.lesson-btn .start-btn {
background-position: 0 -135px;
}
.lesson-btn .exit-btn {
background-position: -88px -135px;
}
.collect{
	background: url(../../images/zhucekecheng/img_bg.jpg) no-repeat;
}
a {
text-decoration: none;
color: #313131;
}
.start-btn{
background: url(../../images/zhucekecheng/img_bg.jpg) no-repeat;
}
.exit-btn {
background: url(../../images/zhucekecheng/img_bg.jpg) no-repeat;
}
.myClass-right .lesson-info .lesson-btn {
width: 193px;
}
.lesson-info .lesson-btn {
position: absolute;
bottom: 1px;
right: 0;
width: 264px;
height: 24px;
}
.lesson-info h3 a {
color: #2c3e50;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.lesson-info h3 {
padding-left: 8px;
margin-bottom: 13px;
width: 350px;
color: #2c3e50;
font-size: 14px;
font-weight: bold;
}
.lesson-info .collect:hover,.lesson-info .collect-check{background-position: -220px -39px;}*/

/* 用户中心样式 */
.rMainBox{width:99%;}
.user_profile{width:48%;min-width:600px;padding:5px;}
.user_photo{width:130px;float:left;}
.user_detail{float:left;margin-left:10px;}
.user_detail ul {list-style:none;font-size:14px;margin:0px;padding:0px;}
.user_detail ul li {line-height:25px;color:#999999;}
.user_detail ul li a {text-decoration:none;color:#3F5FBF;}
.user_notice{width:45%;min-width:480px;padding:5px;}

/* 工作流程 */
.sider_mainbox{width:99%;margin:10px 5px;min-width: 1120px;/*overflow:hidden;*/}
.statu_barbox{width:100%;min-width:220px;float:left;padding-top:10px;}
.statubar_title{height:50px;position:relative;overflow:hidden;}
.statubar_title h4{background-color:#EBA011;margin-top:0;margin-left:15px;line-height:22px;color:#fff;font-size:15px;font-weight:normal;padding:4px 15px;float:left;overflow:hidden;}
.statubar_title .tt_arrow{width:18px;height:11px;background:url(../images/icon.png) 0 -176px no-repeat;display:block;position:absolute;top:30px;left:25px;}
.time_barcont{margin-left:70px;clear:both}
.time_barcont li{border-left:3px #ccc solid;padding:38px 0 0;float:left;clear:both;position:relative;left:0;top:0;z-index:1}
.time_barcont li.completed{border-left:3px #EBA011 solid;}
.completed_icon, .uncompleted_icon{width:17px;height:17px;background:url(../images/icon.png) 0 -139px no-repeat #fff; float:left;position:absolute;top:50px;left:-10px;z-index:100}
.completed_icon{background-position:0 -112px}
.date{width:90px;padding-right:18px;height:18px;line-height:18px;color:#666;text-align:right;font-size:14px;position:absolute;top:48px;left:-100px;}
.bar_detailbox{width:500px;margin-left:30px;line-height:24px;position:relative;top:-26px;}
.bar_detailbox dt, .statu-title{width:500px;height:24px;padding-bottom:5px;font-size:15px;color:#000;}
.bar_detailbox dd{width:80%;height:50px;background-color:#f5f8fb;border:1px #ddd solid;border-radius:4px;padding:10px 15px;overflow:hidden}
.bar_detailbox dd .chat_arow{width:20px;height:22px;background:url(../images/icon.png) 0 -196px no-repeat;float:left;position:absolute;left:-19px;top:45px;} 
.bar_detailbox dd .statu_data{width:70%;height:24px; float:left}
.statu-title{margin:0 0 0 30px;line-height:20px; position:relative; top:10px;}
.grey_line{color:#999;font-size:12px;padding:0 8px;}

.user_mainbox{width:100%;min-width:750px;float:left;padding-top:10px;}
.search_tab{width: 200px;height:30px;line-height:30px;text-align:center;font-size:16px;}
.search_tab a{color:#8D8D8D;}
.select_tab{border-bottom:solid 3px #0182C4;}
.select_tab a{color:#000000;display:inline-block;}

/*我的专业*/
.search_tab2{width: 200px;height:30px;line-height:30px;text-align:center;font-size:12px;float: left;}


/*流程*/
/* stepInfo */
.stepInfo{position:absolute;background:#f2f2f2;margin:60px auto 0 3%;width:900px;}
.stepInfo li{float:left;width:20%;height:0.6em;}
.licolor1{background:#45a0f3;}
.licolor2{background:#f2f2f2;}
.stepIco{border-radius:3em;padding:0.1em;background:#45a0f3;text-align:center;line-height:1.8em;color:#fff; position:absolute;width:2.5em;height:2.5em;}
.stepIcolclolor1{background:#45a0f3;}
.stepIcolclolor2{background:#f2f2f2;}
.stepIco1{top:-1em;left:8%;}
.stepIco2{top:-1em;left:28%;}
.stepIco3{top:-1em;left:48%;}
.stepIco4{top:-1em;left:68%;}
.stepIco5{top:-1em;left:88%;}
.stepText{color:#666;width:12em;text-align:center;margin-left:-5em;}
.stepText2{color:#666;margin-top:-6.5em;width:12em;text-align:center;margin-left:-5em;}
/*时间轴*/

/* 时间轴样式 */
.course_nr{height:120px; background:url(../images/ico9.gif) repeat-x center;}
.course_nr .lia{ float:left; background:url(../images/ico10.png) no-repeat center top;padding-top:30px; width:140px; text-align:center; position:relative; margin-top:50px;}
.course_nr .lib{ float:left; background:url(../images/ico11.png) no-repeat center top;padding-top:30px; width:140px; text-align:center; position:relative; margin-top:50px;}
.shiji{ position:absolute; width:100%; left:0; top:0px;}
.shiji h3{ height:50px; line-height:50px; color:#518dbb; font-weight:bold; margin-top:-39px;}
.shiji p{ line-height:14px; color:#999;}

/* sw-照片样式 */
.dataTable tr td img:hover {
	z-index:999;
	transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3)-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
}
.dataTable tr td img{
	width:150px;
	height:203px;
	display: block;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	z-index: 999;
}

