@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif,"Times New Roman";
	font-size:14px;
	color: #666;
	text-align:center;
}
a {
	color: #2781C9;
	text-decoration:none;
}
a:hover {
	color: #F90;
}
img {
	border:none;
}
#top {
	width:960px;
	height:180px;
	background:url(../images/sub_top_bg.jpg) no-repeat;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	text-align:left;
	margin:0 auto;
}
#top p {
	display:block;
	padding-top:156px;
	font-size:12px;
	color:#FFF;
}
#top a {
	color:#FFF;
}
#top a:hover {
	color:#36F;
}
#content {
	width:960px;
	/*height:450px;*/
	background:#FFF;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	margin:0 auto;
	overflow: hidden;
}
#con_left {
	width:250px;
	/*height:400px;*/
	margin-top:20px;
	float:left;
	text-align:left;
	padding-bottom:30000px; margin-bottom:-30000px;
}
#ulSub {
	display:block;
	list-style:none;
	margin-left:12px;
}
#ulSub li {
	padding:10px 0px;
	background:url(../images/sub_menu_bg_a.jpg) no-repeat;
}
#ulSub li a {
	display:block;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-left:10px;
}
#ulSub li a:hover {
	color:#090;
}
#con_right {
	width:700px;
	/*height:450px;*/
	float:left;
	margin-top:20px;
	padding-bottom:30000px; margin-bottom:-30000px;
}
#con_title {
	width:700px;
	height:40px;
	border-bottom:1px dashed #CCC;
	background:url(../images/title_bg.jpg) left no-repeat;
	text-align:left;
}
#con_title p {
	display:block;
	margin-left:20px;
}
.news_title {
	color: #036;
	font-family: "黑体";
	font-size:20px;
}
.news_other {
	color:#999;
	font-size:12px;
}
#main_con_img{
	width:700px;
}
#main_con_img img{
	width:400px;
	height:300px;
}
#main_con{
	line-height:30px;
	text-indent:30px;
	width:700px;
	text-align: justify;
}
#main_con p{
	display:block;
	text-indent:30px;
	line-height:30px;
	margin:0 12px;
}
#bottom {
	background: #FFF url(../images/StarLogo_small.jpg) left no-repeat; 
	width:960px;
	height:60px;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	border-top:5px solid  #03C;
	text-align:left;
	margin:0 auto;
}
#bottom p {
	display:block;
	margin-left:165px;
	line-height:25px;
	color:#999;
}
#mypage{
	width:700px;
	text-align:right;
}
#mypage span{
	margin:20px 0;
}