﻿/**!
 * 重庆市公共资源公共服务平台产权交易
 * author: wuzhou;
 */

.ewb-bread {
    height: 34px;
    background: url(../images/propertyRight/bread_ico.png;vpn_img) left center no-repeat;
    line-height: 34px;
    text-indent: 28px;
    color: #999;
}

.ewb-bread span {
	color: #3e96d6;
}

.ewb-bread > a {
    color: #999;
}

.ewb-bread > a:hover {
    color: #3e96d6;
}

.ewb-bread > a:last-child {
    color: #3e96d6;
}

.list-left {
    width: 299px;
}

.list-right {
    width: 861px;
}

.list-block {
    border: 1px solid #d7e5ed;
    background: url(../images/list/left_bg.jpg;vpn_img) left bottom no-repeat #fafbfb;
}

.list-lcon {
    min-height: 904px;
}

/*.ewb-bid-img {
    margin: 7px 6px 0 5px;
    display: block;
    width: 284px;
    height: 116px;
    background: url(../images/list/bidding_img.jpg;vpn_img) no-repeat;
    border: 1px solid #dfdddd;
    font-size: 30px;
    color: #fff;
    line-height: 116px;
    font-family: "Microsoft YaHei";
    text-align:center
}

.ewb-bid-img img {
    vertical-align: top;
}*/


/* 左侧菜单 */

.wb-border {
    padding: 8px 6px 0 5px;
}

.wb-menu-bd {
    min-height: 559px;
}

.wb-tree-tt {
    color: #333;
    font-weight: bold;
}

.wb-tree-node {
    display: block;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    background: #48a9ec;
    margin-bottom: 8px;
    position: relative;
}

.wb-tree-node:hover {
    background: #139de1;
}

.list-arr {
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
    background: url(../images/list/list_arr.png;vpn_img) center no-repeat;
}

.current .list-arr {
    display: block;
}

.current .wb-tree-node {
    display: block;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/list/cur_lbg.jpg;vpn_img) left top no-repeat;
}

.wb-tree-tt {
    color: #fff;
    font-family: "SimSun",arial,helvetica,clean,sans-serif;
}

.wb-tree-iconl {
    float: left;
    width: 31px;
    height: 26px;
    margin-top: 13px;
    margin-left: 20px;
    /* margin-right: 10px; */ /*解决： 首页 > 地图 > 市公共资源交易中心 列表栏目不够长问题*/
    margin-right: 5px;
    background: url(../images/list/wblist.png;vpn_img) no-repeat;
}

.current .wb-tree-iconl {
    background: url(../images/list/wblist_hover.png;vpn_img) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 17px;
    margin-right: 24px;
    margin-left: 0px; /*解决： 首页 > 地图 > 市公共资源交易中心 列表栏目不够长问题*/
    background: url(../images/list/wblistrh.png;vpn_img) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding-top: 2px;
}

.wb-tree-item {
    padding-bottom: 8px;
}

.wb-tree-item>a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #1981be;
    font-weight: bold;
    text-align: center;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    border: 1px solid #2ea1da;
    background-color: #eaf4f9;
}

.wb-tree-item>a:hover {
    background-color: #fff9f2;
    color: #f36802;
    border-color: #f36802;
}

.wb-tree-itema {
	background-color: #fff9f2 !important;
    color: #f36802;
    border-color: #f36802;
}

.wb-tree-item>a:active {
    background-color: #fff9f2;
    color: #f36802;
    border-color: #f36802;
}

.current .wb-tree-iconr {
    width: 14px;
    height: 14px;
    margin-top: 16px;
    margin-right: 24px;
    background: url(../images/list/wblistr.png;vpn_img) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}


/* 右侧 */

.ewb-cate-tt {
    height: 45px;
    border: 1px solid #d7e5ed;
    margin-bottom:10px;
}

.ewb-cate-name {
    margin-top: 10px;
    margin-left: 10px;
    width: 79px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    text-indent: 19px;
    color: #fff;
    background: url(../images/list/cate_bg.png;vpn_img) left top no-repeat;
}

