.mainCon .hd ul{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #f3f3f3;
}
.mainCon .hd ul li{
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 5px 0 0;
	margin-right: 5px;
}
.mainCon .hd ul li:hover,.mainCon .hd ul li.on{
	color: #fff;
	background-color: #0092da;
	}
/*双创人物*/
.mainCon .bd .SCRW ul li,.mainCon .bd .SCQY ul li{
	height: 179px;
	padding-top: 20px;
	border-bottom: 1px dashed #ddd;
}
.mainCon .bd .SCRW ul li .imgBox,.mainCon .bd .SCQY ul li .imgBox{
	width: 270px;
	height: 172px;
	overflow: hidden;
}
.mainCon .bd .SCRW ul li .imgBox img,.mainCon .bd .SCQY ul li .imgBox img{
	display: block;
	width: 270px;
	height: 172px;
}
.mainCon .bd .SCRW ul li .textBox,.mainCon .bd .SCQY ul li .textBox{
	width: 905px;
	padding-left: 20px;
}
.blueBorder{
	display: inline-block;
	border-bottom: 2px solid #0092DA;
	padding-bottom: 4px;
}
.RW-Name{
	display: block;
	padding: 6px 0;
}
.RW-Name:hover{
	color: #0092DA;
}
.RW-detail{
	height: 70px;
	line-height: 25px;
	padding: 11px 0 10px;
}

.RW-button{
	width: 88px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f0f0f0;
	color: #666;
	border-radius: 4px;
	margin-top: 8px;
}
.SCQY .RW-button{
	margin-top: 20px;
}
.SCQY .RW-detail{
	padding: 5px 0 10px;
}
.RW-button:hover{
	border: 1px solid #0092da;
	color: #0092DA;
}

