/**!
 * 信用许昌;
 * author: shenyh;
 * date:2018-02-08
 */


/* main */

.ewb-main {
    border: 1px solid #e9e9e9;
}

.ewb-mod {
    margin: 0 50px;
}

.ewb-mod-hd {
    height: 58px;
    padding-top: 12px;
    border-bottom: 1px dashed #959595;
}

.ewb-mod-home {
    float: left;
    height: 58px;
    line-height: 58px;
    padding-left: 24px;
    background: url('imageshome.png') 0 22px no-repeat;
}

.ewb-mod-home a {
    color: #333;
}

.ewb-mod-home .cur {
    color: #ff0000;
}

.ewb-mod-hd input,
.ewb-mod-hd button {
    margin-top: 14px;
}

.ewb-mod-hd input {
    float: right;
    /* width: 277px; */
    height: 28px;
    line-height: 28px;
    text-indent: 12px;
    border: 1px solid #dde2e7;
    border-right: none;
    outline: 0;
}

.ewb-mod-hd button {
    float: right;
    width: 90px;
    padding-left: 36px;
    height: 30px;
    line-height: 28px;
    border: 0;
    outline: 0;
    color: #fff;
    background: url('imagessearch.png') 16px 7px no-repeat #347fde;
}

.ewb-mod-hd button:hover {
    background-color: #2067c1;
    cursor: pointer;
}

/* 列表 */

.wb-data-item {
    /* padding-top: 22px; */
}

.wb-data-list {
    padding-left: 20px;
    line-height: 34px;
    background: url('imageslistimg.jpg') left 14px no-repeat;
}

.wb-data-infor {
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
    width: 500px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb-data-date {
    float: right;
    margin-top: -34px;
    color: #999;
}

.wb-data-list:hover {
    background-image: url('imageslistimgh.jpg');
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #0066cc;
}

/* 页码 */

.ewb-page {
    text-align: center;
    padding-bottom: 60px;
	margin-left:30%;
}

.ewb-page-items {
    margin-top: 38px;
    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: #0030cc;
}

.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;
}