﻿﻿/**!
 * &#51;&#54;&#53;&#24425;&#31080;&#25163;&#26426;&#29256;&#19979;&#36733;&#95;&#27880;&#20876;&#111;&#102;&#102;&#105;&#99;&#101;&#51;&#54;&#53;&#37038;&#31665;&#95;&#51;&#54;&#53;&#30005;&#31454;&#27604;&#20998;公共资源交易中心通用二级页
 * author: zhangzj;
 */

.path {
    height: 33px;
    /* background-color: #f4f4f4; */
	margin-bottom:10px;
}

.path p {
    padding-left: 23px;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 33px;
    color: #333;
}

.path p a {
    color: #333;
}

.color-orange {
    color: #f7aa01;
}

.main {
	margin-top: 10px;
}
/* 左侧树 */

.wb-menu-hd {
	padding-left: 13px;
	height: 53px;
	background-color: #6199d2;
}

.wb-menu-hd span {
	font-family: "Microsoft YaHei";
	font-size: 19px;
	line-height: 53px;
	color: #ffffff;
}
.wb-border {
    border: 1px solid #dddddd;
}

.wb-subbg {
    background: url(../images/wbsubbg.jpg) left bottom no-repeat;
}

.wb-menu-bd {
    height: 762px;
    background-color: #fbfdff;
    border-top: 0;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 10px;
    margin: 15px 10px;
    margin-left: 14px;
    background: url(../images/wblist.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 7px;
    height: 12px;
    margin-top: 14px;
    margin-right: 17px;
    background: url(../images/wblistrh.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
	display: block;
	height: 35px;
	border-bottom: 1px solid #ddd;
    padding-left: 41px;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    background-color: #f6f6f6;
overflow:hidden;
}

.wb-tree-item>a:hover {
    background-color: #85b5e6;
    color: #fff;
}

.wb-tree-item>a:active {
    background-color: #85b5e6;
    color: #fff;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 17px;
    margin-right: 14px;
    background: url(../images/wblistr.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.list-item {
	padding-left: 12px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	height: 28px;
	vertical-align: top;
	background: url(../images/point.jpg) 0 center no-repeat;
}

.list-item:hover {
	background: url(../images/point-cur.jpg) 0 center no-repeat;
}

.list-item:hover .ellipsis {
	color: #3276bc;
}

.ellipsis {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.list-date {
	float: right;
	color: #666666;
}

.r-hd {
	height: 38px;
	border-bottom: 1px solid #6199d2;
}

.r-hd span {
	float: left;
	padding: 0 15px;
	height: 38px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	/* background-color: #6199d2; */
}

.r-con {
	height: 816px;
	border: 1px solid #ddd;
}

.r-bd {
	padding:  0 15px;
	padding-top: 9px;
}

/* 分页 */
.wb-page-items {
  margin-top:20px;
  margin-left: 44px;
}

.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 #2647d0;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #2647d0;
    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;
}
