.rightBar .bd {
    background-color: #fff;
    padding-top: 10px;
}
.rightBar .bd .tabbar {
    width: 845px;
    height: 40px;
}
.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 {
    width: 842px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-bottom: dashed 1px #9eb45e;
    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: 100%;
    zoom: 1;
    background-color: #fafdf2;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
    padding: 25px;
}