/**!
 * 二级公用
 * author: fxyue;
 * date:2019-10-9
 */
 
.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}


body {
    background: #f3f3f3;
}

/* #header {
    height: 160px;
} */

@media (max-width: 1299px) {
    #header {
        height: auto;
    }
}

@media (max-width: 767px) {
    .ewb-phone-bottom {
        margin-bottom: 0;
    }
}

/* 头部搜索框隐藏 */
.ewb-search {
    display: none;
}

/* 面包屑 */
.ewb-location {
    padding: 25px 0;
    line-height: 26px;
    color: #999;
    font-size: 16px;
}

.ewb-location a {
    color: #999;
}

.ewb-location span {
    color: #e2303c;
}

.ewb-white {
    background: #fff;
}

/* 公用头部 左图标右文字 */
.ewb-col-hd a,.ewb-col-hd p {
    float: left;
    line-height: 32px;
    font-weight: bold;
    font-size: 24px;
    padding-left: 38px;
    color: #333;
    background-position: left center;
    background-repeat: no-repeat;
}

/* 便民提示 */
.ewb-tip-icon {
    background-image: url("/Template/css/../images/tips_icon.png");
}

/* 招聘信息 */
.ewb-job-icon {
    background-image: url("/Template/css/../images/job_icon.png");
}

/* 公共设施 */
.ewb-utility-icon {
    background-image: url("/Template/css/../images/utility_icon.png");
}

/* 医疗机构 */
.ewb-care-icon {
    background-image: url("/Template/css/../images/care_icon.png");
}

.ewb-movie-icon {
    background-image: url("/Template/css/../images/see_icon.png");
}

/* 公开检索 */
.ewb-retrieve-icon {
    background-image: url("/Template/css/../images/retrieve_icon.png");
}

/* 最新信息公开 */
.ewb-open-icon {
    background-image: url("/Template/css/../images/open_icon.png");
}

/* 人员分工 */
.ewb-person-icon {
    background-image: url("/Template/css/../images/perosns_icon.png");
}

/* 社区服务中心 */
.ewb-service-icon {
    background-image: url("/Template/css/../images/service_icon.png");
}

/* 图书馆 */
.ewb-library-icon {
    background-image: url("/Template/css/../images/library_icon.png");
}

/* 列表 */
.ewb-data-list {
    line-height: 52px;
    font-size: 16px;
    position: relative;
}

.ewb-data-infor {
    margin-right: 85px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-data-infor a {
    color: #333;
}

.ewb-data-date {
   /* float: right;*/
    color: #999;
    position: absolute;
    color: #999;
    right: 0;
    top: 0;
}

.ewb-data-list:hover,
.ewb-data-list:hover a,
.ewb-data-list:hover .ewb-data-date,
.ewb-data-list.accfocus,
.ewb-data-list.accfocus a,
.ewb-data-list.accfocus .ewb-data-date {
    color: #ef4837;
}

.ewb-phone-more {
    color: #666;
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ededed;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 2px;
    clear: both;
    margin: 10px 0 0;
}

/* 分页 */
.ewb-page {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
}

.pager {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


/* 公用 左border */
.ewb-col-node {
    border-left: 5px solid #ef4837;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

/* 专题通用标题 */
.ewb-col-sub {
    font-size: 0;
    text-align: center;
}

.ewb-col-sub a {
    margin-top: -13px;
    display: inline-block;
    vertical-align: middle;
}

.ewb-col-sub i {
    width: 24px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
}

.ewb-col-l {
    background: url("/Template/css/../images/col_sub_left.png") right center no-repeat;
}

.ewb-col-r {
    background: url("/Template/css/../images/col_sub_right.png") left center no-repeat;
}

.ewb-col-sub span {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url("/Template/css/../images/col_sub_middle.png") repeat-x;
}

/* 灰色背景公用 */
.ewb-grey-bg {
    background: #f6f6f6;
    line-height: 52px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #e2303c;
    font-size: 24px;
    font-weight: bold;
}

/* 小屏 */
@media (max-width:767px) {
   
    .ewb-col-sub span{
        padding:0 5px;
        max-width:80%;
           overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
}