@charset "utf-8";
.titlegray {
	color: #666;
	font-weight: bold;
}

#newcuttop {
	background-image: url(../images/index/bgnewstop.gif);
	background-repeat: no-repeat;
	background-position: 35px bottom;
}
#newscontent ul {
	padding: 10px;
}
#newscontent li {
	margin-bottom: 6px;
	margin-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
#titleph, #titlemd, #titlebi {
	color: #1b1464;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #899598;
	text-indent: 10px;
}

#phcontent ul, #mdcontent ul, #bicontent ul {
	padding: 10px;
}
#phcontent li, #mdcontent li, #bicontent li {
	margin-bottom: 10px;
	margin-left: 14px;
}
#phcontent a:link, #mdcontent a:link, #bicontent a:link {
	color: #555;
	text-decoration: none;
}
#phcontent a:visited, #mdcontent a:visited, #bicontent a:visited {
	color: #555;
	text-decoration: none;
}
#phcontent a:hover, #mdcontent a:hover, #bicontent a:hover {
	color: #8fb0d1;
	text-decoration: none;
}
