.content {
    background: #f5fcfc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}
.bg1 {
    width: 100%;
    height: 332px;
    background: url(../img/bg-l.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
.bg2 {
    width: 100%;
    height: 332px;
    background: url(../img/bg-r.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 120px;
    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 {
    padding: 40px;
    z-index: 2;
}
.block .ul {
    position: relative;
    width: 1200px;
    height: 800px;
    top: 60px;
}
.block .lis {
    position: absolute;
}
.block .ul .lis:nth-child(1) {
    position: absolute;
    left: 401px;
    top: 93px;
}
.block .ul .lis:nth-child(2) {
    position: absolute;
    left: 606px;
    top: 28px;
}
.block .ul .lis:nth-child(3) {
    position: absolute;
    left: 721px;
    top: 232px;
}
.block .ul .lis:nth-child(4) {
    position: absolute;
    left: 567px;
    top: 380px;
}
.block .ul .lis:nth-child(5) {
    position: absolute;
    left: 376px;
    top: 300px;
}
.block .ul .lis:nth-child(6) {
    position: absolute;
    left: 344px;
    top: 271px;
}
.block .lis > .img {
    width: 168px;
    z-index: 3;
    cursor: pointer;
    position: absolute;
    transition: all 0.5s;
    z-index: 99;
}
.block .lis > .img img {
    width: 168px;
}
/* 
.block .lis > .img:hover {
    transform: scale(1.1);
}
 */
.block .lis:nth-child(2) > .img img {
    width: 180px;
}
.block .lis:nth-child(4) > .img img,
.block .lis:nth-child(5) > .img img {
    width: 156px;
}
.box {
    width: 442px;
    /* height: 220px; */
    border-radius: 12px;
    border: 1px solid #428900;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(66, 137, 0, 0.25);
    padding: 15px 15px 15px 10px;
}

.box .title {
    /* height: 48px; */
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}
.box .title img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: absolute;
    left: 6px;
    top: 2px;
}
.box .title span {
    width: 360px;
    display: inline-block;
    color: #428900;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.box .title span:hover{
    font-weight: 600;
}
.block .ul .lis .box-cont {
    color: #555;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.28px;
    padding-left: 33px;
    position: relative;
}
.block .ul .lis .box-cont span {
    overflow: hidden;
    color: #428900;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.36px;
    position: absolute;
    right: 18px;
    bottom: -6px;
    cursor: pointer;
}
.block .ul .lis .box-li {
    padding-left: 14px;
}
.block .ul .lis .box-li a {
    width: 400px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-style: normal;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.block .ul .lis .box-li a:hover {
    color: #428900;
    font-weight: 700;
}
.block .ul .lis .box-li a:hover::before {
    background: #428900;
}
.block .ul .lis .box-li a:nth-child(1) {
    margin-top: 12px;
    line-break: anywhere;
}
.block .ul .lis:nth-child(5) .box-li a:nth-child(2) {
    margin-bottom: 12px;
}
.block .ul .lis .box-li a:nth-child(1) {
    /* margin-bottom: 12px; */
}
.block .ul .lis .box-li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: 6px;
}
.block .ul .lis:nth-child(1) .box {
    position: absolute;
    left: -394px;
    top: -155px;
    z-index: 2;
}
.block .ul .lis:nth-child(2) .box {
    position: absolute;
    right: -597px;
    top: -106px;
    z-index: 2;
}
.block .ul .lis:nth-child(5) .box {
    position: absolute;
    left: -426px;
    top: -44px;
    z-index: 2;
}
.block .ul .lis:nth-child(6) .box {
    position: absolute;
    left: -401px;
    top: 6px;
    z-index: 2;
}
.block .ul .lis:nth-child(4) .box-ul {
    margin-right: 20px;
    border-radius: 12px;
    border: 1px solid #428900;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(66, 137, 0, 0.25);
    width: 448px;
    height: 134px;
    position: absolute;
    left: -280px;
    top: 141px;
    z-index: 2;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.block .ul .lis:nth-child(4) .box-ul img {
    cursor: pointer;
    width: 100%;
}
.block .ul .lis:nth-child(4) .box-ul div {
    width: calc(100% / 3);
    margin-right: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.block .ul .lis:nth-child(4) .box-ul div:nth-last-child(1) {
    margin-right: 0;
}
.block .ul .lis:nth-child(4) .box-ul div img {
    height: 100%;
}
.block .ul .lis:nth-child(4) .box-ul div span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00000057;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    display: none;
    font-size: 12px;
    cursor: pointer;
}
.block .ul .lis:nth-child(4) .box-ul div:hover span {
    display: inline-block;
}
.block .ul .lis:nth-child(3) .box-ul {
    display: flex;
    padding: 20px;
}
.block .ul .lis:nth-child(3) .box-ul a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    border-radius: 8px;
    background: #f4f7fb;
    margin-right: 20px;
}
.block .ul .lis:nth-child(3) .box-ul a:hover {
    background: #ddf1ca;
}
.block .ul .lis:nth-child(3) .box-ul a:nth-last-child(1) {
    margin-right: 0px;
}
.block .ul .lis:nth-child(3) .box-ul a img {
    width: 48px;
    margin-bottom: 8px;
}
.block .ul .lis:nth-child(3) .box-ul a span {
    color: #629d53;
}
.block .ul .lis:nth-child(3) .box-ul {
    border-radius: 12px;
    border: 1px solid #428900;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(66, 137, 0, 0.25);
    width: 448px;
    height: 134px;
    position: absolute;
    left: 40px;
    top: 145px;
    z-index: 2;
}
.xq {
    width: 67px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    /* padding: 2px 2px 2px 6px; */
    color: #fff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 58px;
    top: 131px;
    z-index: 3;
    display: none;
    transition: all 0.5s;
}
#gdxd img:hover{
    content: url(../img/mlxd/gdxd_hover.png);
}
#hdgg img:hover{
    content: url(../img/mlxd/hdgg_hover.png);
}
#shjd img:hover{
    content: url(../img/mlxd/shjd_hover.png);
}
#jdfc img:hover{
    content: url(../img/mlxd/jdfc_hover.png);
}
#zyfw img:hover{
    content: url(../img/mlxd/zyfw_hover.png);
}
.block .lis > .img:hover .xq {
    display: block;
    z-index: 999;
}
.block .ul .lis:nth-child(2) .xq {
    left: 58px;
    top: 131px;
}
.block .ul .lis:nth-child(1) .xq {
    left: 52px;
    top: 125px;
}
.block .ul .lis:nth-child(3) .xq {
    left: 50px;
    top: 121px;
}
.block .ul .lis:nth-child(4) .xq {
    left: 47px;
    top: 115px;
}
.block .ul .lis:nth-child(5) .xq {
    left: 47px;
    top: 115px;
}
