﻿﻿/**!
 * 交流互动
 * author: buly;
 *date:2016-8-23;
 *version:1.1.0;
 */


/*政府采购*/
.pur-list {
    line-height: 49px;
    overflow: hidden;
    height: 497px;
}

.pur-list-item {
    border-bottom: 1px dashed #dbdbdb;
}

.pur-list-item.first {
    margin-top: 15px;
    border-top: 0;
}

.pur-list-item > a {
    display: block;
    float: left;
    overflow: hidden;
    width: 490px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/li.png) no-repeat left center;
    padding: 0 5px;
}

.pur-list-item > a b {
    font-weight: normal;
    padding: 0 5px;
}

.pur-list-item > a:hover {
    color: #eb7f00;
    background: url(../images/li-hover.png) no-repeat left center;
}

.pur-list-item > span {
    float: right;
    color: #999;
}

.purchase {
    border-top: 2px solid #1595a3;
}

.list-bar {
    line-height: 42px;
    height: 42px;
    padding-left: 17px;
    background: #f1f1f1;
}

.list-bar > b {
    font-weight: normal;
}

.adv-search-ctl {
    float: left;
    width: 170px;
    height: 22px;
    line-height: 22px;
    margin: 9px 1px 0 11px;
    border: 1px solid #ced3d7;
}

.form-datetime {
    width: 165px;
    height: 22px;
    line-height: 22px;
    margin-top: 0;
    border: 0;
    padding-left: 5px;
    outline: none;
    cursor: pointer;
    background: url(../images/date.png) #fff no-repeat 98% center;
}

.list-bar > .info-name {
    margin: 0 10px 0 50px;
}

.list-bar > input {
    width: 154px;
    height: 22px;
    outline: none;
    border: 1px solid #ced3d7;
}

.list-bar-btn {
    width: 52px;
    height: 24px;
    margin-left: -4px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #1595a3;
}

.list-bar-btn:hover {
    background: #177c87;
}


/*政府采购信息列表*/

/*table*/
.table-box{
    height: 487px;
    padding-top: 10px;
    overflow: hidden;
}

.pur-table {
    width: 100%;
}

.pur-th {
    background: #1595a3;
    color: #fff;
    border: #c8ecfd solid 1px;
    line-height: 25px;
    padding: 8px 5px;
    font-size: 16px;
    text-align: center;
}

.pur-th.th01 {
    width: 10%;
}

.pur-th.th02 {
    width: 15%;
}

.pur-th.th03 {
    width: 50%;
}

.pur-th.th04 {
    width: 25%;
}

.pur-tbd td {
    border: #ddd solid 1px;
    background: #fff;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 20px;
}

.pur-tbd .text_left{
    text-align: left;
}

.pur-tbd .text_left>a{
    color: #3a3a3a;
}

.pur-tbd .text_left>a:hover{
    color: #0280BF;
}

/*分页*/

.wb-page-items {
    margin: 40px 0 47px 70px;
}

.wb-page-li {
    font-size: 14px;
    float: left;
    margin-left: 4px;
    text-align: center;
    list-style-type: none;
}

.wb-page-li > a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    line-height: 24px;
    width: 34px;
    height: 24px;
    color: #666;
    border: 1px solid #ddd;
}

.wb-page-item:hover {
    border: 1px solid #1595a3;
}

.wb-page-item.current {
    font-weight: bold;
    line-height: 26px;
    width: 36px;
    height: 26px;
    color: #1595a3;
    border: 0;
}

.wb-page-default {
    line-height: 26px;
    width: 36px;
    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 {
    font-weight: bold;
    width: auto;
    padding: 0 6px 0 6px;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
    margin-right: 15px;
}

.wb-page-next:hover {
    cursor: pointer;
    color: #fff;
    border: 1px solid #999;
    background-color: #999;
}

.wb-page-go {
    width: 38px;
}

.purchase {
    border-top: 2px solid #1595a3;
}

.list-bar {
    line-height: 42px;
    height: 42px;
    padding-left: 17px;
    background: #f1f1f1;
}
