﻿/**!
 * 江苏常州环境科技有限公司
 * author: gaoli;
 * date:2017-10-20
 */


/* secondpage1 */

/* 新闻动态 */

.ewb-news {
    margin-top: 12px;
}
.ewb-news-hd {
    
    line-height: 38px;
    border-bottom: 1px solid #d6d9da;
}
.ewb-news-item.spec {
    line-height: 37px;
    margin: 0 28px 0 0;
}
.ewb-news-hd {
    /*height: 38px;*/
    line-height: 38px;
    border-bottom: 1px solid #d6d9da;
}
.ewb-news-item.spec {
    line-height: 37px;
    margin: 0 28px 0 0;
    border-bottom: 2px solid transparent;
}
.ewb-news-item.spec.cur {
    font-weight: bold;
    border-bottom: 2px solid #0a6acf;
}


/* 列表 */

.wb-data-item.spec {
    padding: 7px 0 0 0;
}
.wb-data-item.spec .wb-data-list {
    padding-left: 14px;
    background: url(../images/listimg2.jpg) 1px 50% no-repeat;
}
.wb-data-item.spec .wb-data-date {
    padding-right: 16px;
}

/* 分页 */

.ewb-page {
    text-align: center;
}
.ewb-page-items {
    margin-top: 27px;
    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;
    float: left;
}
.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.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;
    color: #555;
}


