@CHARSET "UTF-8";
/* 请不要直接修改epitomi-debug.css文件 */
/* ================ 附件处理面板风格 ======================*/

/*附件上传面板*/
.ui-attachment-preview{
	display:block;
	background:#efefef;
}
.ui-attachment-context{
	display:block;
	padding:10px;
}
.ui-attachment-list td{
	padding:4px 5px 4px; 
	font-size:13px;
}
.ui-attachment-list .ui-input{
	  padding: 4px 6px
}
.ui-attachment-list tr:nth-child(even), .ui-table-split, .ui-table-hover {
  background: none;
}

@CHARSET "UTF-8";
/* 请不要直接修改epitomi-debug.css文件 */
/* ================  基础风格   ======================*/

/* 基础风格 */
html {
    background:#e9eaec;
}
body{
	background:#e9eaec;
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
a { 
	color: #08C;
    text-decoration: none;
}
a:hover {
    text-decoration: none ;
}
input, select{
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}/*=== 无边框box样式 用于一些分段显示表单的情况 begin ===*/
.ui-box-section{
	border: none;
}
.ui-box-section .ui-box-head{
	height:20px;
}
.ui-box-section .ui-box-head-title{
	font-size:14px;
	color:rgb(79,129,189);
	font-weight:normal;
}
.ui-box-section .ui-box-container{
	border:none;
}
.ui-box-section .ui-box-content{
	padding:8px 0 8px 8px;
}
/*=== 无边框无头部box样式 end ===*/

/*=== 表格顶部带边框的box样式 ===*/
.ui-box-queryresult{
	margin-top:15px;
}
.ui-box-queryresult-follow{
	margin-top:0;
}
.ui-box-queryresult .ui-box-head{
	background: #F6F6F6;
	border-bottom:none;
}
.ui-box-queryresult .ui-box-head-text{
	margin:0;
}
.ui-box-queryresult .ui-padding-right{
	color: gray;
	margin-top: 7px;
	padding: 0;
	zoom: 1;
	font-size: 12px;
	vertical-align: middle;
	float:right;
}

/*=== 只有左边边框的box样式 ===*/
.ui-box-liftborder{
	padding:0 5px;
	border:none;
	border-left:1px solid #ccc;
}
.ui-box-liftborder .ui-box-container{
	border:none;
}
.ui-grid-5-nopadding{
	margin-right:0;
}


/*分类框 用于一些分类列表*/
.ui-box-category{ 
	padding:5px 0 3px 0; 
	border-bottom:1px solid #eee; 
}
.ui-box-category:after{
	clear: both; 
	content: " "; 
	display: block; 
	font-size: 0; 
	height: 0; 
	visibility: hidden; 
}
.ui-box-category-caption{ 
	font-weight:700; 
	line-height:22px;
}
.ui-box-category a{ 
	margin: 0 15px 4px 0;
}@CHARSET "UTF-8";
/* ================ excel读取后的内容预览风格 ======================*/

/*excel读取后的内容预览*/
.ui-data-preview{
	display:block;
	height: 320px;
    overflow: auto;
}
.ui-data-preview .ui-table td {
  	border-bottom: 1px dashed #d9d9d9;
}
.ui-data-preview .ui-table {
	width:99%;
	font-size:13px;
	margin:0 auto;
  	margin-bottom:10px;
}
.ui-data-preview .ui-section-title{
	line-height:28px;
	border-bottom:1px solid #e9e9e9;
	padding:4px 2px 3px 4px	;
	font-weight:700;
}

@CHARSET "UTF-8";
/* ================ 底部风格======================*/
/*底部风格*/
.footer{
	font-size:14px;
}
/*底部上部*/
.footer .ui-footer-banner-top{
	height:42px;
}
/*底部上部 - logo*/
.footer .ui-footer-logo{
	margin-top:4px;
	height:40px;
	background:url('../../img/logo-bottom.png') no-repeat center;
}
/*底部上部 - 链接*/
.footer .ui-footer-links{
	list-style:none;
}
.footer .ui-footer-links li{
	float:left;
	font-size:14px;
	padding:4px;
	margin:1px 4px 1px 4px;
}
.footer .ui-footer-links li a{
	color:#ffffff;
}
.footer .ui-footer-links li a:hover{
	color:#3399FF;
}
/*底部上部*/
.footer p.ui-footer-text{
	
}
.footer h2.ui-footer-text{
	line-height:24px;
	font-size:18px;
	margin-bottom:16px;
	padding-left:4px;
}
/*底部右侧面板*/
.footer .ui-footer-rightpanel{
	margin-top:20px;
	padding-top:10px;
	height:120px;
	padding-left:20px;
	border-left:1px solid #888;
}
/*底部下部*/
.footer .ui-footer-banner-btm{
	line-height:21px;
	text-align:center;
	color:#888888;
	margin-bottom:68px;
}
.footer .ui-footer-banner-btm span{
	margin-left:4px;
	margin-right:10px;
}@CHARSET "UTF-8";
/* ================ 表单相关风格 ======================*/

/* 提交窗口按钮 - 中间定位 */
.ui-subform-miditem{
	  padding: 8px 0;
	  text-align:center;
}

/*=== 表单样式风格 begin ===*/
.ui-label{
	color:rgb(51,51,51);
}
.ui-textarea-large{
	width:400px;
	height:75px;
}
.ui-input-wide{
	width:397px;
}
.ui-checkbox-bc{
	padding:4px 10px 4px 10px;
	background:rgb(233,239,247); 
	float: left;
	margin-right:10px;
}
.ui-checkbox{
	margin-top:6px;
	margin-left:7px;
}
/*=== 表单样式风格 end ===*/@CHARSET "UTF-8";
/* ================ 标题栏风格 ======================*/

/*标题栏风格 */
span.ui-head{
	display: block;
	height:32px;
}
div.ui-head{
	height:32px;
}
.ui-head:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/*标题风格 - 标题文字 */
.ui-head .ui-head-title{
	font-size: 14px;
	line-height:28px;
	font-weight: normal;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.ui-head .ui-head-text{
	margin-left: 10px;
	color: #808080;
	float: left;
}
@CHARSET "UTF-8";
/* ================ 图标列表风格   ======================*/

/*图标列表风格*/
.ui-icon-list {
	list-style:none;
	padding:3px;
	margin-top:5px;
}

/*图标单元 */
.ui-icon-list .ui-list-item-link {
	display:block;
	float:left;
	height:70px;
	width:218px;
	margin:5px 6px 13px 6px;
	color:#000;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	position:relative;
}
a.ui-list-item-link:hover{
	color:#3399FF;
	background:#efefef;
}

/*图标单元 - 图标*/
.ui-icon-list .ui-item-icon{
	float:left;
	width:64px;
	height:64px;
	margin-left:3px;
	margin-right:2px;
}

/*图标单元 - 正文内容*/
.ui-icon-list .ui-item-content{
	float:left;
	padding:4px;
	width:140px;
}
.ui-icon-list .ui-item-content h2{
	font-size:14px;
}
.ui-icon-list .ui-item-content p{
	color:#666;
}

/*图标通用风格*/
.ui-icon-list .icon{
	color:#ffffff;
}@CHARSET "UTF-8";
/* ================ 图标风格   ======================*/

/*大图标*/
.ui-bigicon i{
	font-size: 42px;
	line-height:67px;
}

/*中图标 - 重写*/
.ui-midicon .ui-list-item-link {
	height:50px;
	width:140px;
	margin:4px 2px 4px 2px;
}
.ui-midicon i{
	font-size: 28px;
	line-height:42px;
}
.ui-midicon .ui-item-icon{
	float:left;
	width:42px;
	height:42px;
}
.ui-midicon .ui-item-content{
	width:60px;
}

/*小图标*/
.ui-smallicon i{
	font-size: 16px;
	line-height:22px;
}

/*科技申报图标 大中小*/
.ico_kejishenbao_b{
	padding:12px 10px 12px 10px;
	background:#16A4D4;
	color:#fff;
}
.ico_kejishenbao_m{
	padding:6px 4px 6px 4px;
	background:#16A4D4;
	color:#fff;
}
.ico_kejishenbao_s{
	padding:6px 4px 6px 4px;
	background:#16A4D4;
	color:#fff;
}@CHARSET "UTF-8";
/* ================  布局风格  ======================*/

/* 基本布局风格-网页全宽 */
.wrapper {
	width: 990px;
	margin: 0 auto;
}
/*底部布局*/
.footer{
	width: 990px;
	margin: 0 auto;
}
/* 应用顶栏布局 */
.ui-app-banner{
	height: 54px;
	overflow:hidden;
	padding-top:10px;
	background: url('../../img/app-banner-bg.png') no-repeat;
	background-position:200px -12px;
}

/*顶部布局-全宽*/
.top-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	height: 62px;
	z-index: 90;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-sizing: content-box;
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15); /*firefox*/
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15); /*webkit*/
}
/* 主体布局-全宽 */
.main-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top:22px;
	padding-top:50px;
	padding-bottom:15px;
	background:#E9EAEC url('../../img/main-wrapper-bg.png') repeat-x top;
}
/* 底部布局-全宽 */
.bottom-wrapper {
	width: 100%;
}
@CHARSET "UTF-8";
/* ================ 列表风格 ======================*/
@-webkit-keyframes  shineColor {  
from { -webkit-box-shadow: 0 0 3px #bbb; }  
50% { -webkit-box-shadow: 0 0 8px #888; }  
to { -webkit-box-shadow: 0 0 3px #bbb; }  
}

/*详细信息列表模式*/
.ui-listdetail  .ui-list-item-link{
	width: 100%;
}
.ui-listdetail  i{
	font-size: 42px;
	line-height:67px;
}
.ui-listdetail  .ui-list-item-link{
	width: 96%;
}
.ui-listdetail  .ui-item-icon{
	margin-right: 5px;
}
.ui-listdetail  .ui-item-content{
	width: 88%;
	line-height:22px;
}
.ui-listdetail  .ui-item-content p{
	width: 99%;
	max-width: 99%;  /*IE不能解释该属性，而FF可以*/
	line-height:22px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}


/*首页列表模式*/
.ui-listindex {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
}
.ui-listindex  .ui-list-item-link{
	width: 60px;
	
	text-align: center;
	display: inline-block;
}

.ui-listindex  .ui-list-item-link .ui-item-icon {
    float: none;
    margin: 0 auto;
    padding: 0;
}

.ui-listindex  .top-hint-bigicon-num {
    left: 51px;
    top: -4px;
}
.ui-listindex   .top-hint-bigicon-num-middle {
    left: 47px;
    top: -2px; 
}
.ui-listindex  .top-hint-bigicon-num-big {
    left: 45px;
    top: -2px;
}

.ui-listindex  i{
	font-size: 20px;
	line-height:67px;
}

.ui-listindex  .ui-item-icon{
	width: 61px;
	height: 60px;
}

.ui-listindex  .ui-item-content{
	width: 100%;
	line-height:12px;
	margin: 0 auto;;
	padding:0;
	text-align: center;
}
.ui-listindex  .ui-icon-list .ui-item-content h2 {
    font-size: 12px;
}
.ui-listindex  .ui-item-content p{
	width: 99%;
	max-width: 99%;  /*IE不能解释该属性，而FF可以*/
	line-height:22px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

/*政策兑现图标*/
.zhengceduixian{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/zhengceduixian.png) no-repeat center center;
}
.zhengceduixian-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/zhengceduixian_s.png) no-repeat center center;
}

/*政策兑现图标*/
.zhengceduixian{
	width:64px;
	height:64px;
	background:url(../../img/bizicons/zhengceduixian.png) no-repeat center center;
	margin: 0 auto;
}
.zhengceduixian-s{
	width:48px;
	height:48px;
	background:url(../../img/bizicons/zhengceduixian_s.png) no-repeat center center ;
	margin: 0 auto;
}

/*火炬统计图标*/
.huojutongji{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/huojutongji.png) no-repeat center center;
}
.huojutongji-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/huojutongji_s.png) no-repeat center center ;
}

