@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: 20px;
	color: #005f50;
	font-weight: bold;
	border-bottom: 1px solid #2daa5a;
	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;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a08b+0,005f50+100 */
background: #005f50; /* Old browsers */
background: -moz-linear-gradient(top, #00a08b 0%, #005f50 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00a08b 0%,#005f50 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00a08b 0%,#005f50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a08b', endColorstr='#005f50',GradientType=0 ); /* IE6-9 */
}
.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 #CCDDFF;
	line-height: 18px;
	color: #558EFF;
	font-size: 14px;
	background-color: #FFF;
}
.page-network-map-list .form input[type="submit"] {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #2daa5a;
	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: #558EFF;
}
.page-network-map-list .list .list-holder a:hover {
	color: #2a2a2a;
}
/*-------------------------------------------------------------------------------------------------*/
.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: 10px 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: 10px 15px;
}
.page-network-holder .operation a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #CCC;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
}
.page-network-holder .operation a:hover {
	background-color: #2daa5a;
}