/**!
 * 江苏工程造价信息网-材料价格
 * author: chenzp
 * date:2018-11-23
 */

/* 正文 */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.ewb-mainpart {
    padding: 15px 19px;
    width: 982px;
}

.ewb-content {
    background: url('../images/right_bg.jpg') top repeat-x;
    border: 1px solid #e3e3e3;
}

.ewb-bord{
	border: 1px solid #fff;
}

/* 当前位置 */

.ewb-local {
    height: 34px;
    line-height: 34px;
    padding-left: 33px;
    font-size: 12px;
    color: #666;
    background: url('../images/location_ico.png') 10px center no-repeat;
}

.ewb-local a {
    color: #666;
}

.ewb-local span {
	color: #0367d0;
}

/* 材料价格 */

.ewb-price{
	padding: 0 10px 8px;
}

.ewb-price-hd{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
}

.ewb-price-hd li{
	position: relative;
	float: left;
	margin-left: 48px;
	padding: 0 5px;
	height: 39px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.ewb-price-hd li:first-child{
	margin-left: 0;
}

.ewb-price-hd li i{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 4px;
	background: url('../images/arrow.jpg') no-repeat center;
    display: none;
}

.ewb-price-hd li.cur{
	color: #0267d2;
	border-bottom: 2px solid #0267d2;
}

.ewb-price-hd li.cur i{
	display: block;
}

.ewb-price-bd{
	margin-top: 11px;
}

.ewb-price-box{
	margin: 0 20px 11px 0;
}

.ewb-price-box>span{
	padding: 0 9px 0 7px;
	text-align: right;
	line-height: 28px;
	color: #666;
}

.chzn-container{
	width: 138px !important;
}

.chzn-container-single .chzn-single{
	height: 26px;
	line-height: 26px;
	text-indent: 10px;
}

.chzn-container .chzn-drop{
	width: 136px !important;
}

.chzn-container .chzn-results li{
	padding: 4px 10px;
}

.ewb-price-node {
    position: relative;
    padding-left: 10px;
    z-index: 1;
    width: 152px;
    height: 26px;
    border: 1px solid #dcdcdc;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 26px;
    line-height: 26px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-price-txt {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border: 0;
    background: 0;
    outline: 0;
}

.ewb-price-btn {
	padding: 0;
	margin-left: -3px;
	width: 68px;
	height: 28px;
	background: #fc8b27;
	border-radius: 3px;
	font-family: "SimSun";
	font-size: 12px;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.ewb-table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.ewb-table th{
	padding: 3px 0;
	height: 30px;
	text-align: center;
	color: #0367d0;
	background: #e5f2fd;
	border-left: 1px solid #fff;
}

.ewb-wt1{
	width: 42px;
}

.ewb-wt2{
	width: 110px;
}

.ewb-table td{
	height: 34px;
	text-align: center;
	border: 1px solid #b6af95;
}

.ewb-gray{
	background: #f4f4f4;
}

.ewb-table td a{
	color: #0167d4;
}

.ewb-table td a:hover,
.ewb-table td a:visited{
	text-decoration: underline;
}

/* 分页 */

.ewb-page {
    margin-top: 7px;
    height: 26px;
    font-size: 0;
}

.ewb-page-li:first-child {
    margin-right: 20px;
}

.ewb-page-li.current>a {
    border: 1px solid transparent;
    color: #0030cc;
}

.ewb-page-li {
	font-family: "SimSun";
    font-size: 13px;
}

.ewb-page-go>a{
	font-family: "Microsoft Yahei";
}

.ewb-page-li.ewb-page-noborder>span{
	height: 26px;
	line-height: 26px;
}

.ewb-page-date{
	display: inline-block;
	line-height: 26px;
	font-size: 12px;
	vertical-align: top;
}

.ewb-page-date b{
	font-weight: normal;
	color: #0167d4;
}

.ewb-page-out{
	display: inline-block;
	margin: 1px 25px 0 15px;
	width: 79px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #2fa310;
	border: 1px solid #7ed178;
	vertical-align: top;
}

.ewb-page-num{
	display: inline-block;
	margin-right: 9px;
	line-height: 26px;
	font-size: 12px;
	vertical-align: top;
	color: #666;
}