/* location */

.ewb-location {
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    padding-left: 42px;
    background: url(../images/location_icon.png) 19px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-yellow {
    color: #ec9628;
}


/* 查询专区 */

.ewb-expose {
    height: 85px;
    background: url(../images/expose_bg.jpg) left center no-repeat;
}

a.ewb-expose-tt {
    display: block;
    float: left;
    margin-left: 82px;
    width: 166px;
    height: 70px;
    line-height: 78px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: -4px;
    background: url(../images/expose_tt_bg.png) no-repeat;
}

/* main */

.ewb-main {
    padding: 0 15px;
    margin-top: 10px;
}

.ewb-menu {
    border: 1px solid #dfd1c9;
}

.ewb-menu-l {
    width: 198px;
    float: left;
    min-height: 661px;
    border-right: 1px solid #dfd1c9;
}

.ewb-menu-item {
    width: 200px;
    margin-left: -1px;
    margin-top: -1px;
    height: 51px;
    line-height: 50px;
    position: relative;
    vertical-align: top;
    background: url(../images/consult_bd.jpg) center bottom no-repeat;
}

.ewb-menu-item a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.ewb-menu-icon {
    display: none;
    width: 7px;
    height: 10px;
    background: url(../images/menu_iconh.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 20px;
}

.ewb-menu-item:hover,
.ewb-menu-item.cur {
    background: url(../images/consult_menuh.png) no-repeat;
}

.ewb-menu-item:hover a,
.ewb-menu-item.cur a {
    color: #fff;
}

.ewb-menu-item:hover .ewb-menu-icon,
.ewb-menu-item.cur .ewb-menu-icon {
    display: block;
}

/* 右侧 */

.ewb-menu-r {
    width: 1099px;
    float: right;
}

.ewb-info-hd{
    height: 49px;
    background: #fcf6f2;
}

.ewb-info-search {
    float: right;
    width: 344px;
    height: 30px;
    border: 1px solid #afadad;
    margin-top: 8px;
    margin-right: 40px;
}

.ewb-info-search input {
    display: block;
    float: left;
    width: 212px;
    height: 30px;
    border: 0;
    line-height: 30px;
    text-indent: 8px;
    font-size: 14px;
    outline: 0;
    font-family: "Microsoft Yahei";
}

.ewb-info-search button {
    display: block;
    width: 67px;
    height: 32px;
    border: 0;
    padding: 0;
    margin: -1px -1px 0 0;
    float: right;
    cursor: pointer;
    outline: 0;
    background: url(../images/btn_icon.png) center center no-repeat #f67723;
}

.ewb-info-search button.ewb-high{
    line-height: 32px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #fff;
    text-align: center;
    background: #cb5c1d;
}

.ewb-info-bd{
    padding-left: 32px;
}

.ewb-info-item{
    width: 458px;
    height: 217px;
    float: left;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    background: #f3f3f3;
    cursor: pointer;
    margin: 40px 0 0 40px;
}

.ewb-comp-name{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 2px solid #e89428;
    margin: 0 -1px;
    margin-bottom: 20px;
    background: url(../images/cert_icon.png) right center no-repeat;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.ewb-info-item p{
    line-height: 30px;
    font-size: 14px;
    padding-left: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ewb-name{
    color: #e89428;
}

.ewb-info-item:hover{
    background-color: #fff4d4;
    border-color: #eecfa7;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 40px;
    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: #ea9b36;
}

.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;
}