@charset "UTF-8";

/*
 * description: 适老化通知公告
 * autor: qianyuitng
 * date: 2022-03-07
 */

.main {
    padding: 20px 0;
    margin-bottom: 35px;
    background-color: #fff;
}

.title {
    height: 100px;
    line-height: 100px;
    padding: 0 55px;
    border-bottom: 1px solid #E8E1E1;
}

.title-txt {
    display: inline-block;
    height: 100px;
    line-height: 92px;
    padding: 0 10px;
    font-size: 42px;
    font-weight: bold;
    border-bottom: 8px solid #4782CE;
    vertical-align: top;
    box-sizing: border-box;
}

.content {
    padding: 0 55px;
}

.info-item {
    position: relative;
    padding: 30px 0;
    line-height: 54px;
    font-size: 34px;
    font-weight: 600;
    border-bottom: 1px solid #F2EBEB;
}

.info-item::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 11px;
    height: 11px;
    margin-top: -5.5px;
    background-color: #A4ABB4;
    border-radius: 50%;
}

.info-item>a {
    position: relative;
    display: block;
    padding: 0 300px 0 30px;
    color: #333;
}

.info-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}