@charset "utf-8";
/* 你自己的样式 */

.s-boxShadow{
box-shadow:5px 5px 3px #555;
-moz-box-shadow:5px 5px 3px #555;
-webkit-box-shadow:5px 5px 3px #555;
}
.textMsg{}
.test{}
.s-box-Bg{background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #9ab7dd), color-stop(1, #5278a7));}
.s-little-box{white-space:nowrap; vertical-align: middle; width: auto; padding: 16px 35px; box-sizing: border-box; width:129px; border:#ddd solid 1px; position:relative}
.s-close{background:#dd514c; color:#FFF;cursor: pointer; border-radius:3px; position:absolute; right:0; top:0; z-index:1001; padding:0px 4px}
.s-padding-0{ padding:0}
.s-little-title{ border:#f2f2f2 solid 1px;}
.s-little-title span{color:#FFF; background:#319dd3; padding:4px 10px};

/*******************************提示框***************************************/
.modal-open{overflow:hidden}/*当弹出层出现时，隐藏body右侧滚动条*/
.page-overflow{margin-right:16px}/*隐藏body滚动条时，页面偏移*/
.modal-scrollable{position:fixed;top:0;right:0;bottom:0;left:0;overflow: auto}/*弹出层的最外层，全屏，用户响应点击和滚动*/
.modal-overflow .modal-scrollable{overflow-y:scroll}/*弹窗超出屏幕高度时，弹出层替代body右侧滚动条，实现弹出层的整体滚动*/
.modal-backdrop {position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1040;background-color:#000}/*默认遮罩层，全屏黑色*/
* html .modal-backdrop{position:absolute;left:expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);top:expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight)}/*解决IE下 遮罩层兼容性*/
.modal-backdrop.fade {opacity:0;filter: alpha(opacity=0)}/*遮罩层失去时，透明度为0*/
.modal-backdrop,.modal-backdrop.fade.in {opacity: 0.7;filter: alpha(opacity=70)}/*遮罩层进入 0.7透明度*/
 
.modal.container{width: 980px}/*满页面宽度*/
.modal {position:absolute;top:50%;left:50%; width:500px;margin-left:-250px;z-index:1050;overflow: visible;background-color: #fff;background-clip: padding-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip:padding-box;
    -khtml-background-clip:padding-box;
    -moz-background-clip:padding-box;
    -ms-background-clip:padding-box;
    -o-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:6px;
    border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999}/*弹出层，绝对定位，默认【宽度500px，高度自适应，背景白色，6px圆角，带阴影】，自定义宽度可在data-width中设置参数*/
.fade {opacity: 0;filter: alpha(opacity=0);-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;-o-transition: opacity 0.2s linear;transition: opacity 0.2s linear}
.fade.in {opacity: 1;filter: alpha(opacity=100)}
.modal.fade {top: -100%}/*弹出层进入动画效果*/
.modal.fade.in{top:50%}/*弹出层进入后居顶距离，配合margin-top负值，实现上下自动居中*/
.modal.modal-overflow.fade.in{top:0px}/*如果弹出层高度大于窗口，弹出窗口距顶0像素*/
.loading-spinner {position: absolute;top: 50%;left: 50%;margin: -12px 0 0 -12px}/*Ajax加载数据时loading*/
  /*弹出层header区*/
  .modal-header {
    border-radius: 6px 6px 0px 0px;	  
padding: 9px 15px;border-bottom: 1px solid #eee; position:relative;
  background: #5A98DE;
color: #fff;
  }/*弹出层头部*/
  .modal-header .close{position:absolute; right:10px; top:10px;
  color: #fff;
opacity: 1;
line-height: 20px;
  }/*关闭按钮，请调用4.1.1 按钮 .close*/
  .modal-header h3{margin:0}/*标题*/
  .modal-body {overflow-y:visible;padding: 15px} /*内容不限高度，内填充15px，不满意可自行修改*/
  .modal-form {margin-bottom: 0} /*弹出层表单*/
  /*弹出层footer区，放按钮*/
  .modal-footer {padding: 14px 15px 15px;margin-bottom: 0;text-align: right;background-color: #f5f5f5;border-top: 1px solid #ddd;*zoom: 1;border-radius: 0 0 6px 6px;box-shadow: inset 0 1px 0 #fff}
  .modal-footer:before,.modal-footer:after {display: table;content: ""}
  .modal-footer:after {clear: both}
  .modal-footer .btn + .btn {margin-left: 5px;margin-bottom: 0}
  .modal-footer .btn-group .btn + .btn {margin-left: -1px}
  
  .modal-header h3{
	  font-size: 15px;
	  padding:5px;
  }
.form-label-geli{
	margin-top: 3px;
cursor: text;

color:#999;

border: 1px solid #ddd;
padding: 4px;
	
}
.icon-geli-star{
color:#f4ac00;
font-size: 14px;	
}
.icon-geli-star-off{
color:#999999;
font-size: 14px;
	
}
.table .text-c th, .table .text-c td{
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/	
}
table {
table-layout: fixed;
}
.gonggao{
padding: 5px;
margin: 10px;	
background: rgb(255, 247, 209);
border: 1px solid rgb(248, 222, 165);
margin-top: 15px;
}
.colgeli p{
	
margin-bottom: 0px;	
color:#888;
}
.colgeli{	
margin-bottom: 5px;	

}
.colgeli-shenglue{
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.geli-one{
display: block;
line-height: 35px;
padding-left: 15px;
cursor: pointer;
position: relative;
border-bottom: 1px solid #e5e5e5;
font-weight: normal;
color: #333;	
text-decoration: none;	
}
.geli-one:hover{
color:#148cf1;
}
.tubiao{
color: #a0a7b1;	
	
}
.bg-title{
    color: #fff;
    background-color: #5eb95e;
    border-color: #5eb95e;
    font-size: 15px;
    padding: 8px 35px 8px 14px;
    line-height: 18px;	
	
}