/*!
 * 通知
 * date：2020-10-23
 * author：qianyuting
 */

body {
    background: none;
}

.em-menus-item > a:after {
    display: none !important;
}

.em-address-infos {
    min-height: 90px;
    background-color: #f5faff;
    box-sizing: border-box;
    padding: 20px 0;
    line-height: 30px;
}

.em-address-infos > span {
    display: inline-block;
    width: 98px;
    text-align: right;
    font-size: 16px;
    color: #666666;
}

.em-address-list {
    margin-left: 98px;
}

.em-address-item {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #838f9d;
    cursor: pointer;
    overflow: hidden;
}

.em-address-item > a {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 13px;
    font-size: 16px;
    color: #838f9d;
}

.em-address-item:hover,
.em-address-item.em-active {
    background-color: #0773fc;
    border-radius: 14px;
    color: #ffffff;
}

.em-address-item:hover > a,
.em-address-item.em-active > a {
    color: #ffffff;
}

/* 信息列表 */

.em-info-hd {
    height: 76px;
    line-height: 76px;
    font-size: 22px;
    border-bottom: 1px solid #eee;
}

.em-info-hd span {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.em-info-hd span:before {
    position: absolute;
    left: 6px;
    top: 50%;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -10px;
    background-color: #0773fc;
}

.em-search-box {
    position: relative;
    width: 360px;
    height: 36px;
    line-height: 34px;
    margin-top: 20px;
    padding: 0 70px 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.em-search-box input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.em-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    background-color: #0773fc;
    border-radius: 4px;
    text-align: center;
}

.em-info-item {
    display: block;
    position: relative;
    height: 90px;
    padding: 14px 120px 0 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}

.em-info-item:hover {
    background-color: #eff4fa;
}

.em-info-item p {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.em-info-source {
    color: #999;
}

.em-info-time {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 90px;
    line-height: 90px;
    color: #999;
}

/* 分页 */

.em-pager {
    margin-top: 30px;
    text-align: center;
}
