﻿/****公用****/
li {list-style: none;}
/* a{ color:#333; text-decoration:none;cursor: pointer;} */
a:hover{ text-decoration: none; color:#19479E;} 
.fl{ float:left;}
.fr{ float:right;}
.txtcenter{ text-align:center;}
.bor{ border:1px solid #CCC;}
.rel{ position:relative;}
.red{ color:#FF0000;}
.white{ color:#FFF;}
.block{ display:block;}
.btn-block{ display:block; width: 100%;}
.in-block{display: inline-block;}
.hide{ display:none;}
.transparent_class{ filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}
.mt15{ margin-top: 15px;}
div.p0{ padding:0}
.clear-padding{ padding: 0 !important;}
div.blue-bgc{ background-color: #eef3fa;}


/* CSS Document by nownow date:20190902  update:20191115*/

/*******************头部开始***********************/
.page-top{
	/*padding: 0 15px;*/
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	background: url(../images/top-banenr.png) no-repeat top center;
	background-size: cover;
}
.page-top .logo{
	padding-top: 5px;
}
.page-top .logo img{
	width: 140px;
	height: 50px;
}
.page-top .small-name{
	margin-top: 11px;
    margin-left: 10px;
    padding: 3px 18px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.page-top .user-box{
	/*width: 390px;*/
}
.page-top .user-box ul.list-con{
	height: 80px;
	/*margin-top: 11px;*/
}
.page-top .user-box ul.list-con li.list{
	float: left;
	margin-left: 12px;
	position: relative;
	padding: 10px 10px;
}
.page-top .user-box ul.list-con li.list:hover{
	background: rgba(0,0,0,0.2);
}
.page-top .user-box ul.list-con li.list:first-child{
	margin-left: 0px;
}
.page-top .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;
}
.page-top .user-box ul.list-con li.list .ico{
	width: 19px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;	
}
.page-top .user-box ul.list-con li.list .ico-news{
	background: url(../images/ico-news.png) no-repeat;
}
.page-top .user-box ul.list-con li.list .ico-bell{
	background: url(../images/ico-bell.png) no-repeat;
}
.page-top .user-box ul.list-con li.list .ico-pic{
	background: url(../images/ico-pic.png) no-repeat;
}
.page-top .user-box ul.list-con li.list .tips{
	position: absolute;
	top: 8px;
	right: 8px;
	background: #FF2412;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.page-top .user-box ul.list-con li.list .user-pic{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #F0FDFF;
}
/*.page-top .user-box ul.list-con li.list .user-pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}*/
.page-top .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; 
}
.page-top .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;
}
.page-top .user-box ul.list-con li.user{
	cursor: pointer;
}

/*头部下拉菜单*/
.dropdown-menu{
	width: 346px;
	font-size: 14px;
	position: absolute;
	top: 57px;
	right: 9px;
	color: #333333;
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
	z-index: 99999;
}
.global-message .dropdown-menu{
	width:320px;
    left: -47px;
}
.user .dropdown-menu{
	width: 160px;
	left: -32px;
}
.dropdown-menu .triangle{
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/dropdown-triangle.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 74px;
	z-index: 99999;
}
.user .dropdown-menu .triangle{
	left: 58px;
}
.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%;
	margin-left: 0;
}
.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: 160px;
	left: -32px;
}
.droplist .dropdown-body{
	padding-bottom: 0;
}
.droplist .dropdown-body .list-box{
	
}
.droplist .dropdown-body .list-box li{
	padding: 5px;
	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;
}


/*******************头部结束***********************/


/* CSS Document by nownow date:20191114  update:20191118*/

body{
	background: #eef3fa;
}

.wrap{
	padding-top: 60px;
	display: flex;
	flex: auto;
	flex-direction: row;
	min-height: 100vh;
}

/*******************侧边栏开始***********************/
.sidebar-box{
	width: 230px;
	min-height: calc(100% - 60px);
	/*min-height: 100vh;*/
	background: #FFFFFF;
    flex-direction: row;
    position: relative;
    z-index: 10;
}
.sidebar-box .app-name{
	margin: 15px;
	color: #fff;
	background: #2881e8;
    height: 40px;
    line-height: 40px;;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}
.sidebar-box .app-name i{
	vertical-align: middle;
	margin-right: 5px;
	font-size: 20px;
	font-weight: normal;
}
.sidebar-box .sidebar-menu{
	margin: 15px;
}
.sidebar-menu .side-level{
	margin-left:0;
   /*padding-left: 10px;*/
}
.sidebar-menu .side-level li{
	list-style:none;
	margin: 5px 0;
}
.sidebar-menu .side-level li a{
	display: block;
	font-size: 15px;
	color: #4b5a7c;
	padding: 8px 10px;
	
}
.sidebar-menu .side-level li a i{
	font-size: 16px;
	font-weight: normal;
	margin-right:5px;
}
.sidebar-menu .side-level li a i.trangle{
	font-size:12px;
	float:right;
	color:#9babbe;
	line-height: 26px;
}
.sidebar-menu>.side-level>.side-sub>a{
	/* font-weight:bold; */
}
.side-level .side-children{
	margin-left:10px;
}
.side-level .side-sub a:hover, .side-level .side-sub a{
	border-radius: 5px;
}

.side-level .side-sub a:hover{
	color: #505464;
	font-weight: bold;
	border-radius: 5px;
	background: #e4ecf7;
}

 .side-level .side-sub.current a{
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: #2881e8;
 }
.side-level .side-children li{
	margin: 5px 0;
}
.side-level .side-children li a{
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #505464;
}
.side-level .side-children li a:hover{
	color: #505464;
	font-weight: bold;
	border-radius: 5px;
	background: #e4ecf7;
}
.side-level .side-children li.current a{
	color: #fff;
	font-weight: bold;
	background: #2881e8;
}
.side-level .side-children li i{
	margin-right: 10px;
}

/*******************侧边栏结束***********************/


/*******************右边栏开始***********************/
.layout-main{
	display: flex;
	flex: auto;
	flex-direction: column;
    padding: 15px;
}
.layout-content{
	flex: auto;
}
.con-header, .ant-layout-footer{
  flex: 0 0 auto;
}
.con-header{
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
}
.con-header a{
	color:#505464;
	font-weight: bold;
}
.con-header a.header-title-sub{
	color: #888;
}
.con-header span{
	margin: 0 5px;
}
.layout-con{
  padding: 15px;
  background: #fff;
  overflow: auto;
	/* width: 1177px; */
}

/*******************右边栏结束***********************/


/*******************尾部***********************/
.layout-footer {
  /* padding: 24px 50px; */
  font-size: 12px;
}
.layout-footer p{
	color: #999;
	text-align: center;
}


