﻿@charset "utf-8";
/* CSS Document by nownow date:20190909*/
ul,li{ list-style: none; margin: 0; padding: 0;}
.left{
	float: left;
}
.right{
	float: right;
}

.row-margin30{
	margin-left: -30px;
	margin-right: -30px;
}

.gloabl-header .small-name{
	margin-top: 28px;
	margin-left: 24px;
	width: 136px;
	height: 30px;
	background: rgba(0,0,0,0.2);
	color: #A7C7F1;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;

}

.small-logo{
	margin-top: 10px;
	margin-left: 20px;
}
.small-logo h3{
	color: #c4d9f5;
	font-weight: bold;
}

.gloabl-header .user-box ul.list-con{
	height: 80px;
	margin-top: 21px;
}
.gloabl-header .user-box ul.list-con li.list{
	float: left;
	margin-left: 26px;
	position: relative;
}
.gloabl-header .user-box ul.list-con li.list:first-child{
	margin-left: 0px;
}
.gloabl-header .user-box ul.list-con li.list .notice{
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.2);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
}
.gloabl-header .user-box ul.list-con li.list .ico{
	width: 19px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;	
}
.gloabl-header .user-box ul.list-con li.list .ico-news{
	background: url(../../images/ico-news.png) no-repeat;
}
.gloabl-header .user-box ul.list-con li.list .ico-bell{
	background: url(../../images/ico-bell.png) no-repeat;
}
.gloabl-header .user-box ul.list-con li.list .ico-pic{
	background: url(../../images/ico-pic.png) no-repeat;
}
.gloabl-header .user-box ul.list-con li.list .tips{
	position: absolute;
	top:0;
	right: 0;
	background: #FF2412;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.gloabl-header .user-box ul.list-con li.list .user-pic{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #F0FDFF;
}
/*.top .user-box ul.list-con li.list .user-pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}*/
.gloabl-header .user-box ul.list-con li.list .user-name{
	display: block;
	margin-left: 12px;
	margin-top: 10px;
	color: #F0FDFF;
	font-size: 14px;
	max-width: 112px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	line-height: 22px;
}
.gloabl-header .user-box ul.list-con li.list .ico-downArrow{
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../../images/ico-downArrow.png) no-repeat;
	margin-top: 16px;
	margin-left: 16px;
}
.gloabl-header .user-box ul.list-con li.user{
	cursor: pointer;
}

/*头部下拉菜单*/
.dropdown-menu{
	width: 346px;
	font-size: 14px;
	color: #333333;
	border-radius: 5px !important;
	top: 126%;
	right: 0;
	left: auto;
	line-height: normal;
	border-color: transparent;
}
.dropdown-menu a{
	color: #333333;
}
.dropdown-menu a:hover{
	color: #19479E;
}
.dropdown-menu .triangle{
	display: block;
	width: 10px;
	height: 6px;
	background: url(../../images/dropdown-triangle.png) no-repeat;
	position: absolute;
	top: -5px;
	right: 15px;
	z-index: 99999;
}
.dropdown-menu .dropdown-tl{
	padding: 15px;
	font-size: 16px;
}
.dropdown-menu .dropdown-body{
    padding-bottom: 15px;
}
.dropdown-menu .dropdown-body ul.user-news{
	width: 100%;
}
.dropdown-menu .dropdown-body ul.user-news li{
	padding: 15px;
	border-top: #E2E2E2 solid 1px;
}
.dropdown-menu .dropdown-body ul.user-news li img{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.dropdown-menu .dropdown-body ul.user-news li .notification-content{
	margin-left: 60px;
	position: relative;
}
.notification-content small{
	position: absolute;
	top: 0;
	right: 0;
	color: #9C9C9C;
	font-size: 10px;
}
.notification-content .news{
	color: #9C9C9C;
    margin-top: 5px;;
}

.droplist{
	width: 200px;
}
.droplist .dropdown-body{
	padding-bottom: 0;
}
.droplist .dropdown-body .list-box{
	
}
.droplist .dropdown-body .list-box li{
	padding: 15px;
	border-top: #E2E2E2 solid 1px;
}
.droplist .dropdown-body .list-box li:first-child{
	border-top:0;
}
.droplist .dropdown-body .list-box li a{
	display: block;
}

/*左边导航*/
.cep-menu-inline>.cep-menu-submenu>.cep-menu-submenu-title{
	/*border-left: #4693fe solid 3px;*/
}
.cep-menu-dark .cep-menu-submenu-title:hover i.cep-menu-submenu-arrow:before,
.cep-menu-dark .cep-menu-submenu-title:hover i.cep-menu-submenu-arrow:after{
	background: #9e9e9e !important;
	
}
.cep-menu-dark .cep-menu-selected .cep-menu-submenu-title{
	border-left: #1366CA solid 3px;
	font-weight: bold;
	background: #fff;
}
.cep-menu-dark .cep-menu-submenu-title:hover{
	color: #1366CA;
	background-color: #eef7fd;
}


/*按钮*/
/*.btn-default{
	color: #333 !important;
	border: #d9d9d9 solid 1px !important;
	box-shadow: 0 2px 0 rgba(0,0,0,.015);
}
.btn-default:hover{
	background: #fff !important;
	border-color: #19479E !important;
	color: #19479E !important;
}*/
.btn{
	margin-right: 6px;
}
.btn.btn-white.no-border{
	border: #ccc solid 1px !important;
}
.btn.btn-white{
	color: #1366CA !important;
	background: #fff !important;
}
.btn.btn-white:hover{
	color: #1366CA !important;
	border-color: #1366CA !important;
	background: #fff !important;
}

/*竖线*/
.cep-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum', "tnum";
          font-feature-settings: 'tnum', "tnum";
  background: #e8e8e8;
}
.cep-divider,
.cep-divider-vertical{
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.cep-divider-horizontal{
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}

/*表格*/
.ui-jqgrid{
	margin-top: 10px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding: 15px;
}
.ui-jqgrid .ui-jqgrid-htable{
	border-top: 0;
}
.ui-jqgrid .ui-jqgrid-htable{
	border-bottom: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-hdiv, 
.ui-jqgrid .ui-jqgrid-bdiv{
	border-left: 0;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{ 
	border-bottom: #ddd solid 1px;
	white-space: normal !important;
}
