/**!
 *	景德镇卫计委-二级页
 *	author:zhangzj;
 **/

.hd {
    height: 31px;
    padding-left: 15px;
    font-family: "SimSun";
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #1f3b84;
    background: url(imageshd-bg.png) no-repeat;
}

.hd a {
    color: #fff;
}

.list-item {
    height: 30px;
    font-family: "SimSun";
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    color: #333;
    padding-left: 8px;
    background: url(imagespoint.jpg) 0 50% no-repeat;
}

.ellipsis {
    float: left;
    color: #333;
    width: 409px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-date {
    float: right;
    color: #808080;
}

/* 左侧树 */
.left-tree .bd {
	border: 1px solid #cbcbcb;
	border-top: 0;
	height: 575px;
	background: url(imagesleft-bg.jpg) left bottom no-repeat;
	background-color: #fff;
}

.left-item {
	height: 44px;
	padding-left: 49px;
	font-family: "SimSun";
	font-size: 14px;
	line-height: 44px;
	color: #333;
	background: url(imagesleft-item-bg.png) 20px 13px no-repeat;
	border-bottom: 1px dashed #d5dfe6;
}

.left-item a {
	color: #333;
}

.left-item.cur {
	background: url(imagesleft-item-bg-cur.png) 20px 13px no-repeat;
	background-color: #7f92b8;
}

.left-item.cur a {
	color: #fff;
}

.left-item:hover {
	background-color: #e5e9f1;
}

/* 右侧 */

.path {
	height: 30px;
	line-height: 30px;
	font-family: "SimSun";
	font-size: 14px;
	padding-left: 4px;
    color: #333;
}
.path a {
	color: #333;
}

.color-blue {
	color: #AA373E;
}

.r-con {
	min-height: 685px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
}

/* 分页 */
.wb-page-items {
  margin-top:20px;
  margin-left: 64px;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}
.wb-page-item:hover{
    border:1px solid #ff0000;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #ff0000;
    font-weight: bold;
}
.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}

.wb-past-page {
	margin-right: 16px;
}
