@charset "utf-8";
/* CSS Document */
@import url("common.css?str=123213");
body{
	background-color: #FFF;
}
#topDiv{
	height: 45px;
}
#content{
	position: relative;
	top: 10px;
}
.title_1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #6288f7;
}
.descDiv{
	line-height: 20px;
	color: #666;
	text-align: left;
	margin-bottom: 10px;
}
.title_2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.openWin{
	color:#fc6b88;
	font-weight: bold;
	cursor: pointer;
}
#pageTitle{
	top: 10px;
}