/*!
 * 建设工程
 * date：2020-10-26
 * author：qianyuting
 */

body {
    background: none;
}

.em-condition-infos {
    min-height: 70px;
    background-color: #f5faff;
    box-sizing: border-box;
    padding: 20px 0;
    line-height: 30px;
    border-bottom: 1px dashed #c6d3e3;
}

.em-condition-infos-xxly {
    min-height: 90px;
    padding: 20px 0;
    line-height: 45px;
}

.em-condition-infos:last-child {
    border-bottom: 0;
}

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

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

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

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

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

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

.date-select {
    display: none;
    width: 220px;
    height: 28px;
    line-height: 28px;
    padding: 0 25px 0 8px;
    font-size: 14px;
    color: #838f9d;
    border: 1px solid #c6d3e3;
    background: transparent url('../images/icon_date.png') 98% center no-repeat;
    box-sizing: border-box;
}

/* 内容信息 */

.em-info-hd {
    height: 76px;
    line-height: 76px;
    font-size: 22px;
}

.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;
}

/* 列表 */

.list-hd > li {
    height: 38px;
    line-height: 38px;
    color: #6e7d90;
    font-size: 16px;
    background-color: #eff4fa;
}

.list-bd > a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.list-hd > li > div,
.list-bd > a > div {
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.list-hd > li > div:first-child,
.list-bd > a > div:first-child {
    width: 6%;
    padding: 0;
    text-align: center;
}

.list-hd > li > div:nth-child(2),
.list-bd > a > div:nth-child(2) {
    width: 20%;
}

.list-hd > li > div:nth-child(3),
.list-bd > a > div:nth-child(3) {
    width: 49%;
}

.list-hd > li > div:nth-child(4),
.list-bd > a > div:nth-child(4) {
    width: 10%;
}

.list-hd > li > div:nth-child(5),
.list-bd > a > div:nth-child(5) {
    width: 15%;
    text-align: center;
}

.list-hd > li > div:nth-child(6),
.list-bd > a > div:nth-child(6) {
    width: 15%;
    text-align: center;
}

/* 分页 */

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