﻿/*首页样式*/
/*newsbar*/
.newsbar{
	overflow:hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 460px;
	background-image: url(../images/template3/cent_01.jpg);
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
	}
.newsbar h1 {
	color:#fff;
	font-size:12px;
	height:34px;
	line-height:34px;
	padding-left:33px;
	margin-bottom:15px;
}
.newsbar h2 {
	height:12px;
	font-weight:bold;
	color:#000;
	font-size:12px;
	margin-bottom:8px;
}
.newsbar h2 a {
	color:#000;
}

.newsbar .img {
	float:left;
	width:180px;
	display:inline;
}
.newsbar .info {
	float:right;
	display:inline;
	width:314px;
	line-height:18px;
}
.newsbar .title {
	font-weight:bold;
	margin-bottom:7px;
}

/*showbar*/
.showbar {
	overflow:hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 478px;
	background-image: url(../images/template3/cent_01.jpg);
	background-repeat: no-repeat;
	}
.showbar .dd {
	color:#fff;
	font-size:12px;
	height:34px;
	line-height:34px;
	padding-left:33px;
	margin-bottom:15px;
	font-weight: bold;
}
.showbar a {
	color:#666666;
}
.showbar li {
	float:left;
	width:117px;
	display:inline;
	text-align:center;
	padding-left: 2px;
}
.showbar .title {
	height:26px;
	line-height:26px;
	background-image: url(../images/template3/bg_show.gif);
	background-repeat: no-repeat;
	background-position: 3px 0;
}

