html {
	min-height: 100%;
	position: relative;
}
#teamcont {
	margin: 0 auto;
	padding:0 auto;
}
#teamcont .partener {
	margin-left:30px;
	margin-top:20px;
	text-align:center;
}
#teamcont #pichuan .partener {
	float:left;
}
.pname {
	padding:10px 0 10px 0;
	font-weight:bold;
	color:black;
	background: #eee;
}
.pinfo {
	color:black;
	background: #eee;
	padding:0px 0 10px 0;
}
.parinforma {
	position:absolute;
	z-index:10;
	width:710px;
	color:black;
	display:none;
	border:solid 5px #eee;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background:#FFFFFF;
	margin-left:80px;
}
#teamcont .partener .row1 {
	background-color:#0000CC;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	max-width: 168px;
	cursor:pointer;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393');
}
.showLeft {
	float:left;
	padding:5px 10px 10px 20px;
	max-width: 200px;
	font-family: 'Microsoft Yahei', sans-serif;
}
.showRight {
	float:left;
}
.showRight .huncontent {
	padding:20px 10px 20px 30px;
	font-size:14px;
	line-height:25px;
	width:420px;
	color: #585858;
	text-align:left;
	font-family: 'Microsoft Yahei', sans-serif;
	text-align:justify;
	height: 300px;
	overflow-y: auto;
}
.closebtn {
	clear:both;
	position:relative;
	top:3px;
	left:670px;
	width:36px;
	height:36px;
	background-image:url(../img/close-n.png);
	cursor:pointer;
}
.cssshadow {
	-moz-box-shadow: 1px 1px 20px 4px #afafaf;
	-webkit-box-shadow:1px 1px 20px 4px #afafaf;
	box-shadow:1px 1px 20px 4px #afafaf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf');
}
/************************************/

.pagination-wrapper {
	margin: 20px 0;
	text-align:center;
}

.pagination {
	height: 34px;
	display: inline-block;
}
.pagination .pageinfo{
	width:110px;
}
.pagination li {
	display: inline-block;
	height: 32px;
	margin-right: 5px;
 line-height: 32px;
}

.pagination a {
	display: inline-block;
	height: 32px;
	margin-right: 5px;
 line-height: 32px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}

.pagination  a:hover {
	background: #f5f5f5;
	color: #009f4f;
}

.pagination   a.page-num-current{ background:#ddd;}


.pagination li.thisclass {
	background: #009f4f;
	color: #fff;
	padding: 0 12px;
 line-height: 32px;
}

.pagination li.thisclass a,.pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}