/*总的样式定义*/
* {/*去掉各类浏览器默认的边距*/
	margin: 0px;
	padding: 0px;
}
/* HTML {FILTER: gray} 哀悼日素色页面 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
img {/*去掉图片默认的上下边距*/
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*去掉列表前的点*/
li {list-style-type: none;}
/*浮动样式*/
.rihgt {/*右浮动*/
	float: right;
}
.left {/*左浮动*/
	float:left;
}
.claer {/*清除浮动*/
	clear: both;
}
/*链接样式*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
a.nav:link,a.nav:visited,a.nav:hover {/*推介前面频道链接样式*/
	color: #FF0000;
	font-weight: bold;
}
/*整个页面*/
#top {
	height: 60px;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/*标题样式*/
.title1 {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6633;
	height: 28px;
	line-height: 28px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
h4 {/*左边标题样式*/
	background-color: #EEEEEE;
	height: 28px;
	line-height: 28px;
	color: #FF0000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
/*名站导航样式*/
#mz {
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}
/*边框样式*/
.border {
	border: 1px solid #EEEEEE;
}
/*主体样式*/
#cont {
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/*友情链接样式*/
#link {
	background-color: #F6F6F6;
	height: 55px;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*版权样式*/
#foot {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6633;
	padding: 5px;
}
/*主体左边样式*/
#cont_left {
	float: left;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: 25px;
}
/*主体右边样式*/
#cont_right {
	float: left;
	width: 553px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
}
/*搜索引擎样式*/
#ss {
	height: 90px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#ss #ggss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*列表样式*/
#mz li {/*名站导航*/
	display: inline;
	float: left;
	width: 82px;
}
#mz ul {
	padding: 4px;
	height: 180px;
	text-align: center;
}
.left_ul {/*左边列表样式*/
	padding: 3px;
	text-align: center;
}
.left_li {
	width: 172px;
	text-align: center;
}
#cont #cont_right #fenlei ul {/*首页分类列表样式*/
	padding: 5px;
}
#cont #cont_right #fenlei li {
	width: 48px;
	margin-right: 3px;
	margin-left: 3px;
	display: inline;
	float: left;
}
#cont #cont_right #tuijie li {/*首页推介列表样式*/
	display: inline;
	float: left;
	width: 540px;
	overflow: hidden;
}
/*脚部左样式*/
#zhitaige {
	float: left;
	height: 139px;
	width: 266px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #FFCC33;
}
/*脚部右样式*/
#bbs {
	float: left;
	height: 139px;
	width: 266px;
	margin-left: 4px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #576EA4;
}
/*网址推介样式*/
#tuijie {
        height: 500px;
	padding: 3px;
	margin-bottom: 5px;
	line-height: 25px;
}
/*排盘样式*/
.lfet_li_pp {
	width: 85px;
	text-align: center;
	float: left;
	display: inline;
}
/*文本样式*/
.txt_center {
	text-align: center;
}
/*内页友情链接处样式*/
#link1 {
	background-color: #FFFFFF;
	height: 40px;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#link1 img {height: 30px;width: 60px;margin:0px auto;}

/*分类样式*/
#cont #cont_right #fenlei {
	height: 48px;
	margin-bottom: 5px;
}
/*公告的样式*/
#ad2 {
	height: 25px;
	margin-bottom: 5px;
	padding: 3px;
}
#mz tr {height:25px;}
#link_1 {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F6F6F6;
}
/*头部logo样式*/
#logo {
	float: left;
	height: 60px;
	width: 180px;
}
#top_ad {
	float: left;
	height: 60px;
	width: 560px;
	margin-left: 10px;
}
#sousuo tr:hover {
	background:#DDDDDD;
}