body {
    background: url(../images/bg2.jpg) repeat;
}

/* location */

.ewb-location {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/location_icon.png) 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #015293;
}

/* 我的征集 */
.ewb-info{
	border: 1px solid #dfdfdf;
	background: #fff;
}

.ewb-info-hd{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	background: #e4e4e4;
	padding-left: 20px;
}

.ewb-info-hd a{
	color: #015293;
	font-size: 16px;
	font-weight: bold;
}

.ewb-info-bd{
	padding: 0 14px 0 14px;
	height: 492px;
	font-size: 14px;
}

.ewb-info-sel{
	width: 50%;
	float: left;
	margin-top: 8px;
}

.ewb-sel-name{
	display: block;
	float: left;
	width: 18%;
	line-height: 26px;
	color: #999;
	text-align: center;
}

.ewb-info-sel select{
	width: 31%;
	float: left;
	height: 26px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	border-radius: 13px;
	text-indent: 14px;
	outline: 0;
}

.ewb-info-search{
	width: 49%;
	float: right;
	margin-top: 8px;
}

.ewb-info-input{
	float: left;
	width: 51%;
	height: 24px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	border-radius: 13px;
}

.ewb-info-input input{
	width: 80%;
	float: left;
	height: 24px;
	line-height: 24px;
	background: transparent;
	border: 0;
	text-indent: 14px;
	outline: 0;
}

.ewb-info-input button{
	display: block;
	float: right;
	width: 27px;
	height: 24px;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	background: url('../images/search_icon2.png') left center no-repeat;
}

a.ewb-want-work{
	display: block;
	width: 29%;
	float: right;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	background: #015293;
	color: #fff;
	text-align: center;
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-info-sel{
		width: 55%;
	}

	.ewb-info-search{
		width: 45%;
	}

	.ewb-info-bd{
		font-size: 12px;
	}

	.ewb-info-input{
		width: 60%;
	}
}

@media(max-width: 767px){

	.ewb-info-bd{
		font-size: 12px;
		padding: 0 8px;
		height: auto;
		padding-bottom: 10px;
	}

	.ewb-info-sel{
		width: 100%;
	}

	.ewb-info-search{
		width: 100%;
	}
}

/* table */

.table-responsive{
	width: 100%;
	margin-top: 8px;
}

.ewb-info-bd table{
	width: 716px;
}

.ewb-info-bd table td{
	height: 32px;
}

.ewb-info-bd table thead td{
	background: #e4e4e4;
	font-weight: bold;
}

.ewb-work-num{
	text-indent: 15px;
}

.ewb-declare-name1{
	width: 160px;
}

.ewb-declare-name{
	display: block;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-declare-name a{
	color: #333;
}

.ewb-gruy td{
	background: #f4f4f4;
}

.ewb-status1{
	color: #015293;
}

.ewb-status2{
	color: #999;
}

.ewb-status3{
	color: #cf7912;
}

/*!
* 页码样式
*/

.ewb-page {
    margin-top: 45px;
}

.wb-page-items {
    width: 360px;
    margin: 0 auto;
}

.wb-page-li {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 20px;
    height: 20px;
    border: 1px solid #a0a0a0;
    line-height: 20px;
    color: #999;
}

.wb-page-item:hover {
    border: 1px solid #0030cc;
}

.wb-page-default {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 0;
    color: #666;
}

.wb-page-default.current {
    color: #fff;
    background: #b80000;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-next {
    width: 53px;
}

.wb-page-total {
    width: 40px;
}

.wb-page-next:hover,
.wb-page-total:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

@media(max-width: 767px) {
    .wb-page-items {
        width: 130px;
    }
}