﻿/**!
 * 建阳区公共资源交易网-二级页
 * author: gaojian;
 * date:2017-06-21
 */

.ewb-panel-hd {
    height: 32px;
    border-bottom: 1px solid #c2deea;
    background-color: #e7f8ff;
}

.ewb-panel-tt {
    position: relative;
    padding: 0 23px;
    display: inline-block;   
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    background: url(../images/news_tt.jpg) repeat-x;
}

.ewb-panel-tri {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.ewb-panel-bd {
    height: 567px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    overflow: hidden;
    background: url(../images/subbg.jpg) center bottom no-repeat;
}


/* tree */

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 10px;
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 10px;
    background: url(../images/wblist.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 7px;
    height: 12px;
    margin-top: 12px;
    margin-right: 12px;
    background: url(../images/wblistrh.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 44px;
    font-size: 12px;
    background-color: #f6f6f6;
}

.wb-tree-item>a:hover {
    background-color: #519ff4;
    color: #fff;
    font-weight: bold;
}

.wb-tree-item>a:active {
    background-color: #519ff4;
    color: #fff;
    font-weight: bold;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 15px;
    margin-right: 10px;
    background: url(../images/wblistr.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-node>a {
    font-weight: bold;
}

.wb-tree-node:hover{
	background-color: #d9ebff;
}

/* column */

.ewb-colu {
    border: 1px solid #ddd;
}

.ewb-colu-hd {
    padding-left: 16px;
    height: 33px;
    line-height: 33px;
    color: #333;
    border-bottom: 1px solid #a4c0e4;
}

.ewb-colu-hd>a {
    color: #333;
}

.ewb-colu-hd .ewb-cur {
    color: #006fc5;
    font-weight: bold;
}

.ewb-colu-hd .ewb-hot {
    color: #ff0000;
}

.ewb-colu-bd {
    min-height: 565px;
    overflow: hidden;
}


/* find */

.ewb-find-box {
    margin-top: 10px;
}

.ewb-find-box.mr15 {
    margin-right: 15px;
}

.ewb-find-name {
    width: 91px;
    height: 26px;
    line-height: 26px;
    text-align: right;
}

.ewb-find-to {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #ddd;
}

.ewb-find-inp {
    padding: 0 7px;
    width: 220px;
    height: 24px;
    line-height: 24px;
    outline: 0;
    border: 1px solid #ddd;
}

.ewb-find-inp.inp-date {
    width: 80px;
    padding-right: 20px;
    background: url(../images/time_picker.jpg) 87px center no-repeat;
}

.ewb-find-btn {
    margin-right: 15px;
    width: 76px;
    height: 26px;
    line-height: 25px;
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    background-color: #69b2ff;
}


/* 表格 */

.ewb-work {
    margin-top: 20px;
    padding: 0 10px;
    color: #000;
}

.ewb-work-top {
    height: 32px;
    text-align: center;
    background-color: #f4f4f4;
}

.ewb-work-top th {
    text-align: center;
}

.ewb-work-top .th01 {
    width: 82px;
}

.ewb-work-top .th02 {
    width: 82px;
}

.ewb-work-top .th03 {
    width: 460px;
}

.ewb-work-top .th04 {
    width: 100px;
}

.ewb-work-tbody tr {
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.ewb-work-tbody .ewb-top-h {
    height: 3px;
}

.ewb-work-text {
    display: block;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.ewb-work-time {
    color: #666;
}

.ewb-work-tbody tr:hover,
.ewb-work-tbody tr:hover .ewb-work-time {
	background-color: #f0f0f0;
    color: #ff0000;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 38px;
    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;
}



.content-list {
    padding: 7px 15px;
}

.content-item {
    float: left;
    width: 98%;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-family: Simsun;
    color: #333;
    background: url(../images/point.png) left center no-repeat;
}

.content-link {
    width: 100%;
    color: #333;
}

.link-content {
    float: left;
    width: 85%;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time {
    float: right;
    color: #666;
}

.link-content:hover {
    color: #333;
}


.con-box {
	position: relative;
}
.s-block {
	margin-bottom: 15px;
}
.s-block-title {
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #4490db;
	padding-left: 20px;
	background: url(../images/title-type1.png) no-repeat 0 center;
}
.block-link {
	color: #4490db;
}


.trfont { padding-bottom:5px;}
.trfont a{ color: #333;line-height:24px;}
.ewb-colu-bd a{color: #333;}