.layui-layer .layui-layer-title{
	background-color:white;
	border-bottom:0;
	text-align:center;
	color:#cbb486;
	font-size:18px;
	padding:0;
	font-weight:bold;
}
.layui-layer .layui-layer-content ul{
	padding-bottom:25px;
}
.layui-layer .layui-layer-content ul li:before{
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#cbb486;
	vertical-align:middle;
	margin-right:15px;
	
}
.layui-layer .layui-layer-content ul li{
	font-size:15px;
	padding:10px 15px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.noticeBar{
	background:#f7f7f7;
}
.contentbar{
	width:1190px;
	margin:0 auto;
	overflow:hidden;
}
.noticeBar .left{
	float:left;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	background-size:20px;
}
.noticeBar .listbox{
	height:57px;
	overflow: hidden;
	float:left;
}
.noticeBar ul{
	width:1000px;
	float:left;
	margin:0 auto;
	overflow: hidden;
	padding:10px 0;
}
.noticeBar .allshow{
	display:inline-block;
	
}
.noticeBar .listbox.singlelineshow{
	height:auto;
}
.noticeBar .zhanshoubox{
	float:left;
	color:#9d9d9d;
	cursor:pointer;
	padding-top:15px;
	font-size:16px;
}
.noticeBar .zhanshoubox span{
	vertical-align: middle;
}
.noticeBar .zhanshoubox i{
	display: inline-block;
	font-size:12px;
	vertical-align: middle;
}
.noticeBar ul li{
	float:left;
	font-size:16px;
	margin-right:40px;
	height:40px;
	line-height:40px;
	color:#000;
	max-width:90%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.noticeBar ul li.item{
	cursor:pointer;
}
.noticeBar ul li.item:hover{
	color:#6f5226;
}
.noticeBar ul li.item:hover:before{
	background:#6f5226;
}
.noticeBar ul li.item:before{
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	background:#cbb486;
	vertical-align: middle;
	margin-right:8px;
}