@import url("htmls.css");/*xhtml元素的设定*/
@import url("list.css");/*带子栏目的列表页*/
@import url("article.css");/*文章类的样式*/

/* =首页布局
=======================================================================*/  

#pagewrap {
	text-align: left;
}
#header {
    height:auto !important;
	height: 110px;
	width: 100%;
}
#header #top {
	height: 75px;
	border-bottom: 10px solid #99CC66;
	background: #CCFF99;
}
#header .topbg {
	height: 75px;
	margin: 0px auto;
	width: 1000px;
	text-align: center;
}

#header .topbg1 {
	height: 75px;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}
#header .main-logo {
	margin-top: 10px;
    float:left;
}
#header .main-banner {
	float:left;
	margin-left:10px;
	overflow:hidden;
}
#header .main-rlink{
	float:left;
	margin-left:10px;
	overflow:hidden;
	padding-top:4px;
}	
#header #top {
	height: 75px;
	border-bottom: 10px solid #99CC66;
	background: #CCFF99;
}

#header #navbg {
	height: 35px;
	background: #333333;
}
#header #nav {
	line-height: 35px;
	color: #FFFFFF;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
#header #nav a {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}

#header .ad1 {
	MARGIN-TOP: 4px; 
        FLOAT:right; 
        MARGIN-BOTTOM: 4px; 
        WIDTH: 225px; 
        MARGIN-RIGHT: 10px
}

#header .banner2 {
	MARGIN-TOP: 4px;
        FLOAT:left;  
        MARGIN-BOTTOM: 4px; 
        MARGIN-LEFT: 10px; 
        OVERFLOW: hidden; 
        WIDTH: 728px
}


#mid {
	width: 1000px;
	margin: 5px auto;
}
.cate-news dt {
	background: url(dot-border.gif) repeat-x 0px 24px;
	border-style: none;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	float: none;

}
.cate-news dt .dot2 {
	padding-left: 15px;
	background: url(list-dot2.gif) no-repeat 0px 5px;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	float: none;
	display: block;
}
.cate-news dd {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cate-news .title {
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #9CDD55;
	border-left: 4px solid #9CDD55;
	padding-right: 10px;
	padding-left: 10px;
}
.cate-news .title span {
	float: right;
}
.cate-news .body {
	overflow: hidden;
	font-size: 9pt;
}
.cate-news .body .global-news {
	overflow: hidden;
	height: 175px;
	text-overflow: ellipsis;
	float: none;
}
.cate-news .body .global-news a {
	color: #B6B6B6;
}
.cate-news .body .global-news a:hover {
	color: #EB7617;
}
.cate-news .body .date {
	float: right;
}
.cate-news .body .cate {
	float: right;
	margin-right: 5px;
}
/* =左栏布局
=======================================================================*/
#main-box {
	width: 744px;
	float: left;
	border-right: 1px solid #669900;
	height: auto;
}
#main-box .news-block {
	margin-bottom: 10px;
}
#main-box .cate-news {
	width: 360px;
	float: left;
	margin-left: 10px;
	display: inline;
}
#main-box .site-news .dot1 {
	background: url(list-dot1.gif) no-repeat 0px 5px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: none;
	display: block;
	height: 25px;
}

/* =网站地图
=======================================================================*/
#sitemap {
	width: 700px;
	float: left;
	margin-left: 10px;
	display: inline;
}
#sitemap .cate-news {
	width: 700px;
	display: inline;
}
#sitemap .body a {
	color: #333300;
}
#sitemap dt {
	font-weight: bold;
	float: left;
	background: url(none);
	width: 100px;
}
#sitemap dd {
	height: 25px;
}
#sitemap dd a {
	margin-right: 10px;
	margin-left: 10px;
}

/* =右栏布局
=======================================================================*/
#right-box {
	float: right;
	width: 250px;
}
#right-box .side-logo {
	margin-bottom: 5px;
}
#right-box .cate-news {
	width: 250px;
	margin-left: 5px;
	display: inline;
	margin-bottom: 10px;
}
#right-box .cate-news .search{
	padding: 10px;
	height: 100px;
	line-height: 30px;
}
#right-box .cate-news .dot3 {
	padding-left: 15px;
	background: url(list-dot3.gif) no-repeat 0px 5px;
	height: 25px;
	float: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
#bottom-info {
	line-height: 30px;
	height: 30px;
	width: auto;
	background: #595955;
	color: #FFFFFF;
	text-align: center;
}



/* =底部信息
=======================================================================*/
#bottom-info a {
	color: #FFFFFF;
}
#links {
	height:auto !important;
	min-height: 50px;
	height: 70px;
	margin: 10px auto;
	width: 1000px;
}
#links a {
	border: 1px solid #333300;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
	display: block;
	width: auto;
	float: left;
	margin: 5px;
}
#links .logo {
	border-style: none;
	margin: 3px;
}
#links .title {
	background: url(links.gif) no-repeat 0px 0px;
	padding-left: 30px;
	height: 25px;
}
#footer {
	height:auto !important;
	min-height: 100px;
	height: 100px;
	background: #9EC456;
	text-align: center;
	padding-top: 20px;
	color: #EAF2DB;
	font-size: 9pt;
}
#footer a {
	color: #EAF2DB;
}




/*---------------资讯:首页:列表区域*/

/*---------------左侧:新闻列表*/
.listbox{
	width:710px;
	overflow:hidden;
}
.listbox dl{
	width:705px;
	float:left;
	display:inline;
	margin:8px 10px 0px 0px;
	border:1px solid #DDD;
}
.listbox dl dt{
	width:705px;
	height:26px;
	margin:1px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-bottom:1px solid #DDD;
}
.listbox dl dt .title{
	width:200px;
	height:26px;
	line-height:26px;
	float:left;
	background:url(../images/article_ico_1.gif) 10px 6px no-repeat;
}
.listbox dl dt .title a{
	margin-left:28px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:2px;
}
.listbox dl dt .more{
	width:48px;
	height:19px;
	float:right;
	line-height:19px;
	background:url(../images/article_ico_2.gif) no-repeat;
	text-align:center;
	margin:3px 5px 0px 0px;
}
.listbox dl dt .more a{
	text-decoration:none;
}
.listbox dl dd{
	padding:3px 0px 5px 14px;
}
.listbox dl dd a{
	height:31px;
	display:block;
	color:#666;
	line-height:31px;
	background:url(../images/ico_2.gif) 2px 12px no-repeat;
	text-indent:20px;
	font-size:14px;
}

