body {
    background-color: #f8f8f8;
}

/* 第一块 */
/* 第一块结束 */

/* 第二块 */
.b2 .hd {
    padding-bottom: 25px;
    border-bottom: 4px solid rgba(1,104,183,1);
}
.b2 .hd dl {
    display: flex;
}
.b2 .hd dl dd:nth-child(even) {
    margin: 0 20px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}
.b2 .hd dl dd a {
    font-size: 15px;
    color: rgb(0 0 0 / 70%);
}
.b2 .hd dl dd a.active {
    color: rgb(0 123 255);
}
.b2 .hd dl dd a:hover {
    color: rgb(0 123 255);
}
.b2 .hd img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.b2 .hd .bread-crumbs {
    letter-spacing: .2em;
    color: #6c757d;
}
.b2 .hd .bread-crumbs a {
    color: #6c757d;
}
.b2 .hd .bread-crumbs a.current {
    color: #212529;
}
.b2 .hd .bread-crumbs a:hover {
    color: #494f54;
}
.b2 .bd {
    padding: 0 20px 20px;
    background-color: #fff;
}
.b2 .bd dl dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eee;
}
.b2 .bd dl dd a {
    width: 1127px;
    font-size: 16px;
    color: #202020;
}
.b2 .bd dl dd .date {
    font-size: 14px;
    color: rgba(32,32,32,0.6);
}
.b2 .bd dl dd a::before {
    content: '·';
    margin-right: 3px;
}
.b2 .bd dl dd a:hover {
    color: #0168b7;
    font-weight: 700;
}
/* 第二块结束 */
