/**!
 * 益阳市政务服务中心
 * author: gaoli;
 * date:2017-11-26
 */

.ewb-loc {
    margin: 15px;
}
.ewb-container {
    width: 1110px;
}

/* 栏目名称 */

.ewb-secpage-left {
    border: 1px solid #f0f0f0;
    width: 280px;
    float: left;
    background: #fff;
    margin-left: 15px;
}
.ewb-secpage-tt {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/rightopxian.gif) left bottom no-repeat;
}
.ewb-secpage-tt img {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.ewb-secpage-list {
    margin: 15px;
}
.ewb-secpage-list ul li {
    height: 40px;
}
.ewb-secpage-list ul li a {
    display: block;
    width: 235px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    color: #333;
    padding-left: 15px;
}
.ewb-secpage-list ul li a:hover {
    border-bottom: 1px dashed #b70d0a;
    color: #b70d0a;
    font-weight: bold
}
.ewb-secpage-list ul li a.cur {
    width: 220px;
    background: #b70d0a;
    color: #fff;
    text-align: left;
    padding-right: 15px;
    font-weight: bold
}
.ewb-secpage-con {
    text-align: center;
    margin: 15px;
}
.ewb-secpage-con img {
    display: block;
    width: 192px;
    height: 70px;
}

/*  */

.ewb-secpage-right {
    float: left;
    width: 790px;
}
.wb-data-item {
    padding-left: 10px;
}
.wb-data-list {
    line-height: 35px;
    padding-left: 20px;
    color: #595652;
    font-size: 15px;
    border-bottom: 1px dotted #eaeceb;
    background: url(../images/dian.gif) 10px center no-repeat;
}
.wb-data-info a {
    color: #111;
}
.wb-data-date {
    margin-top: -35px;
    padding-right: 10px;
    color: #888;
}

/* 分页 */

.fengye {
    height: 50px;
    width: 570px;
    margin: 20px auto 24px auto;
}
.fengye a {
    display: block;
    float: left;
    padding: 5px 8px;
    border: 1px solid #999999;
    margin: 0 5px;
    color: #999999
}
.fengye a:hover {
    background: #b80909;
    border: 1px solid #b80909;
    color: #fff
}
.fengye a.danqianfengye {
    background: #b80909;
    border: 1px solid #b80909;
    color: #fff
}
.pagination .current {
    background: #cccccc;
    color: #fff;
    border: solid 1px #999999;
}
.pagination .current.prev,
.pagination .current.next {
    color: #999;
    border-color: #999;
    background: #fff;
}
.pagination {
    font-size: 100%;
}
.pagination a {
    text-decoration: none;
    border: solid 1px #999999;
    color: #333333;
}
.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 0 5px;
    padding: 3px 7px;
    min-width: 1em;
    text-align: center;
    color: #b80909;
}

.ewb-page{
	text-align: center;
}

.ewb-page-items{
	padding:15px;
	display: inline-block;
}

.ewb-page-items li{
	float:left;
	padding: 5px;
}