@charset "gb2312";
.page-network {
	width: 100%;
	padding: 0px 10px;
}
.page-network-form {
	width: 100%;
	margin-bottom: 20px;
}
.page-network-form span {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #2a2a2a;
}
.page-network-form select {
	display: block;
	float: left;
	width: 49%;
	height: 40px;
	padding: 9px;
	margin-bottom: 2%;
	margin-right: 2%;
	border: 1px solid #AADDFF;
	line-height: 20px;
	background-color: #FFF;
}
.page-network-form select:nth-child(3) {
	margin-right: 0%;
}
.page-network-form input[type="submit"] {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background-color: #0088FF;
	cursor: pointer;
	clear: both;
}
.page-network-holder {
	width: 100%;
}
.page-network-content {
	display: block;
	float: left;
	width: 49%;
	padding: 6px;
	margin-bottom: 2%;
	margin-right: 2%;
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 5px 0px #999;
	box-shadow: 2px 2px 5px 0px #999;
}
.page-network-content:nth-child(2n) {
	margin-right: 0%;
}
.page-network-content .img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-network-content .title {
	display: block;
	height: 40px;
	padding: 5px;
	line-height: 30px;
	background-color: #484848;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-network-content .operation {
	
}