.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 {
    width: 100%;
    background: #fff;
    padding: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
}
.right-content{
    width: calc(100% - 270px);
}
.left-content{
    width: 270px;
    margin-right: 10px;
}
.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: 0 16px 16px 16px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d5dfea;
    min-height: 500px;
}
.ul .li {
    width: calc(100% / 3);
}
.ul .li > div {
    width: 275px;
    height: 180px;
    margin-bottom: 8px;
    margin-top: 16px;
    overflow: hidden;
}
.ul .li img {
    width: 100%;
    height: 100%;
}
.ul .li span {
    display: inline-block;
    width: 100%;
    height: 28px;
    overflow: hidden;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
}
.ul .li:nth-child(3n + 2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ul .li:nth-child(3n + 1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ul .li:nth-child(3n) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/* 分页 */
.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;
}
