/**!
 * 松江区重大建设项目-列表页
 * author: gaojian;
 * date:2018-09-03
 */
.ewb-info {
    padding: 2px 20px 31px;
    background: #f4f4f4;
    margin-top: 50px;
	min-height: 320px;
}

.ewb-list-hd {
    height: 57px;
    line-height: 57px;
    padding-left: 40px;
    color: #333;
    border-bottom: 2px dashed #d5d5d5;
    background: url(../images/loca.png) 0 center no-repeat; 
}

.ewb-list-hd a {
    color: #333;
}

.ewb-list-hd span {
    color: #fd683e;
}

.wb-data-item {
    padding-top: 15px; 
}

.wb-data-list {
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    vertical-align: top;
    background: url(../images/listimg.png) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #666;
    margin-top: -45px;
}

.wb-data-list:hover,
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a,
.wb-data-list.accfocus,
.wb-data-list.accfocus .wb-data-date,
.wb-data-list.accfocus a {
    cursor: pointer;
    color: #fd683e;
}
/* 分页 */
.pager {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.ewb-page {
	margin: 35px 0 20px;
    height: 29px;
    text-align: center;
    font-size: 0;
}
.m-pagination-page>li.active>a {
    border: 1px solid #fd683e;
    color: #fff;
    background: #fd683e;
    font-weight: normal;
}
.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover,
.m-pagination-page>li.accfocus>a,
.m-pagination-group>button.accfocus {
    border: 1px solid #fd683e;
    color: #fff;
    background: #fd683e;
}
/* .ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 15px;
    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: #ff5323;
}

.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;
}
 */
@media (max-width: 767px) {
    .ewb-info {
        padding: 2px 10px 31px;
        margin-top: 20px;
    }
    .ewb-list-hd {
        height: 57px;
        line-height:18px;
        padding-left: 40px;
        color: #333;
        border-bottom: 2px dashed #d5d5d5;
        background: url(../images/loca.png) 0 center no-repeat;
    }
}