@CHARSET "UTF-8";
/* 说明：该样式文件针对教务系统做过优化，其他系统如果使用，建议拷贝一份自行调整 */

@import url('../fonts/font-awesome-4.2.0_ie7/4.2.0/css/font-awesome.min.css');

/* 字体图标 */
/* CSS Document */

body {
	/* 增加字体 Helvetica，并放在第一位，解决输入框组中按钮（组）与其他控件之间出现两条边框的问题，zp，20161110 */
	font: normal 100 14px Helvetica, microsoft YaHei, SimSun, Arial;
	background: #f0f0f0;
	overflow-x: hidden;
	padding-right:0 !important;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,tr,td,th,thead,caption {
	margin: 0;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.hidden {
	display: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.clearfloat {
	zoom: 1
}

.bg-default {
	background: none !important
}

.bg-white {
	background: #fff !important
}

.color-white {
	color: #fff !important
}

.color-red {
	color: #f00 !important
}

.show-grid-15 {
	margin-bottom: 15px;
}

.show-padtop-15 {
	padding-top: 15px;
}

.padding-150 {
	padding:15px 0 0 0 !important;
}

.padding-0 {
	padding: 0px !important
}

.padding-r70 {
	padding-right: 70px !important
}

.padding-t10 {
	padding-top: 10px !important
}

.padding-b10 {
	padding-bottom: 10px !important
}

.padding-l10 {
	padding-left: 10px !important;
}

.padding-10 {
	padding: 10px !important
}

.padding-lr10 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.margin-t0 {
	margin-top: 0px !important;
}

.margin-b0 {
	margin-bottom: 0px !important;
}

.margin-t10 {
	margin-top: 10px !important;
}

.margin-tb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.margin-b20 {
	margin-bottom: 20px !important
}

.margin-r10 {
	margin: 0px 10px 0px 0px !important
}

.margin-10 {
	margin: 10px !important
}

.font-bold{
	font-weight:600;
}

.fs-25 {
	font-size: 25px;
}

.border-b {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0px;
}

.w_1000 {
	width: 1000px;
	margin: 0 auto;
}

.position_r {
	position: relative;
	z-index: 1
}

.position_a {
	position: absolute;
	z-index: 2
}

.top_10 {
	bottom: auto !important;
	top: 10px !important;
}

.right_10 {
	left: auto !important;
	right: 10px !important;
}

.cur_poi {
	cursor: pointer;
}

.max_w_240 {
	display: inline-block!important;
	vertical-align: text-top;
	max-width: 240px;
}

.nav_many>li>a {
	padding: 2px 11px;
	margin-right: 0px;
}

.cursor_poi {
	cursor: pointer;
}

/*增加通用动画,周平,20161111*/
.transition-common {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}


/*=====================bootstrap面板关闭和展开========================*/

.panel-heading {
	position: relative;
	padding: 7px 15px !important;
}

.panel-heading .hed_remove {
	position: absolute;
	z-index: 2;
	right: 50px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/ico_remove.png) 0px 0px no-repeat;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.6s linear;
	-moz-transition: -moz-transform 0.6s linear;
	-o-transition: -o-transform 0.6s linear;
	-ms-transition: -ms-transform 0.6s linear;
	overflow: hidden;
}

.panel-heading .hed_remove:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.panel-heading .expand_close {
	position: absolute;
	z-index: 2;
	right: 20px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_tjxk.png) 0px 0px no-repeat;
	opacity: 1;
}

.panel-heading .expand1 {
	background-position: 0px 0px;
}

.panel-heading .close1 {
	background-position: -20px 0px;
}

.panel-info .panel-heading .expand1 {
	background-position: 0px -20px;
}

.panel-info .panel-heading .close1 {
	background-position: -20px -20px;
}

.panel-footer {
	padding: 6px 15px !important;
}


/*=====================表格样式========================*/

.formlist {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	background: #fff;
}

.formlist td,
.formlist th {
	padding: 6px 20px 6px 20px;
	line-height: 34px;
	vertical-align: middle;
	word-break: break-all;
	color: #000;
	border: 1px solid #B0CBE0;
}

.formlist thead tr,
.formlist tfoot tr {
	width: 100%;
	text-align: left;
}

.formlist thead tr,
.formlist thead th {
	background: #E8F0FB;
	padding: 5px 5px;
	text-align: left;
	color: #00579c;
	border-bottom: 1px solid #B0CBE0;
}

.formlist tfoot tr,
.formlist tfoot td {
	background: #E8F0FB;
}

.formlist thead span {
	font-weight: bold;
	margin-left: 10px;
	color: #000;
	padding-left: 20px;
	line-height: 34px;
	float: left;
}

.formlist tbody td.nohover:hover {
	background: none;
}

.formlist tbody th {
	background: #F3F5F8;
	text-align: right;
	font-weight: normal;
}

.formlist tbody th:hover {
	background: #F3F5F8;
}

.formlist .red {
	color: #f00;
	padding-right: 3px;
}

.formlist tbody td .form-control {
	width: 80%
}

.formlist1 {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	background: #fff;
}

.formlist1 td,
.formlist1 th {
	padding: 6px 15px 6px 15px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	color: #000;
}

.formlist1 tbody th {
	text-align: right;
	font-weight: bold;
	color: #717171
}

.formlist1 .red {
	color: #f00;
	padding-right: 3px;
}

.formlist2 td {
	padding: 3px 0px;
}


/*=====================bootstrap表格新增样式========================*/

.tab-td-padding-2 td,
.tab-td-padding-2 th {
	padding: 2px!important
}

.tab-td-font-12 td,
.tab-td-font-12 th {
	font-size: 12px
}

.tab-td-center td,
.tab-td-center th {
	text-align: center
}


/*=====================tab切换========================*/

.sl_nav_tabs {
	background: #f4f4f4;
	padding-left: 10px;
	padding-top: 6px;
}

.sl_nav_tabs>li>a {
	padding: 6px 15px;
	color: #666666;
}

.sl_nav_tabs .active a {
	border-top: 2px solid #0770cc !important
}


/*=====================模拟checkbox样式========================*/

.analog_checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico_analog_checkbox.png) 0px -16px no-repeat
}

.analog_checkbox.checked {
	background-position: 0px 0px;
}


/*=====================引用========================*/

.blockquote1 {
	padding-left: 10px;
	border-bottom: 1px dashed #dddddd;
	padding: 15px 0px;
	border-left: 0px none;
	margin: 0px 0px 15px 0px
}

.blockquote1 p {
	border-left: 5px solid #0770cc;
	padding-left: 15px;
}


/*==============标签===============*/

.tag-list {
	padding: 0px;
}
.tag-list:after{
	clear: both;
	display: table;
	content: " ";
}

.tag-list li {
	float: left;
	position: relative;
}

.tag-list li a,
.tag-list li span {
	background-color: #f3f3f4;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: 19px;
}

.tag-list li a:hover,
.tag-list li span:hover {
	background: #eee
}

.tag-list1 li a,
.tag-list1 li span {
	background-color: #fff;
}

.tag-list li.placeHolder span {
	background-color: white !important;
	border: 1px dashed gray !important;
}

.hr-dashed-blue{
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dashed;
	border-color: #0b80ca;
}

.hr-solid-gray{
	margin-top: 0;
	margin-bottom: 0;
	border-style: solid;
	border-color: #eee;
}



/* 增加索引样式，zp，20160921 */
.tag-list li span.index,
.tag-list li a.index {
	background: #43B8EE;
	color: #fff;
}

.tag-list li span.cur,
.tag-list li a.cur {
	background: #0483d4;
	color: #fff;
}

.tag-list li span.cur:hover,
.tag-list li a.cur:hover {
	background: #0471b7;
}

.tag-list li span.error,
.tag-list li a.error {
	border-color: #f00;
	color: #f00
}

/* 索引样式换肤 */

.blue-third-skin .tag-list li span.index,
.blue-third-skin .tag-list li a.index {
	background: #75a0ad;
	color: #fff;
}

.blue-second-skin .tag-list li span.index,
.blue-second-skin .tag-list li a.index {
	background: #78b4f7;
	color: #fff;
}

.wood-grain-skin .tag-list li span.index,
.wood-grain-skin .tag-list li a.index {
	background: #f0bb2f;
	color: #fff;
}

.green-skin .tag-list li span.index,
.green-skin .tag-list li a.index {
	background: #7fbd58;
	color: #fff;
}

.basic-skin .tag-list li span.index,
.basic-skin .tag-list li a.index {
	background: #9c9d9e;
	color: #fff;
}
/*=============高级查询=============*/

.input-group-btn.input-group-input {
	width: 100%;
}
.input-group-input {
	position: relative;
}
.input-group-input .input-group-input-remove {
	position: absolute;
	height: 34px;
	width: 34px;
	right: 0px;
	top: 0px;
	z-index: 10000;
	/*display: block;*/
	display: none;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #888;
	cursor: pointer;
}

.form-group-sm .form-control+.input-group-input-remove,
.input-group-sm+.input-group-input-remove,
.input-sm+.input-group-input-remove{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.form-group-lg .form-control+.input-group-input-remove,
.input-group-lg+.input-group-input-remove,
.input-lg+.input-group-input-remove{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.form-group-xs .form-control+.input-group-input-remove,
.form-group-xs+.input-group-input-remove,
.input-xs+.input-group-input-remove{
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
}

.input-group-input .input-group-input-remove:hover,
.input-group-input .input-group-input-remove:focus{
	color: #555;
}
.input-group-input .form-control{
	padding-right: 34px;
}

.input-group-input .form-control::-ms-clear {
	display: none;
}


@media (max-width: 767px) {
	.input-group .input-group-btn.input-group-input .form-control {
		height: 31px;
	}

	.input-group-btn.input-group-input .input-group-input-remove {
		height: 31px;
		line-height: 31px;
	}
}

.advanced-query { border-top: 2px solid #007fda; border-radius: 0; }
.advanced-query .panel-body { padding: 0;}
.advanced-query .panel-body .cond-bar{ padding: 15px 30px;}
.advanced-query .panel-body .cond-bar + .cond-bar{ padding-top: 0;}
.advanced-query .panel { border:0;}

.advanced-query-fixed { border: 0; border-top: 2px solid #63a3ff; border-radius: 0; position: relative; margin-bottom: 0;}
.advanced-query-fixed .panel-heading { border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-radius: 0; z-index: 101;}
.advanced-query-fixed .panel-body { padding: 0; position: absolute; width: 100%; z-index: 100; }
.advanced-query-fixed .panel-body .cond-bar { padding: 15px 30px; }
.advanced-query-fixed .panel-body .cond-bar + .cond-bar { padding-top: 0; }
.advanced-query-fixed .panel { border: 0; border-left: 1px solid; border-right: 1px solid; border-radius: 0; border-color: #007fda;}
.advanced-query-fixed .panel .collapse { border-bottom: 1px solid #007fda; border-top: 1px solid #007fda;}
.advanced-query-fixed .panel .collapse > .cond-caret{
	position: absolute;
	top: -9px;
	height: 10px;
}
.advanced-query-fixed .panel .collapse > .cond-caret:before {
	position: relative;
	display: block;
	top: 2px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom-color: #007fda;
	content: '';
	margin: auto;
	width: 8px;
}
.advanced-query-fixed .panel .collapse > .cond-caret:after {
	position: relative;
	top: -5px;
	left: 0px;
	display: block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	content: '';
	margin: auto;
	width: 7px;
}

/* 高级查询换肤start */
.basic-skin .advanced-query-fixed {
    border-top: 2px solid #35414f;
}

.basic-skin [name="search_button"]{
	background-color: #35414f;
    border-color: #12171d;
}

.basic-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #9C9D9E;
    border-top: 1px solid #9C9D9E;
}

.basic-skin .advanced-query-fixed .panel{
	border-color: #9C9D9E;
}

.basic-skin .tag-list li span.cur:hover,
.basic-skin .tag-list li a.cur:hover{
	
}

.basic-skin .tag-list li span.cur, 
.basic-skin .tag-list li a.cur{
	background-color: #9c9d9e !important;
    color: #fff !important;
}

.basic-skin .tag-list-cond li.selected a,
.basic-skin  .tag-list-cond li.selected span{
	border: 1px solid #636363;
    background-color: #9c9d9e;
    color: #fff !important;
}


.basic-skin [name="searchItem"] .btn{
	background-color: #35414F;
    border: 1px solid #12171d;
}

.basic-skin  .btn-primary{
	background-color: #35414F;
    border-color: #21272f;
}

.basic-skin  .btn-primary:hover{
	background-color: #35414F;
}


.wood-grain-skin .advanced-query-fixed {
    border-top: 2px solid #ffc124;
}

.wood-grain-skin [name="search_button"]{
	background-color: #ffc124;
    border-color: #e6ab13;
}


.wood-grain-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #ffc124;
    border-top: 1px solid #ffc124;
}

.wood-grain-skin .advanced-query-fixed .panel{
	border-color: #ffc124;
}

.wood-grain-skin .tag-list li span.cur:hover,
.wood-grain-skin .tag-list li a.cur:hover{
	
}

.wood-grain-skin .tag-list li span.cur, 
.wood-grain-skin .tag-list li a.cur{
	background-color: #efb113 !important;
    color: #fff !important;
}

.wood-grain-skin .tag-list-cond li.selected a,
.wood-grain-skin .tag-list-cond li.selected span{
    color: #fff !important;
    background-color: #efb113 !important;
    border: 1px solid #d0980b;
}
.wood-grain-skin .btn-primary{
	background-color: #efb113;
    border-color: #cc9710;
}

.wood-grain-skin  .btn-primary:hover{
	background-color: #f0bb2f;
}

.green-skin .advanced-query-fixed {
    border-top: 2px solid #347346;
}

.green-skin  .btn-primary{
	background-color: #347346;
    border-color: #2f563a;
}

.green-skin  .btn-primary:hover{
	background-color: #275f37;
}

.green-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #7FBD58;
    border-top: 1px solid #7FBD58;
}

.green-skin .advanced-query-fixed .panel{
	border-color: #7FBD58;
}

.green-skin .tag-list li span.cur:hover,
.green-skin .tag-list li a.cur:hover{
	
}

.green-skin .tag-list li span.cur, 
.green-skin .tag-list li a.cur{
	background-color: #7fbd58;
    color: #fff !important;
}

.green-skin .tag-list-cond li.selected a,
.green-skin  .tag-list-cond li.selected span{
	background-color: #7fbd58;
    color: #fff !important;
}


.green-skin [name="searchItem"] .btn{
	background-color: #347346;
    border: 1px solid #2f563a;
}

.green-skin .tag-list-cond li.selected a:hover, 
.green-skin .tag-list-cond li.selected span:hover{
	background-color: #7fbd58;
    color: #fff !important;
}

.green-skin .nav-tabs>li.active>a, 
.green-skin .nav-tabs>li.active>a:hover, 
.green-skin .nav-tabs>li.active>a:focus{
	color:#7FBD58;	
}

.blue-second-skin .advanced-query-fixed {
    border-top: 2px solid #2381E9;
}

.blue-second-skin  .btn-primary{
	background-color: #2381E9;
    border-color: #0663ca;
}

.blue-second-skin .btn-primary:hover{
	background-color: #2381E9;
}


.blue-second-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #2381e9;
    border-top: 1px solid #2381e9;
}

.blue-second-skin .advanced-query-fixed .panel{
	border-color: #2381E9;
}

.blue-second-skin .tag-list li span.cur:hover,
.blue-second-skin .tag-list li a.cur:hover{
	background-color: #78b4f7;
    border: 1px solid #2381e9;
}

.blue-second-skin .tag-list li span.cur, 
.blue-second-skin .tag-list li a.cur{
	background-color: #78b4f7;
    color: #fff !important;
}

.blue-second-skin .tag-list-cond li.selected a,
.blue-second-skin .tag-list-cond li.selected span{
	background-color: #78b4f7;
    border: 1px solid #2381e9;
    color:#fff  !important;
}


.blue-second-skin  [name="searchItem"] .btn{
	background-color: #2381e9;
    border: 1px solid #2381e9;
}

.blue-second-skin  .tag-list-cond li.selected a:hover, 
.blue-second-skin  .tag-list-cond li.selected span:hover{
	background-color: #2381E9;
    border-color: #0663ca;
}

.blue-second-skin  .nav-tabs>li.active>a, 
.blue-second-skin  .nav-tabs>li.active>a:hover, 
.blue-second-skin   .nav-tabs>li.active>a:focus{
	color:#2381E9;	
}


.blue-third-skin .advanced-query-fixed {
    border-top: 2px solid #2d4a52;
}

.blue-third-skin  .btn-primary{
	background-color: #548796;
    border-color: #3B6571;
}

.blue-third-skin .btn-primary:hover{
	background-color: #548796;
}

.blue-third-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #3B6571;
    border-top: 1px solid #3B6571;
}

.blue-third-skin .advanced-query-fixed .panel{
	border-color: #3B6571;
}

.blue-third-skin .tag-list li span.cur:hover,
.blue-third-skin .tag-list li a.cur:hover{
	background-color: #75a0ad;
    border: 1px solid #2d4a52;
}

.blue-third-skin .tag-list li span.cur, 
.blue-third-skin .tag-list li a.cur{
	background-color: #75a0ad;
    color: #fff !important;
}

.blue-third-skin .tag-list-cond li.selected a,
.blue-third-skin .tag-list-cond li.selected span{
	background-color: #75a0ad;
    border: 1px solid #2d4a52;
    color: #fff !important;
}

.blue-third-skin  [name="searchItem"] .btn{
	background-color: #3B6571;
    border-color: #2d4a52;
}

.blue-third-skin  .tag-list-cond li.selected a:hover, 
.blue-third-skin  .tag-list-cond li.selected span:hover{
	background-color: #3B6571;
    border-color: #2d4a52;
}

.blue-third-skin  .nav-tabs>li.active>a, 
.blue-third-skin  .nav-tabs>li.active>a:hover, 
.blue-third-skin   .nav-tabs>li.active>a:focus{
	color:#3B6571;	
}

/* 高级查询换肤end */

@media (min-width: 768px){
	/*修正.tag-list对应.control-label高度不够的问题*/
	.form-horizontal .cond-bar.mg .control-label {
		margin-top: 5px;
	}
}

.cond-bar .btn.btn-sm { line-height: 1.5;}
.cond-bar .btn-group .btn.btn-default.active { background-color: #0483d4; color: #fff; border-color: #285e8e; }
.cond-bar .tab-pane { min-height:36px;}


/* 增加 tag-list-cond 样式，用于另一种高级查询，zp，20161111 */
.tag-list-cond-blank { min-height:31px; margin-top: 5px; line-height: 31px; color: #f00;}
.tag-list-cond li a,
.tag-list-cond li span {
	position: relative;
	border: 1px solid transparent;
	background: none;
	color: #888;
}

.tag-list-cond li.in a,
.tag-list-cond li.in span {
	color: #0b80ca;
}

.tag-list-cond li.selected{
	max-width: 280px;
}

.tag-list-cond li.selected a,
.tag-list-cond li.selected span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 20px;
	border: 1px solid #0b80ca;
	color: #0b80ca;
	background-color: #fff;
}

@media (max-width: 767px){
	.tag-list-cond li.selected{
		max-width: 100%;
	}
}

.tag-list-cond li.selected a:hover,
.tag-list-cond li.selected span:hover {
	background-color: #35414f;
}

/* 换肤start */
.basic-skin .tag-list-cond li.selected a:hover, 
.basic-skin .tag-list-cond li.selected span:hover{
	background-color: #9C9D9E;
}

.wood-grain-skin .tag-list-cond li.selected a:hover, 
.wood-grain-skin .tag-list-cond li.selected span:hover{
	background-color: #fbf7ed;
}

/* 换肤end */

.tag-list-cond li a>.close-icon,
.tag-list-cond li span>.close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
}

.tag-list-cond li.selected a>.close-icon,
.tag-list-cond li.selected span>.close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
}

/*可折叠的.tag-list*/
.tag-list.tag-list-collapse{
	position: relative;
	padding-right: 42px;
	max-height: 108px; /*默认显示3行*/
	min-height: 36px;
	overflow: hidden;
}
.tag-list.tag-list-collapse .tag-list-collapse-more{
	position: absolute;
	right: 0;
	margin-top: 5px;
	padding: 5px 0;
	cursor: pointer;
	color: #0b80ca;
}

/* 增加删除图标样式，zp，20160922 */
.tag-list li span > .close-icon,
.tag-list li a > .close-icon {
	filter: alpha(opacity=40);
	opacity: .4;
	color: inherit;
}

.tag-list li span > .close-icon:hover,
.tag-list li a > .close-icon:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.nav_tag { margin-bottom: 5px; }

