@charset "gb2312";
.page-network-map {
	position: relative;
	width: 100%;
	min-width: 900px;
	height: 640px;
}
.page-network-map-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}
.page-network-map-title .title {
	width: 100%;
	height: 40px;
	font-size: 24px;
	color: #a67e43;
	font-weight: bold;
	border-bottom: 1px solid #a67e43;
	margin-bottom: 10px;
}
.page-network-map-title .text {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.page-network-map-ctrl {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 640px;
	height: 530px;
}
.page-network-map-list {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	height: 600px;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #CCC;
	box-shadow: 0px 0px 5px 0px #CCC;
}
.page-network-map-list .title {
	width: 100%;
	height: 50px;
	border-radius: 5px 5px 0px 0px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background-color: #a67e43;
}
.page-network-map-list .note {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2A2A2A;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #EEE;
}
.page-network-map-list .form {
	width: 100%;
	height: 160px;
	padding: 10px;
}
.page-network-map-list .form select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	line-height: 18px;
	color: #666;
	font-size: 14px;
	background-color: #FFF;
}
.page-network-map-list .form input[type="submit"] {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #000;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.page-network-map-list .list {
	width: 100%;
	height: 350px;
	padding: 0px 10px 10px 10px;
}
.page-network-map-list .list .list-holder {
	width: 100%;
	height: 340px;
	padding: 10px;
	border: 1px solid #EEE;
	overflow: auto;
}
.page-network-map-list .list .list-holder a {
	display: block;
	width: 100%;
	padding: 5px 0px;
	line-height: 24px;
	border-bottom: 1px solid #EEE;
	color: #666;
}
.page-network-map-list .list .list-holder a:hover {
	color: #a67e43;
}
/*-------------------------------------------------------------------------------------------------*/
.page-network {
	width: 100%;
}
.page-network-holder {
	float: left;
	width: 23.5%;
	background-color: #FFF;
	margin-right: 2%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.page-network-holder:nth-child(4n) {
	margin-right: 0%;
}
.page-network-holder .img {
	width: 100%;
	overflow: hidden;
}
.page-network-holder .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-network-holder .title {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #EEE;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-network-holder .operation {
	width: 100%;
	padding: 15px;
}
.page-network-holder .operation a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #a67e43;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
}
.page-network-holder .operation a:hover {
	background-color: #000;
}