﻿/**!
 * 江苏省公共资源交易网
 * author: wuzhou;
 */
 
/* find 搜索 */
.ewb-find-wp{
	padding-top:20px;
    padding-bottom: 12px;
        height: 30px;
}

.ewb-find-name{
    margin-right: 3px;
    color: #333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.ewb-find-inp{
    padding: 0 10px;
    display: block;
    border: 1px solid #e1e1e1;
    max-width: 218px;
    height: 28px;
    outline: none;
    line-height: 28px;
    margin-right: 10px;
    color: #666;
}

.ewb-find-btn{
    display: block;
    width: 52px;
    height: 30px;
    outline: none;
    border: 0;
    cursor: pointer;
    background: url(../images/s_wico.png) center no-repeat #ffae00;
}

.ewb-find-btn:hover{
    background-color: #f60;
}

.ewb-find{ width:700px;}

/* 表格 */

.ewb-trade-tb {
    width: 100%;
    table-layout: fixed;
}

.ewb-w44 {
    width: 44px;
}

.ewb-w133 {
    width: 133px;
}

.ewb-w108 {
    width: 108px;
}

.ewb-trade-th {
    background-color: #2168a2;
    height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ewb-trade-pro {
    text-align: left;
    text-indent: 20px;
}

.ewb-trade-td {
    font-size: 14px;
    height: 41px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center;
    vertical-align: top;
    line-height: 41px;
}

.ewb-trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-trade-tr:hover {
    background-color: #fff3e4;
}

/* 公众互动-查询 */
.ewb-trade-th.mod-theme{
    text-align: left;
    text-indent: 20px;
}

.ewb-w56{
    width: 56px;
}

.ewb-w160{
    width: 160px;
}

.ewb-w147{
    width: 147px;
}

.ewb-w112{
    width: 112px;
}

.mod-pubtalkinfo .ewb-find-inp{
    max-width: 254px;
}

.mod-pubtalkinfo .ewb-snav-items>li>a{
    text-align: center;
    text-indent: 0;
}

.emailSelect{
    cursor: pointer;
}

.emailSelect.current{
    color: #fff;
    font-weight: bold;
    background: url(../images/right_arr.png) 222px 50% no-repeat #3c99ea;
}
@media (min-width: 768px) and (max-width: 1200px) {
		.ewb-find-inp{ 
		   width:80px;
        }
	} 
	
	
	.ewb-see {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 150px;
    height: 21px;
    border: 1px solid #c5c5c5;
}

.ewb-see-inp {
    padding: 0 6px;
    width: 98px;
    height: 21px;
    line-height: 21px;
    color: #999;
    border: 0;
    outline: 0;
    font-size: 12px;
}

.ewb-see-btn {
    width: 39px;
    height: 21px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/see_btn.png) center no-repeat #1d9ac8;
}