/**!
 * 证照查询-企业查询
 * author: hujiahua;
 */

/*左边内容*/

.query-module {
    float: left;
    width: 236px;
    height: 640px;
    padding: 0 15px;
    margin-left: 20px;
    margin-right: 30px;
    background-color: #f2f2f2;
}

.module-title {
    position: relative;
    display: block;
    height: 44px;
    padding-left: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dedede;
    line-height: 48px;
    font-size: 19px;
    font-weight: bold;
    color: #4178be;
}

.module-title:before {
    position: absolute;
    left: 0;
    top: 17px;
    content: '';
    display: block;
    height: 14px;
    border-left: 4px solid;
}

.query-module>input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 0;
    line-height: 40px;
    font-size: 15px;
    color: #999;
    background-color: #fff;
    outline: none;
}


/*设置文本框placeholder颜色，兼容各大浏览器*/


/* WebKit browsers */

::-webkit-input-placeholder {
    color: #999;
}


/* Mozilla Firefox 4 to 18 */

:-moz-placeholder {
    color: #999;
}


/* Mozilla Firefox 19+ */

::-moz-placeholder {
    color: #999;
}


/* Internet Explorer 10+ */

:-ms-input-placeholder {
    color: #999;
}


/* Internet Explorer 9- */

.placeholder {
    color: #999;
}

.query-module>input[type="button"] {
    display: block;
    width: 99px;
    height: 31px;
    margin: 0 auto 25px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #4178be;
    transition: all .5s;
}

.query-module>input[type="button"]:hover {
    background-color: #4287dc;
}

.query-module>input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 0;
    line-height: 40px;
    text-indent: 16px;
    font-size: 15px;
    color: #999;
    background-color: #fff;
    outline: none;
}

/*右边内容*/

.information-module {
    float: left;
    width: 880px;
    height: 640px;
}

.info-con {
    width: 860px;
}

.cur-address>label {
    color: #999;
}

.cur-address>a,
.cur-address>span {
    color: #666;
}

.info-table {
    width: 100%;
    border: 1px solid #99cdff;
}

.info-table tr {
    border-bottom: 1px solid #99cdff;
}

.info-table td {
    height: 37px;
    padding: 0 6px;
    line-height: 22px;
    font-size: 13px;
    border-right: 1px solid #99cdff;
    text-align: center;
}

.info-table .col1 {
    width: 115px;
    padding-right: 35px;
    text-indent: 35px;
    text-align: right;
    background-color: #edf7ff;
}

.info-table .col2 {
    padding-left: 14px;
    text-align: left;
}

.info-table thead th {
    line-height: 22px;
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #99cdff;
    background-color: #edf7ff;
}

.table-con {
    position: relative;
    width: 860px;
    height: 618px;
    border: 1px solid #ddd;
}

.table-con table {
    width: 832px;
    margin: 0 auto;
    table-layout: fixed;
}

.table-con th {
    font-size: 15px;
    color: #4287dc;
    font-weight: bold;
}

.table-con th,
.table-con td {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-con .item-name {
    text-align: left;
}

.table-con>table a {
    display: inline-block;
    width: 95px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #e76e4d;
    border: 1px solid #e76e4d;
    border-radius: 4px;
}

.table-con>table a:hover {
    color: #fff;
    background-color: #e76e4d;
}

.ewb-page {
    width: 860px;
}

.pagelist {
    display: block;
}