/* 服务指南* 
 * author:zhouzongyi
 * date:2021-11-10 */

*,
::after,
::before {
    box-sizing: border-box;
}

.module {
    padding: 0;
}

.module-hd {
    height: auto;
    line-height: normal;
}

.module-bd {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.date-search {
    position: absolute;
    right: 14px;
}

/* 日期 */
.ewb-datetime {
    height: 36px;
    line-height: 36px;
    border: 1px solid #e2e2e2;
    color: #333;
    background: url("../images/sec-date-bg.png") no-repeat 184px center;
}

.date-sel ::-webkit-input-placeholder{
    color: #333;
}

.date-sel :-ms-input-placeholder {
    color: #333;
}

.date-span {
    color: #999;
}

/* 搜索框 */
.bd-search {
    font-size: 16px;
    margin-left: 30px;
    position: relative;
    border: 1px solid #e2e2e2;
}

.bd-search input {
    width: 230px;
    height: 34px;
    padding-left: 20px;
    padding-right: 80px;
}

.bd-search span {
    position: absolute;
    width: 62px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #b01127;
    color: #fff;
    right: 0;
    cursor: pointer;
}

.tab-hd {
    border-bottom: 1px solid #eeeff2;
}

.hd-item {
    float: left;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}

.hd-item a {
    color: #333;
}

.hd-item.active {
    font-weight: bold;
    color: #b21a1f;
}

.hd-item.active a {
    font-weight: bold;
    color: #b21a1f;
}

.hd-item.current a {
    font-weight: bold;
    color: #b21a1f;
}

.hd-item.current {
    font-weight: bold;
    color: #b21a1f;
}

.hd-item.active::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 56px;
    height: 4px;
    background-color: #c00107;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bd-item {
    /* height: 734px; */
}

/* 信息列表 */

.news-items {
    padding-top: 20px;
    /* height: 670px; */
    overflow: hidden;
}
.news-items > li {
    position: relative;
    line-height: 50px;
    vertical-align: top;
}

.news-items > li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
}

.news-items > li > a {
    padding-left: 14px;
    display: block;
    color: #333;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-items > li:hover a,
.news-items > li:hover .news-time {
    color: #b01127;
}

.news-items > li:hover:before {
    background-color: #b01127;
}

/* 分页 */
.pager {
    margin-top: 28px;
}
