.content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    position: relative;
    background: #f5fcfc;
}
body {
    position: relative;
}
/* 背景 */
.bg1 {
    width: 100%;
    height: 520px;
    background: url(../img/bg1.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
}
.bg2 {
    width: 100%;
    height: 632px;
    background: url(../img/bg-r.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 1;
}
.bg3 {
    width: 100%;
    height: 632px;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.block {
    width: 1200px;
    padding-bottom: 40px;
    z-index: 222;
}

.position {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.position img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.position .szwz {
    margin-right: 8px;
}
.position .jg {
    margin: 0 4px;
}
.position span {
    color: #555;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}
.text-content {
    background: #fff;
    padding: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
}
.right-content {
    width: calc(100% - 270px);
}
.left-content {
    margin-right: 20px;
}
.left-content .lis {
    width: 258px;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 4px;
    border: 1px solid #dbedde;
    background: #f9fffa;
    display: flex;
    align-items: center;
    padding-left: 40px;
    cursor: pointer;
}
.left-content .lis:nth-last-child(1) {
    margin-bottom: 0px;
}
.left-content .lis:hover {
    background: #e9f6e7;
    border: 1px solid #e9f6e7;
    color: #1aa30e;
    font-weight: 600;
}

.left-content .lis.active {
    background: #1aa30e;
    font-weight: 600;
    color: #fff;
    border: 1px solid #1aa30e;
    position: relative;
}
.left-content .lis a {
    color: #333;
}
.left-content .lis:hover a {
    color: #1aa30e;
}
.left-content .lis.active a {
    color: #fff;
}
.left-content .lis.active::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/menu-arro.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
    position: absolute;
    left: 8px;
}
.ul {
    padding: 24px;
    border: 1px solid #d5dfea;
    min-height: 500px;
}
.ul .li {
    margin-bottom: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ul .li:nth-last-child(1) {
    margin-bottom: 0;
}

.ul .li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #d7d7d7;
    position: absolute;
    left: 0px;
    top: 11px;
}
.ul .li .text {
    width: 700px;
    overflow: hidden;
    color: #555;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
    padding-left: 14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: keep-all;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ul .li .time {
    color: #999;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
}

.ul .li .zd {
    width: 45px;
    height: 22px;
    border-radius: 2px;
    background: #c00;
    display: flex;
    padding: 5px 8px;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 14px;
    top: 3px;
}
.ul .li .zd-text {
    padding-left: 67px;
}
.ul .li:hover .text {
    overflow: hidden;
    color: #1aa30e;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
}
.ul .li:hover::before {
    background: #1aa30e;
}
.ul .li:hover .time {
    color: #555;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
}

/* 分页 */
.page {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -6px;
}

.page .normal {
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    margin: 0 5px;
    padding: 4px;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
    color: #383b3d;
}
.page .current {
    background: #347524;
    border: 1px solid #347524;
    color: #fff;
    border-radius: 4px;
}
.page .next,
.page .first,
.page .next,
.page .last {
    border-radius: 4px;
    color: #383b3d;
}
.archive {
    position: absolute;
    right: 150px;
    top: -4px;
}