/*税收优惠图标*/
.shuishouyouhui{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/shuishouyouhui.png) no-repeat center center;
}
.shuishouyouhui-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/shuishouyouhui_s.png) no-repeat center center ;
}

/*知识产权图标*/
.zhishichanquan{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/zhishichanquan.png) no-repeat center center;
}
.zhishichanquan-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/zhishichanquan_s.png) no-repeat center center ;
}

/*业务备案图标*/
.yewubeian{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/yewubeian.png) no-repeat center center;
}
.yewubeian-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/yewubeian_s.png) no-repeat center center ;
}

/*科技金融图标*/
.kejijinrong{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/kejijinrong.png) no-repeat center center;
}
.kejijinrong-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/kejijinrong_s.png) no-repeat center center ;
}

/*企业认定图标*/
.qiyerending,.rdomanage{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/qiyerending.png) no-repeat center center;
}
.qiyerending-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/qiyerending_s.png) no-repeat center center ;
}

/*领军人才图标*/
.lingjunrencai{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/lingjunrencai.png) no-repeat center center;
}
.lingjunrencai-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/lingjunrencai_s.png) no-repeat center center ;
}

/*科技项目图标*/
.kejixiangmu{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/kejixiangmu.png) no-repeat center center;
}
.kejixiangmu-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/kejixiangmu_s.png) no-repeat center center ;
}

/*科技招商图标*/
.kejizhaoshang{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/kejizhaoshang.png) no-repeat center center;
}
.kejizhaoshang-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/kejizhaoshang_s.png) no-repeat center center ;
}

/*主体管理图标*/
.zhutiguanli{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/zhutiguanli.png) no-repeat center center;
}
.zhutiguanli-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/zhutiguanli_s.png) no-repeat center center ;
}

/*指标管理图标*/
.zhibiaoguanli{
    width:64px;
    height:64px;
    margin: 0 auto;
    background:url(../../img/bizicons/zhibiaoguanli.png) no-repeat center center;
}

/*业务征集图标*/
.yewuzhengji{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/yewuzhengji.png) no-repeat center center;
}
.yewuzhengji-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/yewuzhengji_s.png) no-repeat center center ;
}

/*企业监测图标*/
.qiyejiance{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/qiyejiance.png) no-repeat center center;
}
.qiyejiance-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/qiyejiance_s.png) no-repeat center center ;
}

/*资源管理图标*/
.ziyuanguanli{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/ziyuanguanli.png) no-repeat center center;
}
.ziyuanguanli-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/ziyuanguanli_s.png) no-repeat center center ;
}

