/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */

body {
    background-image: url("../images/page_bg.jpg");
}


/* 面包屑 */

.ewb-route {
    padding-left: 41px;
    line-height: 50px;
    background: url("../images/route_ico.png") 9px center no-repeat;
}

.ewb-route>a {
    color: #333;
}

.ewb-route-last {
    color: #3061bd;
}


/* 页面 */

.ewb-page-main {
    padding: 0 30px 20px;
    min-height: 695px;
    background-color: #fff;
    border: 1px solid #f4f6f9;
    box-shadow: 0 1px 4px #e4e6ea;
    margin-bottom: 5px;
}

.ewb-page-title {
    height: 49px;
    border-bottom: 1px solid #d7d7d7;
}

.ewb-page-name {
    margin-top: 3px;
    padding: 0 19px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #095bb8;
    border-bottom: 3px solid #095bb8;
}


/* 列表 */

.ewb-dynamics-items {
    padding-top: 10px;
}

.ewb-dynamics-items>li {
    position: relative;
    vertical-align: top;
    line-height: 38px;
    height: 38px;
    border-bottom: 1px dashed #e5e5e5;
}

.ewb-dynamics-items>li:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
}

.ewb-dynamics-items>li>a {
    padding-left: 35px;
    float: left;
    color: #333;
    width: 76%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-dynamics-time {
    color: #999;
    margin-right: 20px;
}

.ewb-region {
    color: #5f94ef;
}

.ewb-dynamics-items>li:hover a {
    display: block;
    color: #0b62c6;
}

.ewb-dynamics-items>li:hover:before {
    background-color: #0b62c6;
}

.ewb-dynamics-items>li:hover .ewb-dynamics-time,
.ewb-dynamics-items>li:hover .ewb-region {
    color: #0b62c6;
}


/* 搜索 */

.ewb-page-search {
    margin-top: 10px;
    background: #fff;
}

.ewb-page-search .ewb-search-btn {
    margin-top: 0;
    margin-right: 1px;
    height: 28px;
    border-radius: 0;
    background: url("../images/page_search_ico.png") center no-repeat #fff;
}

.ewb-page-search:hover .ewb-search-btn {
    background-color: #fff;
}


/* 底部 */

.ewb-footer {
    padding-top: 10px;
}


/* 页码 */

.ewb-page {
    padding-top: 22px;
    text-align: center;
    overflow: hidden;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 25px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
    line-height: 24px;
}

.ewb-page-li>a {
    border-radius: 4px;
    display: block;
    color: #666;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d5d5d5;
}

.ewb-page-li.current>a {
    color: #fff;
    border-color: #1973c2;
    background-color: #1973c2;
}

.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 {
    border-radius: 4px;
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
}

.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;
    margin-left: 10px;
}

.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;
}

.ewb-page-sel>a {
    padding: 0 11px 0 9px;
}

.ewb-page-sel>a>span {
    display: block;
    padding-right: 16px;
    background: url("../images/page_sel.png") right center no-repeat;
}


/* 大类标题 */

.ewb-big-column {
    text-align: center;
    line-height: 65px;
    height: 65px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: url("../images/big_column_bg.png") center no-repeat #1973c2;
}


/* 栏目链接 */

.ewb-column-items>li {
    margin-top: 2px;
    line-height: 50px;
}

.ewb-column-wrap>a {
    display: block;
    text-align: center;
    color: #095bb8;
    font-size: 16px;
    background: url("../images/column_arr.png") 26px 50% no-repeat #dcebf9;
}

.ewb-column-items>li:hover .ewb-column-wrap>a,
.ewb-column-items>li.current .ewb-column-wrap>a {
    color: #fff;
    font-weight: bold;
    background-image: url("../images/column_arr_hover.png");
    background-color: #2778be;
}