/**!
 * 苏州苏城公证处二级页面
 * author: 张智俊;
 */

.mt15 {
    margin-top: 15px;
}


/* 左侧菜单栏 */

.menu {
    min-height: 702px;
    width: 240px;
    border: 1px solid #cbcbcb;
}

.menu-hd {
    height: 29px;
    width: 240px;
    text-align: center;
    background-color: #f3f3f3;
}

.menu-hd h2 {
    font-family: "黑体";
    font-size: 16px;
    line-height: 29px;
    color: #666;
    vertical-align: top;
}

.menu-bd {
    padding: 25px 30px;
}

.menu-bd li {
    height: 33px;
    width: 178px;
    background: url(../images/menu-bg.png) top left repeat-x;
}

.menu-bd a {
    display: block;
    width: 178px;
    height: 33px;
    background: url(../images/sj.png) 1px 1px no-repeat;
    font-family: "微软雅黑";
    /*text-indent: 59px;*/
	text-align:center;
    font-size: 14px;
    line-height: 33px;
    color: #333;
    vertical-align: top;
}

.menu-bd a:hover {
    color: #14599f;
}


/* 路径 */

.path {
    height: 28px;
    width: 744px;
    border: 1px solid #d1d6d2;
    background: url(../images/path-bg.png) top left repeat-x;
}

.path i {
    float: left;
    display: block;
    width: 5px;
    height: 9px;
    margin-top: 10px;
    margin-left: 15px;
    background: url(../images/arrow.jpg);
}

.path p {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #555;
    line-height: 28px;
    text-indent: 8px;
    vertical-align: top;
}


/* list */

.list {
    min-height: 661px;
    width: 744px;
    border: 1px solid #cbcbcb;
    border-top: 2px solid #0465ae;
}

.list-hd {
    background: url(../images/hd-bg.png) top left repeat-x;
    width: 744px;
    height: 40px;
}

.list-hd h2 {
    background: url(../images/list-logo.png) 8px 11px no-repeat;
    font-family: "微软雅黑";
    font-size: 14px;
    text-indent: 33px;
    color: #0465ae;
    line-height: 40px;
    vertical-align: top;
}

.list-bd {
    padding: 4px 15px 15px 15px;
}

.list-item {
    height: 27px;
    width: 714px;
    border-bottom: 1px dotted #d2d2d2;
    background: url(../images/list-iron.png) 0 50% no-repeat;
}

.list-item a {
    display: block;
    float: left;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 27px;
    color: #333;
    width: 50%;
    text-indent: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.list-item span {
    float: right;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 28px;
    color: #333;
    vertical-align: top;
}


/* 分页 */

.pagination {
    /*position: absolute;*/
    margin-top: 18px;
    bottom: 20px;
    width: 100%;
    height: 26px;
    text-align: center;
    font-family: "宋体";
}

.pages-box {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 26px;
    line-height: 26px;
}

.page-pre {
    float: left;
    margin-right: 18px;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #555;
    font-family: "宋体";
    border: 1px solid #ddd;
}

.page-link {
    margin: 0 2px;
    float: left;
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-family: "微软雅黑";
    border: 1px solid #ddd;
}

.page-cur {
    margin: 0 2px;
    float: left;
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #0030cc;
    font-weight: bold;
    font-family: "微软雅黑";
    border: 1px solid #fff;
}

.page-next {
    float: left;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #555;
    font-family: "宋体";
    font-family: "宋体";
    border: 1px solid #ddd;
}

.page-dots {
    float: left;
    width: 51px;
    font-weight: bold;
    color: #555;
}

.total-pages {
    float: left;
    padding: 0 5px;
    color: #666;
}

strong {
    font-weight: bold;
}

.page-num {
    float: left;
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
}

.page-go {
    margin-left: 6px;
    float: left;
    padding: 0;
    width: 28px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