/*企业信用图标*/
.qiyexinyong{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/qiyexinyong.png) no-repeat center center;
}
.qiyexinyong-s{
	width:48px;
	height:48px;
	margin: 0 auto;
	background:url(../../img/bizicons/qiyexinyong_s.png) no-repeat center center ;
}
.dataservice{
	width:64px;
	height:64px;
	margin: 0 auto;
	background:url(../../img/bizicons/dataservice.png) no-repeat center center ;
}


/* 项目列表 */
.ui-project-list{
	margin:5px 0;
}
/* 单个项目 */
.ui-project-list .ui-project-item{
	margin:10px 0;
	border:1px solid #EBEBEB;
}
.ui-project-list .hover{
	margin:10px 0;
	border:1px solid #888;
	-webkit-animation-name: shineColor;   
	-webkit-animation-duration: 3s;  
	-webkit-animation-iteration-count: infinite;   
}
/* 单个项目 - 头部 */
.ui-project-item .ui-project-head{
	background-color:#F4F4F4;
	line-height:28px;
	padding:2px 4px 2px 7px;
}
.ui-project-item .ui-project-head label{
	padding:2px 1px 2px 6px;
}
.ui-project-item .ui-project-head span{
	padding:2px 6px 2px 1px;
}
/* 单个项目 - 内容 */
.ui-project-item .ui-project-container{
	padding:3px;
}
.ui-project-item .ui-project-container .ui-table{
	font-size:13px;	
}
.ui-project-item .ui-table td.item1,.ui-project-item .ui-table td.item2{
	border-right:1px solid #EBEBEB;
}
.ui-project-item .ui-project-container .ui-table h2{
	font-size:14px;
	line-height:28px;
}
.ui-project-item .ui-project-container .ui-table p{
	font-size:13px;
	line-height:22px;
	color:#666;
}