.nav_tag > li > a { color: #555; }
.nav_tag>li>a.cur,
.nav_tag>li.active>a.cur,
.nav_tag>li.active>a:hover.cur { color: #0b80ca; font-style: italic; }

/*=====================仿**右侧========================*/

.outer {
	position: fixed;
	_position: absolute;
	width: 0px;
	top: 0;
	bottom: 0px;
	overflow: hidden;
	right: 0px;
	z-index: 998;
	background: #f1f1f1;
}

.outer_left {
	width: 40px;
	float: left;
	cursor: pointer;
	background: #fd9b00;
	height: 100%;
	position: relative;
	z-index: 999
}

.outer_left a {
	text-decoration: none
}

.outer_left .glyphicon {
	width: 40px;
	height: 40px;
	top: 0px;
	text-align: center;
	padding: 0px;
}

.outer_left .glyphicon:hover {
	background: #ff8a00
}

.outer_left .glyphicon:before {
	width: 22px;
	height: 22px;
	color: #fff;
	display: block;
	margin: 9px;
}

.outer_right {
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 50px;
	right: 10px;
}

.outer_right_wrapper {
	width: 100%;
	height: 100%;
}

.outer_right_wrapper .w_680 {
	width: 680px;
}

.outer_right h4 {
	padding: 10px 0px;
}

.outer_right_footer {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}


/*-------------------- 首页标签背景 --------------------*/

.index_png {
	background: url(../images/index_png.png) no-repeat
}


/*-------------------- 首页头部样式 --------------------*/

.logo_2 {
	font: normal 24px/45px "microsoft YaHei";
	color: #fff!important;
	padding: 5px;
}

.logo_2 img {
	padding: 5px;
	float: left;
}

.top1 {
	background: #0483d4;
	min-height: 60px;
	border-bottom: 0px none;
	margin-bottom: 0;
}

.top1 .navbar-form {
	margin-top: 14px;
}

.top1 .navbar-form .form-control {
	width: 200px;
	height: 33px;
	border: 0px none;
	background: #68b5e5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	background: #b4d1eb url(../images/ico1.png) 5px center no-repeat;
	color: #0483d4;
	font: normal 12px/33px SimSun;
	text-indent: 35px;
	padding: 0px;
	margin: 0px;
}

.top1 .navbar-form .form-control:focus {
	background: #fff url(../images/ico1x.png) 5px center no-repeat;
}

.top1 .grxx {
	display: block;
	padding: 16px;
	margin-left: 5px;
}

.top1 .grxx img {
	border-radius: 14px;
}

.top1 li>a.grxx:focus,
.top1 li>a.grxx:hover,
.top1 .open>a.grxx:focus,
.top1 .open>a.grxx {
	background: #68b5e5
}

.top1 .dropdown-menu {
	background: #1d8fd8;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	border-radius: 0px
}

.top1 .dropdown-menu .divider {
	background-color: #58a1d1;
	margin: 0px;
}

.top1 .dropdown-menu>li>a {
	color: #ffffff;
	font-size: 14px;
	padding: 0px 20px;
	line-height: 40px;
}


.top1 .dropdown-menu>li>a .fa{
	font-size: 18px;
    margin-right: 16px;
    margin-left: 3px;
}

.top1 .dropdown-menu>li>a i.top_png {
	display: inline-block;
	width: 35px;
	height: 40px;
	background: url(../images/ico_top_png.png) 0px 0px no-repeat;
	float: left;
}

.top1 .dropdown-menu>li>a i.top_png.qh {
	background-position: 0px -5px;
}

.top1 .dropdown-menu>li>a i.top_png.mm {
	background-position: 0px -55px;
}

.top1 .dropdown-menu>li>a i.top_png.tc {
	background-position: 0px -105px;
}

/* 增加系统监控，zp，20160909 */
.top1 .dropdown-menu>li>a i.top_png.jk {
	background-position: 0px -155px;
}

.top1 .dropdown-menu>li>a:after {
	border-left-color: #e3f1fa;
	/* margin-top: 20px; */
}

.top1 .dropdown-menu>li>a:hover,
.top1 .dropdown-menu>li>a:focus {
	background-color: #68b5e5
}

.top1 .dropdown-submenu .dropdown-menu {
	margin-top: 0px;
	border-radius: 0px;
	top: 0px;
}

.top1 .dropdown-submenu .dropdown-menu li a {
	line-height: 35px;
	font-size: 12px;
	position:relative;
}

.top1 .dropdown-menu>li>a .glyphicon {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 35px;

}

.top1 .dropdown-menu .dropdown-header {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}


/*----------------------- 三级菜单导航 -----------------*/

.dropdown-submenu {
	position: relative;
	cursor: pointer;
}

.dropdown-submenu> .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu> .dropdown-menu.left {
	left: auto;
	right: 100%;
}

.dropdown-submenu:hover> .dropdown-menu {
	display: block;
}

.dropdown-submenu> a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 4px;
	margin-right: -10px;
}

.nav.navbar-nav.navbar-right .dropdown-submenu> a:after {
	margin-top: 15px;
}

.dropdown-submenu:hover> a:after {
	border-left-color: #0483d4;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left> .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


/*----------------------- 报名设置页面公共头部 -----------------*/

.top2 {
	background: #0483d4;
	margin-bottom: 15px;
}

.top2 .navbar-brand {
	color: #fff;
	font-size: 20px;
}

.top2 .navbar-nav>li>a {
	font-size: 16px;
	color: #fff;
}

.top2 .navbar-nav>li>a:hover {
	background: #0568bf;
}

.top2 .navbar-nav>.active>a,
.top2 .navbar-nav>.active>a:hover,
.top2 .navbar-nav>.active>a:focus {
	background: #0568bf;
}

.top2 .navbar-toggle:hover {
	background: #79AFFF!important;
}

.top2 .navbar-toggle {
	border-color: #8BC7FF;
	background: #3E81E4!important;
}


/*-------------------- 首页横向菜单样式 --------------------*/

.navbar_index {
	background: #ffffff;
	width: 100%;
}

.navbar_index .navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-width: 0
}


/*-------------------- 底部 --------------------*/

.footer {
	text-align: center;
	color: #8099af;
	font: normal 12px/20px microsoft YaHei;
	margin: 15px;
}

.index_main {
	overflow-x: hidden
}

.index_zjsy {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff
}

.index_zjsy h3 {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.index_zjsy h3 span {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	margin-left: 20px;
	float: left;
}

.index_zjsy ul {
	padding: 15px 0px;
}

.index_zjsy ul li {
	text-align: center;
	margin-bottom: 16px;
}

.index_zjsy ul li img {
	margin: 0 auto;
}

.index_zjsy ul li h5 {
	color: #333333;
	font: normal 14px/20px "microsoft YaHei";
	padding: 5px 0px 15px 0px;
}

.index_wdyy {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}

.index_wdyy h3 {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.index_wdyy h3 span {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	margin-left: 20px;
	float: left;
}

.index_wdyy h3 a {
	float: right;
	background: url(../images/ico2.png) no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	margin: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

.index_wdyy ul {
	padding: 15px 0px;
}

.index_wdyy ul li {
	text-align: center;
	margin-bottom: 16px;
	min-height: 112.5px;
}

.index_wdyy ul li img {
    margin: 0 auto;
    display: block;
    min-height: 48px;
}

.index_wdyy ul li h5 {
	color: #333333;
	font: normal 14px/20px "microsoft YaHei";
	padding: 5px 0px 15px 0px;
}


/*----------------------- 首页五块内容 -----------------*/

.index_right {
	padding-left: 0px !important
}

.index_title {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
}

.index_title span.title {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	padding-left: 25px;
}

.index_title .float_r {
	padding-right: 15px;
	line-height: 42px;
}

.index_title .float_r a {
	color: #aeaeae;
	font: normal 12px/42px SimSun;
	margin-left: 20px;
}

.index_title .float_r a.cur {
	color: #6e6e6e
}

.index_grxx {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	overflow: hidden;
}

.index_grxx .col-md-5 {
	border-right: 1px solid #eeeeee;
	height: 100%;
}

.index_grxx .media .media-object {
	float: left;
	border-radius: 55px;
	margin: 20px 10px 20px 5px;
}

.index_grxx .media-body {
	margin-top: 20px;
}

.index_grxx .media-body .media-heading {
	color: #333333;
	font: bold 15px/25px "microsoft YaHei"
}

.index_grxx .media-body p {
	color: #7a7a7a;
	font: normal 12px/22px "microsoft YaHei"
}

.index_grxx .media-body p.fs1 {
	color: #ababab;
	font: normal 12px/22px "microsoft YaHei"
}

.index_grxx .media-body p.fs2 {
	color: #ababab;
	font: normal 12px/22px "microsoft YaHei";
	text-align: right
}

.index_grxx .media-body .progress {
	margin: 8px 40px 8px 0px;
	height: 8px;
	overflow: initial;
	background: #dfdfdf;
	position: relative;
	z-index: 1;
}

.index_grxx .media-body .progress a {
	position: absolute;
	z-index: 2;
	right: -40px;
	top: -3px;
	color: #1059c7;
	font-family: SimSun;
	font-size: 12px;
}

.index_grxx .media-body .progress .progress-bar {
	height: 8px;
	line-height: 8px;
	border-radius: 4px;
	background: #05d91e
}

.index_grxx .list-group {
	margin: 5px 0px;
}

.index_grxx .list-group-item {
	width: 100%;
	float: left;
	border: 0px none;
	padding: 0px 5px 0px 15px;
	margin-bottom: 0px;
	line-height: 28px;
	font-family: SimSun;
	background: url(../images/ico_dian.gif) 5px center no-repeat;
}

.index_grxx .list-group-item .title {
	float: left;
	color: #717171;
	font: normal 12px/28px SimSun;
}

.index_grxx .list-group-item .new {
	display: block;
	float: left;
	width: 22px;
	height: 11px;
	background-position: -30px 0px;
	margin-top: 9px;
	margin-left: 5px;
}

.index_grxx .list-group-item .hot {
	display: block;
	float: left;
	width: 22px;
	height: 11px;
	background-position: -30px -20px;
	margin-top: 9px;
	margin-left: 5px;
}

.index_grxx .list-group-item .time {
	color: #9e9c9c;
}

.index_rctx,
.index_kbcx {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: 210px;
	overflow: hidden
}

.index_kscj,
.index_xl {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: 250px;
	overflow: hidden
}

.index_rctx .list-group {
	margin: 0px 10px;
}

.index_rctx .list-group-item {
	width: 100%;
	height: 39px;
	float: left;
	border: 0px none;
	border-bottom: 1px dashed #c0c0c0;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 39px;
}

.index_rctx .list-group-item:last-child {
	border-bottom: 0px none;
}

.index_rctx .list-group-item i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 10px 0px;
}

.index_rctx .list-group-item i.i1 {
	background-position: 0px 2px;
}

.index_rctx .list-group-item i.i2 {
	background-position: 0px -18px;
}

.index_rctx .list-group-item .time {
	float: left;
	margin-left: 10px;
	color: #858585;
	font: normal 12px/39px SimSun;
}

.index_rctx .list-group-item .title {
	float: left;
	margin-left: 10px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_rctx .list-group-item .but1 {
	display: block;
	width: 66px;
	height: 20px;
	border: 1px solid #dadada;
	margin: 9px 0px;
	text-align: center;
	color: #666666;
	font: normal 12px/20px SimSun;
}

.index_rctx .list-group-item .but2 {
	display: block;
	width: 66px;
	height: 20px;
	margin: 10px 0px;
	text-align: center;
	color: #1a65b1;
	font: normal 12px/20px SimSun;
}

.index_kbcx .list-group {
	margin: 10px 10px;
}

.index_kbcx .list-group-item {
	width: 100%;
	height: 30px;
	float: left;
	border: 0px none;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 30px;
}

.index_kbcx .list-group-item .time {
	float: left;
	display: block;
	width: 85px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kbcx .list-group-item .title {
	float: left;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kbcx .list-group-item .address {
	float: left;
	margin-left: 20px;
	color: #a2a2a2;
	font: normal 12px/30px SimSun;
}

.index_kscj .text-center {
	color: #939393;
	font: bold 12px/40px SimSun;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.index_kscj .list-group {
	margin: 0px 10px;
}

.index_kscj .list-group-item {
	width: 100%;
	height: 30px;
	float: left;
	border: 0px none;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 30px;
}

.index_kscj .list-group-item .time {
	float: left;
	display: block;
	width: 85px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kscj .list-group-item .title {
	float: left;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kscj .list-group-item .address {
	float: left;
	margin-left: 20px;
	color: #a2a2a2;
	font: normal 12px/30px SimSun;
}


/*----------------------- 报名设置页面table -----------------*/

.sl_all_bg {
	padding: 20px;
	background: #fff;
}

.sl_all_form {
	padding: 20px;
}

.sl_all_bg .sl_all_form {
	padding: 20px 12px 12px 12px;
	border: 1px solid #e6e6e6;
}

.sl_all_bg .sl_aff_btn {
	margin: 0px;
	border: 1px solid #e6e6e6;
	border-top: 0px;
	text-align: right;
	background: #f4f4f4;
	margin-bottom: 15px;
	padding: 5px 0;
}

.sl_bmsz_tb1_h1 {
	font: 20px/30px "microsoft YaHei";
	color: #4f81af;
	margin-bottom: 15px;
}

.form-offset {
	padding-left: 60px;
}

.sl_add_btn {
	text-align: right;
}

.sl_add_btn button {
	margin-bottom: 15px;
}


/*----------------------- 弹出层 -----------------*/

.sl_mod .modal-header {
	background: #2587de;
}

.sl_mod .modal-header h4 {
	color: #fff;
}

.sl_mod .modal-header button.close {
	opacity: 1;
}

.sl_mod .modal-header button.close span {
	color: #fff;
}

.sl_mod .nav-tabs>li.active>a,
.sl_mod .nav-tabs>li.active>a:hover,
.sl_mod .nav-tabs>li.active>a:focus {
	border-top: 2px solid #0770cd;
}

.sl_mod .sl_bar_btn {
	background: #eee;
	padding: 5px 10px;
	text-align: right;
}

.sl_mod .sl_bar_btn button {
	margin-left: 10px;
}

.sl_mod textarea {
	width: 100%;
	height: 150px;
}

.sl_bmdxsz .sl_bor {
	margin: 0px 0px 10px 0px;
	border: 1px solid #ddd;
	border-top: none;
}

.sl_bmdxsz .sl_bor .row {
	padding: 10px;
}

.sl_mod .sl_bor_lf,
.sl_mod .sl_bor_rt {
	border: 1px solid #ddd;
	padding: 10px;
	padding-top: 0px;
}

.sl_mod .sl_bor_lf h6,
.sl_mod .sl_bor_rt h6 {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	height: 30px;
	font: 12px/30px "宋体";
	padding-left: 10px;
	margin: 0px -10px 10px;
}

/*----------------------- 多条件选择页面 -----------------*/

.sl_sel_con {
	border: 1px solid #ddd;
	padding-top: 10px;
}

.sl_sel_list {
	float: left;
	width: 100%;
}

.sl_sel_list h6 {
	float: left;
	text-align: right;
	width: 80px;
	line-height: 30px;
}

.sl_sel_list ul {
	float: left;
	padding: 0px;
}

.sl_sel_list li {
	float: left;
	line-height: 30px;
	padding: 0px 10px;
}

.sl_sel_list li a {
	padding: 3px 5px;
}

.sl_yx_con {
	float: left;
	width: 100%;
	background: #fff1dc;
	min-height: 30px;
	padding: 5px 0px;
}

.sl_yx_con .tit {
	float: left;
	line-height: 30px;
	padding-left: 10px;
}

.sl_yx_con li {
	float: left;
	line-height: 30px;
	padding: 0px 5px;
}

.sl_yx_con li a {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.sl_yx_con li a span {
	padding-right: 15px;
	background: url(../images/ico3.png) no-repeat right center;
}

.sl_yx_con li a:hover span {
	background: url(../images/ico4.png) no-repeat right center;
}

.sl_yx_con li a .sl_shut_ic {
	padding-left: 10px;
	font-weight: bold;
}

.sl_sel_con .sl_topbar_sear h6 {
	line-height: 26px;
}

.sl_sel_con .sl_topbar_sear button {
	height: 26px;
	padding: 2px 5px;
	font-size: 12px;
}

.sl_sel_con .sl_topbar_sear .form-control {
	height: 26px;
}

.sl_shtg {
	width: 100%;
	height: 45px;
	margin: 20px 0px 0px 0px;
	background: #f4f4f4;
}

.sl_shtg h6 {
	float: left;
	line-height: 45px;
	padding-left: 10px;
}

.sl_shtg button {
	margin: 5px 20px 0px 0px;
}

.sl_pop_posi {
	position: relative;
	float: right;
}

.sl_pop_posi .sl_pop_con {
	position: absolute;
	width: 300px;
	padding: 10px;
	left: -203px;
	top: 45px;
	border: 1px solid #ddd;
	background: #fff;
}

.sl_pop_posi .sl_pop_con textarea {
	width: 100%;
	height: 130px;
}


/*----------------------- 校历表格样式 -----------------*/

.tab-bor-col-1 th,
.tab-bor-col-1 td {
	border-color: #dddfd7!important
}

.tab-th-1 th {
	background-color: #ebf4ea;
	border-bottom-width: 1px!important;
	font-weight: 800
}

.tab-th-2 th {
	background-color: #fcfff8;
	border-bottom-width: 1px!important;
	font-weight: 800
}

.tab-col-2 td {
	background-color: #EBFED1;
	color: red;
}

.tab-col-1 {
	background-color: #cfeea4;
	border: 1px solid #98d494!important
}

h4.title {
	padding: 10px 0
}

.dl-md {
	padding: 5px;
	border: 1px solid #ebebeb;
}

.dl-md dt,
.dl-md dd {
	font-size: 14px;
	line-height: 180%;
}

.padding-margin-none {
	margin-bottom: 0;
}

.title-col-f7 {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.xl_jb {
	background: #ebf4ea url(../images/img_xl.png) right bottom no-repeat !important;
	width: 59px;
	min-height: 65px;
}


/*----------------------- 可报名项目 -----------------*/

.sl_tit_kbmxm {
	margin-bottom: 20px;
}

.sl_tit_kbmxm a small {
	float: right;
	color: #33F;
	line-height: 19px;
}


/*----------------------- 表格样式 -----------------*/

.tab-td-padding-5 td,
.tab-td-padding-5 th {
	padding: 5px!important
}


/*----------------------- 学校信息设置-树形样式 -----------------*/

.treeview,
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin: 0px 60px
}

.treeview li {
	padding: 30px 0px 0px 100px;
	background: url(../images/treeview_bg.gif) 0 -14px no-repeat;
	position: relative;
	z-index: 1;
}

.treeview li.last {
	background-position: 0 -10704px
}

.treeview li.first {
	background: none
}

.treeview .hitarea {
	position: absolute;
	z-index: 2;
	top: 44px;
	left: 115px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../images/ico_treeview.png) 0px 0px no-repeat
}

.treeview .expandable-hitarea {
	background: url(../images/ico_treeview.png) 0px -20px no-repeat
}

.treeview li .title {
	width: 280px;
	background: #288ace;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.treeview li .title .zt3 {
	position: absolute;
	z-index: 2;
	display: block;
	width: 13px;
	height: 13px;
	top: -5px;
	right: -5px;
	background: url(../images/ico_treeview.png) -9999px -9999px no-repeat;
}

.treeview li .title .zt3.zt31 {
	background-position: 0px -66px;
}

.treeview li .title .zt3.zt32 {
	background-position: -18px -66px;
}

.treeview li .title .zt3.zt33 {
	background-position: -36px -66px;
}

.treeview li .title .title1 {
	padding: 10px 40px 32px 40px;
	color: #fff;
	font: normal 12px/25px SimSun;
	position: relative;
	z-index: 1;
}

.treeview1 li .title .title1 {
	padding-right: 10px;
}

.treeview li .title .zt1 {
	background: #ffea00;
	border-radius: 5px;
	color: #1d6596;
	padding: 0px 5px;
	line-height: 18px;
	margin-left: 5px;
	display: inline-block
}

.treeview li .title .edit_del {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .edit_del a {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #62afe5;
}

.treeview li .title .edit_del a.edit:hover {
	background-color: #369ae0;
}

.treeview li .title .edit_del a.del:hover {
	background-color: #369ae0;
}

.treeview li .title .edit_del a:last-child {
	border-bottom: 0px none;
}

.treeview li .title .edit_del a.edit {
	background: url(../images/treeview_edit.png) center center no-repeat;
}

.treeview li .title .edit_del a.del {
	background: url(../images/treeview_del.png) center center no-repeat;
}

.treeview li .title .tg_btg {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .tg_btg a {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #62afe5;
	color: #fff;
	text-align: left;
	padding: 0 0 0 3px !important;
	text-decoration: none;
	line-height: 33px !important;
	font-family: SimSun
}

.treeview li .title .tg_btg a:hover {
	background-color: #369ae0;
}

.treeview li .title .tg_btg1 {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #ffea00;
	line-height: 33px;
}

.treeview li .title .tg_btg1 a {
	color: #fff;
}

.treeview li .title .add {
	display: block;
	width: 100%;
	height: 22px;
	border-top: 1px solid #62afe5;
	overflow: hidden;
	background: #288ace url(../images/ico_treeview.png) 110px -44px no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .add:hover {
	background-color: #369ae0;
}

.treeview li .title .more {
	display: block;
	width: 100%;
	height: 22px;
	border-top: 1px solid #62afe5;
	overflow: hidden;
	background: #288ace;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 22px;
	text-decoration: none
}

.treeview .more_con {
	border: 1px solid #e6e6e6;
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgb( 0, 0, 0);
	width: 507px;
	height: auto;
	overflow: hidden;
	padding: 5px 10px;
	margin-top: 2px;
	display: none;
}

.treeview .more_con a {
	color: #288ace;
	font: normal 14px/20px "microsoft YaHei";
	padding: 0px 10px 0px 0px
}

.treeview .more_con .table {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	float: left;
}

.treeview .more_con .table td,
.treeview .more_con .table th {
	padding: 3px 0px !important;
	font-size: 12px;
	border: 0px none;
	text-align: center !important
}

.treeview .more_con .table th {
	background: #fafafa
}


/*=====================困难生认定审核流程========================*/

.splc_bg {
	margin: 0 auto;
	width: 511px;
	height: 414px;
	padding: 23px 0 0 0;
}

.splc {
	height: 414px;
	width: 511px;
	position: relative
}

.splc .zt {
	z-index: 1;
	height: 70px;
	display: block;
}

.splc .title {
	width: 15px;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 14px;
	letter-spacing: normal;
	color: #fff;
}

.splc .more {
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/knssh_more.png) no-repeat;
	display: none
}

.splc .next {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.splc .content {
	width: 425px;
	float: right;
	line-height: 25px;
	color: #999999;
	text-align: left;
	margin: 5px
}

.splc .green {
	color: #54ad61;
}

.splc .black {
	color: #333333;
}

.splc .red {
	color: #ec3f3f;
}

.splc .green1 {
	color: #54ad61;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .black1 {
	color: #333333;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .red1 {
	color: #ec3f3f;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .height60 {
	height: 60px;
	overflow: hidden;
	z-index: 10
}

.splc .tg {
	width: 480px;
	border: 1px solid #d4ebe2;
	background: #FFF url(../images/knssh_tgbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .tg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_tg_green.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .wtg {
	width: 480px;
	border: 1px solid #fbdddd;
	background: #FFF url(../images/knssh_wtgbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .wtg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wtg_red.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .wks {
	width: 480px;
	border: 1px solid #e7e7e7;
	background: #FFF url(../images/knssh_wksbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .wks .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wks_gray.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .content1 {
	cursor: pointer;
	position: absolute;
	z-index: 11;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25)
}


/*=====================困难生认定审批流程缩略图========================*/

.splc .flow-steps {
	overflow: hidden;
	width: 482px;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	height: 30px;
}

.splc .flow-steps .text span {
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
	width: 54px;
	height: 18px;
	line-height: 18px;
}

.splc .flow-steps02 .num li {
	width: 50px;
	height: 7px;
	overflow: hidden;
}

.splc .flow-steps02 li {
	float: left;
	background: #d8d8d8 url(../images/zyml_steps_bg.gif) no-repeat 100% 0;
	height: 7px;
	padding-right: 5px;
}

.splc .flow-steps02 li .first {
	background-color: #d8d8d8;
}

.splc .flow-steps02 li.last {
	background-position: 100% -216px;
}

.splc .flow-steps02 li.current {
	background-color: #4699e5;
}

.splc .flow-steps02 li.current .first {
	background-color: #4699e5;
}

.splc .flow-steps02 li.current-prev {
	background-position: right -7px!important;
}

.splc .flow-steps02 li.done {
	background-color: #d8d8d8;
	background-position: right 0px;
}

.splc .flow-steps02 li.done .first {
	background-color: #4699e5;
}

.splc .flow-steps02 li.last-current {
	background-color: #4699e5;
	color: #fff!important;
	background-position: 100% -252px;
}


/*=====================困难生认定审核流程========================*/

.splc1_bg {
	margin: 20px auto;
	height: 100%;
	width: 511px;
}

.splc1 {
	height: 100%;
	width: 100%;
	position: relative;
}

.splc1 .zt1 {
	z-index: 1;
	display: block;
	padding: 0px 10px;
}

.splc1 .title {
	width: 15px;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 14px;
	letter-spacing: normal
}

.splc1 .more {
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/knssh_more.png) no-repeat;
	display: none
}

.splc1 .next {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 10px 0px;
}

.splc1 .content {
	float: left;
	line-height: 25px;
	color: #999999;
	text-align: left;
	margin: 5px 10px;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .green {
	color: #54ad61;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .black {
	color: #333333;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .red {
	color: #ec3f3f;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .green1 {
	color: #54ad61;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .black1 {
	color: #333333;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .red1 {
	color: #ec3f3f;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .height60 {
	height: 60px;
	overflow: hidden;
	z-index: 10;
}

.splc1 .tg {
	border: 1px solid #d4ebe2;
	background: #FFF url(../images/knssh_tgbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .tg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_tg_green.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .wtg {
	border: 1px solid #fbdddd;
	background: #FFF url(../images/knssh_wtgbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .wtg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wtg_red.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .wks {
	border: 1px solid #e7e7e7;
	background: #FFF url(../images/knssh_wksbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .wks .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wks_gray.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .type .title {
	color: #fff;
}

.splc1 .content1 {
	cursor: pointer;
	z-index: 11;
	position: absolute;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25)
}


/*=====================困难生认定审批流程1步骤========================*/

.splc1 .step {
	overflow: hidden;
	width: 100%;
	*width: 97%;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	background: #f9f9f9
}

.splc1 .step ul {
	margin: 10px 0px 0px 10px;
	height: 50px;
	float: left;
}

.splc1 .step ul li {
	float: left;
}

.splc1 .step ul li .user {
	color: #2a99f7;
	font: bold 12px/20px "宋体";
	height: 20px;
}

.splc1 .step ul li .num {
	height: 19px;
	width: 100%;
	background: url(../images/splc1_step.gif) 0px -20px no-repeat;
	font: bold 14px/19px Arial;
	text-indent: 6px;
	color: #fff
}

.splc1 .step ul .wsh .user {
	color: #808080;
}

.splc1 .step ul .wsh .num {
	background-position: 0px 0px;
	color: #707070
}

.splc1 .step ul .ysh .user {
	color: #2a99f7;
}

.splc1 .step ul .ysh .num {
	background-position: 0px -20px;
	color: #fff
}

.splc1 .step ul .shz .user {
	color: #ff9c00;
}

.splc1 .step ul .shz .num {
	/* background-position: 0px -40px; */
	background: url(../images/splc2_step.gif) no-repeat;
	color: #fff
}

.splc1 .step ul .yzz .user {
	color: #EF5757;
}

.splc1 .step ul .yzz .num {
	background-position: 0px -60px;
	color: #fff
}

.splc1 .step .text {
	float: right;
	width: auto;
	background: #64B670 url(../images/step_text_bg.gif) left center no-repeat;
	height: 28px;
	padding: 0px 5px;
	margin: 20px 10px 0px 10px;
	color: #ffffff;
	font: normal 12px/28px "宋体";
	text-indent: 10px;
}


/*=====================人机交互排课图标========================*/

.ico_rjjhpk_list {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ico_rjjhpk_list span {
	margin-bottom: 5px;
	margin-right: 20px;
	float: left;
}

.ico_rjjhpk_list b {
	float: left;
	color: #666;
	font: normal 12px/20px SimSun;
}

.ico_rjjhpk {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ico_rjjhpk.png) 0px 0px no-repeat;
	float: left;
	margin-right: 2px;
}

.ico_rjjhpk.ico_1 {
	background-position: 0px 0px;
}

.ico_rjjhpk.ico_2 {
	background-position: 0px -20px;
}

.ico_rjjhpk.ico_3 {
	background-position: 0px -40px;
}

.ico_rjjhpk.ico_4 {
	background-position: 0px -60px;
}

.ico_rjjhpk.ico_5 {
	background-position: 0px -80px;
}

.ico_rjjhpk1 {
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #999999;
	margin-top: 6px;
	float: left;
	margin-right: 3px;
	background: #c8f0f2
}

.ico_rjjhpk1.ico_6 {
	background: #c8f0f2
}

.ico_rjjhpk1.ico_7 {
	background: #feffc3
}

.ico_rjjhpk1.ico_8 {
	background: #f6bdb2
}

.ico_rjjhpk1.ico_9 {
	background: #e7e7e7
}


/*=====================上传头像========================*/

.add_user_logo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	line-height: 100%;
	text-align: center;
}

.add_user_logo .user_logo {
	position: relative;
	z-index: 1;
	width: 156px;
	margin: 0 auto;
	cursor: pointer;
}

.add_user_logo .user_logo h5 {
	background: #7f7f7f;
	width: 100%;
	height: 25px;
	color: #ffffff;
	font: normal 12px/25px SimSun;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: 0px;
}


/*=====================推荐选课========================*/

.tjxk_list {
	width: 100%;
	height: auto;
	padding: 15px 0px 0px 0px;
}

.tjxk_list .tjxk_title {
	width: 100%;
	color: #666666;
	font: normal 18px/20px "microsoft YaHei";
	padding: 10px 0px;
}

.tjxk_list .tjxk_title.c1 {
	color: #d9534f
}

.tjxk_list .tjxk_title.c2 {
	color: #428bca
}

.tjxk_list .tjxk_title .red {
	color: #ff0000;
	padding: 0px 3px;
}

.tjxk_list .panel-heading {
	padding: 0px !important;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	border-bottom: 0px none;
	cursor: pointer;
}

.tjxk_list .panel-heading .panel-title {
	padding: 5px 60px 5px 10px !important;
}

.tjxk_list .panel-heading span {
	color: #666;
	font: normal 14px/20px SimSun;
	padding-right: 40px;
}

.tjxk_list .panel-body {
	display: none;
}

.tjxk_list .panel-default .panel-body {
	border-top: 1px solid #ddd;
}

.tjxk_list .panel-info .panel-body {
	border-top: 1px solid #bce8f1;
}

.tjxk_list .panel-info .panel-heading span {
	color: #31708f;
}

.tjxk_list .open>.dropdown-menu {
	width: 180px;
	padding: 10px;
	overflow: hidden;
}

.tjxk_list .open>.dropdown-menu>li>a {
	white-space: inherit;
	color: #999999;
	font: normal 12px/20px SimSun;
	padding: 5px
}

.tjxk_list .open>.dropdown-menu>li>a span {
	display: block;
	color: #666666;
}

.tjxk_list .table td {
	text-align: center;
	font-size: 12px;
	vertical-align: middle
}

.tjxk_list .table th {
	text-align: center
}


/*=====================推荐选课右侧========================*/

.outer_left_xkxx {
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 1;
	top: 50%;
	margin-top: -170px;
}

.outer_left_xkxx:hover,
.outer_left:hover .outer_left_xkxx {
	background: #ff8a00;
	text-decoration: none
}

.outer_left_xkxx h5 {
	color: #ffe6c8;
	font: bold 14px/18px SimSun;
	border-bottom: 1px solid #ffae00;
	margin: 0px 10px;
	padding: 10px 0px;
	text-align: center
}

.outer_left_xkxx span {
	display: block;
	margin: 0px 10px;
	padding: 8px 0px;
	color: #ffffff;
	font: bold 14px/18px SimSun;
	text-align: center;
}

.outer_left_xkxx span b {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 10px;
	color: #ff9c00;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 6px;
}

.outer_xkxx_list {
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 10px;
}

.outer_xkxx_list h6 {
	color: #333333;
	font: bold 12px/25px SimSun;
	border-bottom: 1px solid #e6e6e6;
}

.outer_xkxx_list h6 span {
	color: #999999;
	font: normal 12px/25px SimSun;
}

.outer_xkxx_list .list-group {
	margin-bottom: 0px;
}

.outer_xkxx_list .list-group li {
	border: 0px none;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	cursor: move;
	width: 100%;
}

.outer_xkxx_list .list-group li .item {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px dashed #dcdcdc;
}

.outer_xkxx_list .list-group li p {
	text-align: center;
	float: left;
	color: #999999;
	font: normal 12px/20px SimSun;
}

.outer_xkxx_list .list-group li p span {
	display: block;
	color: #333333;
	font: normal 12px/20px SimSun;
}

.outer_xkxx_list .list-group li p.num {
	color: #cccccc;
	font: normal 24px/40px Arial, Helvetica, sans-serif;
	font-style: oblique;
	width: 40px;
}

.outer_xkxx_list .list-group li p.time {
	width: 240px;
	padding: 0px 5px;
}

.outer_xkxx_list .list-group li p.teachers {
	width: 80px;
	padding: 0px 5px;
}

.outer_xkxx_list .list-group li p.but {
	margin-top: 5px;
	position: relative;
	width: 60px;
}

.ico_tjxk {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico_tjxk.png) 0px -40px no-repeat;
	margin: 3px 3px 0px 3px;
	line-height: 0px;
	text-indent: -9999px;
}

.ico_tjxk1 {
	background-position: 0px -40px;
}

.ico_tjxk2 {
	background-position: -22px -40px;
}

.ico_tjxk3 {
	background-position: 0px -60px;
}


/*=====================自主选课========================*/

.zzxk_list {
	width: 100%;
	height: auto;
	padding: 30px 0px 0px 0px;
}

.zzxk_list .table thead {
	background: #fafafa;
	border: 1px solid #cccccc;
}

.zzxk_list .table tbody {
	border-bottom: 1px solid #ddd;
}

.zzxk_list .table th {
	text-align: center;
	color: #999999;
	font-size: 16px;
}

.zzxk_list .table td {
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 15px 0px;
	vertical-align: middle
}

.zzxk_list .table td.title {
	font-size: 16px;
	font-weight: bold;
}

.zzxk_list .table td small {
	color: #999999;
	font-size: 12px;
}

.zzxk_list .table td .btn {
	margin: 0px 15px;
}


/*=====================登录页面========================*/

.logo_1 {
	font: normal 24px/45px "microsoft YaHei";
	color: #1069a4;
	padding: 0;
}

.logo_1 img {
	padding-right: 5px
}

.sl_log_top {
	margin: 25px 0px 45px;
}

.sl_log_top a {
	line-height: 50px;
	padding-left: 10px;
	color: #666;
}

.sl_log_bor4 {
	border: 4px solid #ededed;
	border-radius: 4px;
	background: #f5f5f5;
	margin: 0px;
}

.sl_log_lf {
	padding: 0px;
}

.sl_log_lf .img-responsive {
	width: auto;
}

.sl_log_rt {
	padding: 0px;
}

.sl_log_rt .sl_danger {
	border: 1px solid #f4a2a2;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.sl_log_rt .sl_danger .glyphicon {
	color: red;
	margin-right: 5px;
}

.sl_log_rt .sl_warning {
	border: 1px solid #f3e6a1;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.sl_log_rt .sl_warning .glyphicon {
	color: #f9d408;
	margin-right: 5px;
}

.sl_log_rt form {
	background-color: rgba(255, 255, 255, .7);
	padding: 15px;
}

.sl_log_rt .form-group {
	margin: 0px 0px 15px;
}

.sl_log_rt .input-group-addon {
	background: #fff;
}

.sl_log_rt h5 {
	font: bold 15px/30px microsoft YaHei, SimSun, Arial;
	margin-bottom: 20px;
}

.sl_log_ewm {
	padding: 20px;
}

.sl_log_ewm span {
	display: inline-block;
}

.sl_notice {
	margin: 20px 0px 0px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}


/*=====================左右多选项========================*/

.sl_selt_con li {
	width: 32px;
	height: 32px;
	margin: 20px auto 0px;
	cursor: pointer;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.sl_selt_con .sl_selt01 {
	background-position: 0px 0px;
}

.sl_selt_con .sl_selt02 {
	background-position: -32px 0px;
}

.sl_selt_con .sl_selt03 {
	background-position: -64px 0px;
}

.sl_selt_con .sl_selt04 {
	background-position: -96px 0px;
}

.sl_selt_con .sl_selt01:hover {
	background-position: -128px 0px;
}

.sl_selt_con .sl_selt02:hover {
	background-position: -160px 0px;
}

.sl_selt_con .sl_selt03:hover {
	background-position: -192px 0px;
}

.sl_selt_con .sl_selt04:hover {
	background-position: -224px 0px;
}


/*=====================底部浮动顶部浮动========================*/

.sl_fixbt {
	background: #fff;
}

.sl_fixbt_pop {
	margin: 10px;
	position: static;
	height: 286px;
}

.sl_fixbot_tit {
	background: #fb9620;
	opacity: 0.8;
	padding: 5px 0px;
}

.sl_fixbot_tit h4 {
	color: #fff;
	display: inline-block;
}

.sl_fixbot_tit a {
	color: #fff;
}

.sl_fixbot_tit em {
	width: 12px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.sl_fixico_up {
	background-position: -256px 0px;
}

.sl_fixico_down {
	background-position: -268px 0px;
}

.sl_fixbot_con {
	background: #fff;
	padding: 10px;
}

.sl_fixbot_ul li {
	float: left;
	line-height: 30px;
	padding: 0px 5px;
}

.sl_fixbot_ul li a {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.sl_fixbot_ul li a span {
	padding-right: 15px;
	background: url(../images/ico3.png) no-repeat right center;
}

.sl_fixbot_ul li a:hover span {
	background: url(../images/ico4.png) no-repeat right center;
}

.sl_qsrbjmc {
	position: absolute;
	right: 0px;
	top: 10px;
}

.sl_fixtop {
	padding: 8px 15px;
	background: #fafafa;
	left: 0px;
	right: 0px;
	top: 0px;
}

.sl_flpop_con {
	min-width: 422px;
	width: 422px;
	left: auto;
	right: 0px!important;
	position: absolute;
	z-index: 2;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: left;
}

.sl_flpop_con * {
	font-size: 12px;
}

.audit_steps {
	width: auto;
	height: auto;
	float: left;
	padding: 0px;
}

.audit_steps li {
	float: left;
	position: relative;
	z-index: 1;
	width: 80px;
	text-align: center;
	color: #b3b3b3;
	font: normal 12px/20px "microsoft YaHei";
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.audit_steps li:before {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #b3b3b3;
	border-radius: 5px;
}

.audit_steps li.end {
	border-bottom-color: #2587de;
}

.audit_steps li.end:before {
	background: #2587de;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-left: -7px;
	bottom: -7px;
}

.audit_steps_con {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
	overflow: hidden;
}

.audit_steps_con .t {
	width: 100%;
	color: #cccccc;
	padding: 5px 0px;
}

.audit_steps_con .t span {
	color: #666666;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
	margin-right: 15px;
	line-height: 20px
}

.audit_steps_con .t span.float_r {
	border: 0px none;
	color: #009944;
	border: 1px solid #009944;
	padding: 0px 8px;
	margin: 0px;
}

.audit_steps_con .t span.float_r.col2 {
	color: #c43926;
	border: 1px solid #c43926
}

.audit_steps_con .t span.float_r.col3 {
	color: #b3b3b3;
	border: 1px solid #b3b3b3
}

.audit_steps_con .t span.float_r.col4 {
	color: #2587de;
	border: 1px solid #2587de
}

.audit_steps_con .c {
	position: relative;
	color: #666666;
	font: normal 12px/20px "microsoft YaHei";
	padding-right: 20px;
	height: 20px;
	overflow: hidden;
}

.audit_steps_con .c .fa {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -3px;
	padding: 5px;
	cursor: pointer;
}


/*=====================新闻列表========================*/

.newslist h3.title {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0px
}

.newslist ul {
	padding: 0px;
	margin: 30px auto 0px;
}

.newslist ul a.list-group-item {
	border: 0px none;
	background-image: url(../images/ico_dian.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	margin: 0px 10px;
	overflow: hidden;
}


/*=====================新闻详情========================*/

.newsdisp {
	padding: 30px 50px;
}

.newsdisp h5.news_title1 {
	margin: 10px 0px;
}

.newsdisp h5.news_title1 span {
	padding: 0px 10px;
}

.newsdisp .news_con p {
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
}


/*=====================智能排课底部========================*/

.znpk_footer {
	background: #fafafa
}

.znpk_footer .col-md-11,
.znpk_footer .col-md-1 {
	padding: 0px !important
}

.znpk_footer .progress {
	height: 2px;
	margin-bottom: 10px;
}

.znpk_footer .btn {
	width: 100%;
	height: 50px;
	padding: 0px;
	border-radius: 0px;
	border: 0px none;
}

.znpk_footer .btn.btn-warning {
	display: none;
}

.znpk_footer .znpk_footer_p {
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
}

.znpk_footer .znpk_footer_p a {
	color: #666666;
	font: normal 12px/30px SimSun
}

.znpk_footer .znpk_footer_p a .glyphicon {
	padding: 5px;
}

.znpk_szyxj {
	width: 430px;
	height: auto;
	overflow: hidden;
}

.znpk_szyxj .znpk_szyxj_left {
	float: left;
	width: 200px;
}

.znpk_szyxj .znpk_szyxj_left ul {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #e6e6e6;
	padding: 10px 0px;
}

.znpk_szyxj .znpk_szyxj_left ul:last-child {
	border-bottom: 0px none;
}

.znpk_szyxj .znpk_szyxj_left ul li {
	margin: 0px 20px 0px 30px;
	overflow: hidden;
	padding: 10px 0px;
	cursor: pointer;
	color: #666666;
	font-size: 12px;
	font-family: "microsoft YaHei"
}

.znpk_szyxj .znpk_szyxj_right {
	float: left;
	width: 228px;
	border-left: 2px solid #adc8db;
	padding: 5px 0px;
}

.znpk_szyxj .znpk_szyxj_right .list-group {
	margin: 0px 20px;
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item {
	border: 0px none;
	width: 100%;
	overflow: hidden;
	padding: 0px;
	cursor: pointer
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .item {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .num {
	float: left;
	width: 40px;
	text-align: center;
	color: #cccccc;
	font: normal 18px/23px Verdana, Geneva, sans-serif
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .title {
	float: left;
	border-bottom: 1px solid #cccccc;
	width: 146px;
	color: #666666;
	font: normal 14px/20px "microsoft YaHei";
	text-indent: 10px;
}


/*=====================教师课表打印========================*/

.timetable>tbody>tr>td {
	vertical-align: middle
}

.timetable .timetable_title {
	color: #666666;
	font-size: 30px;
	font-family: "microsoft YaHei"
}

.timetable .timetable_title h6 {
	padding-top: 25px;
}

.timetable .week {
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;
	display: block;
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable .festival {
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable .timetable_con {
	padding: 5px 10px;
	overflow: hidden;
}

.timetable .timetable_con .title {
	color: #666666;
	font: bold 14px/25px SimSun;
	display: block;
	width: 250px;
	float: left;
}

.timetable .timetable_con p {
	float: left;
	color: #666666;
	font: normal 12px/25px SimSun;
}

.timetable .timetable_con p span {
	margin-left: 20px;
}

.timetable .tbody_head td {
	background: #F7F7F7 !important;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable1>tbody>tr>td {
	vertical-align: middle;
}

.timetable1 .timetable_title {
	color: #666666;
	font-size: 30px;
	font-family: "microsoft YaHei"
}

.timetable1 .timetable_title h6 {
	padding-top: 25px;
}

.timetable1 .time {
	text-align: center;
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable1 .festival {
	color: #666666;
	font: bold 18px/60px verdana;
	text-align: center;
	font-style: italic;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	display: block;
}

.timetable1 .timetable_con {
	padding: 5px;
	overflow: hidden;
}

.timetable1 .timetable_con .title {
	color: #666666;
	font: bold 14px/25px SimSun;
	display: block;
	width: 100%;
}

.timetable1 .timetable_con p {
	width: 100%;
	color: #666666;
	font: normal 12px/25px SimSun;
}

.timetable1 hr {
	margin: 5px 0px;
}


/*=====================当前无数据========================*/

.nodata {
	width: auto;
	margin: 30px auto;
	text-align: center;
}

.nodata span {
	display: inline-block;
	color: #333333;
	font: normal 18px/25px "microsoft YaHei";
	text-align: center;
	background: url(../images/error/ico_data.png) left center no-repeat;
	padding: 15px 10px 15px 65px;
	text-align: left;
}


/*=====================说明页面css========================*/

.doc h3 {
	padding: 5px 0;
	margin: 20px 0 5px 0;
}

.doc h4 {
	padding: 5px 0;
}

.doc p {
	text-indent: 2em;
}


/*=====================考试时间安排========================*/

.sl_kssjap td>div {
	padding: 5px;
}

.sl_kssjap td .glyphicon-ok {
	display: none;
}

.sl_kssjap_sel {
	border: 2px solid #22ac38!important;
	position: relative!important;
}

.sl_kssjap_sel .glyphicon-ok {
	display: block!important;
	position: absolute!important;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #22ac38;
	padding: 3px;
	font-size: 12px;
}

.sl_kssjap .disabled>div {
	border: 1px dashed #ddd!important;
}

.sl_kssjap .disabled,
.sl_kssjap .disabled select {
	cursor: not-allowed;
	color: #ddd;
}


/*=====================学业预警========================*/

.xyyj {
	padding: 0px 20px;
}

.xyyj .col-sm-6,
.xyyj .col-sm-3 {
	padding: 0px 20px;
	height: auto !important;
	height: 170px;
	min-height: 170px;
}

.xyyj .col-sm-3 {
	border-left: 1px solid #e6e6e6
}

.xyyj h4 {
	color: #333333;
	font: bold 14px/25px SimSun;
	margin-bottom: 10px;
}

.xyyj h4 .float_r {
	color: #999999;
	font-size: 12px;
	font-family: SimSun;
}

.xyyj p {
	color: #b2b2b2;
	font: normal 12px/22px SimSun;
}

.xyyj h5 {
	color: #666666;
	font: normal 12px/35px SimSun;
}

.xyyj .text-danger {
	color: #e60012;
	font-family: Arial, Helvetica, sans-serif
}

.png_ico_tjxk {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../images/ico_tjxk.png) -9999px -9999px no-repeat;
	cursor: pointer
}

.tjxk1 {
	background-position: 0px -80px;
}

.tjxk2 {
	background-position: -17px -80px;
}

.tjxk3 {
	background-position: 0px -97px;
}

.tjxk4 {
	background-position: -17px -97px;
}


/*=====================考试地点安排========================*/

.s_ksddap {
	border: 1px solid #ddd;
}

.s_ksddap_top select {
	margin-right: 10px;
}

.s_ksddap_top input[type=text] {
	height: 23px;
}

.s_ksddap_top input[type=checkbox] {
	margin-left: 20px;
}

.s_ksddap dl {
	border: 1px solid #f2f2f2;
	background: #fafafa;
	padding: 5px;
	margin: 5px 0px;
}

.s_ksddap .glyphicon-ok {
	display: none;
}

.s_ksddap dd {
	font: 12px/24px microsoft yahei;
}

.s_ksddap dd span {
	font-size: 16px;
	vertical-align: middle;
}

.s_ksddap .sl_tuijian dt {
	background: url(../images/sl_tuijian.gif) no-repeat 10px center;
}


/*==============研究生离校流程===============*/

.yjslc {
	width: 560px;
	padding: 14px;
	overflow: hidden;
}

.yjslc p {
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background: #f4f8fc;
}

.yjslc_left {
	float: left;
	width: 258px;
	height: 340px;
	padding: 0px 0px 15px;
	border: 1px solid #dee9f2;
	background: #fff;
}

.yjslc_left ul {
	overflow: hidden;
	padding: 0px;
	height: 308px;
	overflow-y: auto;
}

.yjslc_left li {
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	color: #0164d3;
	text-align: center;
}

.yjslc_left li div {
	width: 100px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ACCBE3;
	background: #f4f8fc;
}

.yjslc_rt {
	float: right;
	width: 258px;
	height: 340px;
	border: 1px solid #dee9f2;
	margin-bottom: 10px;
	background: #fff;
}

.yjslc_right {
	float: right;
	width: 100%;
	padding-top: 10px;
	height: 308px;
	margin-bottom: 5px;
	color: #799bb5;
	overflow-x: hidden;
	overflow-y: scroll;
}

.yjslc_right ul {
	overflow: hidden;
	padding-left: 15px;
}

.yjslc_right li {
	float: left;
}

.yjslc_right li div {
	width: 100px;
	color: #466f8e;
	text-align: center;
	margin: 0px 10px 15px 0px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #accbe3;
	background: #f4f8fc;
}

.yjslc_add {
	text-align: center;
	margin-bottom: 10px;
	width: 388px;
}

.yjslc_add a {
	color: #a0b3c1;
	font: 600 14px/40px "宋体";
	text-decoration: none;
}

.yjslc_left li .add_sel {
	background: #f4f8fc url(../images/ico_91.gif) no-repeat 80px center;
	cursor: pointer;
}

.yjslc_rt_sel li div {
	background: #f4f8fc url(../images/ico_90.gif) no-repeat 80px center;
}


/*==============人机交互排课--辅助搜索===============*/

.fzss {
	width: 60px;
	height: auto;
	background: #edf3f7;
	overflow: hidden;
	display: block;
	position: fixed;
	_position: absolute;
	top: 105px;
	right: 0px;
	z-index: 998;
}

.fzss .fzss_title {
	width: 100%;
	height: 60px;
	background: #0483d4;
	color: #fff;
	cursor: pointer;
	color: #ffffff;
	font: normal 18px/60px "microsoft yahei";
}

.fzss .fzss_title .fa {
	padding: 0px 20px 0px 15px;
	float: left;
	line-height: 60px;
}

.fzss ul {
	padding: 0px;
	border: 1px solid #89c5eb;
	display: none;
}

.fzss ul li a {
	display: block;
	line-height: 30px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
	color: #666666;
	font: normal 12px/30px "microsoft yahei";
}

.fzss ul li a .fa {
	color: #89c5eb;
	padding: 0px 15px 0px 10px;
}

.fzss ul li a:hover {
	text-decoration: none;
	background: #cce3f0
}


/*==============资源填报===============*/

.list_zytb {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 5px solid #2587de;
	margin: 10px 0px;
}

.list_zytb .hea_der {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	line-height: 35px;
	padding: 0px 10px;
	overflow: hidden;
}

.list_zytb .hea_der span {
	color: #666666;
	font-weight: bold
}

.list_zytb .hea_der a {
	color: #999999;
	font-size: 12px;
}

.list_zytb .form-group {
	padding: 0px 10px;
}

.list_zytb_add {
	margin: 10px 0px;
	border: 3px dashed #cccccc;
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 190px;
	text-align: center;
	line-height: 190px;
	color: #cccccc;
}

.list_zytb_add:hover {
	border-color: #2587de !important;
	color: #2587de
}

.list_zytb_add.height1 {
	height: 30px;
	line-height: 25px;
	border: 2px dashed #cccccc;
	border-radius: 4px;
}


/*============== 浙江省高校教师专业发展平台首页 ==============*/

.index3_con {
	padding-top: 15px;
}

.index3_con .index31 {
	background: #fff;
	height: 215px;
	overflow: hidden;
	margin: 0px -7px 15px;
}

.index3_con .index32 {
	background: #fff;
	height: 240px;
	overflow: hidden;
	margin: 0px -7px 15px;
}

.index4_con .index31 {
	height: auto;
	min-height: 240px;
}

.index3_con .index_title {
	width: 100%;
	height: 32px;
	padding: 0px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.index3_con .index_title ul {
	padding: 0px;
}

.index3_con .index_title ul li {
	float: left;
}

.index3_con .index_title ul li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0px 7px;
	color: #666666;
	font-family: simSun;
	text-decoration: none
}

.index3_con .index_title span {
	font-size: 14px;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	float: left;
	font-family: simSun
}

.index3_con .index_title ul li.on a,
.index3_con .index_title span {
	color: #0483d4;
	border-bottom: 2px solid #0483d4;
	font-weight: bold
}

.index3_con .index3_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0px;
}

.index3_con .list-group-item {
	width: 100%;
	float: left;
	border: 0px none;
	padding: 5px 15px;
	height: 30px !important;
	margin-bottom: 0px;
	line-height: 20px;
	color: #6e6e6e;
	font-size: 12px
}

.index3_con .list-group-item .float_r {
	color: #6e6e6e;
	font-size: 12px
}

.index3_con .index3_imgnews {
	position: relative;
	z-index: 1;
}

.index3_con .index3_imgnews .hd a i {
	position: absolute;
	z-index: 2;
	left: 8px;
	top: 100px;
	color: #adadad;
	font-size: 40px;
	cursor: pointer;
}

.index3_con .index3_imgnews .hd a:hover i {
	color: #0483d4
}

.index3_con .index3_imgnews .hd a.prev i {
	left: auto;
	right: 8px;
}

.index3_con .index3_imgnews .bd {
	margin: 15px 32px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.index3_con .index3_imgnews .bd ul li {
	float: left;
	position: relative;
	z-index: 1;
	width: 199px;
	height: 149px;
	margin-right: 10px;
}

.index3_con .index3_imgnews .bd ul li h5 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url(../images/ico_tmd.png) repeat;
	line-height: 30px;
	padding: 0px 10px;
	color: #fff;
	font-size: 12px;
}

.index3_con .index3_lct .index3_list {
	padding: 20px 30px 0px 30px;
}

.index3_con .index3_lct .index3_list .list-group-item {
	border: 1px solid #e6e6e6;
	height: 34px !important;
	padding: 0px 15px;
	margin-bottom: 20px;
	background: #fafafa;
	line-height: 34px;
}

.index3_con .index3_lct .index3_list .list-group-item .fa {
	float: left;
	color: #0483d4;
	margin: 12px 5px;
}

.index3_con .index3_lct .index3_list .list-group-item img {
	float: left;
	margin: 5px 10px 5px 5px
}

.index3_con .index3_bm .list-group {
	width: 100%;
}

.index3_con .index3_bm .list-group-item {
	line-height: 35px;
	padding: 0px 15px;
	height: 35px !important;
	position: relative;
}

.index3_con .index3_bm .list-group-item .float_r {
	display: block;
	width: 50px;
	height: 25px;
	background: #0483d4;
	text-align: center;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.index3_con .index3_xmtz .list-group-item,
.index3_con .index3_tzgg .list-group-item {
	background-image: url(../images/ico_dian.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 22px;
}

.index4_con .index3_dysy .media {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
}

.index4_con .index3_dysy .media .pull-left {
	line-height: 30px;
}

.index4_con .index3_dysy .media .list-group-item {
	float: left;
	width: auto
}

.xzkc-popup {
	border: 1px solid #bce8f1;
}

.xzkc-popup>.panel-heading table {
	margin-bottom: 0px;
}

.xzkc-popup>.panel-heading td {
	border: 0;
	font: bold 14px/20px microsoft yahei;
	color: #31708f;
}

.xzkc-popup-con {
	border: 1px solid #bce8f1;
}

.xzkc-popup-con .panel-heading h3 {
	font: bold 18px/30px microsoft yahei;
	color: #31708f;
}

.xzkc-popup-con li {
	background: #f2f2f2;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #fff;
}

.xzkc-popup-con li:hover,
.xzkc-popup-con .xzkc-popup-sel {
	border: 1px solid #666;
}

.xzkc-popup-con li h5 {
	font: bold 16px/20px microsoft yahei;
	color: #333;
}

.xzkc-popup-slecon {
	border: 1px solid #666;
}

.placeHolder {
	border: 1px dashed #ddd;
	float: left;
	margin: 0px 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

input.form-control{
	height:30px;
}

.form-horizontal .form-group {
	padding-left: 15px;
	padding-right: 15px;
}

.control-label {
	padding-right: 5px;
	min-height: 30px;
	display:inline-block;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-control-static {
	min-height: 30px;
	height: auto !important;
}

.text-normal {
	color: #333;
}

.form-group {
	margin-bottom: 8px !important;
}

.form-group.margin-b0 {
	margin-bottom: 0px !important;
}

.input-xs,
.select-xs {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 22px !important;
	line-height: 1.5 !important;
	padding: 1px 5px !important;
	min-width: 120px !important;
}

.input-group-btn-sm .btn {
	height: 25px !important;
	line-height: 1 !important;
}

.input-group-sm .input-group-addon {
	display: table-cell;
	height: 24px;
	line-height: 1;
	padding: 4px 5px !important;
	font-size: 12px;
	vertical-align: middle;
}

.input-group-xs,
.select-group-xs {
	padding-top: 3px !important;
}

.select-group-xs .select-xs {
	width: auto !important;
}

.input-xs-last,
.select-xs-last {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.lighter {
	font-weight: lighter
}

.bolder {
	font-weight: bolder
}

.inline {
	display: inline-block;
}

.block {
	display: block !important
}

.align-center {
	text-align: center !important
}

.align-center>.btn {
	float: none;
}

.align-center>.btn:first-child {
	margin-left: 0;
	margin-right: -1px;
}

.align-left {
	text-align: left !important
}

.align-right {
	text-align: right !important
}

.middle {
	vertical-align: middle
}

.align-middle {
	vertical-align: middle !important
}

.align-top {
	vertical-align: top !important
}

.align-bottom {
	vertical-align: bottom !important
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.line-height-normal {
	line-height: normal !important
}

.line-height-1 {
	line-height: 1 !important
}

.black {
	color: #000 !important;
}

.dark {
	color: #333 !important;
}

.white {
	color: #fff !important;
}

.red {
	color: #dd5a43 !important;
}

.red2 {
	color: #c7254e !important;
}

.light-red {
	color: #f77 !important;
}

.blue {
	color: #478fca !important;
}

.light-blue {
	color: #93cbf9 !important;
}

.green {
	color: #69aa46 !important;
}

.light-green {
	color: #b0d877 !important;
}

.orange {
	color: #ff892a !important;
}

.light-orange {
	color: #fcac6f !important;
}

.orange2 {
	color: #feb902 !important;
}

.purple {
	color: #a069c3 !important;
}

.pink {
	color: #c6699f !important;
}

.pink2 {
	color: #d6487e !important;
}

.brown {
	color: #a52a2a !important;
}

.grey {
	color: #777 !important;
}

.light-grey {
	color: #bbb !important;
}

.bigger-100 {
	font-size: 100%;
}

.bigger-110 {
	font-size: 110%;
}

.bigger-120 {
	font-size: 120%;
}

.bigger-130 {
	font-size: 130%;
}

.bigger-140 {
	font-size: 140%;
}

.bigger-150 {
	font-size: 150%;
}

.bigger-160 {
	font-size: 160%;
}

.bigger-170 {
	font-size: 170%;
}

.bigger-180 {
	font-size: 180%;
}

.bigger-190 {
	font-size: 190%;
}

.bigger-200 {
	font-size: 200%;
}

.bigger-210 {
	font-size: 210%;
}

.bigger-220 {
	font-size: 220%;
}

.bigger-230 {
	font-size: 230%;
}

.bigger-240 {
	font-size: 240%;
}

.bigger-250 {
	font-size: 250%;
}

.bigger-260 {
	font-size: 260%;
}

.bigger-270 {
	font-size: 270%;
}

.bigger-280 {
	font-size: 280%;
}

.bigger-290 {
	font-size: 290%;
}

.bigger-300 {
	font-size: 300%;
}

.bigger-125 {
	font-size: 125%;
}

.bigger-175 {
	font-size: 175%;
}

.bigger-225 {
	font-size: 225%;
}

.bigger-275 {
	font-size: 275%;
}

.bigger-500 {
	font-size: 500%;
}

.bigger-600 {
	font-size: 600%;
}

.smaller-90 {
	font-size: 90%;
}

.smaller-80 {
	font-size: 80%;
}

.smaller-70 {
	font-size: 70%;
}

.smaller-60 {
	font-size: 60%;
}

.smaller-50 {
	font-size: 50%;
}

.smaller-40 {
	font-size: 40%;
}

.smaller-30 {
	font-size: 30%;
}

.smaller-20 {
	font-size: 20%;
}

.smaller-75 {
	font-size: 75%;
}

.width-10 {
	width: 10% !important;
}

.width-15 {
	width: 15% !important;
}

.width-20 {
	width: 20% !important;
}

.width-25 {
	width: 25% !important;
}

.width-30 {
	width: 30% !important;
}

.width-35 {
	width: 35% !important;
}

.width-40 {
	width: 40% !important;
}

.width-44 {
	width: 44% !important;
}

.width-45 {
	width: 45% !important;
}

.width-50 {
	width: 50% !important;
}

.width-55 {
	width: 55% !important;
}

.width-60 {
	width: 60% !important;
}

.width-65 {
	width: 65% !important;
}

.width-70 {
	width: 70% !important;
}

.width-75 {
	width: 75% !important;
}

.width-80 {
	width: 80% !important;
}

.width-85 {
	width: 85% !important;
}

.width-90 {
	width: 90% !important;
}

.width-95 {
	width: 95% !important;
}

.width-100 {
	width: 100% !important;
}

.width-48 {
	width: 48% !important;
}

.width-auto {
	width: auto !important;
}

.height-auto {
	height: auto !important;
}

.sl_all_form .alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 10px !important;
}

.sl_all_form .alert-dismissable .close,
.alert-dismissible .close {
	color: inherit;
	position: relative;
	right: 0px !important;
	top: 0px !important;
}

.item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item-list>li {
	padding: 9px;
	margin-top: -1px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.item-list>li:last-child {
	border-bottom: 0px;
}

.item-list>li.selected {
	color: #8090a0;
	background-color: #f4f9fc;
}

.item-list>li.selected label,
.item-list>li.selected .lbl {
	text-decoration: line-through;
	color: #8090a0;
}

.item-list>li.active {
	background-color: #e4efc9;
}

.item-list>li>.checkbox {
	display: inline-block;
}

.item-list>li>label.inline {
	display: inline-block;
	line-height: inherit;
	margin-bottom: 0;
}

.item-list>li label {
	font-size: 13px;
}

label.inline {
	margin-bottom: 0px;
	font-weight: normal;
	vertical-align: middle;
}

.item-list>li .percentage {
	font-size: 11px;
	font-weight: bold;
	color: #777;
}

.item-list>li.ui-sortable-helper {
	cursor: move;
}

.item-list>li[class*="item-"] {
	border: 1px solid #DDD;
	border-left-width: 3px
}

.item-list .row,
.sub-item-list .row {
	padding: 0px !important;
	margin: 0px !important;
}

.item-list .col-xs-2 {
	white-space: nowrap;
	padding: 0px;
}

.item-list .col-xs-10,
.item-list .col-xs-12 {
	white-space: normal;
	padding: 0px;
}

.item-list .col-xs-10:last-child,
.item-list .col-xs-12:last-child {
	border-bottom: 0px;
}

.sub-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-item-list>li {
	margin-top: -1px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.sub-item-list>li[class*="item-"] {
	border: 1px solid #DDD;
	border-left-width: 3px
}

.sub-item-list>li:last-child {
	border-bottom: 0px;
}

td.item-red {
	border-left-color: #d53f40 !important;
	border-left-width: 3px !important;
}

td.item-green {
	border-left-color: #9abc32 !important;
	border-left-width: 3px !important;
}

td.item-blue {
	border-left-color: #4f99c6 !important;
	border-left-width: 3px !important;
}

li.item-orange {
	border-left-color: #e8b110 !important;
}

li.item-orange2 {
	border-left-color: #f79263 !important;
}

li.item-red {
	border-left-color: #d53f40 !important;
}

li.item-red2 {
	border-left-color: #d15b47 !important;
}

li.item-green {
	border-left-color: #9abc32 !important;
}

li.item-green2 {
	border-left-color: #0490a6 !important;
}

li.item-blue {
	border-left-color: #4f99c6 !important;
}

li.item-blue2 {
	border-left-color: #3983c2 !important;
}

li.item-blue3 {
	border-left-color: #1144eb !important;
}

li.item-pink {
	border-left-color: #cb6fd7 !important;
}

li.item-purple {
	border-left-color: #6f3cc4 !important;
}

li.item-black {
	border-left-color: #505050 !important;
}

li.item-grey {
	border-left-color: #a0a0a0 !important;
}

li.item-brown {
	border-left-color: #a52a2a !important;
}

li.item-default {
	border-left-color: #abbac3 !important;
}

textarea {
	resize: none;
}

.popover {
	max-width: none !important;
}

.popover-content {
	padding: 3px;
}

.padding-none {
	padding: 0px !important;
}

.btn-toolbar .btn:hover,
.btn-toolbar .btn:hover {
	background-color: #428bca;
	border-color: #357ebd;
	color: #fff;
}

.btn-toolbar .btn-group{margin-bottom:6px;}

.btn-toolbar i[class*="btn_"],
.btn-toolbar i.glyphicon,
.btn-toolbar i[class^="icon-"],
.btn-toolbar i[class*=" icon-"] {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	line-height: 1;
	margin-top: 0px !important;
	vertical-align: baseline;
	width: auto !important;
	height: auto !important;
	top: 2px !important;
}

.table-highlight>thead>tr>th,
.table-highlight>tbody>tr>th,
.table-highlight>tfoot>tr>th,
.table-highlight>thead>tr>td,
.table-highlight>tbody>tr>td,
.table-highlight>tfoot>tr>td {
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle;
}

.table-highlight tbody tr:hover,
.table-highlight tbody tr.hover {
	cursor: pointer !important;
	color: #069 !important;
}

.table-highlight tbody tr.hover th,
.table-highlight tbody tr.hover td {
	color: #069 !important;
	background-color: #f5f5f5 !important;
}

.table-highlight tbody tr.hover input,
.table-highlight tbody tr.hover select {
	color: #069 !important;
}

.table-highlight tbody tr.focus {
	color: #c7254e !important;
	cursor: pointer;
}

.table-highlight tbody tr.focus th,
.table-highlight tbody tr.focus td {
	border-bottom-color: #c7254e !important;
	border-bottom-width: 1px !important;
	color: #c7254e !important;
}

.table-highlight th div.checkbox,
.table-highlight td div.checkbox {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 24px !important;
	line-height: 24px !important;
	background-color: #fff !important;
}

.table-highlight tbody tr.focus input,
.table-highlight tbody tr.focus select {
	color: #c7254e !important;
}

.table-highlight tbody th.focus,
.table-highlight tbody td.focus {
	background-color: #c7254e !important;
}

.table-highlight tbody th input:hover,
.table-highlight tbody td input:hover,
.table-highlight tbody th select:hover,
.table-highlight tbody td select:hover {
	cursor: pointer;
}

.buttonText {
	padding-left: 5px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}

.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(10px);
	/* Chrome, Opera */
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
	/* IE6~IE9 */
}

.badge-default {
	background-color: #fff !important;
	color: #333 !important;
}

.badge-primary {
	background-color: #428bca !important;
}

.badge-success {
	background-color: #5cb85c !important;
}

.badge-info {
	background-color: #5bc0de !important;
}

.badge-warning {
	background-color: #f0ad4e !important;
}

.badge-danger {
	background-color: #d9534f !important;
}

.tooltip-error {
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip-error.in {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tooltip-error.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip-error.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip-error.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip-error.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-error .tooltip-inner {
	background-color: #FDF2F0;
	border: 1px solid #FD807E;
	color: #4D4D4D;
}

.tooltip-error.top .tooltip-arrow {
	border-top-color: #FD807E;
}

.tooltip-error.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #FD807E;
}

.tooltip-error.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #FD807E;
}

.tooltip-error.right .tooltip-arrow {
	border-right-color: #FD807E;
}

.tooltip-error.left .tooltip-arrow {
	border-left-color: #FD807E;
}

.tooltip-error.bottom .tooltip-arrow {
	border-bottom-color: #FD807E;
}

.tooltip-error.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FD807E;
}

.tooltip-error.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FD807E;
}

.nav-tabs>li>a {
	border-top: 2px solid transparent !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-top: 2px solid #efb113 !important;
}

#tab-general .nav-tabs>li.active>a,
#tab-general .nav-tabs>li.active>a:hover,
#tab-general .nav-tabs>li.active>a:focus {
	border-top:none !important;
}

/* 皮肤 start*/
.green-skin .nav-tabs>li.active>a,
.green-skin .nav-tabs>li.active>a:hover,
.green-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #347346 !important;
}

.basic-skin .nav-tabs>li.active>a,
.basic-skin .nav-tabs>li.active>a:hover,
.basic-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #35414f !important;
}

.wood-grain-skin .nav-tabs>li.active>a,
.wood-grain-skin .nav-tabs>li.active>a:hover,
.wood-grain-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #35414f !important;
}

.blue-second-skin .nav-tabs>li.active>a,
.blue-second-skin .nav-tabs>li.active>a:hover,
.blue-second-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #2381E9 !important;
}

.blue-third-skin .nav-tabs>li.active>a,
.blue-third-skin .nav-tabs>li.active>a:hover,
.blue-third-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #35414f !important;
}

/* 皮肤end */

.formlist td,
.formlist th {
	border: 1px solid #b0cbe0;
	color: #000;
	line-height: 24px;
	padding: 5px 10px;
	vertical-align: middle;
	word-break: break-all;
}


/***/

.navbar-right .dropdown-menu label i.glyphicon {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	height: auto !important;
	line-height: 1;
	margin-top: 0 !important;
	top: 2px !important;
	vertical-align: baseline;
	width: auto !important;
}

.input-xs {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 22px !important;
	line-height: 1.5 !important;
	padding: 1px 5px !important;
}

.language-select {
	border: 0 none;
	border-radius: 1px;
	color: #0483d4;
	font: 14px/20px SimSun;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	width: 100px;
}

.chosen-container-single .chosen-single,
.chosen-container-single .form-control {
	height: 30px;
	line-height: 27px;
	padding: 0 8px;
}

em.red2 {
	font-size: 12px;
}

.body-container .footer {
	text-align: center;
	color: #fff;
	font: normal 12px/20px microsoft YaHei;
	margin: 15px 0 0;
	background-color: #0483d4;
	padding: 10px;
}

#more a {
	font-size: 20px;
	text-decoration: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	border-color: #ddd;
}

.sy-choose-title {
	padding: 0 15px;
}

.sy-choose-title div {
	display: inline-block;
	line-height: 25px;
	padding-right: 20px;
}

.sy-choose-title div span {
	padding-right: 5px;
}

.sl_add_btn button {
	margin-bottom: 5px;
}

.btn-toolbar .btn {
	font-size: 12px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(66, 139, 202, 0.7) !important
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

.btn-sm,
.btn-group-sm>.btn {
	line-height: 1.2;
}

.nav-phone {
	display: none;
}


/* ��ҳ */

.index_zjsy ul li h5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.row.query-item .form-group {
	margin-bottom: 0 !important;
}

.nav-tabs.nav-justified {
	margin-top: 10px;
}

.navbar-collapse .navbar-nav {
	margin: 5px 0px;
}

.bs-navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-header {
	float: left;
}

.navbar-nav> li {
	float: left;
	margin-right: 5px;
}

.navbar-nav a{
	color:#333;
}


.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.clj {
	cursor: pointer;
	text-decoration: none;
	color: #0076c1;
	text-shadow: 3px 3px 3px #eee;
}

.red {
	color: red;
}

.green {
	color: green;
}

input {
	vertical-align: bottom;
}

.input-group .input-xs-last {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.selected-box {
	display: none;
	background: #fcf7d9;
	border: 1px solid #a7bdd3;
	float: left;
	width: 99.81%;
	width: 99.73% \9;
	*width: 99.81%;
	margin-bottom: 2px;
}

.selected-box dl {
	width: 80%;
	padding: 5px 0;
	float: left;
}

.selected-box h3 {
	margin-left: 7px;
	display: inline;
	float: left;
	line-height: 20px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12px;
}

.selected-box dd {
	height: 25px;
	margin: 0 3px;
	display: inline;
	float: left;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}

.selected-box dd a {
	border: 1px solid #ff8040;
	padding: 0 18px 0 3px;
	position: relative;
	background: #fff;
	text-decoration: none;
	color: #ff8040;
	word-break: keep-all;
	word-wrap: normal;
	float: left;
	line-height: 19px;
	height: 19px;
}

.selected-box dd a:hover {
	color: #d75b1c;
}

.selected-box dd h5 {
	display: inline;
	padding: 0 2px;
	color: #808080;
	font-weight: normal;
	vertical-align: initial;
}

.selected-box .close-icon {
	background: #e49203 url(../images/close-icons.gif) repeat-x left bottom;
	height: 13px;
	width: 13px;
	position: absolute;
	right: 2px;
	_right: 2px;
	top: 3px;
	cursor: pointer;
}


/*=====================设备控制========================*/

@media (min-width:1900px) {
	.container {
		width: 1850px;
	}
	.container_1170 {
		width: 1170px !important;
	}
	.container_max1400 {
		width: 1360px;
	}
}

@media (min-width:1400px) {
	.container {
		width: 1360px;
	}
	.container_1170 {
		width: 1170px !important;
	}
	.index3_con .col-md-3,
	.index3_con .col-md-4,
	.index3_con .col-md-5 {
		width: auto;
	}
	.index3_con .index3_dbsy,
	.index3_con .index3_lct {
		width: 250px;
	}
	.index3_con .index3_imgnews,
	.index3_con .index3_tzgg {
		width: 681px;
	}
	.index3_con .index3_xmtz,
	.index3_con .index3_bm,
	.index3_con .index3_bm .list-group {
		width: 381px !important
	}
	.index4_con .index3_bm,
	.index4_con .index3_bm .list-group {
		width: 681px !important
	}
}

@media (max-width: 1200px) {
	.container_1170 {
		width: 1170px !important;
	}
	.treeview li {
		padding-left: 30px !important
	}
	.treeview .hitarea {
		left: 65px !important
	}
}

@media only screen and (min-width: 1899px) {
	.container {
		width: 1870px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
	.container {
		width: 1630px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.container {
		width: 1550px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.container {
		width: 1390px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	.container {
		width: 1316px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1364px) {
	.container {
		width: 1310px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.container {
		width: 1230px;
	}
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.container {
		width: 1102px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.container {
		width: 974px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.container_1170 {
		width: 100%;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
	.container {
		width: 750px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.border-b h5 font {
		margin-right: 15px;
		line-height: 30px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.container-func {
		min-height: 600px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background-color:#0483d4;
		color:#fff;
	}
	/* .dropdown-submenu.hideHover:hover ul{
		display:none !important;
	} */

	.container_1170 {
		width: 100% !important;
	}
	/* .col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	} */
	.top1 .navbar-form,
	.top1 .navbar-nav{
		display: none;
	}

	.collapse.in .navbar-nav{
		display:block !important;
	}

	.navbar-collapse.bs-navbar-collapse.collapse.in{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: none;
	}
	.navbar-nav .dropdown-menu .dropdown-menu>li>a {
		padding-left: 35px;
	}
	.index_grxx,
	.index_rctx,
	.index_kbcx,
	.index_kscj,
	.index_xl {
		margin: 0px -15px 15px 0px !important
	}
	.treeview li {
		padding-left: 20px !important
	}
	.treeview .hitarea {
		left: 35px !important
	}
	.treeview li .title {
		width: 230px !important
	}
	.formlist td,
	.formlist th {
		padding: 5px !important;
		line-height: 15px !important;
	}
	.div768-responsive {
		width: 750px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	/*自定义当宽度小于767时横向出现滚动条，用以禁止栅格系统继续缩小影响排版效果*/
	/*推荐选课*/
	.tjxk_list .panel-heading span {
		display: block;
		padding-right: 0px;
	}
	/*新闻详情*/
	.newsdisp {
		padding: 20px;
	}
	/***/
	.top2 .navbar-toggle {
		display: none;
	}
	.control-label {
		min-height: 20px;
		font-size: 12px;
		margin-bottom: 2px;
	}
	.form-group {
		margin-bottom: 5px !important;
	}
	.form-control {
		height: 28px;
		padding: 1px 3px;
		font-size: 12px;
	}
	/*增加输入框组样式，zp，20160921*/
	.input-group .form-control {
		height: 31px;
	}
	.body-container .footer {
		text-align: center;
		color: #fff;
		font: normal 12px/20px microsoft YaHei;
		margin: 15px 0 0;
		background-color: #0483d4;
		padding: 10px;
	}
	.btn {
		font-size: 12px;
	}
	.sl_all_bg .sl_all_form {
		padding: 5px 15px;
	}
	.btn-sm,
	.btn-group-sm>.btn {
		padding: 2px 10px;
	}
	.sl_aff_btn .btn {
		padding: 4px 10px !important;
		margin-right: 10px;
	}
	.ui-jqgrid tr.ui-row-ltr td {
		font-size: 12px;
	}
	.sl_add_btn button {
		margin-bottom: 10px;
	}
	.form-horizontal .control-label {
		font-size: 12px;
		width:100%;
	}

	.form-horizontal .width-70,.form-horizontal .width-80{
		width:100% !important;
	}
	.chosen-container-single .chosen-single {
		padding-top: 3px !important;
		height: 28px !important;
	}
	.chosen-container-single .chosen-single div b {
		margin-top: 2px !important;
	}
	.chosen-container .chosen-results li {
		padding: 3px 6px !important;
	}
	.chosen-container-single .chosen-search input[type="text"] {
		padding: 2px 20px 2px 5px!important;
	}
	em.red2 {
		font-weight: normal;
	}
	.nav-tabs .popover.bottom {
		display: none !important;
	}
	.input-group .input-group-addon {
		padding: 4px 12px;
	}
	.tjxk_list .tjxk_title {
		font: normal 14px/16px "microsoft YaHei";
	}
	.tab_01 {
		width: 85%;
	}
	.tab_01 .radio-inline,
	.checkbox-inline {
		margin: 0 !important;
	}
	.tab_01 td {
		width: 70% !important;
	}
	.tab_01 td:first-child {
		text-align: center !important;
		width: 30% !important;
	}
	.nav>li>a {
		padding: 5px 12px;
	}
	.nav-tabs>li>a {
		font-size: 12px;
	}
	.tab_01 {
		width: 100% !important;
	}
	.leaf {
		width: 80px;
		font: normal 10px/29px microsoft YaHei;
	}
	.tab_01 {
		width: 100% !important;
	}
	.leaf {
		width: 80px;
		font: normal 10px/29px microsoft YaHei;
	}
	/*********/
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu2>li>a {
		color: #fff;
		font-size: 14px;
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		background:#0483d4;
		color:#fff;
	}
	a.dropdown-toggle2.grxx {
		position: absolute;
		right: 0;
		display: block !important;
		padding: 7px 15px 7px 10px;
		top: 5px;
	}
	.logo_2 {
		font: normal 18px/30px "microsoft YaHei";
	}
	a.dropdown-toggle2.grxx {
		background: none !important;
	}
	.nav-phone {
		display: block !important;
		position: relative;
	}
	.dropdown-menu2 {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.dropdown-menu2.pull-right {
		right: 0;
		left: auto;
	}
	.dropdown-menu2 .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	.dropdown-menu2>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.dropdown-menu2>li>a:hover,
	.dropdown-menu2>li>a:focus {
		color: #262626;
		text-decoration: none;
		background-color: #f5f5f5;
	}
	.dropdown-menu2>.active>a,
	.dropdown-menu2>.active>a:hover,
	.dropdown-menu2>.active>a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #428bca;
		outline: 0;
	}
	.dropdown-menu2>.disabled>a,
	.dropdown-menu2>.disabled>a:hover,
	.dropdown-menu>.disabled>a:focus {
		color: #777;
	}
	.dropdown-menu2>.disabled>a:hover,
	.dropdown-menu2>.disabled>a:focus {
		text-decoration: none;
		cursor: not-allowed;
		background-color: transparent;
		background-image: none;
	}
	.open>.dropdown-menu2 {
		display: block;
	}
	.top1 .dropdown-menu2 {
		background: #1d8fd8;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		padding: 0px;
		margin: 0px;
		border: 0px none;
		border-radius: 0px
	}
	.top1 .dropdown-menu2 .divider {
		background-color: #58a1d1;
		margin: 0px;
	}
	.top1 .dropdown-menu2>li>a {
		color: #ffffff;
		font-size: 14px;
		padding: 0px 20px;
		line-height: 50px;
	}
	.top1 .dropdown-menu2>li>a i.top_png {
		display: inline-block;
		width: 35px;
		height: 50px;
		background: url(../images/ico_top_png.png) 0px 0px no-repeat;
		float: left;
	}
	.top1 .dropdown-menu2>li>a i.top_png.qh {
		background-position: 0px 0px;
	}
	.top1 .dropdown-menu2>li>a i.top_png.mm {
		background-position: 0px -50px;
	}
	.top1 .dropdown-menu2>li>a i.top_png.tc {
		background-position: 0px -100px;
	}
	.top1 .dropdown-menu2>li>a:after {
		border-left-color: #e3f1fa;
		margin-top: 20px;
	}
	.top1 .dropdown-menu2>li>a:hover,
	.top1 .dropdown-menu2>li>a:focus {
		background-color: #68b5e5
	}
	.top1 .dropdown-submenu .dropdown-menu2 {
		margin-top: 0px;
		border-radius: 0px;
		top: 0px;
	}
	.top1 .dropdown-submenu .dropdown-menu2 li a {
		line-height: 35px;
		font-size: 12px;
	}
	.top1 .dropdown-menu2>li>a .glyphicon {
		color: #fff;
		top: 11px;
	}
	.top1 .dropdown-menu2 .dropdown-header {
		color: #fff;
		font-size: 14px;
		line-height: 50px;
	}
	.open> .dropdown-toggle2.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}
	.btn-default:active,
	.btn-default.active,
	.open> .dropdown-toggle2.btn-default {
		background-image: none;
	}
	.open .dropdown-menu2 {
		position: static;
		display: block;
		width: 100%;
	}
	.zf-nav.top-nav .open .dropdown-menu {
		position: static;
		width: 100%;
	}
	ul.dropdown-menu2.left {
		display: none;
	}
	ul.dropdown-menu2.left li a {
		text-indent: 35px;
	}
	.top1 {
		/*min-height: auto;*/
	}
	.jw-shade {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: rgba(26, 141, 216, 0.2);
		display: none;
		z-index: 10;
	}
}


/*不同设备最小高度设置*/

/* @media only screen and (min-width: 768px) and (min-height: 900px) and (max-height:1100px) {
	.container-func {
		min-height: 600px;
	}
}

@media only screen and (min-width: 768px) and (min-height: 767px) and (max-height:899px) {
	.container-func {
		min-height: 680px;
	}
}

@media only screen and (min-width: 768px) and (max-height:766px) {
	.container-func {
		min-height: 625px;
	}
}

@media only screen and (max-width: 767px) and (max-height:766px) {
	.container-func {
		min-height: 500px;
	}
}
 */

/* 新增修改样式*/

@media only screen and (max-width: 767px) {
	.input-group .form-control:first-child {
		height: 31px;
	}
}


/*815新增*/

#footerID .address{
	margin-left:15px;
}
@media only screen and (max-width: 996px) and (min-width:767px){
	.sl_bmsz_tb1_h1 {
		font: 18px/25px "microsoft YaHei";
	}
}


@media only screen and (max-width: 767px) {
	/*顶部操作按钮*/
	.row.sl_add_btn {
		margin-left: 0;
		margin-right: 0;
	}
	/*用户管理下的查询框*/
	.input-group .form-control:first-child {
		/*height: 24px;*/
	}
	.types .radio-inline+.radio-inline {
		margin-left: 0;
	}
	.form-horizontal.sl_all_form.searchbox {
		border: 1px solid #a7bdd3 !important;
	}
	.searchbox .search-filter,
	.searchbox .condition-item,
	.searchbox .condition-item .condition-row {
		border: none !important;
	}
	/*jqGrid 底部共计数据*/
	.ui-jqgrid .ui-pg-table td:last-child {
		display: none;
	}
	/*隐藏jqgrid设置列*/
	#pager_left {
		display: none;
	}
	#footerID .float_l{
		float:none;
	}
	#footerID .address{
		margin-left:0;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:18px;
	}
	.ui-pg-table td:first-child{display:none !important;}
	.sl_bmsz_tb1_h1 {
		font: 16px/22px "microsoft YaHei";
	}
}

.mr5{
	margin-right:5px;
}
.ml5{
	margin-left:5px;
}
.mt5{
	margin-top:5px;
}
.mb5{
	margin-bottom:5px;
}
.mtb5{
	margin-top:5px;
	margin-bottom:5px;
}

.btn-primary.active {
	background-color: #0483d4;
}

.formlist input[type=radio] {
	vertical-align: sub;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*  */
/*删除btn的boxshadow  sly 20170220*/
.btn {
	/* -webkit-box-shadow: 0px 1px 0 #ccc, 1px 1px 3px #ccc;
	box-shadow: 0px 1px 0 #ccc, 1px 1px 3px #ccc; */
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	line-height:18px;
}

/*为.btn.active增加外阴影，zp，20161111*/
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0px 1px 0 #ccc, 1px 1px 3px #ccc;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0px 1px 0 #ccc, 1px 1px 3px #ccc;
}

/*去除.btn-link的阴影，zp，20161110*/
.btn.btn-link { box-shadow: none; }

.btn-primary:hover {
	background: #0076c1;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}


.index_zjsy ul li:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_zjsy ul li img {
	margin: 0 auto;
	margin: auto;
	display: block;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.input-group-addon {
	padding: 6px 18px;
}


.input-focus {
	padding: 6px 12px;
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.input-focus-shade {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: rgba(4, 131, 212, 0.75);
}

#mCSB_1_container a{
	text-decoration: none;
}
.tab.fixed-right{
	top:0 !important;
}
.input-group-btn .btn{
	box-shadow: none;
}

#forBenchmark{width:100%;}
.noborder{border:none;}

.widthAll{
	width:90% !important;
}

.nooverflowx{
	overflow-x:hidden !important;
}

.ui-jqgrid-bdiv .btn{
	box-shadow:none;
}


/* 对不合理的样式进行覆盖，zp，20160829 */

.navbar-nav > li { margin-right: 0px; }
@media (max-width: 767px){
	.navbar-nav>li {
		float: none;
	}
}
@media (max-width: 767px){
	.navbar-header {
		float: none;
	}
}
@media (min-width: 768px) {
	.navbar-form .form-group{margin-bottom: 0!important;}
}
@media (min-width: 768px){
	.navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px;}
	.navbar-collapse .navbar-nav { margin: 0; }
}

/*修改模拟框.modal下的.modal-header、.modal-footer加了背景之后，圆角不够明显的原因，zp，20161117*/
.modal .modal-content .modal-header { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.modal .modal-content .modal-footer { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }


/* export zp，20160908*/
.export input[type=file] { display: inline-block; }
.export .export-title { padding: 10px 0px; font-size: 16px; font-weight: bold; }
.export .table-import, .export .table-import-rule, .export .table-import-rule th { text-align: right; }
.export .table-import td + td { text-align: left; }
.export .table-import-rule td + td, .export .table-import-rule th + th { text-align: center; }
.export .export-tips { padding-top: 0px; padding-bottom: 0px; }
.export .export-tips > span { border: 1px solid red; padding: 2px 4px; }
.export .example-exprot-help .form-group { margin-bottom: 0px !important; display: inline-block; }
.export .example-exprot-help .form-group .form-control { width: 120px; }
.export .example-exprot-help .form-control-feedback { top: 0px; }
.export .example-exprot-help span + span { padding-left: 10px; }
.export .example-exprot-help p { line-height: 30px; }

/* add zp，20160908*/
.more-condition-bar { border-color: inherit; }
.more-condition-bar > a { color: #666; }
.more-condition-bar > a:hover, .more-condition-bar > a:focus { color: #333; text-decoration: none; }


/* 增加验证状态下的输入框组对按钮的支持，zp，20160910*/
.has-error .input-group-btn .btn { border-color: #a94442; }
.has-success .input-group-btn .btn { border-color: #3c763d; }
.has-warning .input-group-btn .btn { border-color: #8a6d3b; }


.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child){ border-top-left-radius: 0; border-bottom-left-radius: 0;}

/* 手机导航 */
.dropdown-submenu2 {
	position: relative;
	cursor: pointer;
}

/*增加针对输入框组多个input-group-btn并排的支持（暂时只支持一个输入框），zp，20161110*/
.input-group-btn:not(:first-child):not(:last-child) > .btn,
.input-group-btn:not(:first-child):not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child):not(:last-child) > .form-control { border-radius: 0; margin-right: -1px; }
.input-group .form-control:not(:first-child):not(:last-child) + .input-group-btn > .btn, .input-group-btn > .dropdown-toggle { margin-left: -1px; }
/*增加针对输入框组多个input-group-input下对form-control的支持，zp，20161202*/
.input-group-btn.input-group-input:first-child>.form-control{ border-radius: 4px 0 0 4px;}
.input-group-btn.input-group-input:last-child>.form-control{ border-radius:  0 4px 4px 0;}

@media (max-width: 767px){
	.dropdown-submenu2> .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu2> a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu2.current>a{
		color:#0483d4 !important;
	}
	.dropdown-submenu2.current> a:after{
		border-left-color: #0483d4;
	}
}
/*修正.spinner在.input-group-sm下的高度问题*/
.spinner.input-group.input-group-sm .input-group-addon a.spin-up,
.spinner.input-group.input-group-sm .input-group-addon a.spin-down{
	font-size: 14px!important;
}

/* 审批流页面 */
.splc1 .tg .content{
	width:auto !important;
}

/*字体16px，zp*/
.font-16{
	font-size: 16px;
}

/*警告框的字体恢复正常，zp*/
.alert {
	font-weight: normal;
}
/*路径导航，增加竖线样式，zp*/
.breadcrumb-vertical-bar > li + li:before {
	content: "|\00a0";
}

/*文字截断，zp*/
.text-overflow{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*下拉菜单多选功能，zp*/
.dropdown-multiple>.dropdown-toggle{
	max-width: 150px;
	padding-right: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dropdown-multiple>.dropdown-toggle>.caret{
	position: absolute;
	right: 10px;
	top: 15px;
}
.dropdown-multiple>.dropdown-menu>li>label{
	display: block;
	padding: 3px 20px 3px 8px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	margin-bottom: 0;
}
.dropdown-multiple>.dropdown-menu>li>label>input[type=radio],
.dropdown-multiple>.dropdown-menu>li>label>input[type=checkbox]{
	margin: 3px 0;
}

#searchBox{
	padding-top:8px;
}

.search-btn{
	display: inline-block;
	text-align: left;
}

.search-btn>.btn{
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	box-shadow: none;
	border-radius: 0px;
}

/* 针对查询部分在小屏幕下的调整 sly */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
/* 	body{
		font-size:12px;
	} */
	.form-control{
		height:28px;
		line-height:28px;
		padding: 0 5px;
	}
	.input-group-addon{
		padding: 4px 18px;
	}
	.form-horizontal .control-label{
		padding-top:4px;
	}
	
}

/* 小屏电脑屏幕电脑及其以下的调整 */
@media only screen and (max-width: 1440px) {
	.search-btn>.btn{
		height: 28px;
		line-height: 28px;
	}
	.dropdown-menu,
	.top1 .dropdown-menu>li>a{
		font-size:12px;
	}
}

/*修复内联单选和多选框不随滚动条移动的问题，zp，20170207*/
.radio-inline, .checkbox-inline{
	position: relative;
}

/* 修复在ie下label与input保持水平不一致的问题，sly,20170214 */
@media only screen and (min-width: 768px) {
	.form-horizontal .control-label{
		vertical-align:top;
	}
}

/* 新增简单查询,sly,20170214*/
.simple-search-form{
	padding: 12px 12px 0 12px !important;
}

.simple-search-form #searchBox{
	padding-top:0px;	
}

/* 修改placeholder颜色,sly,20170214*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b7b7b7 !important;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b7b7b7 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b7b7b7 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b7b7b7 !important;
}

/* 修改滚动条的背景颜色,sly,20170216*/

.container-func .mCSB_dragger_bar{
	background-color:#464646 !important;	
}

/* bootbox下的多选  sly*/
.chose-tag .item{
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    line-height: 19px;
    display:inline-block;
    position: relative;
}		

.chose-tag .item.active{
	background: #0483d4;
 	color: #fff;
}
.wood-grain-skin .chose-tag .item.active{
	background-color:#EFB421;
}

.green-skin .chose-tag .item.active{
	background-color:#57A029;
}
.basic-skin .chose-tag .item.active{
	background-color:#505965;
}
.blue-second-skin  .chose-tag .item.active{
	background-color:#409BFF;
}
.blue-third-skin  .chose-tag .item.active{
	background-color:#628b96;
}



/* bootbox下的多选  end sly */

#but_ancd .btn-toolbar .btn-group{
	margin-bottom: 0px;
}


/*创建问卷弹窗样式*/
.bootbox {
	top: 40px;
}
.padding-lr0 {
	padding-left: 0px;
	padding-right: 0px;
}
.note-modal {
	top: 100px;
}

.create-question-modal {
	display: none;
}

.create-question-cont {
	padding: 20px 0px;
	overflow: hidden;
}

.create-question-cont ul {
	padding-left: 0px;
}

.create-question-cont ul li {
	margin-bottom: 30px;
	overflow: hidden;
}

.create-question-cont ul li .name,
.create-question-cont ul li .start-date,
.create-question-cont ul li .total-days {
	margin-top: 5px;
}

.create-question-cont ul li .name span {
	margin-left: 5px;
}

.create-question-cont ul li .start-date>.to {
	margin-left: 10px;
}

.create-question-cont ul li:first-child input {
	width: 95%;
}

.create-question-cont .choose-template {
	margin-bottom: 20px;
	overflow: hidden;
}

.create-question-cont .choose-template a {
	position: relative;
	display: block;
	width: 85%;
}

.create-question-cont .choose-template a .fa-check-square {
	position: absolute;
	top: -3px;
	right: -1px;
	color: #337ab7;
	font-size: 24px;
	display: none;
}

.create-question-cont .choose-template a:hover,
.create-question-cont .choose-template a:link,
.create-question-cont .choose-template a:visited {
	text-decoration: none;
}

.create-question-cont .choose-template .template-bg {
	background-color: #eee;
	padding: 20px 0px;
}

.create-question-cont .choose-template .template-bg>.fa {
	color: #888;
	font-size: 45px;
}

.create-question-cont .choose-template .template-name {
	background-color: #bbb;
	padding: 10px 0px;
	color: #fff;
}

.create-question-cont .choose-template a.active {
	border: 2px solid #337ab7;
}

.create-question-cont .choose-template a.active .template-bg>.fa {
	color: #337ab7;
}

.create-question-cont .choose-template a.active .template-name {
	background-color: #337ab7;
}

.create-question-cont .choose-template a.active .fa-check-square {
	display: block;
}

.create-question-cont .yes-no input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0px 8px 0px;
}


/*设计问卷弹窗样式*/

.design-question-modal {
	display: none;
}

.design-modal .modal-body {
	overflow-y: scroll;
	height: 500px;
}

.design-question-cont .ke-container-default {
	width: 100%!important;
}

.design-question-cont {
	padding: 20px;
}

.design-question-cont .title h4 {
	font-weight: bold;
	margin-bottom: 20px;
}

.design-question-cont .title .edit-paper-icon {
	width: 40px;
	height: 40px;
	background-color: #2b8cdf;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	color: #fff;
	margin-right: 10px;
}

.design-question-cont .title .edit-paper-icon:hover {
	cursor: pointer;
}

.design-question-cont .title .edit-paper-icon>.fa {
	font-size: 18px;
	vertical-align: -11px;
}

.design-question-cont .title .edit-paper {
	color: #888;
}

.design-question-cont .generate-paper-wrap>textarea {
	resize: none;
}

.design-question-cont #editor {
	width: 100%;
	height: 100px;
}

.design-question-cont .ke-statusbar-right-icon {
	display: none;
}

.design-question-cont .operate-items {
	padding: 10px;
	border: 1px solid #eee;
	margin: 20px 0px;
	box-shadow: 2px 2px 5px #ddd;
}

.design-question-cont .operate-items .dropdown {
	display: inline-block;
	margin-right: 10px;
}

.design-question-cont .operate-items>span {
	margin-right: 10px;
	color: #777;
}

.design-question-cont .operate-items .dropdown-menu {
	min-width: 120px;
}

.design-question-cont .operate-items>span:hover {
	cursor: pointer;
}

.design-question-cont .operate-items>.dropdown>a {
	color: #777;
}

.design-question-cont .operate-items>.dropdown>a:hover {
	text-decoration: none;
}

.design-question-cont .operate-items>.dropdown>a>.fa-angle-down {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}

.design-question-cont .operate-items .edit,
.design-question-cont .operate-items .remove {
	border: 0px;
	background-color: transparent;
	color: #777;
	margin-right: 10px;
}

.design-question-cont .operate-items .edit:focus,
.design-question-cont .operate-items .remove:focus {
	outline: none;
}

.design-question-cont .save-status {
	overflow: hidden;
}

.design-question-cont .save-status>.title {
	margin-bottom: 10px;
	overflow: hidden;
}

.design-question-cont .save-status>.title input {
	border: 0px;
	border-bottom: 1px solid #777;
	width: 50px;
	margin: 0px 5px;
	text-align: center;
}

.design-question-cont .save-status>.title input:focus {
	outline: none;
}

.design-question-cont .save-status .answer ul {
	padding-left: 0px;
}

.design-question-cont #list1 {
	padding-left: 0px;
}

.design-question-cont .edit-status {
	border: 1px solid #eee;
	box-shadow: 2px 2px 5px #ddd;
	padding: 20px 0px;
	margin-bottom: 25px;
	overflow: hidden;
}

.design-question-cont .edit-status>.title .fa-plus-circle {
	font-size: 24px;
	color: #ef3b3b;
	vertical-align: middle;
	margin-left: 10px;
}

.design-question-cont .edit-status>.answer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.design-question-cont .edit-status>.answer>ul {
	padding-left: 0px;
}

.design-question-cont .edit-status>.answer>ul>li {
	margin-top: 15px;
}

.design-question-cont .edit-status>.answer>ul>li .fa {
	font-size: 24px;
	color: #ef3b3b;
	margin-top: 3px;
}

.design-question-cont .edit-status>.answer>ul>li .option {
	line-height: 34px;
}

.design-question-cont .edit-status>.note {
	margin-left: 45px;
}

.design-question-cont .edit-status>.note>span {
	margin-left: 10px;
}

.design-question-cont .edit-status>.note .fa-plus-circle {
	font-size: 24px;
	color: #ef3b3b;
	vertical-align: -3px;
	margin: 0px 5px;
}

.design-question-cont .edit-status .question-number,
.design-question-cont .edit-status .single-choice {
	line-height: 34px;
}

.design-question-cont .edit-status .title input {
	margin-left: -30px;
}

.design-question-cont .list-item.add .edit {
	color: #ccc;
}

.design-question-cont .list-item.add .edit-status .fa:hover {
	cursor: pointer;
}

.topic-choose {
	position: fixed;
	width: 135px;
	top: 33%;
	right: -147px;
	z-index: 9;
}

.topic-choose .name {
	font-weight: bold;
	color: #337ab7;
	margin-bottom: 5px;
	margin-left: 15px;
}

.topic-choose .topic-type ul {
	padding-left: 0px;
	border: 1px solid #2b8cdf;
	border-top: 15px solid #337ab7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
}

.topic-choose .topic-type ul:hover {
	cursor: pointer;
}

.topic-choose .topic-type ul>li {
	padding: 10px 0px 10px 25px;
	border-bottom: 1px solid #2b8cdf;
}

.topic-choose .topic-type ul>li:last-child {
	border-bottom: 0px;
}

.topic-choose .topic-type ul>li>.fa {
	font-size: 20px;
	color: #2b8cdf;
	margin-right: 6px;
	vertical-align: middle;
}

.topic-choose .topic-type ul>li>span {
	color: #2b8cdf;
	vertical-align: middle;
}


/*问卷预览样式*/

.view-papaer-modal {
	display: none;
}

.view-papaer-modal .modal-body {
	overflow-y: scroll;
	height: 500px;
}

.view-paper-content {
	padding: 0px 20px;
	height: 750px;
	overflow-y: scroll;
}

.view-paper-content h3 {
	font-weight: lighter;
	color: #2196F3;
	margin-bottom: 20px;
}

.view-paper-content .paper-start-text,
.view-paper-content .paper-end-text {
	border-bottom: 1px dashed #ddd;
	padding: 20px 0px;
	margin-bottom: 15px;
}

.view-paper-content ul {
	padding-left: 0px;
}

.view-paper-content .question-item {
	margin-bottom: 20px;
	overflow: hidden;
}

.view-paper-content .question-item:last-child {
	margin-bottom: 0px;
}

.view-paper-content .question-item .question-type {
	background-color: #eee;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #555;
}

.view-paper-content .question-item .question {
	background-color: #e1f4ff;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	color: #666;
}

.view-paper-content .answer-opt {
	line-height: 50px;
	overflow: hidden;
}

.view-paper-content .answer-opt ul>li>input {
	vertical-align: middle;
	margin: 0px;
}

.view-paper-content .answer-opt ul>li>span {
	vertical-align: middle;
	margin-left: 10px;
	color: #666;
}

.view-paper-content .answer-opt input[type="text"] {
	margin-top: 9px;
}

.view-paper-content .input-box {
	margin-top: 15px;
}


/*媒体查询*/

@media (max-width: 1200px) {
	.topic-choose {
		right: 9px;
	}
}

@media (max-width: 991px) {
	.design-modal .modal-lg {
		width: 720px;
	}
	.design-question-cont .edit-status .title input {
		margin-left: -20px;
	}
	.view-paper-content .answer-opt {
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.bootbox {
		top: 0px;
	}
	.design-question-cont {
		padding: 10px;
	}
	.design-modal .modal-dialog {
		width: 100%;
	}
	.create-question-cont ul li {
		margin-bottom: 10px;
	}
	.create-question-cont ul li:first-child input {
		width: 100%;
	}
	.create-question-cont ul li .start-date {
		padding-left: 15px;
	}
	.create-question-cont .choose-template a {
		width: 100%;
	}
	.create-question-cont .question-name-input,
	.create-question-cont .choose-template>div,
	.create-question-cont .yes-no {
		padding-left: 30px;
	}
}
.bootbox .modal-body {padding:15px !important; }
@media (max-width:320px) {
	.bootbox .modal-body {
		padding: 0px;
	}
}


/*popover*/
.bootbox .popover.topmost.right,.bootbox .popover.topmost.left{
	top:0 !important;
}

.bootbox .popover.topmost.right .arrow,
.bootbox .popover.topmost.left .arrow{
	top: 10% !important;
}

.bootbox .topmost .popover-top{
	top:0 !important;
}

.bootbox .topmost .popover-top .arrow{
	top: 10% !important;
}

@media (max-width:767px){

	.top1 .navbar-toggle .icon-bar{
		width: 15px;
	}

	.top1 .navbar-toggle{
		margin-right: 5px;
	}

	.top1 .logo_2 img{
		width: 50px;
	}

	.top1 .navbar-toggle{
		padding: 5px 7px;
	}
}


.bootbox .dropdown{
	position: fixed;
}

.bootbox  .panel-heading .dropdown{
	position: static;
}

.bootbox .row{
	margin-right: -8px;
    margin-left: -8px;
}

@CHARSET "UTF-8";
/* 说明：该样式文件针对教务系统做过优化，其他系统如果使用，建议拷贝一份自行调整 */

@import url('../fonts/font-awesome-4.2.0_ie7/4.2.0/css/font-awesome.min.css');

/* 字体图标 */
/* CSS Document */

body {
	/* 增加字体 Helvetica，并放在第一位，解决输入框组中按钮（组）与其他控件之间出现两条边框的问题，zp，20161110 */
	font: normal 100 14px Helvetica, microsoft YaHei, SimSun, Arial;
	background: #f0f0f0;
	overflow-x: hidden;
	padding-right:0 !important;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,tr,td,th,thead,caption {
	margin: 0;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.hidden {
	display: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.clearfloat {
	zoom: 1
}

.bg-default {
	background: none !important
}

.bg-white {
	background: #fff !important
}

.color-white {
	color: #fff !important
}

.color-red {
	color: #f00 !important
}

.show-grid-15 {
	margin-bottom: 15px;
}

.show-padtop-15 {
	padding-top: 15px;
}

.padding-150 {
	padding:15px 0 0 0 !important;
}

.padding-0 {
	padding: 0px !important
}

.padding-r70 {
	padding-right: 70px !important
}

.padding-t10 {
	padding-top: 10px !important
}

.padding-b10 {
	padding-bottom: 10px !important
}

.padding-l10 {
	padding-left: 10px !important;
}

.padding-10 {
	padding: 10px !important
}

.padding-lr10 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.margin-t0 {
	margin-top: 0px !important;
}

.margin-b0 {
	margin-bottom: 0px !important;
}

.margin-t10 {
	margin-top: 10px !important;
}

.margin-tb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.margin-b20 {
	margin-bottom: 20px !important
}

.margin-r10 {
	margin: 0px 10px 0px 0px !important
}

.margin-10 {
	margin: 10px !important
}

.font-bold{
	font-weight:600;
}

.fs-25 {
	font-size: 25px;
}

.border-b {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0px;
}

.w_1000 {
	width: 1000px;
	margin: 0 auto;
}

.position_r {
	position: relative;
	z-index: 1
}

.position_a {
	position: absolute;
	z-index: 2
}

.top_10 {
	bottom: auto !important;
	top: 10px !important;
}

.right_10 {
	left: auto !important;
	right: 10px !important;
}

.cur_poi {
	cursor: pointer;
}

.max_w_240 {
	display: inline-block!important;
	vertical-align: text-top;
	max-width: 240px;
}

.nav_many>li>a {
	padding: 2px 11px;
	margin-right: 0px;
}

.cursor_poi {
	cursor: pointer;
}

/*增加通用动画,周平,20161111*/
.transition-common {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}


/*=====================bootstrap面板关闭和展开========================*/

.panel-heading {
	position: relative;
	padding: 7px 15px !important;
}

.panel-heading .hed_remove {
	position: absolute;
	z-index: 2;
	right: 50px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/ico_remove.png) 0px 0px no-repeat;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.6s linear;
	-moz-transition: -moz-transform 0.6s linear;
	-o-transition: -o-transform 0.6s linear;
	-ms-transition: -ms-transform 0.6s linear;
	overflow: hidden;
}

.panel-heading .hed_remove:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.panel-heading .expand_close {
	position: absolute;
	z-index: 2;
	right: 20px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_tjxk.png) 0px 0px no-repeat;
	opacity: 1;
}

.panel-heading .expand1 {
	background-position: 0px 0px;
}

.panel-heading .close1 {
	background-position: -20px 0px;
}

.panel-info .panel-heading .expand1 {
	background-position: 0px -20px;
}

.panel-info .panel-heading .close1 {
	background-position: -20px -20px;
}

.panel-footer {
	padding: 6px 15px !important;
}


/*=====================表格样式========================*/

.formlist {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	background: #fff;
}

.formlist td,
.formlist th {
	padding: 6px 20px 6px 20px;
	line-height: 34px;
	vertical-align: middle;
	word-break: break-all;
	color: #000;
	border: 1px solid #B0CBE0;
}

.formlist thead tr,
.formlist tfoot tr {
	width: 100%;
	text-align: left;
}

.formlist thead tr,
.formlist thead th {
	background: #E8F0FB;
	padding: 5px 5px;
	text-align: left;
	color: #00579c;
	border-bottom: 1px solid #B0CBE0;
}

.formlist tfoot tr,
.formlist tfoot td {
	background: #E8F0FB;
}

.formlist thead span {
	font-weight: bold;
	margin-left: 10px;
	color: #000;
	padding-left: 20px;
	line-height: 34px;
	float: left;
}

.formlist tbody td.nohover:hover {
	background: none;
}

.formlist tbody th {
	background: #F3F5F8;
	text-align: right;
	font-weight: normal;
}

.formlist tbody th:hover {
	background: #F3F5F8;
}

.formlist .red {
	color: #f00;
	padding-right: 3px;
}

.formlist tbody td .form-control {
	width: 80%
}

.formlist1 {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	background: #fff;
}

.formlist1 td,
.formlist1 th {
	padding: 6px 15px 6px 15px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	color: #000;
}

.formlist1 tbody th {
	text-align: right;
	font-weight: bold;
	color: #717171
}

.formlist1 .red {
	color: #f00;
	padding-right: 3px;
}

.formlist2 td {
	padding: 3px 0px;
}


/*=====================bootstrap表格新增样式========================*/

.tab-td-padding-2 td,
.tab-td-padding-2 th {
	padding: 2px!important
}

.tab-td-font-12 td,
.tab-td-font-12 th {
	font-size: 12px
}

.tab-td-center td,
.tab-td-center th {
	text-align: center
}


/*=====================tab切换========================*/

.sl_nav_tabs {
	background: #f4f4f4;
	padding-left: 10px;
	padding-top: 6px;
}

.sl_nav_tabs>li>a {
	padding: 6px 15px;
	color: #666666;
}

.sl_nav_tabs .active a {
	border-top: 2px solid #0770cc !important
}


/*=====================模拟checkbox样式========================*/

.analog_checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico_analog_checkbox.png) 0px -16px no-repeat
}

.analog_checkbox.checked {
	background-position: 0px 0px;
}


/*=====================引用========================*/

.blockquote1 {
	padding-left: 10px;
	border-bottom: 1px dashed #dddddd;
	padding: 15px 0px;
	border-left: 0px none;
	margin: 0px 0px 15px 0px
}

.blockquote1 p {
	border-left: 5px solid #0770cc;
	padding-left: 15px;
}


/*==============标签===============*/

.tag-list {
	padding: 0px;
}
.tag-list:after{
	clear: both;
	display: table;
	content: " ";
}

.tag-list li {
	float: left;
	position: relative;
}

.tag-list li a,
.tag-list li span {
	background-color: #f3f3f4;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: 19px;
}

.tag-list li a:hover,
.tag-list li span:hover {
	background: #eee
}

.tag-list1 li a,
.tag-list1 li span {
	background-color: #fff;
}

.tag-list li.placeHolder span {
	background-color: white !important;
	border: 1px dashed gray !important;
}

.hr-dashed-blue{
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dashed;
	border-color: #0b80ca;
}

.hr-solid-gray{
	margin-top: 0;
	margin-bottom: 0;
	border-style: solid;
	border-color: #eee;
}



/* 增加索引样式，zp，20160921 */
.tag-list li span.index,
.tag-list li a.index {
	background: #43B8EE;
	color: #fff;
}

.tag-list li span.cur,
.tag-list li a.cur {
	background: #0483d4;
	color: #fff;
}

.tag-list li span.cur:hover,
.tag-list li a.cur:hover {
	background: #0471b7;
}

.tag-list li span.error,
.tag-list li a.error {
	border-color: #f00;
	color: #f00
}

/* 索引样式换肤 */

.blue-third-skin .tag-list li span.index,
.blue-third-skin .tag-list li a.index {
	background: #75a0ad;
	color: #fff;
}

.blue-second-skin .tag-list li span.index,
.blue-second-skin .tag-list li a.index {
	background: #78b4f7;
	color: #fff;
}

.wood-grain-skin .tag-list li span.index,
.wood-grain-skin .tag-list li a.index {
	background: #f0bb2f;
	color: #fff;
}

.green-skin .tag-list li span.index,
.green-skin .tag-list li a.index {
	background: #7fbd58;
	color: #fff;
}

.basic-skin .tag-list li span.index,
.basic-skin .tag-list li a.index {
	background: #9c9d9e;
	color: #fff;
}
/*=============高级查询=============*/

.input-group-btn.input-group-input {
	width: 100%;
}
.input-group-input {
	position: relative;
}
.input-group-input .input-group-input-remove {
	position: absolute;
	height: 34px;
	width: 34px;
	right: 0px;
	top: 0px;
	z-index: 10000;
	/*display: block;*/
	display: none;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #888;
	cursor: pointer;
}

.form-group-sm .form-control+.input-group-input-remove,
.input-group-sm+.input-group-input-remove,
.input-sm+.input-group-input-remove{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.form-group-lg .form-control+.input-group-input-remove,
.input-group-lg+.input-group-input-remove,
.input-lg+.input-group-input-remove{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.form-group-xs .form-control+.input-group-input-remove,
.form-group-xs+.input-group-input-remove,
.input-xs+.input-group-input-remove{
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
}

.input-group-input .input-group-input-remove:hover,
.input-group-input .input-group-input-remove:focus{
	color: #555;
}
.input-group-input .form-control{
	padding-right: 34px;
}

.input-group-input .form-control::-ms-clear {
	display: none;
}


@media (max-width: 767px) {
	.input-group .input-group-btn.input-group-input .form-control {
		height: 31px;
	}

	.input-group-btn.input-group-input .input-group-input-remove {
		height: 31px;
		line-height: 31px;
	}
}

.advanced-query { border-top: 2px solid #007fda; border-radius: 0; }
.advanced-query .panel-body { padding: 0;}
.advanced-query .panel-body .cond-bar{ padding: 15px 30px;}
.advanced-query .panel-body .cond-bar + .cond-bar{ padding-top: 0;}
.advanced-query .panel { border:0;}

.advanced-query-fixed { border: 0; border-top: 2px solid #63a3ff; border-radius: 0; position: relative; margin-bottom: 0;}
.advanced-query-fixed .panel-heading { border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-radius: 0; z-index: 101;}
.advanced-query-fixed .panel-body { padding: 0; position: absolute; width: 100%; z-index: 100; }
.advanced-query-fixed .panel-body .cond-bar { padding: 15px 30px; }
.advanced-query-fixed .panel-body .cond-bar + .cond-bar { padding-top: 0; }
.advanced-query-fixed .panel { border: 0; border-left: 1px solid; border-right: 1px solid; border-radius: 0; border-color: #007fda;}
.advanced-query-fixed .panel .collapse { border-bottom: 1px solid #007fda; border-top: 1px solid #007fda;}
.advanced-query-fixed .panel .collapse > .cond-caret{
	position: absolute;
	top: -9px;
	height: 10px;
}
.advanced-query-fixed .panel .collapse > .cond-caret:before {
	position: relative;
	display: block;
	top: 2px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom-color: #007fda;
	content: '';
	margin: auto;
	width: 8px;
}
.advanced-query-fixed .panel .collapse > .cond-caret:after {
	position: relative;
	top: -5px;
	left: 0px;
	display: block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	content: '';
	margin: auto;
	width: 7px;
}

/* 高级查询换肤start */
.basic-skin .advanced-query-fixed {
    border-top: 2px solid #35414f;
}

.basic-skin [name="search_button"]{
	background-color: #35414f;
    border-color: #12171d;
}

.basic-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #9C9D9E;
    border-top: 1px solid #9C9D9E;
}

.basic-skin .advanced-query-fixed .panel{
	border-color: #9C9D9E;
}

.basic-skin .tag-list li span.cur:hover,
.basic-skin .tag-list li a.cur:hover{
	
}

.basic-skin .tag-list li span.cur, 
.basic-skin .tag-list li a.cur{
	background-color: #9c9d9e !important;
    color: #fff !important;
}

.basic-skin .tag-list-cond li.selected a,
.basic-skin  .tag-list-cond li.selected span{
	border: 1px solid #636363;
    background-color: #9c9d9e;
    color: #fff !important;
}


.basic-skin [name="searchItem"] .btn{
	background-color: #35414F;
    border: 1px solid #12171d;
}

.basic-skin  .btn-primary{
	background-color: #35414F;
    border-color: #21272f;
}

.basic-skin  .btn-primary:hover{
	background-color: #35414F;
}


.wood-grain-skin .advanced-query-fixed {
    border-top: 2px solid #ffc124;
}

.wood-grain-skin [name="search_button"]{
	background-color: #ffc124;
    border-color: #e6ab13;
}


.wood-grain-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #ffc124;
    border-top: 1px solid #ffc124;
}

.wood-grain-skin .advanced-query-fixed .panel{
	border-color: #ffc124;
}

.wood-grain-skin .tag-list li span.cur:hover,
.wood-grain-skin .tag-list li a.cur:hover{
	
}

.wood-grain-skin .tag-list li span.cur, 
.wood-grain-skin .tag-list li a.cur{
	background-color: #efb113 !important;
    color: #fff !important;
}

.wood-grain-skin .tag-list-cond li.selected a,
.wood-grain-skin .tag-list-cond li.selected span{
    color: #fff !important;
    background-color: #efb113 !important;
    border: 1px solid #d0980b;
}
.wood-grain-skin .btn-primary{
	background-color: #efb113;
    border-color: #cc9710;
}

.wood-grain-skin  .btn-primary:hover{
	background-color: #f0bb2f;
}

.green-skin .advanced-query-fixed {
    border-top: 2px solid #347346;
}

.green-skin  .btn-primary{
	background-color: #347346;
    border-color: #2f563a;
}

.green-skin  .btn-primary:hover{
	background-color: #275f37;
}

.green-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #7FBD58;
    border-top: 1px solid #7FBD58;
}

.green-skin .advanced-query-fixed .panel{
	border-color: #7FBD58;
}

.green-skin .tag-list li span.cur:hover,
.green-skin .tag-list li a.cur:hover{
	
}

.green-skin .tag-list li span.cur, 
.green-skin .tag-list li a.cur{
	background-color: #7fbd58;
    color: #fff !important;
}

.green-skin .tag-list-cond li.selected a,
.green-skin  .tag-list-cond li.selected span{
	background-color: #7fbd58;
    color: #fff !important;
}


.green-skin [name="searchItem"] .btn{
	background-color: #347346;
    border: 1px solid #2f563a;
}

.green-skin .tag-list-cond li.selected a:hover, 
.green-skin .tag-list-cond li.selected span:hover{
	background-color: #7fbd58;
    color: #fff !important;
}

.green-skin .nav-tabs>li.active>a, 
.green-skin .nav-tabs>li.active>a:hover, 
.green-skin .nav-tabs>li.active>a:focus{
	color:#7FBD58;	
}

.blue-second-skin .advanced-query-fixed {
    border-top: 2px solid #2381E9;
}

.blue-second-skin  .btn-primary{
	background-color: #2381E9;
    border-color: #0663ca;
}

.blue-second-skin .btn-primary:hover{
	background-color: #2381E9;
}


.blue-second-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #2381e9;
    border-top: 1px solid #2381e9;
}

.blue-second-skin .advanced-query-fixed .panel{
	border-color: #2381E9;
}

.blue-second-skin .tag-list li span.cur:hover,
.blue-second-skin .tag-list li a.cur:hover{
	background-color: #78b4f7;
    border: 1px solid #2381e9;
}

.blue-second-skin .tag-list li span.cur, 
.blue-second-skin .tag-list li a.cur{
	background-color: #78b4f7;
    color: #fff !important;
}

.blue-second-skin .tag-list-cond li.selected a,
.blue-second-skin .tag-list-cond li.selected span{
	background-color: #78b4f7;
    border: 1px solid #2381e9;
    color:#fff  !important;
}


.blue-second-skin  [name="searchItem"] .btn{
	background-color: #2381e9;
    border: 1px solid #2381e9;
}

.blue-second-skin  .tag-list-cond li.selected a:hover, 
.blue-second-skin  .tag-list-cond li.selected span:hover{
	background-color: #2381E9;
    border-color: #0663ca;
}

.blue-second-skin  .nav-tabs>li.active>a, 
.blue-second-skin  .nav-tabs>li.active>a:hover, 
.blue-second-skin   .nav-tabs>li.active>a:focus{
	color:#2381E9;	
}


.blue-third-skin .advanced-query-fixed {
    border-top: 2px solid #2d4a52;
}

.blue-third-skin  .btn-primary{
	background-color: #548796;
    border-color: #3B6571;
}

.blue-third-skin .btn-primary:hover{
	background-color: #548796;
}

.blue-third-skin .advanced-query-fixed .panel .collapse{
	border-bottom: 1px solid #3B6571;
    border-top: 1px solid #3B6571;
}

.blue-third-skin .advanced-query-fixed .panel{
	border-color: #3B6571;
}

.blue-third-skin .tag-list li span.cur:hover,
.blue-third-skin .tag-list li a.cur:hover{
	background-color: #75a0ad;
    border: 1px solid #2d4a52;
}

.blue-third-skin .tag-list li span.cur, 
.blue-third-skin .tag-list li a.cur{
	background-color: #75a0ad;
    color: #fff !important;
}

.blue-third-skin .tag-list-cond li.selected a,
.blue-third-skin .tag-list-cond li.selected span{
	background-color: #75a0ad;
    border: 1px solid #2d4a52;
    color: #fff !important;
}

.blue-third-skin  [name="searchItem"] .btn{
	background-color: #3B6571;
    border-color: #2d4a52;
}

.blue-third-skin  .tag-list-cond li.selected a:hover, 
.blue-third-skin  .tag-list-cond li.selected span:hover{
	background-color: #3B6571;
    border-color: #2d4a52;
}

.blue-third-skin  .nav-tabs>li.active>a, 
.blue-third-skin  .nav-tabs>li.active>a:hover, 
.blue-third-skin   .nav-tabs>li.active>a:focus{
	color:#3B6571;	
}

/* 高级查询换肤end */

@media (min-width: 768px){
	/*修正.tag-list对应.control-label高度不够的问题*/
	.form-horizontal .cond-bar.mg .control-label {
		margin-top: 5px;
	}
}

.cond-bar .btn.btn-sm { line-height: 1.5;}
.cond-bar .btn-group .btn.btn-default.active { background-color: #0483d4; color: #fff; border-color: #285e8e; }
.cond-bar .tab-pane { min-height:36px;}


/* 增加 tag-list-cond 样式，用于另一种高级查询，zp，20161111 */
.tag-list-cond-blank { min-height:31px; margin-top: 5px; line-height: 31px; color: #f00;}
.tag-list-cond li a,
.tag-list-cond li span {
	position: relative;
	border: 1px solid transparent;
	background: none;
	color: #888;
}

.tag-list-cond li.in a,
.tag-list-cond li.in span {
	color: #0b80ca;
}

.tag-list-cond li.selected{
	max-width: 280px;
}

.tag-list-cond li.selected a,
.tag-list-cond li.selected span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 20px;
	border: 1px solid #0b80ca;
	color: #0b80ca;
	background-color: #fff;
}

@media (max-width: 767px){
	.tag-list-cond li.selected{
		max-width: 100%;
	}
}

.tag-list-cond li.selected a:hover,
.tag-list-cond li.selected span:hover {
	background-color: #35414f;
}

/* 换肤start */
.basic-skin .tag-list-cond li.selected a:hover, 
.basic-skin .tag-list-cond li.selected span:hover{
	background-color: #9C9D9E;
}

.wood-grain-skin .tag-list-cond li.selected a:hover, 
.wood-grain-skin .tag-list-cond li.selected span:hover{
	background-color: #fbf7ed;
}

/* 换肤end */

.tag-list-cond li a>.close-icon,
.tag-list-cond li span>.close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
}

.tag-list-cond li.selected a>.close-icon,
.tag-list-cond li.selected span>.close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
}

/*可折叠的.tag-list*/
.tag-list.tag-list-collapse{
	position: relative;
	padding-right: 42px;
	max-height: 108px; /*默认显示3行*/
	min-height: 36px;
	overflow: hidden;
}
.tag-list.tag-list-collapse .tag-list-collapse-more{
	position: absolute;
	right: 0;
	margin-top: 5px;
	padding: 5px 0;
	cursor: pointer;
	color: #0b80ca;
}

/* 增加删除图标样式，zp，20160922 */
.tag-list li span > .close-icon,
.tag-list li a > .close-icon {
	filter: alpha(opacity=40);
	opacity: .4;
	color: inherit;
}

.tag-list li span > .close-icon:hover,
.tag-list li a > .close-icon:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.nav_tag { margin-bottom: 5px; }

.nav_tag > li > a { color: #555; }
.nav_tag>li>a.cur,
.nav_tag>li.active>a.cur,
.nav_tag>li.active>a:hover.cur { color: #0b80ca; font-style: italic; }

/*=====================仿**右侧========================*/

.outer {
	position: fixed;
	_position: absolute;
	width: 0px;
	top: 0;
	bottom: 0px;
	overflow: hidden;
	right: 0px;
	z-index: 998;
	background: #f1f1f1;
}

.outer_left {
	width: 40px;
	float: left;
	cursor: pointer;
	background: #fd9b00;
	height: 100%;
	position: relative;
	z-index: 999
}

.outer_left a {
	text-decoration: none
}

.outer_left .glyphicon {
	width: 40px;
	height: 40px;
	top: 0px;
	text-align: center;
	padding: 0px;
}

.outer_left .glyphicon:hover {
	background: #ff8a00
}

.outer_left .glyphicon:before {
	width: 22px;
	height: 22px;
	color: #fff;
	display: block;
	margin: 9px;
}

.outer_right {
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 50px;
	right: 10px;
}

.outer_right_wrapper {
	width: 100%;
	height: 100%;
}

.outer_right_wrapper .w_680 {
	width: 680px;
}

.outer_right h4 {
	padding: 10px 0px;
}

.outer_right_footer {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}


/*-------------------- 首页标签背景 --------------------*/

.index_png {
	background: url(../images/index_png.png) no-repeat
}


/*-------------------- 首页头部样式 --------------------*/

.logo_2 {
	font: normal 24px/45px "microsoft YaHei";
	color: #fff!important;
	padding: 5px;
}

.logo_2 img {
	padding: 5px;
	float: left;
}

.top1 {
	background: #0483d4;
	min-height: 60px;
	border-bottom: 0px none;
	margin-bottom: 0;
}

.top1 .navbar-form {
	margin-top: 14px;
}

.top1 .navbar-form .form-control {
	width: 200px;
	height: 33px;
	border: 0px none;
	background: #68b5e5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	background: #b4d1eb url(../images/ico1.png) 5px center no-repeat;
	color: #0483d4;
	font: normal 12px/33px SimSun;
	text-indent: 35px;
	padding: 0px;
	margin: 0px;
}

.top1 .navbar-form .form-control:focus {
	background: #fff url(../images/ico1x.png) 5px center no-repeat;
}

.top1 .grxx {
	display: block;
	padding: 16px;
	margin-left: 5px;
}

.top1 .grxx img {
	border-radius: 14px;
}

.top1 li>a.grxx:focus,
.top1 li>a.grxx:hover,
.top1 .open>a.grxx:focus,
.top1 .open>a.grxx {
	background: #68b5e5
}

.top1 .dropdown-menu {
	background: #1d8fd8;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	border-radius: 0px
}

.top1 .dropdown-menu .divider {
	background-color: #58a1d1;
	margin: 0px;
}

.top1 .dropdown-menu>li>a {
	color: #ffffff;
	font-size: 14px;
	padding: 0px 20px;
	line-height: 40px;
}


.top1 .dropdown-menu>li>a .fa{
	font-size: 18px;
    margin-right: 16px;
    margin-left: 3px;
}

.top1 .dropdown-menu>li>a i.top_png {
	display: inline-block;
	width: 35px;
	height: 40px;
	background: url(../images/ico_top_png.png) 0px 0px no-repeat;
	float: left;
}

.top1 .dropdown-menu>li>a i.top_png.qh {
	background-position: 0px -5px;
}

.top1 .dropdown-menu>li>a i.top_png.mm {
	background-position: 0px -55px;
}

.top1 .dropdown-menu>li>a i.top_png.tc {
	background-position: 0px -105px;
}

/* 增加系统监控，zp，20160909 */
.top1 .dropdown-menu>li>a i.top_png.jk {
	background-position: 0px -155px;
}

.top1 .dropdown-menu>li>a:after {
	border-left-color: #e3f1fa;
	/* margin-top: 20px; */
}

.top1 .dropdown-menu>li>a:hover,
.top1 .dropdown-menu>li>a:focus {
	background-color: #68b5e5
}

.top1 .dropdown-submenu .dropdown-menu {
	margin-top: 0px;
	border-radius: 0px;
	top: 0px;
}

.top1 .dropdown-submenu .dropdown-menu li a {
	line-height: 35px;
	font-size: 12px;
	position:relative;
}

.top1 .dropdown-menu>li>a .glyphicon {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 35px;

}

.top1 .dropdown-menu .dropdown-header {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}


/*----------------------- 三级菜单导航 -----------------*/

.dropdown-submenu {
	position: relative;
	cursor: pointer;
}

.dropdown-submenu> .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu> .dropdown-menu.left {
	left: auto;
	right: 100%;
}

.dropdown-submenu:hover> .dropdown-menu {
	display: block;
}

.dropdown-submenu> a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 4px;
	margin-right: -10px;
}

.nav.navbar-nav.navbar-right .dropdown-submenu> a:after {
	margin-top: 15px;
}

.dropdown-submenu:hover> a:after {
	border-left-color: #0483d4;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left> .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


/*----------------------- 报名设置页面公共头部 -----------------*/

.top2 {
	background: #0483d4;
	margin-bottom: 15px;
}

.top2 .navbar-brand {
	color: #fff;
	font-size: 20px;
}

.top2 .navbar-nav>li>a {
	font-size: 16px;
	color: #fff;
}

.top2 .navbar-nav>li>a:hover {
	background: #0568bf;
}

.top2 .navbar-nav>.active>a,
.top2 .navbar-nav>.active>a:hover,
.top2 .navbar-nav>.active>a:focus {
	background: #0568bf;
}

.top2 .navbar-toggle:hover {
	background: #79AFFF!important;
}

.top2 .navbar-toggle {
	border-color: #8BC7FF;
	background: #3E81E4!important;
}


/*-------------------- 首页横向菜单样式 --------------------*/

.navbar_index {
	background: #ffffff;
	width: 100%;
}

.navbar_index .navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-width: 0
}


/*-------------------- 底部 --------------------*/

.footer {
	text-align: center;
	color: #8099af;
	font: normal 12px/20px microsoft YaHei;
	margin: 15px;
}

.index_main {
	overflow-x: hidden
}

.index_zjsy {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff
}

.index_zjsy h3 {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.index_zjsy h3 span {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	margin-left: 20px;
	float: left;
}

.index_zjsy ul {
	padding: 15px 0px;
}

.index_zjsy ul li {
	text-align: center;
	margin-bottom: 16px;
}

.index_zjsy ul li img {
	margin: 0 auto;
}

.index_zjsy ul li h5 {
	color: #333333;
	font: normal 14px/20px "microsoft YaHei";
	padding: 5px 0px 15px 0px;
}

.index_wdyy {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}

.index_wdyy h3 {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.index_wdyy h3 span {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	margin-left: 20px;
	float: left;
}

.index_wdyy h3 a {
	float: right;
	background: url(../images/ico2.png) no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	margin: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

.index_wdyy ul {
	padding: 15px 0px;
}

.index_wdyy ul li {
	text-align: center;
	margin-bottom: 16px;
	min-height: 112.5px;
}

.index_wdyy ul li img {
    margin: 0 auto;
    display: block;
    min-height: 48px;
}

.index_wdyy ul li h5 {
	color: #333333;
	font: normal 14px/20px "microsoft YaHei";
	padding: 5px 0px 15px 0px;
}


/*----------------------- 首页五块内容 -----------------*/

.index_right {
	padding-left: 0px !important
}

.index_title {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eeeeee;
}

.index_title span.title {
	color: #333333;
	font: bold 15px/42px "microsoft YaHei";
	padding-left: 25px;
}

.index_title .float_r {
	padding-right: 15px;
	line-height: 42px;
}

.index_title .float_r a {
	color: #aeaeae;
	font: normal 12px/42px SimSun;
	margin-left: 20px;
}

.index_title .float_r a.cur {
	color: #6e6e6e
}

.index_grxx {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	overflow: hidden;
}

.index_grxx .col-md-5 {
	border-right: 1px solid #eeeeee;
	height: 100%;
}

.index_grxx .media .media-object {
	float: left;
	border-radius: 55px;
	margin: 20px 10px 20px 5px;
}

.index_grxx .media-body {
	margin-top: 20px;
}

.index_grxx .media-body .media-heading {
	color: #333333;
	font: bold 15px/25px "microsoft YaHei"
}

.index_grxx .media-body p {
	color: #7a7a7a;
	font: normal 12px/22px "microsoft YaHei"
}

.index_grxx .media-body p.fs1 {
	color: #ababab;
	font: normal 12px/22px "microsoft YaHei"
}

.index_grxx .media-body p.fs2 {
	color: #ababab;
	font: normal 12px/22px "microsoft YaHei";
	text-align: right
}

.index_grxx .media-body .progress {
	margin: 8px 40px 8px 0px;
	height: 8px;
	overflow: initial;
	background: #dfdfdf;
	position: relative;
	z-index: 1;
}

.index_grxx .media-body .progress a {
	position: absolute;
	z-index: 2;
	right: -40px;
	top: -3px;
	color: #1059c7;
	font-family: SimSun;
	font-size: 12px;
}

.index_grxx .media-body .progress .progress-bar {
	height: 8px;
	line-height: 8px;
	border-radius: 4px;
	background: #05d91e
}

.index_grxx .list-group {
	margin: 5px 0px;
}

.index_grxx .list-group-item {
	width: 100%;
	float: left;
	border: 0px none;
	padding: 0px 5px 0px 15px;
	margin-bottom: 0px;
	line-height: 28px;
	font-family: SimSun;
	background: url(../images/ico_dian.gif) 5px center no-repeat;
}

.index_grxx .list-group-item .title {
	float: left;
	color: #717171;
	font: normal 12px/28px SimSun;
}

.index_grxx .list-group-item .new {
	display: block;
	float: left;
	width: 22px;
	height: 11px;
	background-position: -30px 0px;
	margin-top: 9px;
	margin-left: 5px;
}

.index_grxx .list-group-item .hot {
	display: block;
	float: left;
	width: 22px;
	height: 11px;
	background-position: -30px -20px;
	margin-top: 9px;
	margin-left: 5px;
}

.index_grxx .list-group-item .time {
	color: #9e9c9c;
}

.index_rctx,
.index_kbcx {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: 210px;
	overflow: hidden
}

.index_kscj,
.index_xl {
	background: #fff;
	margin-bottom: 15px;
	margin-left: -15px;
	height: 250px;
	overflow: hidden
}

.index_rctx .list-group {
	margin: 0px 10px;
}

.index_rctx .list-group-item {
	width: 100%;
	height: 39px;
	float: left;
	border: 0px none;
	border-bottom: 1px dashed #c0c0c0;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 39px;
}

.index_rctx .list-group-item:last-child {
	border-bottom: 0px none;
}

.index_rctx .list-group-item i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 10px 0px;
}

.index_rctx .list-group-item i.i1 {
	background-position: 0px 2px;
}

.index_rctx .list-group-item i.i2 {
	background-position: 0px -18px;
}

.index_rctx .list-group-item .time {
	float: left;
	margin-left: 10px;
	color: #858585;
	font: normal 12px/39px SimSun;
}

.index_rctx .list-group-item .title {
	float: left;
	margin-left: 10px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_rctx .list-group-item .but1 {
	display: block;
	width: 66px;
	height: 20px;
	border: 1px solid #dadada;
	margin: 9px 0px;
	text-align: center;
	color: #666666;
	font: normal 12px/20px SimSun;
}

.index_rctx .list-group-item .but2 {
	display: block;
	width: 66px;
	height: 20px;
	margin: 10px 0px;
	text-align: center;
	color: #1a65b1;
	font: normal 12px/20px SimSun;
}

.index_kbcx .list-group {
	margin: 10px 10px;
}

.index_kbcx .list-group-item {
	width: 100%;
	height: 30px;
	float: left;
	border: 0px none;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 30px;
}

.index_kbcx .list-group-item .time {
	float: left;
	display: block;
	width: 85px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kbcx .list-group-item .title {
	float: left;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kbcx .list-group-item .address {
	float: left;
	margin-left: 20px;
	color: #a2a2a2;
	font: normal 12px/30px SimSun;
}

.index_kscj .text-center {
	color: #939393;
	font: bold 12px/40px SimSun;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.index_kscj .list-group {
	margin: 0px 10px;
}

.index_kscj .list-group-item {
	width: 100%;
	height: 30px;
	float: left;
	border: 0px none;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 30px;
}

.index_kscj .list-group-item .time {
	float: left;
	display: block;
	width: 85px;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kscj .list-group-item .title {
	float: left;
	color: #6e6e6e;
	font: normal 12px/30px SimSun;
}

.index_kscj .list-group-item .address {
	float: left;
	margin-left: 20px;
	color: #a2a2a2;
	font: normal 12px/30px SimSun;
}


/*----------------------- 报名设置页面table -----------------*/

.sl_all_bg {
	padding: 20px;
	background: #fff;
}

.sl_all_form {
	padding: 20px;
}

.sl_all_bg .sl_all_form {
	padding: 20px 12px 12px 12px;
	border: 1px solid #e6e6e6;
}

.sl_all_bg .sl_aff_btn {
	margin: 0px;
	border: 1px solid #e6e6e6;
	border-top: 0px;
	text-align: right;
	background: #f4f4f4;
	margin-bottom: 15px;
	padding: 5px 0;
}

.sl_bmsz_tb1_h1 {
	font: 20px/30px "microsoft YaHei";
	color: #4f81af;
	margin-bottom: 15px;
}

.form-offset {
	padding-left: 60px;
}

.sl_add_btn {
	text-align: right;
}

.sl_add_btn button {
	margin-bottom: 15px;
}


/*----------------------- 弹出层 -----------------*/

.sl_mod .modal-header {
	background: #2587de;
}

.sl_mod .modal-header h4 {
	color: #fff;
}

.sl_mod .modal-header button.close {
	opacity: 1;
}

.sl_mod .modal-header button.close span {
	color: #fff;
}

.sl_mod .nav-tabs>li.active>a,
.sl_mod .nav-tabs>li.active>a:hover,
.sl_mod .nav-tabs>li.active>a:focus {
	border-top: 2px solid #0770cd;
}

.sl_mod .sl_bar_btn {
	background: #eee;
	padding: 5px 10px;
	text-align: right;
}

.sl_mod .sl_bar_btn button {
	margin-left: 10px;
}

.sl_mod textarea {
	width: 100%;
	height: 150px;
}

.sl_bmdxsz .sl_bor {
	margin: 0px 0px 10px 0px;
	border: 1px solid #ddd;
	border-top: none;
}

.sl_bmdxsz .sl_bor .row {
	padding: 10px;
}

.sl_mod .sl_bor_lf,
.sl_mod .sl_bor_rt {
	border: 1px solid #ddd;
	padding: 10px;
	padding-top: 0px;
}

.sl_mod .sl_bor_lf h6,
.sl_mod .sl_bor_rt h6 {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	height: 30px;
	font: 12px/30px "宋体";
	padding-left: 10px;
	margin: 0px -10px 10px;
}

/*----------------------- 多条件选择页面 -----------------*/

.sl_sel_con {
	border: 1px solid #ddd;
	padding-top: 10px;
}

.sl_sel_list {
	float: left;
	width: 100%;
}

.sl_sel_list h6 {
	float: left;
	text-align: right;
	width: 80px;
	line-height: 30px;
}

.sl_sel_list ul {
	float: left;
	padding: 0px;
}

.sl_sel_list li {
	float: left;
	line-height: 30px;
	padding: 0px 10px;
}

.sl_sel_list li a {
	padding: 3px 5px;
}

.sl_yx_con {
	float: left;
	width: 100%;
	background: #fff1dc;
	min-height: 30px;
	padding: 5px 0px;
}

.sl_yx_con .tit {
	float: left;
	line-height: 30px;
	padding-left: 10px;
}

.sl_yx_con li {
	float: left;
	line-height: 30px;
	padding: 0px 5px;
}

.sl_yx_con li a {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.sl_yx_con li a span {
	padding-right: 15px;
	background: url(../images/ico3.png) no-repeat right center;
}

.sl_yx_con li a:hover span {
	background: url(../images/ico4.png) no-repeat right center;
}

.sl_yx_con li a .sl_shut_ic {
	padding-left: 10px;
	font-weight: bold;
}

.sl_sel_con .sl_topbar_sear h6 {
	line-height: 26px;
}

.sl_sel_con .sl_topbar_sear button {
	height: 26px;
	padding: 2px 5px;
	font-size: 12px;
}

.sl_sel_con .sl_topbar_sear .form-control {
	height: 26px;
}

.sl_shtg {
	width: 100%;
	height: 45px;
	margin: 20px 0px 0px 0px;
	background: #f4f4f4;
}

.sl_shtg h6 {
	float: left;
	line-height: 45px;
	padding-left: 10px;
}

.sl_shtg button {
	margin: 5px 20px 0px 0px;
}

.sl_pop_posi {
	position: relative;
	float: right;
}

.sl_pop_posi .sl_pop_con {
	position: absolute;
	width: 300px;
	padding: 10px;
	left: -203px;
	top: 45px;
	border: 1px solid #ddd;
	background: #fff;
}

.sl_pop_posi .sl_pop_con textarea {
	width: 100%;
	height: 130px;
}


/*----------------------- 校历表格样式 -----------------*/

.tab-bor-col-1 th,
.tab-bor-col-1 td {
	border-color: #dddfd7!important
}

.tab-th-1 th {
	background-color: #ebf4ea;
	border-bottom-width: 1px!important;
	font-weight: 800
}

.tab-th-2 th {
	background-color: #fcfff8;
	border-bottom-width: 1px!important;
	font-weight: 800
}

.tab-col-2 td {
	background-color: #EBFED1;
	color: red;
}

.tab-col-1 {
	background-color: #cfeea4;
	border: 1px solid #98d494!important
}

h4.title {
	padding: 10px 0
}

.dl-md {
	padding: 5px;
	border: 1px solid #ebebeb;
}

.dl-md dt,
.dl-md dd {
	font-size: 14px;
	line-height: 180%;
}

.padding-margin-none {
	margin-bottom: 0;
}

.title-col-f7 {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.xl_jb {
	background: #ebf4ea url(../images/img_xl.png) right bottom no-repeat !important;
	width: 59px;
	min-height: 65px;
}


/*----------------------- 可报名项目 -----------------*/

.sl_tit_kbmxm {
	margin-bottom: 20px;
}

.sl_tit_kbmxm a small {
	float: right;
	color: #33F;
	line-height: 19px;
}


/*----------------------- 表格样式 -----------------*/

.tab-td-padding-5 td,
.tab-td-padding-5 th {
	padding: 5px!important
}


/*----------------------- 学校信息设置-树形样式 -----------------*/

.treeview,
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin: 0px 60px
}

.treeview li {
	padding: 30px 0px 0px 100px;
	background: url(../images/treeview_bg.gif) 0 -14px no-repeat;
	position: relative;
	z-index: 1;
}

.treeview li.last {
	background-position: 0 -10704px
}

.treeview li.first {
	background: none
}

.treeview .hitarea {
	position: absolute;
	z-index: 2;
	top: 44px;
	left: 115px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../images/ico_treeview.png) 0px 0px no-repeat
}

.treeview .expandable-hitarea {
	background: url(../images/ico_treeview.png) 0px -20px no-repeat
}

.treeview li .title {
	width: 280px;
	background: #288ace;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.treeview li .title .zt3 {
	position: absolute;
	z-index: 2;
	display: block;
	width: 13px;
	height: 13px;
	top: -5px;
	right: -5px;
	background: url(../images/ico_treeview.png) -9999px -9999px no-repeat;
}

.treeview li .title .zt3.zt31 {
	background-position: 0px -66px;
}

.treeview li .title .zt3.zt32 {
	background-position: -18px -66px;
}

.treeview li .title .zt3.zt33 {
	background-position: -36px -66px;
}

.treeview li .title .title1 {
	padding: 10px 40px 32px 40px;
	color: #fff;
	font: normal 12px/25px SimSun;
	position: relative;
	z-index: 1;
}

.treeview1 li .title .title1 {
	padding-right: 10px;
}

.treeview li .title .zt1 {
	background: #ffea00;
	border-radius: 5px;
	color: #1d6596;
	padding: 0px 5px;
	line-height: 18px;
	margin-left: 5px;
	display: inline-block
}

.treeview li .title .edit_del {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .edit_del a {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #62afe5;
}

.treeview li .title .edit_del a.edit:hover {
	background-color: #369ae0;
}

.treeview li .title .edit_del a.del:hover {
	background-color: #369ae0;
}

.treeview li .title .edit_del a:last-child {
	border-bottom: 0px none;
}

.treeview li .title .edit_del a.edit {
	background: url(../images/treeview_edit.png) center center no-repeat;
}

.treeview li .title .edit_del a.del {
	background: url(../images/treeview_del.png) center center no-repeat;
}

.treeview li .title .tg_btg {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .tg_btg a {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #62afe5;
	color: #fff;
	text-align: left;
	padding: 0 0 0 3px !important;
	text-decoration: none;
	line-height: 33px !important;
	font-family: SimSun
}

.treeview li .title .tg_btg a:hover {
	background-color: #369ae0;
}

.treeview li .title .tg_btg1 {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 100%;
	overflow: hidden;
	background: #288ace;
	border-left: 1px solid #62afe5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #ffea00;
	line-height: 33px;
}

.treeview li .title .tg_btg1 a {
	color: #fff;
}

.treeview li .title .add {
	display: block;
	width: 100%;
	height: 22px;
	border-top: 1px solid #62afe5;
	overflow: hidden;
	background: #288ace url(../images/ico_treeview.png) 110px -44px no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.treeview li .title .add:hover {
	background-color: #369ae0;
}

.treeview li .title .more {
	display: block;
	width: 100%;
	height: 22px;
	border-top: 1px solid #62afe5;
	overflow: hidden;
	background: #288ace;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 22px;
	text-decoration: none
}

.treeview .more_con {
	border: 1px solid #e6e6e6;
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgb( 0, 0, 0);
	width: 507px;
	height: auto;
	overflow: hidden;
	padding: 5px 10px;
	margin-top: 2px;
	display: none;
}

.treeview .more_con a {
	color: #288ace;
	font: normal 14px/20px "microsoft YaHei";
	padding: 0px 10px 0px 0px
}

.treeview .more_con .table {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	float: left;
}

.treeview .more_con .table td,
.treeview .more_con .table th {
	padding: 3px 0px !important;
	font-size: 12px;
	border: 0px none;
	text-align: center !important
}

.treeview .more_con .table th {
	background: #fafafa
}


/*=====================困难生认定审核流程========================*/

.splc_bg {
	margin: 0 auto;
	width: 511px;
	height: 414px;
	padding: 23px 0 0 0;
}

.splc {
	height: 414px;
	width: 511px;
	position: relative
}

.splc .zt {
	z-index: 1;
	height: 70px;
	display: block;
}

.splc .title {
	width: 15px;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 14px;
	letter-spacing: normal;
	color: #fff;
}

.splc .more {
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/knssh_more.png) no-repeat;
	display: none
}

.splc .next {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.splc .content {
	width: 425px;
	float: right;
	line-height: 25px;
	color: #999999;
	text-align: left;
	margin: 5px
}

.splc .green {
	color: #54ad61;
}

.splc .black {
	color: #333333;
}

.splc .red {
	color: #ec3f3f;
}

.splc .green1 {
	color: #54ad61;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .black1 {
	color: #333333;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .red1 {
	color: #ec3f3f;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc .height60 {
	height: 60px;
	overflow: hidden;
	z-index: 10
}

.splc .tg {
	width: 480px;
	border: 1px solid #d4ebe2;
	background: #FFF url(../images/knssh_tgbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .tg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_tg_green.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .wtg {
	width: 480px;
	border: 1px solid #fbdddd;
	background: #FFF url(../images/knssh_wtgbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .wtg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wtg_red.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .wks {
	width: 480px;
	border: 1px solid #e7e7e7;
	background: #FFF url(../images/knssh_wksbg.jpg) bottom repeat-x;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
}

.splc .wks .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wks_gray.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
}

.splc .content1 {
	cursor: pointer;
	position: absolute;
	z-index: 11;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25)
}


/*=====================困难生认定审批流程缩略图========================*/

.splc .flow-steps {
	overflow: hidden;
	width: 482px;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	height: 30px;
}

.splc .flow-steps .text span {
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
	width: 54px;
	height: 18px;
	line-height: 18px;
}

.splc .flow-steps02 .num li {
	width: 50px;
	height: 7px;
	overflow: hidden;
}

.splc .flow-steps02 li {
	float: left;
	background: #d8d8d8 url(../images/zyml_steps_bg.gif) no-repeat 100% 0;
	height: 7px;
	padding-right: 5px;
}

.splc .flow-steps02 li .first {
	background-color: #d8d8d8;
}

.splc .flow-steps02 li.last {
	background-position: 100% -216px;
}

.splc .flow-steps02 li.current {
	background-color: #4699e5;
}

.splc .flow-steps02 li.current .first {
	background-color: #4699e5;
}

.splc .flow-steps02 li.current-prev {
	background-position: right -7px!important;
}

.splc .flow-steps02 li.done {
	background-color: #d8d8d8;
	background-position: right 0px;
}

.splc .flow-steps02 li.done .first {
	background-color: #4699e5;
}

.splc .flow-steps02 li.last-current {
	background-color: #4699e5;
	color: #fff!important;
	background-position: 100% -252px;
}


/*=====================困难生认定审核流程========================*/

.splc1_bg {
	margin: 20px auto;
	height: 100%;
	width: 511px;
}

.splc1 {
	height: 100%;
	width: 100%;
	position: relative;
}

.splc1 .zt1 {
	z-index: 1;
	display: block;
	padding: 0px 10px;
}

.splc1 .title {
	width: 15px;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 14px;
	letter-spacing: normal
}

.splc1 .more {
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/knssh_more.png) no-repeat;
	display: none
}

.splc1 .next {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 10px 0px;
}

.splc1 .content {
	float: left;
	line-height: 25px;
	color: #999999;
	text-align: left;
	margin: 5px 10px;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .green {
	color: #54ad61;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .black {
	color: #333333;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .red {
	color: #ec3f3f;
	word-wrap: break-word;
	word-break: break-all;
}

.splc1 .green1 {
	color: #54ad61;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .black1 {
	color: #333333;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .red1 {
	color: #ec3f3f;
	padding: 0 8px 0 0px;
	background: url(../images/knssh_shuxian.gif) right no-repeat;
	margin-right: 7px;
}

.splc1 .height60 {
	height: 60px;
	overflow: hidden;
	z-index: 10;
}

.splc1 .tg {
	border: 1px solid #d4ebe2;
	background: #FFF url(../images/knssh_tgbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .tg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_tg_green.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .wtg {
	border: 1px solid #fbdddd;
	background: #FFF url(../images/knssh_wtgbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .wtg .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wtg_red.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .wks {
	border: 1px solid #e7e7e7;
	background: #FFF url(../images/knssh_wksbg.jpg) bottom repeat-x;
	position: relative;
}

.splc1 .wks .type {
	width: 25px;
	height: auto!important;
	height: 57px;
	min-height: 57px;
	background: url(../images/knssh_wks_gray.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 10px;
}

.splc1 .type .title {
	color: #fff;
}

.splc1 .content1 {
	cursor: pointer;
	z-index: 11;
	position: absolute;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25)
}


/*=====================困难生认定审批流程1步骤========================*/

.splc1 .step {
	overflow: hidden;
	width: 100%;
	*width: 97%;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	background: #f9f9f9
}

.splc1 .step ul {
	margin: 10px 0px 0px 10px;
	height: 50px;
	float: left;
}

.splc1 .step ul li {
	float: left;
}

.splc1 .step ul li .user {
	color: #2a99f7;
	font: bold 12px/20px "宋体";
	height: 20px;
}

.splc1 .step ul li .num {
	height: 19px;
	width: 100%;
	background: url(../images/splc1_step.gif) 0px -20px no-repeat;
	font: bold 14px/19px Arial;
	text-indent: 6px;
	color: #fff
}

.splc1 .step ul .wsh .user {
	color: #808080;
}

.splc1 .step ul .wsh .num {
	background-position: 0px 0px;
	color: #707070
}

.splc1 .step ul .ysh .user {
	color: #2a99f7;
}

.splc1 .step ul .ysh .num {
	background-position: 0px -20px;
	color: #fff
}

.splc1 .step ul .shz .user {
	color: #ff9c00;
}

.splc1 .step ul .shz .num {
	/* background-position: 0px -40px; */
	background: url(../images/splc2_step.gif) no-repeat;
	color: #fff
}

.splc1 .step ul .yzz .user {
	color: #EF5757;
}

.splc1 .step ul .yzz .num {
	background-position: 0px -60px;
	color: #fff
}

.splc1 .step .text {
	float: right;
	width: auto;
	background: #64B670 url(../images/step_text_bg.gif) left center no-repeat;
	height: 28px;
	padding: 0px 5px;
	margin: 20px 10px 0px 10px;
	color: #ffffff;
	font: normal 12px/28px "宋体";
	text-indent: 10px;
}


/*=====================人机交互排课图标========================*/

.ico_rjjhpk_list {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ico_rjjhpk_list span {
	margin-bottom: 5px;
	margin-right: 20px;
	float: left;
}

.ico_rjjhpk_list b {
	float: left;
	color: #666;
	font: normal 12px/20px SimSun;
}

.ico_rjjhpk {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ico_rjjhpk.png) 0px 0px no-repeat;
	float: left;
	margin-right: 2px;
}

.ico_rjjhpk.ico_1 {
	background-position: 0px 0px;
}

.ico_rjjhpk.ico_2 {
	background-position: 0px -20px;
}

.ico_rjjhpk.ico_3 {
	background-position: 0px -40px;
}

.ico_rjjhpk.ico_4 {
	background-position: 0px -60px;
}

.ico_rjjhpk.ico_5 {
	background-position: 0px -80px;
}

.ico_rjjhpk1 {
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #999999;
	margin-top: 6px;
	float: left;
	margin-right: 3px;
	background: #c8f0f2
}

.ico_rjjhpk1.ico_6 {
	background: #c8f0f2
}

.ico_rjjhpk1.ico_7 {
	background: #feffc3
}

.ico_rjjhpk1.ico_8 {
	background: #f6bdb2
}

.ico_rjjhpk1.ico_9 {
	background: #e7e7e7
}


/*=====================上传头像========================*/

.add_user_logo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	line-height: 100%;
	text-align: center;
}

.add_user_logo .user_logo {
	position: relative;
	z-index: 1;
	width: 156px;
	margin: 0 auto;
	cursor: pointer;
}

.add_user_logo .user_logo h5 {
	background: #7f7f7f;
	width: 100%;
	height: 25px;
	color: #ffffff;
	font: normal 12px/25px SimSun;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: 0px;
}


/*=====================推荐选课========================*/

.tjxk_list {
	width: 100%;
	height: auto;
	padding: 15px 0px 0px 0px;
}

.tjxk_list .tjxk_title {
	width: 100%;
	color: #666666;
	font: normal 18px/20px "microsoft YaHei";
	padding: 10px 0px;
}

.tjxk_list .tjxk_title.c1 {
	color: #d9534f
}

.tjxk_list .tjxk_title.c2 {
	color: #428bca
}

.tjxk_list .tjxk_title .red {
	color: #ff0000;
	padding: 0px 3px;
}

.tjxk_list .panel-heading {
	padding: 0px !important;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	border-bottom: 0px none;
	cursor: pointer;
}

.tjxk_list .panel-heading .panel-title {
	padding: 5px 60px 5px 10px !important;
}

.tjxk_list .panel-heading span {
	color: #666;
	font: normal 14px/20px SimSun;
	padding-right: 40px;
}

.tjxk_list .panel-body {
	display: none;
}

.tjxk_list .panel-default .panel-body {
	border-top: 1px solid #ddd;
}

.tjxk_list .panel-info .panel-body {
	border-top: 1px solid #bce8f1;
}

.tjxk_list .panel-info .panel-heading span {
	color: #31708f;
}

.tjxk_list .open>.dropdown-menu {
	width: 180px;
	padding: 10px;
	overflow: hidden;
}

.tjxk_list .open>.dropdown-menu>li>a {
	white-space: inherit;
	color: #999999;
	font: normal 12px/20px SimSun;
	padding: 5px
}

.tjxk_list .open>.dropdown-menu>li>a span {
	display: block;
	color: #666666;
}

.tjxk_list .table td {
	text-align: center;
	font-size: 12px;
	vertical-align: middle
}

.tjxk_list .table th {
	text-align: center
}


/*=====================推荐选课右侧========================*/

.outer_left_xkxx {
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 1;
	top: 50%;
	margin-top: -170px;
}

.outer_left_xkxx:hover,
.outer_left:hover .outer_left_xkxx {
	background: #ff8a00;
	text-decoration: none
}

.outer_left_xkxx h5 {
	color: #ffe6c8;
	font: bold 14px/18px SimSun;
	border-bottom: 1px solid #ffae00;
	margin: 0px 10px;
	padding: 10px 0px;
	text-align: center
}

.outer_left_xkxx span {
	display: block;
	margin: 0px 10px;
	padding: 8px 0px;
	color: #ffffff;
	font: bold 14px/18px SimSun;
	text-align: center;
}

.outer_left_xkxx span b {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 10px;
	color: #ff9c00;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 6px;
}

.outer_xkxx_list {
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	padding: 10px;
}

.outer_xkxx_list h6 {
	color: #333333;
	font: bold 12px/25px SimSun;
	border-bottom: 1px solid #e6e6e6;
}

.outer_xkxx_list h6 span {
	color: #999999;
	font: normal 12px/25px SimSun;
}

.outer_xkxx_list .list-group {
	margin-bottom: 0px;
}

.outer_xkxx_list .list-group li {
	border: 0px none;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	cursor: move;
	width: 100%;
}

.outer_xkxx_list .list-group li .item {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px dashed #dcdcdc;
}

.outer_xkxx_list .list-group li p {
	text-align: center;
	float: left;
	color: #999999;
	font: normal 12px/20px SimSun;
}

.outer_xkxx_list .list-group li p span {
	display: block;
	color: #333333;
	font: normal 12px/20px SimSun;
}

.outer_xkxx_list .list-group li p.num {
	color: #cccccc;
	font: normal 24px/40px Arial, Helvetica, sans-serif;
	font-style: oblique;
	width: 40px;
}

.outer_xkxx_list .list-group li p.time {
	width: 240px;
	padding: 0px 5px;
}

.outer_xkxx_list .list-group li p.teachers {
	width: 80px;
	padding: 0px 5px;
}

.outer_xkxx_list .list-group li p.but {
	margin-top: 5px;
	position: relative;
	width: 60px;
}

.ico_tjxk {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico_tjxk.png) 0px -40px no-repeat;
	margin: 3px 3px 0px 3px;
	line-height: 0px;
	text-indent: -9999px;
}

.ico_tjxk1 {
	background-position: 0px -40px;
}

.ico_tjxk2 {
	background-position: -22px -40px;
}

.ico_tjxk3 {
	background-position: 0px -60px;
}


/*=====================自主选课========================*/

.zzxk_list {
	width: 100%;
	height: auto;
	padding: 30px 0px 0px 0px;
}

.zzxk_list .table thead {
	background: #fafafa;
	border: 1px solid #cccccc;
}

.zzxk_list .table tbody {
	border-bottom: 1px solid #ddd;
}

.zzxk_list .table th {
	text-align: center;
	color: #999999;
	font-size: 16px;
}

.zzxk_list .table td {
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 15px 0px;
	vertical-align: middle
}

.zzxk_list .table td.title {
	font-size: 16px;
	font-weight: bold;
}

.zzxk_list .table td small {
	color: #999999;
	font-size: 12px;
}

.zzxk_list .table td .btn {
	margin: 0px 15px;
}


/*=====================登录页面========================*/

.logo_1 {
	font: normal 24px/45px "microsoft YaHei";
	color: #1069a4;
	padding: 0;
}

.logo_1 img {
	padding-right: 5px
}

.sl_log_top {
	margin: 25px 0px 45px;
}

.sl_log_top a {
	line-height: 50px;
	padding-left: 10px;
	color: #666;
}

.sl_log_bor4 {
	border: 4px solid #ededed;
	border-radius: 4px;
	background: #f5f5f5;
	margin: 0px;
}

.sl_log_lf {
	padding: 0px;
}

.sl_log_lf .img-responsive {
	width: auto;
}

.sl_log_rt {
	padding: 0px;
}

.sl_log_rt .sl_danger {
	border: 1px solid #f4a2a2;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.sl_log_rt .sl_danger .glyphicon {
	color: red;
	margin-right: 5px;
}

.sl_log_rt .sl_warning {
	border: 1px solid #f3e6a1;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.sl_log_rt .sl_warning .glyphicon {
	color: #f9d408;
	margin-right: 5px;
}

.sl_log_rt form {
	background-color: rgba(255, 255, 255, .7);
	padding: 15px;
}

.sl_log_rt .form-group {
	margin: 0px 0px 15px;
}

.sl_log_rt .input-group-addon {
	background: #fff;
}

.sl_log_rt h5 {
	font: bold 15px/30px microsoft YaHei, SimSun, Arial;
	margin-bottom: 20px;
}

.sl_log_ewm {
	padding: 20px;
}

.sl_log_ewm span {
	display: inline-block;
}

.sl_notice {
	margin: 20px 0px 0px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}


/*=====================左右多选项========================*/

.sl_selt_con li {
	width: 32px;
	height: 32px;
	margin: 20px auto 0px;
	cursor: pointer;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.sl_selt_con .sl_selt01 {
	background-position: 0px 0px;
}

.sl_selt_con .sl_selt02 {
	background-position: -32px 0px;
}

.sl_selt_con .sl_selt03 {
	background-position: -64px 0px;
}

.sl_selt_con .sl_selt04 {
	background-position: -96px 0px;
}

.sl_selt_con .sl_selt01:hover {
	background-position: -128px 0px;
}

.sl_selt_con .sl_selt02:hover {
	background-position: -160px 0px;
}

.sl_selt_con .sl_selt03:hover {
	background-position: -192px 0px;
}

.sl_selt_con .sl_selt04:hover {
	background-position: -224px 0px;
}


/*=====================底部浮动顶部浮动========================*/

.sl_fixbt {
	background: #fff;
}

.sl_fixbt_pop {
	margin: 10px;
	position: static;
	height: 286px;
}

.sl_fixbot_tit {
	background: #fb9620;
	opacity: 0.8;
	padding: 5px 0px;
}

.sl_fixbot_tit h4 {
	color: #fff;
	display: inline-block;
}

.sl_fixbot_tit a {
	color: #fff;
}

.sl_fixbot_tit em {
	width: 12px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.sl_fixico_up {
	background-position: -256px 0px;
}

.sl_fixico_down {
	background-position: -268px 0px;
}

.sl_fixbot_con {
	background: #fff;
	padding: 10px;
}

.sl_fixbot_ul li {
	float: left;
	line-height: 30px;
	padding: 0px 5px;
}

.sl_fixbot_ul li a {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ddd;
	background: #fff;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.sl_fixbot_ul li a span {
	padding-right: 15px;
	background: url(../images/ico3.png) no-repeat right center;
}

.sl_fixbot_ul li a:hover span {
	background: url(../images/ico4.png) no-repeat right center;
}

.sl_qsrbjmc {
	position: absolute;
	right: 0px;
	top: 10px;
}

.sl_fixtop {
	padding: 8px 15px;
	background: #fafafa;
	left: 0px;
	right: 0px;
	top: 0px;
}

.sl_flpop_con {
	min-width: 422px;
	width: 422px;
	left: auto;
	right: 0px!important;
	position: absolute;
	z-index: 2;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: left;
}

.sl_flpop_con * {
	font-size: 12px;
}

.audit_steps {
	width: auto;
	height: auto;
	float: left;
	padding: 0px;
}

.audit_steps li {
	float: left;
	position: relative;
	z-index: 1;
	width: 80px;
	text-align: center;
	color: #b3b3b3;
	font: normal 12px/20px "microsoft YaHei";
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.audit_steps li:before {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #b3b3b3;
	border-radius: 5px;
}

.audit_steps li.end {
	border-bottom-color: #2587de;
}

.audit_steps li.end:before {
	background: #2587de;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-left: -7px;
	bottom: -7px;
}

.audit_steps_con {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
	overflow: hidden;
}

.audit_steps_con .t {
	width: 100%;
	color: #cccccc;
	padding: 5px 0px;
}

.audit_steps_con .t span {
	color: #666666;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
	margin-right: 15px;
	line-height: 20px
}

.audit_steps_con .t span.float_r {
	border: 0px none;
	color: #009944;
	border: 1px solid #009944;
	padding: 0px 8px;
	margin: 0px;
}

.audit_steps_con .t span.float_r.col2 {
	color: #c43926;
	border: 1px solid #c43926
}

.audit_steps_con .t span.float_r.col3 {
	color: #b3b3b3;
	border: 1px solid #b3b3b3
}

.audit_steps_con .t span.float_r.col4 {
	color: #2587de;
	border: 1px solid #2587de
}

.audit_steps_con .c {
	position: relative;
	color: #666666;
	font: normal 12px/20px "microsoft YaHei";
	padding-right: 20px;
	height: 20px;
	overflow: hidden;
}

.audit_steps_con .c .fa {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -3px;
	padding: 5px;
	cursor: pointer;
}


/*=====================新闻列表========================*/

.newslist h3.title {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0px
}

.newslist ul {
	padding: 0px;
	margin: 30px auto 0px;
}

.newslist ul a.list-group-item {
	border: 0px none;
	background-image: url(../images/ico_dian.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	margin: 0px 10px;
	overflow: hidden;
}


/*=====================新闻详情========================*/

.newsdisp {
	padding: 30px 50px;
}

.newsdisp h5.news_title1 {
	margin: 10px 0px;
}

.newsdisp h5.news_title1 span {
	padding: 0px 10px;
}

.newsdisp .news_con p {
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
}


/*=====================智能排课底部========================*/

.znpk_footer {
	background: #fafafa
}

.znpk_footer .col-md-11,
.znpk_footer .col-md-1 {
	padding: 0px !important
}

.znpk_footer .progress {
	height: 2px;
	margin-bottom: 10px;
}

.znpk_footer .btn {
	width: 100%;
	height: 50px;
	padding: 0px;
	border-radius: 0px;
	border: 0px none;
}

.znpk_footer .btn.btn-warning {
	display: none;
}

.znpk_footer .znpk_footer_p {
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
}

.znpk_footer .znpk_footer_p a {
	color: #666666;
	font: normal 12px/30px SimSun
}

.znpk_footer .znpk_footer_p a .glyphicon {
	padding: 5px;
}

.znpk_szyxj {
	width: 430px;
	height: auto;
	overflow: hidden;
}

.znpk_szyxj .znpk_szyxj_left {
	float: left;
	width: 200px;
}

.znpk_szyxj .znpk_szyxj_left ul {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #e6e6e6;
	padding: 10px 0px;
}

.znpk_szyxj .znpk_szyxj_left ul:last-child {
	border-bottom: 0px none;
}

.znpk_szyxj .znpk_szyxj_left ul li {
	margin: 0px 20px 0px 30px;
	overflow: hidden;
	padding: 10px 0px;
	cursor: pointer;
	color: #666666;
	font-size: 12px;
	font-family: "microsoft YaHei"
}

.znpk_szyxj .znpk_szyxj_right {
	float: left;
	width: 228px;
	border-left: 2px solid #adc8db;
	padding: 5px 0px;
}

.znpk_szyxj .znpk_szyxj_right .list-group {
	margin: 0px 20px;
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item {
	border: 0px none;
	width: 100%;
	overflow: hidden;
	padding: 0px;
	cursor: pointer
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .item {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .num {
	float: left;
	width: 40px;
	text-align: center;
	color: #cccccc;
	font: normal 18px/23px Verdana, Geneva, sans-serif
}

.znpk_szyxj .znpk_szyxj_right .list-group .list-group-item .title {
	float: left;
	border-bottom: 1px solid #cccccc;
	width: 146px;
	color: #666666;
	font: normal 14px/20px "microsoft YaHei";
	text-indent: 10px;
}


/*=====================教师课表打印========================*/

.timetable>tbody>tr>td {
	vertical-align: middle
}

.timetable .timetable_title {
	color: #666666;
	font-size: 30px;
	font-family: "microsoft YaHei"
}

.timetable .timetable_title h6 {
	padding-top: 25px;
}

.timetable .week {
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;
	display: block;
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable .festival {
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable .timetable_con {
	padding: 5px 10px;
	overflow: hidden;
}

.timetable .timetable_con .title {
	color: #666666;
	font: bold 14px/25px SimSun;
	display: block;
	width: 250px;
	float: left;
}

.timetable .timetable_con p {
	float: left;
	color: #666666;
	font: normal 12px/25px SimSun;
}

.timetable .timetable_con p span {
	margin-left: 20px;
}

.timetable .tbody_head td {
	background: #F7F7F7 !important;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable1>tbody>tr>td {
	vertical-align: middle;
}

.timetable1 .timetable_title {
	color: #666666;
	font-size: 30px;
	font-family: "microsoft YaHei"
}

.timetable1 .timetable_title h6 {
	padding-top: 25px;
}

.timetable1 .time {
	text-align: center;
	color: #666666;
	font: normal 18px/25px "microsoft YaHei";
}

.timetable1 .festival {
	color: #666666;
	font: bold 18px/60px verdana;
	text-align: center;
	font-style: italic;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	display: block;
}

.timetable1 .timetable_con {
	padding: 5px;
	overflow: hidden;
}

.timetable1 .timetable_con .title {
	color: #666666;
	font: bold 14px/25px SimSun;
	display: block;
	width: 100%;
}

.timetable1 .timetable_con p {
	width: 100%;
	color: #666666;
	font: normal 12px/25px SimSun;
}

.timetable1 hr {
	margin: 5px 0px;
}


/*=====================当前无数据========================*/

.nodata {
	width: auto;
	margin: 30px auto;
	text-align: center;
}

.nodata span {
	display: inline-block;
	color: #333333;
	font: normal 18px/25px "microsoft YaHei";
	text-align: center;
	background: url(../images/error/ico_data.png) left center no-repeat;
	padding: 15px 10px 15px 65px;
	text-align: left;
}


/*=====================说明页面css========================*/

.doc h3 {
	padding: 5px 0;
	margin: 20px 0 5px 0;
}

.doc h4 {
	padding: 5px 0;
}

.doc p {
	text-indent: 2em;
}


/*=====================考试时间安排========================*/

.sl_kssjap td>div {
	padding: 5px;
}

.sl_kssjap td .glyphicon-ok {
	display: none;
}

.sl_kssjap_sel {
	border: 2px solid #22ac38!important;
	position: relative!important;
}

.sl_kssjap_sel .glyphicon-ok {
	display: block!important;
	position: absolute!important;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #22ac38;
	padding: 3px;
	font-size: 12px;
}

.sl_kssjap .disabled>div {
	border: 1px dashed #ddd!important;
}

.sl_kssjap .disabled,
.sl_kssjap .disabled select {
	cursor: not-allowed;
	color: #ddd;
}


/*=====================学业预警========================*/

.xyyj {
	padding: 0px 20px;
}

.xyyj .col-sm-6,
.xyyj .col-sm-3 {
	padding: 0px 20px;
	height: auto !important;
	height: 170px;
	min-height: 170px;
}

.xyyj .col-sm-3 {
	border-left: 1px solid #e6e6e6
}

.xyyj h4 {
	color: #333333;
	font: bold 14px/25px SimSun;
	margin-bottom: 10px;
}

.xyyj h4 .float_r {
	color: #999999;
	font-size: 12px;
	font-family: SimSun;
}

.xyyj p {
	color: #b2b2b2;
	font: normal 12px/22px SimSun;
}

.xyyj h5 {
	color: #666666;
	font: normal 12px/35px SimSun;
}

.xyyj .text-danger {
	color: #e60012;
	font-family: Arial, Helvetica, sans-serif
}

.png_ico_tjxk {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../images/ico_tjxk.png) -9999px -9999px no-repeat;
	cursor: pointer
}

.tjxk1 {
	background-position: 0px -80px;
}

.tjxk2 {
	background-position: -17px -80px;
}

.tjxk3 {
	background-position: 0px -97px;
}

.tjxk4 {
	background-position: -17px -97px;
}


/*=====================考试地点安排========================*/

.s_ksddap {
	border: 1px solid #ddd;
}

.s_ksddap_top select {
	margin-right: 10px;
}

.s_ksddap_top input[type=text] {
	height: 23px;
}

.s_ksddap_top input[type=checkbox] {
	margin-left: 20px;
}

.s_ksddap dl {
	border: 1px solid #f2f2f2;
	background: #fafafa;
	padding: 5px;
	margin: 5px 0px;
}

.s_ksddap .glyphicon-ok {
	display: none;
}

.s_ksddap dd {
	font: 12px/24px microsoft yahei;
}

.s_ksddap dd span {
	font-size: 16px;
	vertical-align: middle;
}

.s_ksddap .sl_tuijian dt {
	background: url(../images/sl_tuijian.gif) no-repeat 10px center;
}


/*==============研究生离校流程===============*/

.yjslc {
	width: 560px;
	padding: 14px;
	overflow: hidden;
}

.yjslc p {
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background: #f4f8fc;
}

.yjslc_left {
	float: left;
	width: 258px;
	height: 340px;
	padding: 0px 0px 15px;
	border: 1px solid #dee9f2;
	background: #fff;
}

.yjslc_left ul {
	overflow: hidden;
	padding: 0px;
	height: 308px;
	overflow-y: auto;
}

.yjslc_left li {
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	color: #0164d3;
	text-align: center;
}

.yjslc_left li div {
	width: 100px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ACCBE3;
	background: #f4f8fc;
}

.yjslc_rt {
	float: right;
	width: 258px;
	height: 340px;
	border: 1px solid #dee9f2;
	margin-bottom: 10px;
	background: #fff;
}

.yjslc_right {
	float: right;
	width: 100%;
	padding-top: 10px;
	height: 308px;
	margin-bottom: 5px;
	color: #799bb5;
	overflow-x: hidden;
	overflow-y: scroll;
}

.yjslc_right ul {
	overflow: hidden;
	padding-left: 15px;
}

.yjslc_right li {
	float: left;
}

.yjslc_right li div {
	width: 100px;
	color: #466f8e;
	text-align: center;
	margin: 0px 10px 15px 0px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #accbe3;
	background: #f4f8fc;
}

.yjslc_add {
	text-align: center;
	margin-bottom: 10px;
	width: 388px;
}

.yjslc_add a {
	color: #a0b3c1;
	font: 600 14px/40px "宋体";
	text-decoration: none;
}

.yjslc_left li .add_sel {
	background: #f4f8fc url(../images/ico_91.gif) no-repeat 80px center;
	cursor: pointer;
}

.yjslc_rt_sel li div {
	background: #f4f8fc url(../images/ico_90.gif) no-repeat 80px center;
}


/*==============人机交互排课--辅助搜索===============*/

.fzss {
	width: 60px;
	height: auto;
	background: #edf3f7;
	overflow: hidden;
	display: block;
	position: fixed;
	_position: absolute;
	top: 105px;
	right: 0px;
	z-index: 998;
}

.fzss .fzss_title {
	width: 100%;
	height: 60px;
	background: #0483d4;
	color: #fff;
	cursor: pointer;
	color: #ffffff;
	font: normal 18px/60px "microsoft yahei";
}

.fzss .fzss_title .fa {
	padding: 0px 20px 0px 15px;
	float: left;
	line-height: 60px;
}

.fzss ul {
	padding: 0px;
	border: 1px solid #89c5eb;
	display: none;
}

.fzss ul li a {
	display: block;
	line-height: 30px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
	color: #666666;
	font: normal 12px/30px "microsoft yahei";
}

.fzss ul li a .fa {
	color: #89c5eb;
	padding: 0px 15px 0px 10px;
}

.fzss ul li a:hover {
	text-decoration: none;
	background: #cce3f0
}


/*==============资源填报===============*/

.list_zytb {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 5px solid #2587de;
	margin: 10px 0px;
}

.list_zytb .hea_der {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	line-height: 35px;
	padding: 0px 10px;
	overflow: hidden;
}

.list_zytb .hea_der span {
	color: #666666;
	font-weight: bold
}

.list_zytb .hea_der a {
	color: #999999;
	font-size: 12px;
}

.list_zytb .form-group {
	padding: 0px 10px;
}

.list_zytb_add {
	margin: 10px 0px;
	border: 3px dashed #cccccc;
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 190px;
	text-align: center;
	line-height: 190px;
	color: #cccccc;
}

.list_zytb_add:hover {
	border-color: #2587de !important;
	color: #2587de
}

.list_zytb_add.height1 {
	height: 30px;
	line-height: 25px;
	border: 2px dashed #cccccc;
	border-radius: 4px;
}


/*============== 浙江省高校教师专业发展平台首页 ==============*/

.index3_con {
	padding-top: 15px;
}

.index3_con .index31 {
	background: #fff;
	height: 215px;
	overflow: hidden;
	margin: 0px -7px 15px;
}

.index3_con .index32 {
	background: #fff;
	height: 240px;
	overflow: hidden;
	margin: 0px -7px 15px;
}

.index4_con .index31 {
	height: auto;
	min-height: 240px;
}

.index3_con .index_title {
	width: 100%;
	height: 32px;
	padding: 0px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.index3_con .index_title ul {
	padding: 0px;
}

.index3_con .index_title ul li {
	float: left;
}

.index3_con .index_title ul li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0px 7px;
	color: #666666;
	font-family: simSun;
	text-decoration: none
}

.index3_con .index_title span {
	font-size: 14px;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	float: left;
	font-family: simSun
}

.index3_con .index_title ul li.on a,
.index3_con .index_title span {
	color: #0483d4;
	border-bottom: 2px solid #0483d4;
	font-weight: bold
}

.index3_con .index3_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0px;
}

.index3_con .list-group-item {
	width: 100%;
	float: left;
	border: 0px none;
	padding: 5px 15px;
	height: 30px !important;
	margin-bottom: 0px;
	line-height: 20px;
	color: #6e6e6e;
	font-size: 12px
}

.index3_con .list-group-item .float_r {
	color: #6e6e6e;
	font-size: 12px
}

.index3_con .index3_imgnews {
	position: relative;
	z-index: 1;
}

.index3_con .index3_imgnews .hd a i {
	position: absolute;
	z-index: 2;
	left: 8px;
	top: 100px;
	color: #adadad;
	font-size: 40px;
	cursor: pointer;
}

.index3_con .index3_imgnews .hd a:hover i {
	color: #0483d4
}

.index3_con .index3_imgnews .hd a.prev i {
	left: auto;
	right: 8px;
}

.index3_con .index3_imgnews .bd {
	margin: 15px 32px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.index3_con .index3_imgnews .bd ul li {
	float: left;
	position: relative;
	z-index: 1;
	width: 199px;
	height: 149px;
	margin-right: 10px;
}

.index3_con .index3_imgnews .bd ul li h5 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url(../images/ico_tmd.png) repeat;
	line-height: 30px;
	padding: 0px 10px;
	color: #fff;
	font-size: 12px;
}

.index3_con .index3_lct .index3_list {
	padding: 20px 30px 0px 30px;
}

.index3_con .index3_lct .index3_list .list-group-item {
	border: 1px solid #e6e6e6;
	height: 34px !important;
	padding: 0px 15px;
	margin-bottom: 20px;
	background: #fafafa;
	line-height: 34px;
}

.index3_con .index3_lct .index3_list .list-group-item .fa {
	float: left;
	color: #0483d4;
	margin: 12px 5px;
}

.index3_con .index3_lct .index3_list .list-group-item img {
	float: left;
	margin: 5px 10px 5px 5px
}

.index3_con .index3_bm .list-group {
	width: 100%;
}

.index3_con .index3_bm .list-group-item {
	line-height: 35px;
	padding: 0px 15px;
	height: 35px !important;
	position: relative;
}

.index3_con .index3_bm .list-group-item .float_r {
	display: block;
	width: 50px;
	height: 25px;
	background: #0483d4;
	text-align: center;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.index3_con .index3_xmtz .list-group-item,
.index3_con .index3_tzgg .list-group-item {
	background-image: url(../images/ico_dian.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 22px;
}

.index4_con .index3_dysy .media {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
}

.index4_con .index3_dysy .media .pull-left {
	line-height: 30px;
}

.index4_con .index3_dysy .media .list-group-item {
	float: left;
	width: auto
}

.xzkc-popup {
	border: 1px solid #bce8f1;
}

.xzkc-popup>.panel-heading table {
	margin-bottom: 0px;
}

.xzkc-popup>.panel-heading td {
	border: 0;
	font: bold 14px/20px microsoft yahei;
	color: #31708f;
}

.xzkc-popup-con {
	border: 1px solid #bce8f1;
}

.xzkc-popup-con .panel-heading h3 {
	font: bold 18px/30px microsoft yahei;
	color: #31708f;
}

.xzkc-popup-con li {
	background: #f2f2f2;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #fff;
}

.xzkc-popup-con li:hover,
.xzkc-popup-con .xzkc-popup-sel {
	border: 1px solid #666;
}

.xzkc-popup-con li h5 {
	font: bold 16px/20px microsoft yahei;
	color: #333;
}

.xzkc-popup-slecon {
	border: 1px solid #666;
}

.placeHolder {
	border: 1px dashed #ddd;
	float: left;
	margin: 0px 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

input.form-control{
	height:30px;
}

.form-horizontal .form-group {
	padding-left: 15px;
	padding-right: 15px;
}

.control-label {
	padding-right: 5px;
	min-height: 30px;
	display:inline-block;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-control-static {
	min-height: 30px;
	height: auto !important;
}

.text-normal {
	color: #333;
}

.form-group {
	margin-bottom: 8px !important;
}

.form-group.margin-b0 {
	margin-bottom: 0px !important;
}

.input-xs,
.select-xs {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 22px !important;
	line-height: 1.5 !important;
	padding: 1px 5px !important;
	min-width: 120px !important;
}

.input-group-btn-sm .btn {
	height: 25px !important;
	line-height: 1 !important;
}

.input-group-sm .input-group-addon {
	display: table-cell;
	height: 24px;
	line-height: 1;
	padding: 4px 5px !important;
	font-size: 12px;
	vertical-align: middle;
}

.input-group-xs,
.select-group-xs {
	padding-top: 3px !important;
}

.select-group-xs .select-xs {
	width: auto !important;
}

.input-xs-last,
.select-xs-last {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.lighter {
	font-weight: lighter
}

.bolder {
	font-weight: bolder
}

.inline {
	display: inline-block;
}

.block {
	display: block !important
}

.align-center {
	text-align: center !important
}

.align-center>.btn {
	float: none;
}

.align-center>.btn:first-child {
	margin-left: 0;
	margin-right: -1px;
}

.align-left {
	text-align: left !important
}

.align-right {
	text-align: right !important
}

.middle {
	vertical-align: middle
}

.align-middle {
	vertical-align: middle !important
}

.align-top {
	vertical-align: top !important
}

.align-bottom {
	vertical-align: bottom !important
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.line-height-normal {
	line-height: normal !important
}

.line-height-1 {
	line-height: 1 !important
}

.black {
	color: #000 !important;
}

.dark {
	color: #333 !important;
}

.white {
	color: #fff !important;
}

.red {
	color: #dd5a43 !important;
}

.red2 {
	color: #c7254e !important;
}

.light-red {
	color: #f77 !important;
}

.blue {
	color: #478fca !important;
}

.light-blue {
	color: #93cbf9 !important;
}

.green {
	color: #69aa46 !important;
}

.light-green {
	color: #b0d877 !important;
}

.orange {
	color: #ff892a !important;
}

.light-orange {
	color: #fcac6f !important;
}

.orange2 {
	color: #feb902 !important;
}

.purple {
	color: #a069c3 !important;
}

.pink {
	color: #c6699f !important;
}

.pink2 {
	color: #d6487e !important;
}

.brown {
	color: #a52a2a !important;
}

.grey {
	color: #777 !important;
}

.light-grey {
	color: #bbb !important;
}

.bigger-100 {
	font-size: 100%;
}

.bigger-110 {
	font-size: 110%;
}

.bigger-120 {
	font-size: 120%;
}

.bigger-130 {
	font-size: 130%;
}

.bigger-140 {
	font-size: 140%;
}

.bigger-150 {
	font-size: 150%;
}

.bigger-160 {
	font-size: 160%;
}

.bigger-170 {
	font-size: 170%;
}

.bigger-180 {
	font-size: 180%;
}

.bigger-190 {
	font-size: 190%;
}

.bigger-200 {
	font-size: 200%;
}

.bigger-210 {
	font-size: 210%;
}

.bigger-220 {
	font-size: 220%;
}

.bigger-230 {
	font-size: 230%;
}

.bigger-240 {
	font-size: 240%;
}

.bigger-250 {
	font-size: 250%;
}

.bigger-260 {
	font-size: 260%;
}

.bigger-270 {
	font-size: 270%;
}

.bigger-280 {
	font-size: 280%;
}

.bigger-290 {
	font-size: 290%;
}

.bigger-300 {
	font-size: 300%;
}

.bigger-125 {
	font-size: 125%;
}

.bigger-175 {
	font-size: 175%;
}

.bigger-225 {
	font-size: 225%;
}

.bigger-275 {
	font-size: 275%;
}

.bigger-500 {
	font-size: 500%;
}

.bigger-600 {
	font-size: 600%;
}

.smaller-90 {
	font-size: 90%;
}

.smaller-80 {
	font-size: 80%;
}

.smaller-70 {
	font-size: 70%;
}

.smaller-60 {
	font-size: 60%;
}

.smaller-50 {
	font-size: 50%;
}

.smaller-40 {
	font-size: 40%;
}

.smaller-30 {
	font-size: 30%;
}

.smaller-20 {
	font-size: 20%;
}

.smaller-75 {
	font-size: 75%;
}

.width-10 {
	width: 10% !important;
}

.width-15 {
	width: 15% !important;
}

.width-20 {
	width: 20% !important;
}

.width-25 {
	width: 25% !important;
}

.width-30 {
	width: 30% !important;
}

.width-35 {
	width: 35% !important;
}

.width-40 {
	width: 40% !important;
}

.width-44 {
	width: 44% !important;
}

.width-45 {
	width: 45% !important;
}

.width-50 {
	width: 50% !important;
}

.width-55 {
	width: 55% !important;
}

.width-60 {
	width: 60% !important;
}

.width-65 {
	width: 65% !important;
}

.width-70 {
	width: 70% !important;
}

.width-75 {
	width: 75% !important;
}

.width-80 {
	width: 80% !important;
}

.width-85 {
	width: 85% !important;
}

.width-90 {
	width: 90% !important;
}

.width-95 {
	width: 95% !important;
}

.width-100 {
	width: 100% !important;
}

.width-48 {
	width: 48% !important;
}

.width-auto {
	width: auto !important;
}

.height-auto {
	height: auto !important;
}

.sl_all_form .alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 10px !important;
}

.sl_all_form .alert-dismissable .close,
.alert-dismissible .close {
	color: inherit;
	position: relative;
	right: 0px !important;
	top: 0px !important;
}

.item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item-list>li {
	padding: 9px;
	margin-top: -1px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.item-list>li:last-child {
	border-bottom: 0px;
}

.item-list>li.selected {
	color: #8090a0;
	background-color: #f4f9fc;
}

.item-list>li.selected label,
.item-list>li.selected .lbl {
	text-decoration: line-through;
	color: #8090a0;
}

.item-list>li.active {
	background-color: #e4efc9;
}

.item-list>li>.checkbox {
	display: inline-block;
}

.item-list>li>label.inline {
	display: inline-block;
	line-height: inherit;
	margin-bottom: 0;
}

.item-list>li label {
	font-size: 13px;
}

label.inline {
	margin-bottom: 0px;
	font-weight: normal;
	vertical-align: middle;
}

.item-list>li .percentage {
	font-size: 11px;
	font-weight: bold;
	color: #777;
}

.item-list>li.ui-sortable-helper {
	cursor: move;
}

.item-list>li[class*="item-"] {
	border: 1px solid #DDD;
	border-left-width: 3px
}

.item-list .row,
.sub-item-list .row {
	padding: 0px !important;
	margin: 0px !important;
}

.item-list .col-xs-2 {
	white-space: nowrap;
	padding: 0px;
}

.item-list .col-xs-10,
.item-list .col-xs-12 {
	white-space: normal;
	padding: 0px;
}

.item-list .col-xs-10:last-child,
.item-list .col-xs-12:last-child {
	border-bottom: 0px;
}

.sub-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-item-list>li {
	margin-top: -1px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.sub-item-list>li[class*="item-"] {
	border: 1px solid #DDD;
	border-left-width: 3px
}

.sub-item-list>li:last-child {
	border-bottom: 0px;
}

td.item-red {
	border-left-color: #d53f40 !important;
	border-left-width: 3px !important;
}

td.item-green {
	border-left-color: #9abc32 !important;
	border-left-width: 3px !important;
}

td.item-blue {
	border-left-color: #4f99c6 !important;
	border-left-width: 3px !important;
}

li.item-orange {
	border-left-color: #e8b110 !important;
}

li.item-orange2 {
	border-left-color: #f79263 !important;
}

li.item-red {
	border-left-color: #d53f40 !important;
}

li.item-red2 {
	border-left-color: #d15b47 !important;
}

li.item-green {
	border-left-color: #9abc32 !important;
}

li.item-green2 {
	border-left-color: #0490a6 !important;
}

li.item-blue {
	border-left-color: #4f99c6 !important;
}

li.item-blue2 {
	border-left-color: #3983c2 !important;
}

li.item-blue3 {
	border-left-color: #1144eb !important;
}

li.item-pink {
	border-left-color: #cb6fd7 !important;
}

li.item-purple {
	border-left-color: #6f3cc4 !important;
}

li.item-black {
	border-left-color: #505050 !important;
}

li.item-grey {
	border-left-color: #a0a0a0 !important;
}

li.item-brown {
	border-left-color: #a52a2a !important;
}

li.item-default {
	border-left-color: #abbac3 !important;
}

textarea {
	resize: none;
}

.popover {
	max-width: none !important;
}

.popover-content {
	padding: 3px;
}

.padding-none {
	padding: 0px !important;
}

.btn-toolbar .btn:hover,
.btn-toolbar .btn:hover {
	background-color: #428bca;
	border-color: #357ebd;
	color: #fff;
}

.btn-toolbar .btn-group{margin-bottom:6px;}

.btn-toolbar i[class*="btn_"],
.btn-toolbar i.glyphicon,
.btn-toolbar i[class^="icon-"],
.btn-toolbar i[class*=" icon-"] {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	line-height: 1;
	margin-top: 0px !important;
	vertical-align: baseline;
	width: auto !important;
	height: auto !important;
	top: 2px !important;
}

.table-highlight>thead>tr>th,
.table-highlight>tbody>tr>th,
.table-highlight>tfoot>tr>th,
.table-highlight>thead>tr>td,
.table-highlight>tbody>tr>td,
.table-highlight>tfoot>tr>td {
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle;
}

.table-highlight tbody tr:hover,
.table-highlight tbody tr.hover {
	cursor: pointer !important;
	color: #069 !important;
}

.table-highlight tbody tr.hover th,
.table-highlight tbody tr.hover td {
	color: #069 !important;
	background-color: #f5f5f5 !important;
}

.table-highlight tbody tr.hover input,
.table-highlight tbody tr.hover select {
	color: #069 !important;
}

.table-highlight tbody tr.focus {
	color: #c7254e !important;
	cursor: pointer;
}

.table-highlight tbody tr.focus th,
.table-highlight tbody tr.focus td {
	border-bottom-color: #c7254e !important;
	border-bottom-width: 1px !important;
	color: #c7254e !important;
}

.table-highlight th div.checkbox,
.table-highlight td div.checkbox {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 24px !important;
	line-height: 24px !important;
	background-color: #fff !important;
}

.table-highlight tbody tr.focus input,
.table-highlight tbody tr.focus select {
	color: #c7254e !important;
}

.table-highlight tbody th.focus,
.table-highlight tbody td.focus {
	background-color: #c7254e !important;
}

.table-highlight tbody th input:hover,
.table-highlight tbody td input:hover,
.table-highlight tbody th select:hover,
.table-highlight tbody td select:hover {
	cursor: pointer;
}

.buttonText {
	padding-left: 5px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}

.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(10px);
	/* Chrome, Opera */
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
	/* IE6~IE9 */
}

.badge-default {
	background-color: #fff !important;
	color: #333 !important;
}

.badge-primary {
	background-color: #428bca !important;
}

.badge-success {
	background-color: #5cb85c !important;
}

.badge-info {
	background-color: #5bc0de !important;
}

.badge-warning {
	background-color: #f0ad4e !important;
}

.badge-danger {
	background-color: #d9534f !important;
}

.tooltip-error {
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip-error.in {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tooltip-error.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip-error.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip-error.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip-error.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-error .tooltip-inner {
	background-color: #FDF2F0;
	border: 1px solid #FD807E;
	color: #4D4D4D;
}

.tooltip-error.top .tooltip-arrow {
	border-top-color: #FD807E;
}

.tooltip-error.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #FD807E;
}

.tooltip-error.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #FD807E;
}

.tooltip-error.right .tooltip-arrow {
	border-right-color: #FD807E;
}

.tooltip-error.left .tooltip-arrow {
	border-left-color: #FD807E;
}

.tooltip-error.bottom .tooltip-arrow {
	border-bottom-color: #FD807E;
}

.tooltip-error.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FD807E;
}

.tooltip-error.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FD807E;
}

.nav-tabs>li>a {
	border-top: 2px solid transparent !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-top: 2px solid #efb113 !important;
}

#tab-general .nav-tabs>li.active>a,
#tab-general .nav-tabs>li.active>a:hover,
#tab-general .nav-tabs>li.active>a:focus {
	border-top:none !important;
}

/* 皮肤 start*/
.green-skin .nav-tabs>li.active>a,
.green-skin .nav-tabs>li.active>a:hover,
.green-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #347346 !important;
}

.basic-skin .nav-tabs>li.active>a,
.basic-skin .nav-tabs>li.active>a:hover,
.basic-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #35414f !important;
}

.wood-grain-skin .nav-tabs>li.active>a,
.wood-grain-skin .nav-tabs>li.active>a:hover,
.wood-grain-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #35414f !important;
}

.blue-second-skin .nav-tabs>li.active>a,
.blue-second-skin .nav-tabs>li.active>a:hover,
.blue-second-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #2381E9 !important;
}

.blue-third-skin .nav-tabs>li.active>a,
.blue-third-skin .nav-tabs>li.active>a:hover,
.blue-third-skin .nav-tabs>li.active>a:focus {
	border-top: 2px solid #35414f !important;
}

/* 皮肤end */

.formlist td,
.formlist th {
	border: 1px solid #b0cbe0;
	color: #000;
	line-height: 24px;
	padding: 5px 10px;
	vertical-align: middle;
	word-break: break-all;
}


/***/

.navbar-right .dropdown-menu label i.glyphicon {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	height: auto !important;
	line-height: 1;
	margin-top: 0 !important;
	top: 2px !important;
	vertical-align: baseline;
	width: auto !important;
}

.input-xs {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 22px !important;
	line-height: 1.5 !important;
	padding: 1px 5px !important;
}

.language-select {
	border: 0 none;
	border-radius: 1px;
	color: #0483d4;
	font: 14px/20px SimSun;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	width: 100px;
}

.chosen-container-single .chosen-single,
.chosen-container-single .form-control {
	height: 30px;
	line-height: 27px;
	padding: 0 8px;
}

em.red2 {
	font-size: 12px;
}

.body-container .footer {
	text-align: center;
	color: #fff;
	font: normal 12px/20px microsoft YaHei;
	margin: 15px 0 0;
	background-color: #0483d4;
	padding: 10px;
}

#more a {
	font-size: 20px;
	text-decoration: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	border-color: #ddd;
}

.sy-choose-title {
	padding: 0 15px;
}

.sy-choose-title div {
	display: inline-block;
	line-height: 25px;
	padding-right: 20px;
}

.sy-choose-title div span {
	padding-right: 5px;
}

.sl_add_btn button {
	margin-bottom: 5px;
}

.btn-toolbar .btn {
	font-size: 12px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(66, 139, 202, 0.7) !important
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

.btn-sm,
.btn-group-sm>.btn {
	line-height: 1.2;
}

.nav-phone {
	display: none;
}


/* ��ҳ */

.index_zjsy ul li h5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.row.query-item .form-group {
	margin-bottom: 0 !important;
}

.nav-tabs.nav-justified {
	margin-top: 10px;
}

.navbar-collapse .navbar-nav {
	margin: 5px 0px;
}

.bs-navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-header {
	float: left;
}

.navbar-nav> li {
	float: left;
	margin-right: 5px;
}

.navbar-nav a{
	color:#333;
}


.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.clj {
	cursor: pointer;
	text-decoration: none;
	color: #0076c1;
	text-shadow: 3px 3px 3px #eee;
}

.red {
	color: red;
}

.green {
	color: green;
}

input {
	vertical-align: bottom;
}

.input-group .input-xs-last {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.selected-box {
	display: none;
	background: #fcf7d9;
	border: 1px solid #a7bdd3;
	float: left;
	width: 99.81%;
	width: 99.73% \9;
	*width: 99.81%;
	margin-bottom: 2px;
}

.selected-box dl {
	width: 80%;
	padding: 5px 0;
	float: left;
}

.selected-box h3 {
	margin-left: 7px;
	display: inline;
	float: left;
	line-height: 20px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12px;
}

.selected-box dd {
	height: 25px;
	margin: 0 3px;
	display: inline;
	float: left;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}

.selected-box dd a {
	border: 1px solid #ff8040;
	padding: 0 18px 0 3px;
	position: relative;
	background: #fff;
	text-decoration: none;
	color: #ff8040;
	word-break: keep-all;
	word-wrap: normal;
	float: left;
	line-height: 19px;
	height: 19px;
}

.selected-box dd a:hover {
	color: #d75b1c;
}

.selected-box dd h5 {
	display: inline;
	padding: 0 2px;
	color: #808080;
	font-weight: normal;
	vertical-align: initial;
}

.selected-box .close-icon {
	background: #e49203 url(../images/close-icons.gif) repeat-x left bottom;
	height: 13px;
	width: 13px;
	position: absolute;
	right: 2px;
	_right: 2px;
	top: 3px;
	cursor: pointer;
}


/*=====================设备控制========================*/

@media (min-width:1900px) {
	.container {
		width: 1850px;
	}
	.container_1170 {
		width: 1170px !important;
	}
	.container_max1400 {
		width: 1360px;
	}
}

@media (min-width:1400px) {
	.container {
		width: 1360px;
	}
	.container_1170 {
		width: 1170px !important;
	}
	.index3_con .col-md-3,
	.index3_con .col-md-4,
	.index3_con .col-md-5 {
		width: auto;
	}
	.index3_con .index3_dbsy,
	.index3_con .index3_lct {
		width: 250px;
	}
	.index3_con .index3_imgnews,
	.index3_con .index3_tzgg {
		width: 681px;
	}
	.index3_con .index3_xmtz,
	.index3_con .index3_bm,
	.index3_con .index3_bm .list-group {
		width: 381px !important
	}
	.index4_con .index3_bm,
	.index4_con .index3_bm .list-group {
		width: 681px !important
	}
}

@media (max-width: 1200px) {
	.container_1170 {
		width: 1170px !important;
	}
	.treeview li {
		padding-left: 30px !important
	}
	.treeview .hitarea {
		left: 65px !important
	}
}

@media only screen and (min-width: 1899px) {
	.container {
		width: 1870px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
	.container {
		width: 1630px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.container {
		width: 1550px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.container {
		width: 1390px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	.container {
		width: 1316px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1364px) {
	.container {
		width: 1310px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.container {
		width: 1230px;
	}
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.container {
		width: 1102px;
	}
	.container_1170 {
		width: 1170px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.container {
		width: 974px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.container_1170 {
		width: 100%;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
	.container {
		width: 750px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.border-b h5 font {
		margin-right: 15px;
		line-height: 30px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.container-func {
		min-height: 600px;
	}
	.container_1170 {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background-color:#0483d4;
		color:#fff;
	}
	/* .dropdown-submenu.hideHover:hover ul{
		display:none !important;
	} */

	.container_1170 {
		width: 100% !important;
	}
	/* .col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	} */
	.top1 .navbar-form,
	.top1 .navbar-nav{
		display: none;
	}

	.collapse.in .navbar-nav{
		display:block !important;
	}

	.navbar-collapse.bs-navbar-collapse.collapse.in{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: none;
	}
	.navbar-nav .dropdown-menu .dropdown-menu>li>a {
		padding-left: 35px;
	}
	.index_grxx,
	.index_rctx,
	.index_kbcx,
	.index_kscj,
	.index_xl {
		margin: 0px -15px 15px 0px !important
	}
	.treeview li {
		padding-left: 20px !important
	}
	.treeview .hitarea {
		left: 35px !important
	}
	.treeview li .title {
		width: 230px !important
	}
	.formlist td,
	.formlist th {
		padding: 5px !important;
		line-height: 15px !important;
	}
	.div768-responsive {
		width: 750px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	/*自定义当宽度小于767时横向出现滚动条，用以禁止栅格系统继续缩小影响排版效果*/
	/*推荐选课*/
	.tjxk_list .panel-heading span {
		display: block;
		padding-right: 0px;
	}
	/*新闻详情*/
	.newsdisp {
		padding: 20px;
	}
	/***/
	.top2 .navbar-toggle {
		display: none;
	}
	.control-label {
		min-height: 20px;
		font-size: 12px;
		margin-bottom: 2px;
	}
	.form-group {
		margin-bottom: 5px !important;
	}
	.form-control {
		height: 28px;
		padding: 1px 3px;
		font-size: 12px;
	}
	/*增加输入框组样式，zp，20160921*/
	.input-group .form-control {
		height: 31px;
	}
	.body-container .footer {
		text-align: center;
		color: #fff;
		font: normal 12px/20px microsoft YaHei;
		margin: 15px 0 0;
		background-color: #0483d4;
		padding: 10px;
	}
	.btn {
		font-size: 12px;
	}
	.sl_all_bg .sl_all_form {
		padding: 5px 15px;
	}
	.btn-sm,
	.btn-group-sm>.btn {
		padding: 2px 10px;
	}
	.sl_aff_btn .btn {
		padding: 4px 10px !important;
		margin-right: 10px;
	}
	.ui-jqgrid tr.ui-row-ltr td {
		font-size: 12px;
	}
	.sl_add_btn button {
		margin-bottom: 10px;
	}
	.form-horizontal .control-label {
		font-size: 12px;
		width:100%;
	}

	.form-horizontal .width-70,.form-horizontal .width-80{
		width:100% !important;
	}
	.chosen-container-single .chosen-single {
		padding-top: 3px !important;
		height: 28px !important;
	}
	.chosen-container-single .chosen-single div b {
		margin-top: 2px !important;
	}
	.chosen-container .chosen-results li {
		padding: 3px 6px !important;
	}
	.chosen-container-single .chosen-search input[type="text"] {
		padding: 2px 20px 2px 5px!important;
	}
	em.red2 {
		font-weight: normal;
	}
	.nav-tabs .popover.bottom {
		display: none !important;
	}
	.input-group .input-group-addon {
		padding: 4px 12px;
	}
	.tjxk_list .tjxk_title {
		font: normal 14px/16px "microsoft YaHei";
	}
	.tab_01 {
		width: 85%;
	}
	.tab_01 .radio-inline,
	.checkbox-inline {
		margin: 0 !important;
	}
	.tab_01 td {
		width: 70% !important;
	}
	.tab_01 td:first-child {
		text-align: center !important;
		width: 30% !important;
	}
	.nav>li>a {
		padding: 5px 12px;
	}
	.nav-tabs>li>a {
		font-size: 12px;
	}
	.tab_01 {
		width: 100% !important;
	}
	.leaf {
		width: 80px;
		font: normal 10px/29px microsoft YaHei;
	}
	.tab_01 {
		width: 100% !important;
	}
	.leaf {
		width: 80px;
		font: normal 10px/29px microsoft YaHei;
	}
	/*********/
	.index_zjsy ul li h5 {
		font-size: 12px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu2>li>a {
		color: #fff;
		font-size: 14px;
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		background:#0483d4;
		color:#fff;
	}
	a.dropdown-toggle2.grxx {
		position: absolute;
		right: 0;
		display: block !important;
		padding: 7px 15px 7px 10px;
		top: 5px;
	}
	.logo_2 {
		font: normal 18px/30px "microsoft YaHei";
	}
	a.dropdown-toggle2.grxx {
		background: none !important;
	}
	.nav-phone {
		display: block !important;
		position: relative;
	}
	.dropdown-menu2 {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.dropdown-menu2.pull-right {
		right: 0;
		left: auto;
	}
	.dropdown-menu2 .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	.dropdown-menu2>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.dropdown-menu2>li>a:hover,
	.dropdown-menu2>li>a:focus {
		color: #262626;
		text-decoration: none;
		background-color: #f5f5f5;
	}
	.dropdown-menu2>.active>a,
	.dropdown-menu2>.active>a:hover,
	.dropdown-menu2>.active>a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #428bca;
		outline: 0;
	}
	.dropdown-menu2>.disabled>a,
	.dropdown-menu2>.disabled>a:hover,
	.dropdown-menu>.disabled>a:focus {
		color: #777;
	}
	.dropdown-menu2>.disabled>a:hover,
	.dropdown-menu2>.disabled>a:focus {
		text-decoration: none;
		cursor: not-allowed;
		background-color: transparent;
		background-image: none;
	}
	.open>.dropdown-menu2 {
		display: block;
	}
	.top1 .dropdown-menu2 {
		background: #1d8fd8;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		padding: 0px;
		margin: 0px;
		border: 0px none;
		border-radius: 0px
	}
	.top1 .dropdown-menu2 .divider {
		background-color: #58a1d1;
		margin: 0px;
	}
	.top1 .dropdown-menu2>li>a {
		color: #ffffff;
		font-size: 14px;
		padding: 0px 20px;
		line-height: 50px;
	}
	.top1 .dropdown-menu2>li>a i.top_png {
		display: inline-block;
		width: 35px;
		height: 50px;
		background: url(../images/ico_top_png.png) 0px 0px no-repeat;
		float: left;
	}
	.top1 .dropdown-menu2>li>a i.top_png.qh {
		background-position: 0px 0px;
	}
	.top1 .dropdown-menu2>li>a i.top_png.mm {
		background-position: 0px -50px;
	}
	.top1 .dropdown-menu2>li>a i.top_png.tc {
		background-position: 0px -100px;
	}
	.top1 .dropdown-menu2>li>a:after {
		border-left-color: #e3f1fa;
		margin-top: 20px;
	}
	.top1 .dropdown-menu2>li>a:hover,
	.top1 .dropdown-menu2>li>a:focus {
		background-color: #68b5e5
	}
	.top1 .dropdown-submenu .dropdown-menu2 {
		margin-top: 0px;
		border-radius: 0px;
		top: 0px;
	}
	.top1 .dropdown-submenu .dropdown-menu2 li a {
		line-height: 35px;
		font-size: 12px;
	}
	.top1 .dropdown-menu2>li>a .glyphicon {
		color: #fff;
		top: 11px;
	}
	.top1 .dropdown-menu2 .dropdown-header {
		color: #fff;
		font-size: 14px;
		line-height: 50px;
	}
	.open> .dropdown-toggle2.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}
	.btn-default:active,
	.btn-default.active,
	.open> .dropdown-toggle2.btn-default {
		background-image: none;
	}
	.open .dropdown-menu2 {
		position: static;
		display: block;
		width: 100%;
	}
	.zf-nav.top-nav .open .dropdown-menu {
		position: static;
		width: 100%;
	}
	ul.dropdown-menu2.left {
		display: none;
	}
	ul.dropdown-menu2.left li a {
		text-indent: 35px;
	}
	.top1 {
		/*min-height: auto;*/
	}
	.jw-shade {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: rgba(26, 141, 216, 0.2);
		display: none;
		z-index: 10;
	}
}


/*不同设备最小高度设置*/

/* @media only screen and (min-width: 768px) and (min-height: 900px) and (max-height:1100px) {
	.container-func {
		min-height: 600px;
	}
}

@media only screen and (min-width: 768px) and (min-height: 767px) and (max-height:899px) {
	.container-func {
		min-height: 680px;
	}
}

@media only screen and (min-width: 768px) and (max-height:766px) {
	.container-func {
		min-height: 625px;
	}
}

@media only screen and (max-width: 767px) and (max-height:766px) {
	.container-func {
		min-height: 500px;
	}
}
 */

/* 新增修改样式*/

@media only screen and (max-width: 767px) {
	.input-group .form-control:first-child {
		height: 31px;
	}
}


/*815新增*/

#footerID .address{
	margin-left:15px;
}
@media only screen and (max-width: 996px) and (min-width:767px){
	.sl_bmsz_tb1_h1 {
		font: 18px/25px "microsoft YaHei";
	}
}


@media only screen and (max-width: 767px) {
	/*顶部操作按钮*/
	.row.sl_add_btn {
		margin-left: 0;
		margin-right: 0;
	}
	/*用户管理下的查询框*/
	.input-group .form-control:first-child {
		/*height: 24px;*/
	}
	.types .radio-inline+.radio-inline {
		margin-left: 0;
	}
	.form-horizontal.sl_all_form.searchbox {
		border: 1px solid #a7bdd3 !important;
	}
	.searchbox .search-filter,
	.searchbox .condition-item,
	.searchbox .condition-item .condition-row {
		border: none !important;
	}
	/*jqGrid 底部共计数据*/
	.ui-jqgrid .ui-pg-table td:last-child {
		display: none;
	}
	/*隐藏jqgrid设置列*/
	#pager_left {
		display: none;
	}
	#footerID .float_l{
		float:none;
	}
	#footerID .address{
		margin-left:0;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:18px;
	}
	.ui-pg-table td:first-child{display:none !important;}
	.sl_bmsz_tb1_h1 {
		font: 16px/22px "microsoft YaHei";
	}
}

.mr5{
	margin-right:5px;
}
.ml5{
	margin-left:5px;
}
.mt5{
	margin-top:5px;
}
.mb5{
	margin-bottom:5px;
}
.mtb5{
	margin-top:5px;
	margin-bottom:5px;
}

.btn-primary.active {
	background-color: #0483d4;
}

.formlist input[type=radio] {
	vertical-align: sub;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*  */
/*删除btn的boxshadow  sly 20170220*/
.btn {
	/* -webkit-box-shadow: 0px 1px 0 #ccc, 1px 1px 3px #ccc;
	box-shadow: 0px 1px 0 #ccc, 1px 1px 3px #ccc; */
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	line-height:18px;
}

/*为.btn.active增加外阴影，zp，20161111*/
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0px 1px 0 #ccc, 1px 1px 3px #ccc;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0px 1px 0 #ccc, 1px 1px 3px #ccc;
}

/*去除.btn-link的阴影，zp，20161110*/
.btn.btn-link { box-shadow: none; }

.btn-primary:hover {
	background: #0076c1;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}


.index_zjsy ul li:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_zjsy ul li img {
	margin: 0 auto;
	margin: auto;
	display: block;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.input-group-addon {
	padding: 6px 18px;
}


.input-focus {
	padding: 6px 12px;
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.input-focus-shade {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: rgba(4, 131, 212, 0.75);
}

#mCSB_1_container a{
	text-decoration: none;
}
.tab.fixed-right{
	top:0 !important;
}
.input-group-btn .btn{
	box-shadow: none;
}

#forBenchmark{width:100%;}
.noborder{border:none;}

.widthAll{
	width:90% !important;
}

.nooverflowx{
	overflow-x:hidden !important;
}

.ui-jqgrid-bdiv .btn{
	box-shadow:none;
}


/* 对不合理的样式进行覆盖，zp，20160829 */

.navbar-nav > li { margin-right: 0px; }
@media (max-width: 767px){
	.navbar-nav>li {
		float: none;
	}
}
@media (max-width: 767px){
	.navbar-header {
		float: none;
	}
}
@media (min-width: 768px) {
	.navbar-form .form-group{margin-bottom: 0!important;}
}
@media (min-width: 768px){
	.navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px;}
	.navbar-collapse .navbar-nav { margin: 0; }
}

/*修改模拟框.modal下的.modal-header、.modal-footer加了背景之后，圆角不够明显的原因，zp，20161117*/
.modal .modal-content .modal-header { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.modal .modal-content .modal-footer { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }


/* export zp，20160908*/
.export input[type=file] { display: inline-block; }
.export .export-title { padding: 10px 0px; font-size: 16px; font-weight: bold; }
.export .table-import, .export .table-import-rule, .export .table-import-rule th { text-align: right; }
.export .table-import td + td { text-align: left; }
.export .table-import-rule td + td, .export .table-import-rule th + th { text-align: center; }
.export .export-tips { padding-top: 0px; padding-bottom: 0px; }
.export .export-tips > span { border: 1px solid red; padding: 2px 4px; }
.export .example-exprot-help .form-group { margin-bottom: 0px !important; display: inline-block; }
.export .example-exprot-help .form-group .form-control { width: 120px; }
.export .example-exprot-help .form-control-feedback { top: 0px; }
.export .example-exprot-help span + span { padding-left: 10px; }
.export .example-exprot-help p { line-height: 30px; }

/* add zp，20160908*/
.more-condition-bar { border-color: inherit; }
.more-condition-bar > a { color: #666; }
.more-condition-bar > a:hover, .more-condition-bar > a:focus { color: #333; text-decoration: none; }


/* 增加验证状态下的输入框组对按钮的支持，zp，20160910*/
.has-error .input-group-btn .btn { border-color: #a94442; }
.has-success .input-group-btn .btn { border-color: #3c763d; }
.has-warning .input-group-btn .btn { border-color: #8a6d3b; }


.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child){ border-top-left-radius: 0; border-bottom-left-radius: 0;}

/* 手机导航 */
.dropdown-submenu2 {
	position: relative;
	cursor: pointer;
}

/*增加针对输入框组多个input-group-btn并排的支持（暂时只支持一个输入框），zp，20161110*/
.input-group-btn:not(:first-child):not(:last-child) > .btn,
.input-group-btn:not(:first-child):not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child):not(:last-child) > .form-control { border-radius: 0; margin-right: -1px; }
.input-group .form-control:not(:first-child):not(:last-child) + .input-group-btn > .btn, .input-group-btn > .dropdown-toggle { margin-left: -1px; }
/*增加针对输入框组多个input-group-input下对form-control的支持，zp，20161202*/
.input-group-btn.input-group-input:first-child>.form-control{ border-radius: 4px 0 0 4px;}
.input-group-btn.input-group-input:last-child>.form-control{ border-radius:  0 4px 4px 0;}

@media (max-width: 767px){
	.dropdown-submenu2> .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu2> a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu2.current>a{
		color:#0483d4 !important;
	}
	.dropdown-submenu2.current> a:after{
		border-left-color: #0483d4;
	}
}
/*修正.spinner在.input-group-sm下的高度问题*/
.spinner.input-group.input-group-sm .input-group-addon a.spin-up,
.spinner.input-group.input-group-sm .input-group-addon a.spin-down{
	font-size: 14px!important;
}

/* 审批流页面 */
.splc1 .tg .content{
	width:auto !important;
}

/*字体16px，zp*/
.font-16{
	font-size: 16px;
}

/*警告框的字体恢复正常，zp*/
.alert {
	font-weight: normal;
}
/*路径导航，增加竖线样式，zp*/
.breadcrumb-vertical-bar > li + li:before {
	content: "|\00a0";
}

/*文字截断，zp*/
.text-overflow{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*下拉菜单多选功能，zp*/
.dropdown-multiple>.dropdown-toggle{
	max-width: 150px;
	padding-right: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dropdown-multiple>.dropdown-toggle>.caret{
	position: absolute;
	right: 10px;
	top: 15px;
}
.dropdown-multiple>.dropdown-menu>li>label{
	display: block;
	padding: 3px 20px 3px 8px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	margin-bottom: 0;
}
.dropdown-multiple>.dropdown-menu>li>label>input[type=radio],
.dropdown-multiple>.dropdown-menu>li>label>input[type=checkbox]{
	margin: 3px 0;
}

#searchBox{
	padding-top:8px;
}

.search-btn{
	display: inline-block;
	text-align: left;
}

.search-btn>.btn{
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	box-shadow: none;
	border-radius: 0px;
}

/* 针对查询部分在小屏幕下的调整 sly */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
/* 	body{
		font-size:12px;
	} */
	.form-control{
		height:28px;
		line-height:28px;
		padding: 0 5px;
	}
	.input-group-addon{
		padding: 4px 18px;
	}
	.form-horizontal .control-label{
		padding-top:4px;
	}
	
}

/* 小屏电脑屏幕电脑及其以下的调整 */
@media only screen and (max-width: 1440px) {
	.search-btn>.btn{
		height: 28px;
		line-height: 28px;
	}
	.dropdown-menu,
	.top1 .dropdown-menu>li>a{
		font-size:12px;
	}
}

/*修复内联单选和多选框不随滚动条移动的问题，zp，20170207*/
.radio-inline, .checkbox-inline{
	position: relative;
}

/* 修复在ie下label与input保持水平不一致的问题，sly,20170214 */
@media only screen and (min-width: 768px) {
	.form-horizontal .control-label{
		vertical-align:top;
	}
}

/* 新增简单查询,sly,20170214*/
.simple-search-form{
	padding: 12px 12px 0 12px !important;
}

.simple-search-form #searchBox{
	padding-top:0px;	
}

/* 修改placeholder颜色,sly,20170214*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b7b7b7 !important;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b7b7b7 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b7b7b7 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b7b7b7 !important;
}

/* 修改滚动条的背景颜色,sly,20170216*/

.container-func .mCSB_dragger_bar{
	background-color:#464646 !important;	
}

/* bootbox下的多选  sly*/
.chose-tag .item{
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    line-height: 19px;
    display:inline-block;
    position: relative;
}		

.chose-tag .item.active{
	background: #0483d4;
 	color: #fff;
}
.wood-grain-skin .chose-tag .item.active{
	background-color:#EFB421;
}

.green-skin .chose-tag .item.active{
	background-color:#57A029;
}
.basic-skin .chose-tag .item.active{
	background-color:#505965;
}
.blue-second-skin  .chose-tag .item.active{
	background-color:#409BFF;
}
.blue-third-skin  .chose-tag .item.active{
	background-color:#628b96;
}



/* bootbox下的多选  end sly */

#but_ancd .btn-toolbar .btn-group{
	margin-bottom: 0px;
}


/*创建问卷弹窗样式*/
.bootbox {
	top: 40px;
}
.padding-lr0 {
	padding-left: 0px;
	padding-right: 0px;
}
.note-modal {
	top: 100px;
}

.create-question-modal {
	display: none;
}

.create-question-cont {
	padding: 20px 0px;
	overflow: hidden;
}

.create-question-cont ul {
	padding-left: 0px;
}

.create-question-cont ul li {
	margin-bottom: 30px;
	overflow: hidden;
}

.create-question-cont ul li .name,
.create-question-cont ul li .start-date,
.create-question-cont ul li .total-days {
	margin-top: 5px;
}

.create-question-cont ul li .name span {
	margin-left: 5px;
}

.create-question-cont ul li .start-date>.to {
	margin-left: 10px;
}

.create-question-cont ul li:first-child input {
	width: 95%;
}

.create-question-cont .choose-template {
	margin-bottom: 20px;
	overflow: hidden;
}

.create-question-cont .choose-template a {
	position: relative;
	display: block;
	width: 85%;
}

.create-question-cont .choose-template a .fa-check-square {
	position: absolute;
	top: -3px;
	right: -1px;
	color: #337ab7;
	font-size: 24px;
	display: none;
}

.create-question-cont .choose-template a:hover,
.create-question-cont .choose-template a:link,
.create-question-cont .choose-template a:visited {
	text-decoration: none;
}

.create-question-cont .choose-template .template-bg {
	background-color: #eee;
	padding: 20px 0px;
}

.create-question-cont .choose-template .template-bg>.fa {
	color: #888;
	font-size: 45px;
}

.create-question-cont .choose-template .template-name {
	background-color: #bbb;
	padding: 10px 0px;
	color: #fff;
}

.create-question-cont .choose-template a.active {
	border: 2px solid #337ab7;
}

.create-question-cont .choose-template a.active .template-bg>.fa {
	color: #337ab7;
}

.create-question-cont .choose-template a.active .template-name {
	background-color: #337ab7;
}

.create-question-cont .choose-template a.active .fa-check-square {
	display: block;
}

.create-question-cont .yes-no input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0px 8px 0px;
}


/*设计问卷弹窗样式*/

.design-question-modal {
	display: none;
}

.design-modal .modal-body {
	overflow-y: scroll;
	height: 500px;
}

.design-question-cont .ke-container-default {
	width: 100%!important;
}

.design-question-cont {
	padding: 20px;
}

.design-question-cont .title h4 {
	font-weight: bold;
	margin-bottom: 20px;
}

.design-question-cont .title .edit-paper-icon {
	width: 40px;
	height: 40px;
	background-color: #2b8cdf;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	color: #fff;
	margin-right: 10px;
}

.design-question-cont .title .edit-paper-icon:hover {
	cursor: pointer;
}

.design-question-cont .title .edit-paper-icon>.fa {
	font-size: 18px;
	vertical-align: -11px;
}

.design-question-cont .title .edit-paper {
	color: #888;
}

.design-question-cont .generate-paper-wrap>textarea {
	resize: none;
}

.design-question-cont #editor {
	width: 100%;
	height: 100px;
}

.design-question-cont .ke-statusbar-right-icon {
	display: none;
}

.design-question-cont .operate-items {
	padding: 10px;
	border: 1px solid #eee;
	margin: 20px 0px;
	box-shadow: 2px 2px 5px #ddd;
}

.design-question-cont .operate-items .dropdown {
	display: inline-block;
	margin-right: 10px;
}

.design-question-cont .operate-items>span {
	margin-right: 10px;
	color: #777;
}

.design-question-cont .operate-items .dropdown-menu {
	min-width: 120px;
}

.design-question-cont .operate-items>span:hover {
	cursor: pointer;
}

.design-question-cont .operate-items>.dropdown>a {
	color: #777;
}

.design-question-cont .operate-items>.dropdown>a:hover {
	text-decoration: none;
}

.design-question-cont .operate-items>.dropdown>a>.fa-angle-down {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}

.design-question-cont .operate-items .edit,
.design-question-cont .operate-items .remove {
	border: 0px;
	background-color: transparent;
	color: #777;
	margin-right: 10px;
}

.design-question-cont .operate-items .edit:focus,
.design-question-cont .operate-items .remove:focus {
	outline: none;
}

.design-question-cont .save-status {
	overflow: hidden;
}

.design-question-cont .save-status>.title {
	margin-bottom: 10px;
	overflow: hidden;
}

.design-question-cont .save-status>.title input {
	border: 0px;
	border-bottom: 1px solid #777;
	width: 50px;
	margin: 0px 5px;
	text-align: center;
}

.design-question-cont .save-status>.title input:focus {
	outline: none;
}

.design-question-cont .save-status .answer ul {
	padding-left: 0px;
}

.design-question-cont #list1 {
	padding-left: 0px;
}

.design-question-cont .edit-status {
	border: 1px solid #eee;
	box-shadow: 2px 2px 5px #ddd;
	padding: 20px 0px;
	margin-bottom: 25px;
	overflow: hidden;
}

.design-question-cont .edit-status>.title .fa-plus-circle {
	font-size: 24px;
	color: #ef3b3b;
	vertical-align: middle;
	margin-left: 10px;
}

.design-question-cont .edit-status>.answer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.design-question-cont .edit-status>.answer>ul {
	padding-left: 0px;
}

.design-question-cont .edit-status>.answer>ul>li {
	margin-top: 15px;
}

.design-question-cont .edit-status>.answer>ul>li .fa {
	font-size: 24px;
	color: #ef3b3b;
	margin-top: 3px;
}

.design-question-cont .edit-status>.answer>ul>li .option {
	line-height: 34px;
}

.design-question-cont .edit-status>.note {
	margin-left: 45px;
}

.design-question-cont .edit-status>.note>span {
	margin-left: 10px;
}

.design-question-cont .edit-status>.note .fa-plus-circle {
	font-size: 24px;
	color: #ef3b3b;
	vertical-align: -3px;
	margin: 0px 5px;
}

.design-question-cont .edit-status .question-number,
.design-question-cont .edit-status .single-choice {
	line-height: 34px;
}

.design-question-cont .edit-status .title input {
	margin-left: -30px;
}

.design-question-cont .list-item.add .edit {
	color: #ccc;
}

.design-question-cont .list-item.add .edit-status .fa:hover {
	cursor: pointer;
}

.topic-choose {
	position: fixed;
	width: 135px;
	top: 33%;
	right: -147px;
	z-index: 9;
}

.topic-choose .name {
	font-weight: bold;
	color: #337ab7;
	margin-bottom: 5px;
	margin-left: 15px;
}

.topic-choose .topic-type ul {
	padding-left: 0px;
	border: 1px solid #2b8cdf;
	border-top: 15px solid #337ab7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
}

.topic-choose .topic-type ul:hover {
	cursor: pointer;
}

.topic-choose .topic-type ul>li {
	padding: 10px 0px 10px 25px;
	border-bottom: 1px solid #2b8cdf;
}

.topic-choose .topic-type ul>li:last-child {
	border-bottom: 0px;
}

.topic-choose .topic-type ul>li>.fa {
	font-size: 20px;
	color: #2b8cdf;
	margin-right: 6px;
	vertical-align: middle;
}

.topic-choose .topic-type ul>li>span {
	color: #2b8cdf;
	vertical-align: middle;
}


/*问卷预览样式*/

.view-papaer-modal {
	display: none;
}

.view-papaer-modal .modal-body {
	overflow-y: scroll;
	height: 500px;
}

.view-paper-content {
	padding: 0px 20px;
	height: 750px;
	overflow-y: scroll;
}

.view-paper-content h3 {
	font-weight: lighter;
	color: #2196F3;
	margin-bottom: 20px;
}

.view-paper-content .paper-start-text,
.view-paper-content .paper-end-text {
	border-bottom: 1px dashed #ddd;
	padding: 20px 0px;
	margin-bottom: 15px;
}

.view-paper-content ul {
	padding-left: 0px;
}

.view-paper-content .question-item {
	margin-bottom: 20px;
	overflow: hidden;
}

.view-paper-content .question-item:last-child {
	margin-bottom: 0px;
}

.view-paper-content .question-item .question-type {
	background-color: #eee;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #555;
}

.view-paper-content .question-item .question {
	background-color: #e1f4ff;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	color: #666;
}

.view-paper-content .answer-opt {
	line-height: 50px;
	overflow: hidden;
}

.view-paper-content .answer-opt ul>li>input {
	vertical-align: middle;
	margin: 0px;
}

.view-paper-content .answer-opt ul>li>span {
	vertical-align: middle;
	margin-left: 10px;
	color: #666;
}

.view-paper-content .answer-opt input[type="text"] {
	margin-top: 9px;
}

.view-paper-content .input-box {
	margin-top: 15px;
}


/*媒体查询*/

@media (max-width: 1200px) {
	.topic-choose {
		right: 9px;
	}
}

@media (max-width: 991px) {
	.design-modal .modal-lg {
		width: 720px;
	}
	.design-question-cont .edit-status .title input {
		margin-left: -20px;
	}
	.view-paper-content .answer-opt {
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.bootbox {
		top: 0px;
	}
	.design-question-cont {
		padding: 10px;
	}
	.design-modal .modal-dialog {
		width: 100%;
	}
	.create-question-cont ul li {
		margin-bottom: 10px;
	}
	.create-question-cont ul li:first-child input {
		width: 100%;
	}
	.create-question-cont ul li .start-date {
		padding-left: 15px;
	}
	.create-question-cont .choose-template a {
		width: 100%;
	}
	.create-question-cont .question-name-input,
	.create-question-cont .choose-template>div,
	.create-question-cont .yes-no {
		padding-left: 30px;
	}
}
.bootbox .modal-body {padding:15px !important; }
@media (max-width:320px) {
	.bootbox .modal-body {
		padding: 0px;
	}
}


/*popover*/
.bootbox .popover.topmost.right,.bootbox .popover.topmost.left{
	top:0 !important;
}

.bootbox .popover.topmost.right .arrow,
.bootbox .popover.topmost.left .arrow{
	top: 10% !important;
}

.bootbox .topmost .popover-top{
	top:0 !important;
}

.bootbox .topmost .popover-top .arrow{
	top: 10% !important;
}

@media (max-width:767px){

	.top1 .navbar-toggle .icon-bar{
		width: 15px;
	}

	.top1 .navbar-toggle{
		margin-right: 5px;
	}

	.top1 .logo_2 img{
		width: 50px;
	}

	.top1 .navbar-toggle{
		padding: 5px 7px;
	}
}


.bootbox .dropdown{
	position: fixed;
}

.bootbox  .panel-heading .dropdown{
	position: static;
}

.bootbox .row{
	margin-right: -8px;
    margin-left: -8px;
}

