.content .contentMain {
    margin-top: 25px;
    overflow: hidden;
}
.sidebar{
	width: 240px;
	float: left;
	padding-bottom: 30px;
	background: #fff;
}
.sidebar li{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	cursor: pointer;
}
.sidebar li h3{
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.sidebar li.current{
	background: #4291ba;
}
 .sidebar li.current a{
 	color: #fff;
 }
.sidebar li i{
	float: right;
}
.sidebar li:hover{
	color: #fff;
	background: #4291ba;
}
.sidebar li:hover a{
	color: #fff;
}
.sidebar .companyCode{
	margin-top: 30px;
	text-align: center;
}
.sidebar .companyCode p{
	margin-top: 5px;
}
.contentBanner{
	position: relative;
}
.contentBanner img{
	width: 100%;
	height: 150px;
}
.contentBanner .auto{
	position: absolute;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
.contentBanner .auto h3{
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 38px;
	font-style: italic;
	letter-spacing: 4px;
}
.pageContent .layui-form-item {
    width: 80px;
    display: inline-block;
    position: relative;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.pageContent .layui-form-item::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #ccc;
}
.pageContent .layui-form-item:first-child::after{
	background: transparent;
}
.pageContent{
	float: right;
	width: 900px;
	padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 30px;
}
.pageTitle ::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 25px;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background: #1c7ebf;
}
.pageTitle{
	position: relative;
	padding-left: 20px;
	overflow: hidden;
	float: left;
}
.pageTitle h3{
	float: left;
}
.pageContent .options{
	float: right;
}
.pageContent .options>div{
	float: left;
	position: relative;
}
.pageContent .layui-form-item{
	width: 80px;
	display: inline-block;
	position: relative;
}
.pageContent .layui-form-select .layui-input{
	padding-right: 0;
	border: none;
	position: relative;
}
.pageTop{
	line-height: 70px;
	zoom: 1;
	border-bottom: 1px solid #ebebeb;
}