/*左边菜单*/
.left-menu {
	padding-top: 12px;
}
.left-menu .item {
	height: 36px;
	overflow: hidden;
	_zoom: 1;
}
.left-menu .item .title {
	line-height: 36px;
	color: #333333;
	font-size: 14px;
}
.left-menu .item .title:hover {
	color: #dc3545;
}
.left-menu .item .date {
	color: #cccccc;
	margin-left: 6px;
}
.left-menu .n1, .left-menu .n2, .left-menu .n3 {
	background-position: 0 0;
}
.left-menu .title:hover {
	color: #c30;
}
.left-menu .now {
	font-weight: 700;
	background: #dc3545;
}
.left-menu .now .title {
	color: #fff;
}
.left-menu .title {
	padding-left:1rem
}
.left-menu .list-group li {
	line-height:50px;
}
/*右侧*/
.single-web {
	overflow: hidden;
	_zoom: 1;
	width: 100%;
	margin: 0 auto;
	padding: 32px 0;
	min-height:500px;
}
.single-web p {	
	
}
.single-map a {
	display:inline-block;
	width:15%;
	text-align:center;
	margin-bottom:1.5rem;
	background: #f5f5f5;
    border-radius: 5px;
	padding:10px;
	color:#666;
}
.single-map a:hover {	
	background: #dc3545;
	color:#fff;
}
.single-map {
	min-height:500px;
}

.single-map .h5 span{
	position:relative;
	width:100%;
	height:33px;
}
.single-map .h5 span:after{
	position: absolute;
	width:80px;
	background:#dc3545;
	height:2px;
	bottom:-1px;
}
