.bd .Current{
	background: url('../img/new-btn-active.png') 50% 50%;
	color: #fff;
}
.bd .tabbar li {
	border: 1px solid #7095c9;
	font-size: 16px;
	margin-right: -1px;
}
.bd .listBox{
	padding: 0;
}
.bd .newList, .newsDiv {
	border-radius: 0 15px 15px 15px;
}
.backgroundDiv .rightBar .bd .tabbar {
	width: 845px;
	height: 34px;
	margin-left: -25px;
}
.newList li p a:before{
	padding: 2px 8px;
	border-radius: 5px;
	margin: 0 5px;
}

.rightBar .bd {
    background-color: #fff;
    padding-top: 15px;
}
.rightBar .bd .tabbar {
    width: 845px;
    height: 32px;
}
.tabbar li {
    float: left;
    width: 137px;
    height: 33px;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    list-style: none outside none;
}
.tabbar li.Current a {
    color: #fff;
    background-position: -128px 0;
}
.tabbar li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #767676;
}
.listBox {
    width: 1100px;
    padding: 8px 0;
}
.newList {
    width: 100%;
    zoom: 1;
	min-height: 600px;
}
.newList li {
    line-height: 40px;
    font-size: 14px;
    border-bottom: dotted 1px #fff;
    list-style: none outside none;
}
.newList span.kind {
    float: left;
    width: 72px;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
    color: #333;
}
.newList li p {
    float: left;
    width: 628px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;
}
.newList li p a {
    color: #333;
}
.newList, .newsDiv {
    margin: 0;
    width: 70%;
    zoom: 1;
    background-color: #e3eff8;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
    padding: 25px;
}