/*查询域主风格*/
.ui-list-query{
	list-style:none;
	padding:0;
	margin:0;
	border-bottom: 1px solid #ccc;
}
/*查询域行*/
.ui-list-query .ui-list-item{
	font-size:14px;
	position: relative;
	border-bottom: 1px dashed #DEDEDE;
}
.ui-list-query .ui-list-item a{
	font-size:13px;
}
/*查询域行头, 主题, 尾部*/
.ui-list-query .ui-list-item .ui-list-item-head{
	position: absolute;
	margin-left: 19px;
	margin-top: 8px;
	color: rgb(51,51,51);
}
.ui-list-query .ui-list-item .ui-list-item-body{
	height: 36px;
	overflow: hidden;
	padding: 0 52px  0 166px;
}
.ui-list-query .ui-list-item .ui-list-item-tail{
	position: absolute;
	right: 19px;
	top: 8px;
}
.ui-list-query .ui-list-item .ui-list-item-body{
	height: 36px;
	overflow: hidden;
	padding: 0 52px  0 166px;
}
.ui-list-query .ui-list-item .ui-list-item-tail{
	position: absolute;
	margin-right: 19px;
	margin-top: 3px;
}
/*查询域参数外框边距*/
.ui-list-query .ui-list-item-query-padding{
	padding: 6px 0; 
}
/*查询域查询参数*/
.ui-list-query .ui-list-query-item{
	padding:2px 0;
	margin: 0 20px 8px 0;
	max-width: 150px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*查询域的最后一行，去掉下面的虚线*/
.ui-list-query .lastline{
	border-bottom: none;
}
/*选中的查询参数*/
.ui-list-query .selected{
	padding:2px 8px;
	background:#638BFF;
	color:#fff;
	font-weight:bold;
}
/*多选按钮*/
.ui-list-query  .multi-btn{
	position: absolute;
	border: 1px solid #DAD9D9;
	line-height: 15px;
	text-decoration: none;
	padding: 3px 4px;
	display: block;
	right: 10px;
	width: 30px;
	vertical-align: middle;
}
/*查询域的最后一行，去掉下面的虚线*/
.ui-list-query .query-label{
	color:rgb(51,51,51);
	margin:0 4px 0 6px;
}
/*两行高度*/
.ui-list-query  .ui-list-item div.item-2-line{
	height:68px;
}
/*查询域参数容器*/
.ui-list-query .ui-list-item-query-container{
	padding:4px 15px;
}
/*无边框list样式*/
.ui-list-none{
	border: none;
}
/*=== 查询域列表样式 end ===*/

/* 中间对齐的列表 begin*/
.ui-dlist-detail{
	line-height:3.2;
	color:rgb(51,51,51);
	font-size:14px;
}
.ui-dlist-detail .ui-dlist-tit{
	width: 13%;
}
.ui-dlist-detail .ui-dlist-det{
	margin-left:20px;
}
/* 中间对齐的列表 end*/

/* 温馨提示面板列表样式 begin*/
.ui-list-prompt{
	list-style:disc inside;
	padding:0 10px 10px 10px;
}
.ui-list-prompt .ui-list-item{
	font-size:13px;
	color: rgb(55,96,146);
}
/* 温馨提示面板列表样式 end*/

/*分类列表*/
.ui-list-category .ui-list-item{
	line-height:26px;
	display: inline-block;
	padding-right:30px;
	border:none;
}@CHARSET "UTF-8";
/* ================ 日志显示风格 ======================*/

/* 审批日志风格 */
.ui-review-log{
	 list-style: none;
	 background:#fff;
	 padding:6px;
	 margin:10px 0 10px 0;
}
/* 审批日志 - 日志项目 */
.ui-review-log .ui-list-item{
	 font-size:14px;
	 padding:4px 8px 4px 8px;
	 border-top:1px solid #e1e1e1;
}
.ui-review-log .header{
	border-top:none;
}
.ui-review-log span{
	margin-right: 10px;
}
@CHARSET "UTF-8";
/* ================  logo风格   ======================*/

/*顶部logo风格*/
.main-logo{
	background:url(../../img/logo-small.png);
	width:203px;
	height:47px;
	margin-top:6px;
}

/*应用logo风格*/
.app-logo{
	padding:3px 0 0 6px;
}
.app-logo .logo{
	font-size: 36px;
	padding:2px 0 0 4px;
  	line-height: 36px;
}
.app-logo .app-name{
	font-size:25px;
	padding-left:6px;
	color:#666;
}@CHARSET "UTF-8";
/* ================ 菜单风格 ======================*/

/* 竖向菜单项 - 左侧的APP菜单 */
.ui-menu{
	padding:2px 1px 15px 3px;
}
.ui-menu .ui-menu-item{
	height:42px;
	line-height:36px;
	padding:4px 2px 0 0;
	margin:2px 0 2px 0px;
}
.ui-menu .hover{
	background:#eee;
}
.ui-menu .ui-menu-item a{
	font-size:15px;
	line-height:36px;
	padding-left:2px;
	color:#333;
}
.ui-menu .ui-menu-item a:hover{
	color:#08c;
}
.ui-menu .ui-menu-item .icon{
	font-size: 22px;
	color:#ffffff;
	line-height:32px;
}
.ui-menu .ui-menu-item span{
	padding:0 4px 0 8px;
}

/* 竖向菜单项 - 左侧的设置菜单 */
.ui-menu-set{
	float:right;
	padding:0;
	margin:0;
}
/*菜单项*/
.ui-menu-set .ui-menu-item{
	height:32px;
	line-height:28px;
	padding-left:3px;
	background:rgb(242,242,242);
	width:140px;
	margin:3px 0 3px 0;
}
.ui-menu-set .ui-menu-item .ui-menu-item-icon{
	font-size:16px;
	font-weight:bold;
	color:#16A4D4;
}
.ui-menu-set .ui-menu-item a{
	line-height:28px;
	padding-left:4px;
}
/*选中菜单*/
.ui-menu-set .ui-menu-item-current{
	background:rgb(85,142, 213);
}
.ui-menu-set .ui-menu-item-current a{
	color:#fff;
}
.ui-menu-set .ui-menu-item-current .ui-menu-item-icon{
	color:#fff;
}
.ui-menu-set .ui-menu-item-current a:hover{
	color:#eee;
}/*=== 导航栏  ui-nav.css begin ===*/

/*顶部导航栏*/
.ui-top-nav{
	  list-style: none;
	  font-size:15px;
	  margin-left:2px;
}
.ui-top-nav li{
	float: left;
 	position: relative;
}
.ui-top-nav li a{
  display: block;
  padding: 0 4px;
  margin: 0 2px;
  line-height: 62px;
  height: 62px;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-top-nav li a:hover{
	color:#3399FF;
}

/* 图标子菜单面板*/
#topnav-apps-submenu{
	padding-top:11px;
	background:url(../../img/app-popup-panel-bg.png) no-repeat top left;
}
.topnav-apps-subment-panel{
	height:185px;
	width:465px;
	overflow-y: auto; 
	overflow-x:hidden;
	background:#fff;
	border-left:#DEDEDE 1px solid;
	border-right:#DEDEDE 1px solid;
	border-bottom:#DEDEDE 1px solid;
}

/*顶部菜单的子菜单*/
.ui-topnav-submenu{
	padding:3px;
}
.ui-topnav-submenu-item{
	line-height:32px;
	font-size:15px;
}
.ui-topnav-submenu-item a{
	color:#333;
}
.ui-topnav-submenu-item a:hover{
	color:#08c;
}

/*页面正文导航栏-黑色风格*/
.ui-nav-black{
	margin-bottom:10px;
}
.ui-nav-black .ui-nav-main{
	padding-left: 0; 
	border-radius: 0; 
	background: #53AAF0;
}
.ui-nav-black .ui-nav-item {
	margin:0;
}
.ui-nav-black .ui-nav-item a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight:normal;
}
.ui-nav-black .ui-nav-item a:hover {
	background:  #2897F0;
}
.ui-nav-black .ui-nav-item-current a,.ui-nav-item-current a:hover {
	color: #fff;
	background: #2897F0;
	filter: none;
}
.ui-nav-black .ui-nav-subitem a{
	display:inline-block;
	*display:inline;
	zoom:1;
	padding:0 15px;
	height:26px;
	line-height:26px;
	background:transparent;
	color:#868686;
	font-weight:normal;
	font-size:13px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ui-nav-black .ui-nav-subitem a:hover{
	height:24px;
	line-height:24px;
	padding:0 14px;
	background:transparent;
	-webkit-box-shadow:0 -1px 0 #f6f6f6;
	box-shadow:0 -1px 0 #f6f6f6;
	border:1px solid #cecece;
	-webkit-border-radius:3px;
	border-radius:3px
}
.ui-nav-black .ui-nav-subitem-current a,.ui-nav-subitem-current a:hover{
	height:24px;
	line-height:24px;
	padding:0 14px;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-top:1px solid #bebebe;
	border-bottom:1px solid transparent;
	_border-bottom:1px solid #dadada;
	-webkit-box-shadow:inset 0 1px 0 #dadada;
	box-shadow:inset 0 1px 0 #dadada;
	background:#e7e7e7
}
/*=== 页面正文菜单导航栏 end ===*//*=== 分页样式 begin ===*/

/*css digg style pagination*/
div.digg{padding:3px;margin:3px;text-align:center}
div.digg a{border:#aaaadd 1px solid;padding:2px 5px;margin:2px;color:#0070C0;text-decoration:none}
div.digg a:hover{border:#0070C0 1px solid;color:#000;}
div.digg a:active{border:#0070C0 1px solid;color:#000;}
div.digg span.current{border:solid 1px #0070C0;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#0070C0;}
div.digg span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

/*css yahoo style pagination*/
div.yahoo{margin:3px;padding:3px;text-align:center}
div.yahoo a{border:#fff 1px solid;padding:2px 5px;margin:2px;color:#0070C0;text-decoration:underline;}
div.yahoo a:hover{border:#0070C0 1px solid;color:#000;}
div.yahoo a:active{border:#0070C0 1px solid;color:#f00;}
div.yahoo span.current{border:#fff 1px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#000;background-color:#fff;}
div.yahoo span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

/*css meneame style pagination*/
div.meneame{padding:3px;font-size:80%;margin:3px;color:#ff6500;text-align:center;}
div.meneame a{border:#ff9600 1px solid;padding:5px 7px;background-position:50% bottom;background-image:url(../images/meneame.jpg);margin:0 3px 0 0;text-decoration:none;}
div.meneame a:hover{border:#ff9600 1px solid;background-image:none;color:#ff6500;background-color:#ffc794;}
div.meneame a:active{border:#ff9600 1px solid;background-image:none;color:#ff6500;background-color:#ffc794;}
div.meneame span.current{border:#ff6500 1px solid;padding:5px 7px;font-weight:bold;color:#ff6500;margin:0 3px 0 0;background-color:#ffbe94;}
div.meneame span.disabled{border:#ffe3c6 1px solid;padding:5px 7px;color:#ffe3c6;margin:0 3px 0 0;}

/*css flickr style pagination*/
div.flickr{padding:3px;margin:3px;text-align:center;}
div.flickr a{border:#dedfde 1px solid;padding:2px 6px;background-position:50% bottom;color:#0061de;margin:0 3px 0 0;text-decoration:none;}
div.flickr a:hover{border:#000 1px solid;background-image:none;color:#fff;background-color:#0061de;}
div.meneame a:active{border:#000 1px solid;background-image:none;color:#fff;background-color:#0061de}
div.flickr span.current{padding:2px 6px;font-weight:bold;color:#ff0084;margin:0 3px 0 0;}
div.flickr span.disabled{padding:2px 6px;color:#adaaad;margin:0 3px 0 0;}

/*css sabrosus style pagination*/
div.sabrosus{padding:3px;margin:3px;text-align:center;}
div.sabrosus a{border:#9aafe5 1px solid;padding:2px 5px;margin:0 2px 0 0;text-decoration:none;}
div.sabrosus a:hover{border:#2b66a5 1px solid;color:#000;background-color:lightyellow;}
div.pagination a:active{border:#2b66a5 1px solid;color:#000;background-color:lightyellow;}
div.sabrosus span.current{border:navy 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#2e6ab1}
div.sabrosus span.disabled{border:#929292 1px solid;padding:2px 5px;margin:0 2px 0 0;}

/*css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

/*css quotes style pagination*/
div.quotes{padding:3px;margin:3px;text-align:center;}
div.quotes a{border:#ddd 1px solid;padding:2px 5px;color:#aaa;margin:0 2px 0 0;}                                                                     
div.quotes a:hover{border:#a0a0a0 1px solid;padding:2px 5px;margin:0 2px 0 0;}
div.quotes a:active{border:#a0a0a0 1px solid;padding:2px 5px;margin:0 2px 0 0;}
div.quotes span.current{border:#e0e0e0 1px solid;padding:2px 5px;font-weight:bold;color:#aaa;margin:0 2px 0 0;background-color:#f0f0f0;}
div.quotes span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

/*css black style pagination*/
div.black{padding:10px 3px;font-size:80%;margin:3px;color:#a0a0a0;background-color:#000;text-align:center;}
div.black a{border:#909090 1px solid;padding:2px 5px;color:#c0c0c0;margin:0 3px 0 0;text-decoration:none;}
div.black a:hover{border:#f0f0f0 1px solid;color:#ffffff;background-color:#404040;}
div.black a:active{border:#f0f0f0 1px solid;color:#ffffff;background-color:#404040}
div.black span.current{border:#ffffff 1px solid;padding:2px 5px;font-weight:bold;color:#ffffff;margin:0 3px 0 0;background-color:#606060}
div.black span.disabled{border:#606060 1px solid;padding:2px 5px;color:#808080;margin:0 3px 0 0;}

/*css black2 style pagination*/
div.black2{padding:7px;margin:3px;text-align:center;}
div.black2 a{border:#000000 1px solid;padding:2px 5px;margin:2px;color:#000000;text-decoration:none;}
div.black2 a:hover{border:#000000 1px solid;color:#fff;background-color:#000;}
div.black2 a:active{border:#000000 1px solid;color:#fff;background-color:#000;}
div.black2 span.current{border:#000000 1px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#000000;}
div.black2 span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

/*css black-red style pagination*/
div.black-red{font-size:11px;color:#fff;font-family:tahoma, arial, helvetica, sans-serif;background-color:#3e3e3e;}
div.black-red a{padding:2px 5px;margin:2px;color:#fff;background-color:#3e3e3e;text-decoration:none;}
div.black-red a:hover{color:#fff;background-color:#ec5210;}
div.black-red a:active{color:#fff;background-color:#ec5210;}
div.black-red span.current{padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#313131;}
div.black-red span.disabled{padding:2px 5px;margin:2px;color:#868686;background-color:#3e3e3e;}

/*css grayr style pagination*/
div.grayr{padding:2px;font-size:11px;font-family:tahoma, arial, helvetica, sans-serif;background-color:#c1c1c1;}
div.grayr a{padding:2px 5px;margin:2px;color:#000;background-color:#c1c1c1;text-decoration:none;}
div.grayr a:hover{color:#000;background-color:#99ffff;}
div.grayr a:active{color:#000;background-color:#99ffff;}
div.grayr span.current{padding:2px 5px;font-weight:bold;margin:2px;color:#303030;background-color:#fff;}
div.grayr span.disabled{padding:2px 5px;margin:2px;color:#797979;background-color:#c1c1c1;}

/*css yellow style pagination*/
div.yellow{padding:7px;margin:3px;text-align:center;}
div.yellow a{border:#ccc 1px solid;padding:2px 5px;margin:2px;color:#000;text-decoration:none;}
div.yellow a:hover{border:#f0f0f0 1px solid;color:#000;}
div.yellow a:active{border:#f0f0f0 1px solid;color:#000;}
div.yellow span.current{border:#d9d300 1px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#d9d300;}
div.yellow span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

/*css jogger style pagination*/
div.jogger{padding:2px;margin:7px;font-family:"lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif;}
div.jogger a{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#fff;background-color:#ee4e4e;text-decoration:none;}
div.jogger a:hover{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#fff;background-color:#de1818;}
div.jogger a:active{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#fff;background-color:#de1818;}
div.jogger span.current{padding:0.5em 0.64em 0.43em 0.64em;margin:2px;color:#6d643c;background-color:#f6efcc;}
div.jogger span.disabled{display:none;}

/*css starcraft2 style pagination*/
div.starcraft2{padding:3px;font-weight:bold;font-size:13.5pt;margin:3px;color:#fff;font-family:arial;background-color:#000;text-align:center;}
div.starcraft2 a{margin:2px;color:#fa0;background-color:#000;text-decoration:none;}
div.starcraft2 a:hover{color:#fff;background-color:#000;}
div.starcraft2 a:active{color:#fff;background-color:#000;}
div.starcraft2 span.current{font-weight:bold;margin:2px;color:#fff;background-color:#000;}                                                                    
div.starcraft2 span.disabled{margin:2px;color:#444;background-color:#000;}

/*css tres style pagination*/
div.tres{padding:7px;font-weight:bold;font-size:13.2pt;margin:3px;font-family:arial, helvetica, sans-serif;text-align:center;}
div.tres a{border:#d9d300 2px solid;padding:2px 5px;margin:2px;color:#fff;background-color:#d90;text-decoration:none;}
div.tres a:hover{border:#ff0 2px solid;color:#000;background-color:#ff0;}
div.tres a:active{border:#ff0 2px solid;color:#000;background-color:#ff0;}
div.tres span.current{border:#fff 2px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#000;}
div.tres span.disabled{display:none}

/*css megas512 style pagination*/
div.megas512{padding:3px;margin:3px;text-align:center;}
div.megas512 a{border:#dedfde 1px solid;padding:2px 6px;background-position:50% bottom;color:#99210b;margin-right:3px;text-decoration:none;}
div.megas512 a:hover{border:#000 1px solid;background-image:none;color:#fff;background-color:#777777;}
div.megas512 a:active{border:#000 1px solid;background-image:none;color:#fff;background-color:#777777;}
div.megas512 span.current{padding:2px 6px;font-weight:bold;color:#99210b;margin-right:3px;}
div.megas512 span.disabled{padding:2px 6px;color:#adaaad;margin-right:3px;}

/*css technorati style pagination*/
div.technorati{padding:3px;margin:3px;text-align:center;}
div.technorati a{border:#ccc 1px solid;padding:2px 6px;background-position:50% bottom;font-weight:bold;color:rgb(66,97,222);margin-right:3px;text-decoration:none;}
div.technorati a:hover{background-image:none;color:#fff;background-color:#4261df;}                                                                     
div.technorati a:active{background-image:none;color:#fff;background-color:#4261df;}                                                                     
div.technorati span.current{padding:2px 6px;font-weight:bold;color:#000;margin-right:3px;}
div.technorati span.disabled{display:none;}

/*css youtube style pagination*/
div.youtube{padding:4px 6px 4px 0;border:#9c9a9c 1px dotted;font-size:13px;color:#313031;font-family:arial, helvetica, sans-serif;background-color:#cecfce;text-align:right;}
div.youtube a{padding:1px 3px;font-weight:bold;margin:0px 1px;color:#0030ce;text-decoration:underline;}
div.youtube a:hover{}
div.youtube a:active{}
div.youtube span.current{padding-right:2px;padding-left:2px;padding-bottom:1px;color:#000;padding-top:1px;background-color:#fff}
div.youtube span.disabled{display:none;}

/*css msdn style pagination*/
div.msdn{padding:4px 6px 4px 0;font-size:13px;color:#313031;font-family:verdana,tahoma,arial,helvetica,sans-serif;background-color:#fff;text-align:right;}
div.msdn a{border:#b7d8ee 1px solid;padding:5px 6px 4px 5px;margin:0px 3px;color:#0030ce;text-decoration:none;}
div.msdn a:hover{border:#b7d8ee 1px solid;color:#0066a7;background-color:#d2eaf6;}
div.pagination a:active{border:#b7d8ee 1px solid;color:#0066a7;background-color:#d2eaf6;}
div.msdn span.current{border:#b7d8ee 1px solid;padding:5px 6px 4px 5px;font-weight:bold;margin:0px 3px;color:#444444;background-color:#d2eaf6;}
div.msdn span.disabled{display:none;}

/*css badoo style pagination*/
div.badoo{padding:10px 0px;font-size:13px;color:#48b9ef;font-family:arial, helvetica, sans-serif;background-color:#fff;text-align:center;}
div.badoo a{border:#f0f0f0 2px solid;padding:2px 5px;margin:0px 2px;border-left:#f0f0f0 2px solid;color:#48b9ef;text-decoration:none;}
div.badoo a:hover{border:#ff5a00 2px solid;color:#ff5a00;}
div.badoo a:active{border:#ff5a00 2px solid;color:#ff5a00;}
div.badoo span.current{border:#ff5a00 2px solid;padding:2px 5px;font-weight:bold;color:#fff;background-color:#ff6c16;}
div.badoo span.disabled{display:none}

/*css manu style pagination*/
.manu{padding:3px;margin:3px;text-align:center;}
.manu a{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#036cb4;text-decoration:none;}
.manu a:hover{border:#999 1px solid;color:#666;}
.manu a:active{border:#999 1px solid;color:#666;}
.manu .current{border:#036cb4 1px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#036cb4;}
.manu .disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

/*css green-black style pagination*/
div.green-black{padding:3px;margin:3px;text-align:center;}
div.green-black a{border:#2c2c2c 1px solid;padding:2px 5px;background:url(../images/image1.gif) #2c2c2c;color:#fff;margin:0 2px 0 0;text-decoration:none;}
div.green-black a:hover{border:#aad83e 1px solid;background:url(../images/image2.gif) #aad83e;color:#fff;}
div.green-black a:active{border:#aad83e 1px solid;background:url(../images/image2.gif) #aad83e;color:#fff;}
div.green-black span.current{border:#aad83e 1px solid;padding:2px 5px;font-weight:bold;background:url(../images/image2.gif) #aad83e;color:#fff;margin:0 2px 0 0;}
div.green-black span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

/*css viciao style pagination*/
div.viciao{margin-top:20px;margin-bottom:10px}
div.viciao a{border:#8db5d7 1px solid;padding:2px 5px;color:#000;margin:0 2px 0 0;text-decoration:none;}
div.viciao a:hover{border:red 1px solid;padding:2px 5px;margin:0 2px 0 0;}
div.viciao a:active{border:red 1px solid;padding:2px 5px;margin:0 2px 0 0;}
div.viciao span.current{border:#e89954 1px solid;padding:2px 5px;font-weight:bold;color:#000;margin:0 2px 0 0;background-color:#ffca7d;}
div.viciao span.disabled{border:#ccc 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

/*css yahoo2 style pagination*/
div.yahoo2{padding:3px;font-size:0.85em;margin:3px;font-family:tahoma,helvetica,sans-serif;text-align:center;}
div.yahoo2 a{border:#ccdbe4 1px solid;padding:2px 8px;background-position:50% bottom;color:#0061de;margin:0 3px 0 0;text-decoration:none;}
div.yahoo2 a:hover{border:#2b55af 1px solid;background-image:none;color:#fff;background-color:#3666d4;}
div.yahoo2 a:active{border:#2b55af 1px solid;background-image:none;color:#fff;background-color:#3666d4;}
div.yahoo2 span.current{padding:2px 6px;font-weight:bold;color:#000;margin:0 3px 0 0;}
div.yahoo2 span.disabled{display:none;}
div.yahoo2 a.next{border:#ccdbe4 2px solid;margin:0px 0px 0px 10px;}
div.yahoo2 a.next:hover{border:#2b55af 2px solid;}
div.yahoo2 a.prev{border:#ccdbe4 2px solid;margin:0px 10px 0px 0px;}
div.yahoo2 a.prev:hover{border:#2b55af 2px solid;}@CHARSET "UTF-8";
/* ================ 面板风格======================*/

/* panel基础样式模块 */
.ui-panel {
    border: 1px solid #ccc;
    zoom: 1;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.ui-panel:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.ui-panel-follow /*--使用在panel和上面的panel相连的情况下 --*/ {
    border-top: none;
}
.ui-panel-head {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 10px;
    height: 16px;
    line-height: 16px;
    background:#fff;
    zoom: 1;
}
.ui-panel-head .ui-panel-head-title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}
.ui-panel-head .ui-panel-head-more {
    float: right;
}
.ui-panel-head .ui-panel-head-text {
    margin-left: 10px;
    color: #808080;
    float: left;
}
.ui-panel-container {
    background: #fff;
}
.ui-panel-content /* 可选，用于默认有内边距的panel */ {
    padding: 8px;
}
/*面板的布局*/
.ui-panel-left{
	width:15%;
	float:left;
	padding:20px 0 20px 0;
}
.ui-panel-main{
	width:81%;
	float:left;
	padding:0 10px 0 10px;
	margin:5px 0 10px 0;
	border-left:1px solid #eee;
}

/*彩色面板*/
.ui-panel-gray{
	background: #F6F6F6;
}
.ui-panel-lightblue{
	background: rgb(218,229,241);
}

/* 竖向菜单面板 */
.ui-menu-panel.ui-panel-head{
	border-bottom:none;
	padding-top:14px;
}
.ui-menu-panel.ui-panel-head .ui-panelhead-title{
	font-size:17px;
	font-weight:normal;
}
.ui-menu-panel.ui-panel-head .ui-panelhead-text{
	font-size:10px;
}

/*业务面板，所有功能的主要界面 */
.ui-biz-panel{
	background-color:#FFFFFF;
	padding:0 10px 30px 10px;
	border: none;
	font-size:13px;
	border-radius: 2px;
	/*
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	*/
}
/* opera或ie9*
.ui-biz-panel:hover{
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.2);
}
*/

.ui-biz-panel .ui-panel-head{
	height:27px;
	line-height:29px;
	padding-left:0;
}
.ui-biz-panel .ui-panel-head-title{
	font-size:16px;
	font-weight:normal;
}
.ui-biz-panel .ui-panel-head .ui-panel-head-title .icon{
	margin-right:1px;
}

/*左侧菜单面板 */
.ui-menu-panel{
	background-color:#FFFFFF;
	padding:0 5px 0 5px;
	border: none;
	font-size:13px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	border-radius: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ui-menu-panel:hover{
   box-shadow:0 3px 10px rgba(0, 0, 0, 0.2);/*opera或ie9*/ 
}
.ui-menu-panel .ui-panel-head{
	border-bottom:none;
}

/*首页通知面板 */
.ui-notice-panel{
	background-color:#FFFFFF;
	padding:0 5px 0 5px;	
	border: none;
	font-size:13px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	border-radius: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ui-notice-panel:hover{
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);/*opera或ie9*/ 
}

/* 搜索面板 */
.ui-search-panel{
}
/* 搜索面板 - 标题栏 */
.ui-search-panel .ui-search-head {
    position: relative;
    line-height:34px;
}
.ui-search-panel .ui-search-head:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/* 搜索面板 - 标题 */
.ui-search-panel .ui-head-title{
	font-size:15px;
	line-height:34px;
	font-weight:bold;
	color:#0089dc;
	padding:0 6px 8px 4px;
	float: left;
	display: inline;
	margin: 0;
}
/* 搜索面板 - 搜索框 */
.ui-search-panel .ui-text-search{
	padding: 3px 5px;
	line-height: 18px;
	border: 1px solid #c1c1c1;
	color: #595959;
	font-size: 13px;
	width:90px;
}
/* 搜索面板 - 内容 */
.ui-search-context{
	padding:8px;
}
.ui-search-panel .ui-search-container{
	border-bottom: 1px solid #c1c1c1;
	padding:5px 0 5px 0;
}
/* 搜索面板 - 条件 */
.ui-search-condition td{
	 padding: 4px 5px 4px;
	 border:none;ui-search-panel
}

/* 搜索结果面板 */
.ui-result .ui-result-head{
	line-height:32px;
	font-size:14px;
	color:#666;
	background-color:#f5f5f5;
	border: 1px solid #e8e8e8;
}

/* 查询结果数据展现 */
.ui-result-data{
	
}

/*批量操作栏*/
.ui-result-batchbanner{
	padding:6px 2px 0 8px;
	line-height:22px;
}
.ui-result-batchbanner label{
	padding:0 12px 0 5px;
}

/*温馨提示面板，淡蓝色背景*/
.ui-panel-hint{
	margin-top:10px;
	border:none;
	border-left: 2px solid rgb(79,129,189);
	background: rgb(218,229,241);
}
.ui-panel-hint .ui-panel-head{
	padding-left:10px;
	border-bottom:none;
	background: none;
}
.ui-panel-hint .ui-panel-head-title{
	color: rgb(55,96,146);
    font-size: 13px;
    font-weight: bold;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}
.ui-panel-hint .ui-panel-container{
	border-bottom: none;
    position: relative;
    padding:0;
    line-height: 18px;
    background: none;
}

/*弹出面板*/
.ui-panel-popup{
	display:none;
	position:absolute; 
	border: 1px solid #bbb;
	background-color: #FFF;
	padding:5px;
	width:680px; 
	top:32px;
	left:160px;
	z-index:9999; 
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding:5px;
}
.ui-panel-popup-container {
	padding:10px 5px 10px 5px;
}
.ui-panel-popup-container .ui-panel-popup-closebtn{ 
	position:absolute; 
	right:10px; 
	top: 2px; 
	font-size:14px; 
	font-weight:bold;
}
.ui-panel-popup .ui-tiptext-arrow em{
	color:#bbb;
}
.ui-panel-popup .ui-tiptext-arrow span{
	color:#fff;
}@CHARSET "UTF-8";
/* ================  段落块显示风格  ======================*/

/* 蓝色文字 下划线标题风格 */
.ui-section-head{
	border-bottom: 1px solid #ccc;
    position: relative;
    padding: 6px 6px 4px 10px;
    height: 18px;
    line-height: 16px;
    zoom: 1;
}
.ui-section-head .ui-box-head-title{
	color: #0089dc;
    font-size: 15px;
    font-weight: bold;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}
.ui-section-head .ui-box-head-text{
	margin-left: 10px;
    color: #808080;
    float: left;
}@CHARSET "UTF-8";
/* ================  空间风格  ======================*/

/* 空间主体 */
.ui-space-body {
	margin: 15px 0 10px 0;
}

/* 基本段落 */
.ui-space-body  .ui-space-body-paragraph {
	display: block;
	zoom: 1;
	font-size: 12px;
	margin: 8px 0;
	padding: 0;
	border-bottom: 0;
}

.ui-space-body  .ui-space-body-paragraph:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.paragraph-head {
	display: block;
	position: relative;
	padding: 10px 10px 2px 10px;
	height: 16px;
	line-height: 16px;
	zoom: 1;
}

.paragraph-head .paragraph-head-title {
	color: #656565;
	font-size: 14px;
	font-weight: 700;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.paragraph-head .paragraph-head-text {
	margin-left: 10px;
	color: #808080;
	float: left;
}

.paragraph-head .paragraph-head-more {
	float: right;
}

.paragraph-container {
	display: block;
	background: #FFF;
}

.paragraph-container .paragraph-content {
	display: block;
	padding: 10px;
}

/* 段落-简介*/
.ui-space-body .paragraph-epsummary {
	display: block;
	border: 1px #ccc dashed;
	font-size: 13px;
}

.ui-space-body .paragraph-epsummary .paragraph-head {
	display: block;
	padding: 0;
	height: 15px;
	line-height: 15px;
}

.ui-space-body .paragraph-epsummary .paragraph-head .paragraph-head-title {
	position: absolute;
	width: 60px;
	height: 22px;
	font-weight: normal;
	line-height: 20px;
	top: -10px;
	left: 4px;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	z-index: 1;
}

.ui-space-body .paragraph-epsummary .paragraph-content p {
	text-indent: 2em;
}

/* 段落-一级段落*/
.ui-space-body .paragraph-level1 {
	display: block;
}

.ui-space-body .paragraph-level1 .paragraph-head {
	background:#fff;
	height:24px;
	border-bottom:1px solid #ccc;
}

.ui-space-body .paragraph-level1 .paragraph-head .paragraph-head-title {
	color: #336699;
	line-height:22px;
	padding-left: 1px;
}

.ui-space-body .paragraph-level1 .paragraph-head .paragraph-head-title .title-no {
	color: #fff;
	padding-right: 8px;
}

.ui-space-body .paragraph-level1 .paragraph-head .paragraph-head-title .title-text {
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	background-color: #fff;
}

/* 段落-二级段落*/
.ui-space-body .paragraph-level2 {
	display: block;
	padding: 0 5px;
}

.ui-space-body .paragraph-level2 .paragraph-head {
	background:#fff;
	height:24px;
	border-bottom:none;
}

.ui-space-body .paragraph-level2 .paragraph-head .paragraph-head-title {
	color: #666;
	line-height:22px;
	padding-left: 1px;
}

.ui-table {
	font-size: 14px;
}

.ui-dlist {
	font-size: 14px;
}

/* 空间的数据表格风格 */
.ui-table-data {
	border: 0;
	border-top: 1px solid #bbb;
}

.ui-table-data th {
	border: 0;
	font-weight: 700;
}

/* 表格风格下面是虚线的下划线风格  */
.ui-table-dashline td {
	height: 22px;
	color: #666;
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
}

.ui-table-dashline td p {
	padding-left: 10px;
}

/* 列表风格 */
.ui-dlist-col1, .ui-dlist-col2 {
	width: 50%;
	float: left;
	color: #666;
}

.ui-dlist-tit {
	width: 28%;
	text-align: left;
	padding-left: 6px;
	border-bottom: 1px dashed #ccc;
}

.ui-dlist-det {
	width: 68%;
	text-align: left;
	padding-left: 6px;
	border-bottom: 1px dashed #ccc;
}@CHARSET "UTF-8";
/* ================  可切换的面板 选项按钮风格 ======================*/


/*选项按钮*/
.ui-tabbutton-panel{
	height:52px;
}
.ui-tabbutton{
	color: #666;
	white-space: nowrap;
	display: inline-block;
	margin: 5px 6px;
	padding: 0 12px;
	line-height:32px;
	font-size:15px;
}
.ui-tabbutton.current{
	color: #fff;
	background-color: #0089dc;
	border-radius: 4px;
}@CHARSET "UTF-8";
/* ================  表格风格   ======================*/

/* 头部浅蓝色的表格样式 */
.ui-table-bluetable{
	font-size:13px;
}
.ui-table-bluetable thead{
	background:rgb(142,180,227);
}
.ui-table-bluetable th{
	color:#fff;
}

/*查询结果表格的配色*/
.ui-box-queryresult, .ui-box-queryresult .ui-box-container {
    border: none;
}
.ui-box-queryresult .ui-table thead{
	background:#CDE7FD;
	filter:none;
}
.ui-box-queryresult .ui-table thead th {
    border: 1px solid #fff;
    color: #1288CD;
}
.ui-box-queryresult .ui-table tr.even{
	background-color: #F4F8FB; /*奇偶行*/
} 
.ui-box-queryresult .ui-table tr.odd{
	background-color: #EAF3FC;	/*奇偶行*/
}
.ui-box-queryresult .ui-table td{
	border: 1px solid #fff;
	padding:1px 8px 1px 8px;
	height: 33px;
	font-size:12px;
	line-height:16px;
}@CHARSET "UTF-8";
/* ================ 顶部用户面板风格 ======================*/

/*顶部用户面板 */
.ui-top-userpanel{
	position: relative;
	top: 14px;
	left: 15px;
	float:right;
	height: 32px;
	min-width:140px;
	z-index: 90;
	line-height:32px;
	font-size:13px;
	background:url(../../img/top-user-panel-bg-left.png) no-repeat left; 
	cursor:pointer;
}
.ui-top-userpanel-right{
	z-index: 91;
	height: 32px;
	background:url(../../img/top-user-panel-bg-right.png) no-repeat right; 
	cursor:pointer;
}
.ui-top-userpanel-small{
	position: relative;
	float:right;
	font-size:13px;
	top: 5px;
	left: 4px;
	min-width:140px;
	height: 26px;
	line-height:27px;
	z-index: 90;
	background:url(../../img/top-user-panel-bg-small-left.png) no-repeat left; 
	cursor:pointer;
}
.ui-top-userpanel-small-right{
	z-index: 91;
	height: 26px;
	background:url(../../img/top-user-panel-bg-small-right.png) no-repeat right; 
	cursor:pointer;
}
/*短面板-用于未登陆*/
.ui-short-panel{
	width:95px;
	background:url(../../img/top-user-panel-short-bg.png) no-repeat; 
	cursor:pointer;
}
.ui-top-userpanel-small span,.ui-top-userpanel span{
	padding-left:8px;
	display:inline;
}
.ui-top-userpanel-small span.login-name,.ui-top-userpanel span.login-name{
	color:#003366;
	/*float:right;*/
	padding-right:12px;
}
..ui-top-userpanel-small span.login-name,ui-short-panel span.login-name{
	padding-right:12px;
}

/*顶部用户面板*/
#ui-top-userpanel-submenu{
	padding-top:11px;
	background:url(../../img/top-user-panel-submenu-bg.png) no-repeat top right;
}
.ui-top-userpanel-submenu-panel{
	height:350px;
	width:498px;
	background:#fff;
	border-left:#DEDEDE 1px solid;
	border-right:#DEDEDE 1px solid;
	border-bottom:#DEDEDE 1px solid;
}

/*用户面板风格*/

/*用户面板样式*/
.ui-top-userpanel-submenu-panel{
    padding:10px;
}
/*左侧面板*/
.userpanel-left {
    float:left;
    width:76%;
    height:340px;
    overflow:hidden;
}
/*上面板*/
.userpanel-top {
    padding:4px 15px 10px 0;
    border-bottom:1px solid #e8e8e8;
}

/*用户头像*/
.user-face{
    width:60px;
    height:60px;
    float:left;
}
.user-face img{
    width:58px;
    width:58px;
}
/*用户信息*/
.user-info{
    float:left;
    line-height:24px;
    padding:0 0 0 4px;
}
.user-info .user-name{
    font-size:15px;
    font-weight:bold;
}
.user-info .user-epname{
    font-size:14px;
}

/*下面板*/
.userpanel-bottom {
    padding:6px 10px 6px 0;
}

.userpanel-bottom .ui-title{
    font-size:14px;
    font-weight:bold;
}


/*右侧面板*/
.userpanel-right {
    float:left;
    width:23.5%;
    height:340px;
    border-left:1px solid #e8e8e8;
}
.ui-userpanel-menus{
    padding:4px 10px 10px 15px !important;
}
.ui-userpanel-menus .ui-list-item{
    line-height:28px !important;
    width: auto !important;
    height:auto !important;
    margin: 0 !important;
    border: none !important;
    padding:2px 4px !important;
}
.ui-userpanel-menus .ui-list-item a{
    font-size:14px;
}
.ui-userpanel-menus .ui-list-item a:hover{
    color:#16A4D4;
}
@CHARSET "UTF-8";
/* ================ 通知提醒风格 ======================*/

/*通知提醒*/
.ui-user-notify{
    font-size:13px;
}
.ui-user-notify .ui-notify-item{
    line-height:21px;
    margin:4px 2px 5px 0;
    padding:4px 5px 3px 4px;
    color:#333;
}
.ui-user-notify .not-read{
	
}
.ui-user-notify .ui-notify-item a{
	color:#1DAEFF;
}
@CHARSET "UTF-8";
/* ================  一些小的特殊风格   ======================*/
/*顶部区域的超链接*/
.top-wrapper a {
	color: #333333;
	text-decoration: none;
}

/*特殊效果 - 阴影风格 */
.box-shadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bcbcbc',
		Direction=135, Strength=4); /*for ie6,7,8*/
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /*firefox*/
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /*webkit*/
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /*opera或ie9*/
}

/*超链接风格，一般超链接之间都会有空隙*/
.ui-link {
	margin: 4px 6px 4px 6px;
}
/*文字风格*/
.ui-text {
	margin: 4px 6px 4px 0;
}
/*特殊效果 - 右上角小提示风格 - 变更背景 */
.top-hint, .top-hint-bigicon {
	background: url('../../img/icon-xiaotishi.png') no-repeat top right;
}

/*特殊效果 - 右上角小提示风格 - 增加div，同时附着在大图标上 */
.top-hint-bigicon {
	position: absolute;
	height: 16px;
	width: 16px;
	left: 56px;
	top: 0;
}

/*特殊效果 - 右上角小提示风格  带数字提醒- 变更背景 */
.top-hint-bigicon-num {
	background: url('../../img/icon-yuanxing.png') no-repeat top right;
}

/*特殊效果 - 右上角小提示风格 带数字提醒 - 增加div，同时附着在大图标上 */
.top-hint-bigicon-num {
	position: absolute;
	height: 16px;
	width: 16px;
	left: 56px;
	top: -2px;;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size:12px;
}


/*特殊效果 - 右上角小提示风格  带数字提醒- 变更背景 */
.top-hint-bigicon-num-middle {
	background: url('../../img/icon-yuanjuxing-m.png') no-repeat top right;
}

/*特殊效果 - 右上角小提示风格 带数字提醒 - 增加div，同时附着在大图标上 */
.top-hint-bigicon-num-middle {
	position: absolute;
	height: 14px;
	width: 20px;
	left: 54px;
	top: -2px;;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size:12px;
}


/*特殊效果 - 右上角小提示风格  带数字提醒- 变更背景 */
.top-hint-bigicon-num-big {
	background: url('../../img/icon-yuanjuxing.png') no-repeat top right;
}

/*特殊效果 - 右上角小提示风格 带数字提醒 - 增加div，同时附着在大图标上 */
.top-hint-bigicon-num-big {
	position: absolute;
	height: 14px;
	width: 26px;
	left: 56px;
	top: -4px;;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size:12px;
}


/*重要动态提示*/
.ui-dymaic-hint {
	font-size: 13px;
	line-height: 22px;
}