.ewb-cate-items > li {
    float: left;
    line-height: 45px;
    background: url(../images/list/cate_line.jpg;vpn_img) right center no-repeat;
}

.ewb-cate-items > li > a {
    display: block;
    padding: 0 18px;
    color: #333;
}

.ewb-cate-items > li > a.current {
    color: #cd003b;
    font-weight: bold;
}

.ewb-cate-items > li > a:hover {
    color: #cd003b;
}

.ewb-cate-search {
    margin-bottom:10px;
    height: 47px;
    line-height: 47px;
    background-color: #f1f8fb;
}

.ewb-cate-lxt {
    margin-left: 23px;
    font-weight: bold;
    font-size: 14px;
}

.ewb-cate-input {
    display: block;
    width: 186px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bbbaba;
    outline: none;
    margin-top: 10px;
    text-indent: 5px;
}

.ewb-cate-btn {
    margin-left: 11px;
    margin-top: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    width: 66px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    text-indent: 15px;
    color: #fff;
    background: url(../images/list/list_sbtn.png;vpn_img) left top no-repeat;
}


/* 表格 */

.list-tb {
    width: 100%;
    border: 1px solid #d5ebf6;
}

.w75 {
    width: 75px;
}

.w640{
	width: 640px;
}

.w495 {
    text-align: left;
    /* text-indent: 20px; */
    /* width: 640px; */
    width: 495px;
}

.list-td {
    text-align: center;
    height: 40px;
    border-right: 1px solid #d5ebf6;
    border-bottom: 1px solid #d5ebf6;
}

.list-td a {
    color: #333;
    width: 95%;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	text-indent: 40px;
	/*padding-left: 30px;*/
}

.list-td a:hover {
	color: red;
}

.w640 {
    text-align: left;
    /* text-indent: 20px; */
    width: 640px;
}

.th-tb {
    margin: 1px;
}

.list-th {
    text-align: center;
    height: 29px;
    background-color: #e0eff6;
    font-size: 14px;
    font-weight: bold;
    color: #0c72b0;
}

.w145 {
    width: 145px;
}
.w200 {
    width: 200px;
}
.w360 {
    width: 360px;
}

.w100 {
    width: 100px;
}

.w98 {
    width: 98px;
}

.w440 {
    width: 440px;
}

.w498 {
    width: 498px;
}

.w142 {
    width: 142px;
}

.w138 {
    width: 138px;
}

/* 页码 */

.ewb-page-items {
    margin-top: 30px;
   /*  margin-left: 120px; */
    /* margin-bottom: 29px; */
    *margin-bottom: 18px;
}

.ewb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.ewb-page-li>a {
    display: block;
}

.ewb-page-li.ml6 {
    margin-left: 6px;
}

.ewb-page-li.ml20 {
    margin-left: 20px;
}

.ewb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.ewb-page-item:hover {
    border: 1px solid #f4320b;
}

.ewb-page-item.current {
    width: 36px;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #f4320b;
    font-weight: bold;
}

.ewb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.ewb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.ewb-page-family {
    font-family: "SimSun";
}

.ewb-page-fs12 {
    font-size: 12px;
}

.ewb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.ewb-page-to {
    width: auto;
}

.ewb-page-next {
    width: 58px;
}

.ewb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.ewb-page-go {
    width: 28px;
}

.lc-hd {
    padding: 17px 0px 0 22px;
    margin-left: 5px;
    margin-top: 8px;
    height: 101px;
    background: url(../images/lc-hd-bg.jpg;vpn_img) no-repeat;
}
.lc-hd a {
    float: left;
    width: 217px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight:bold;
}

.img {
	background: url(../images/new.jpg;vpn_img) 10px 15px no-repeat;
}

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

.wb-page-fs12>a {
	/* color:#999 !important; */
	font-weight: normal !important;
}

.wb-page-fs12:hover>a {
    color: #fff !important;
    background-color: #999;
    border-color: #999;
    font-weight: normal !important;
}

.infoContent_info img {
	max-width: 858px;
}