.content {
    background: #f5fcfc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}
.titles-text .more {
    margin-left: 20px;
}
.titles-text .more-text {
    overflow: hidden;
    color: #428900;
    text-align: right;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.titles-text .more-img {
    width: 20px;
    height: 20px;
}

/* 背景 */
.bg1 {
    width: 100%;
    height: 632px;
    background: url(../img/bg-l.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
.bg2 {
    width: 100%;
    height: 632px;
    background: url(../img/bg-r.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 300px;
    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;
    display: flex;
    z-index: 2;
    background: #fff;
}
.block .left-block {
    width: 476px;
    margin-right: 40px;
}
.block .left-block .title {
    width: 512px;
    height: 34px;
    margin-bottom: 24px;
}
.block .left-block .sh-imgs .img1-c {
    width: 476px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.block .left-block .sh-imgs .img1-c img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
}
.block .left-block .sh-imgs .img1-c span,
.block .left-block .sh-imgs .img4-c span,
.block .left-block .img-part .img2-c span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00000057;
    color: #fff;
}
.block .left-block .sh-imgs .img1-c:hover img,
.block .left-block .img-part .img2-c:hover img,
.block .left-block .sh-imgs .img4-c:hover img {
    transform: scale(1.05);
}
.block .left-block .sh-imgs .img1-c:hover span,
.block .left-block .img-part .img2-c:hover span,
.block .left-block .sh-imgs .img4-c:hover span {
    display: inline-block;
}
.block .left-block .sh-imgs .img4-c {
    width: 684px;
    height: 456px;
    overflow: hidden;
    position: relative;
}
.block .left-block .sh-imgs .img4-c img {
    transition: all 0.5s;
    cursor: pointer;
}

.block .left-block .sh-imgs .img4 {
    width: 684px;
    /* height: 590px; */
}
.block .left-block .img-part {
    display: flex;
    justify-content: space-between;
}
.block .left-block .img-part .img2-c {
    width: 232px;
    height: 432px;
    margin-top: 12px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    cursor: pointer;
}
.block .left-block .img-part img {
    width: 232px;
    height: 432px;
}
.block .left-block .img-part .img2-c:nth-child(2) {
    width: 232px;
    height: 432px;
}
.block .left-block .img-part .img2-c:nth-child(2) img {
    width: 232px;
    height: 432px;
}
.block .left-block .img-part .img2-c img {
    transition: all 0.5s;
    cursor: pointer;
}

.block .left-block .img-part2 img,
.block .left-block .img-part2 .img2-c {
    width: 274px !important;
    height: 374px !important;
}
.img-r {
    position: relative;
    margin-top: 12px;
    overflow: hidden;
}
.img-r img,
.img-r {
    width: 476px;
    height: 325px;
    cursor: pointer;
    transition: all 0.5s;
}
.img-r:hover img {
    transform: scale(1.05);
}
.img-r span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00000057;
    color: #fff;
}
.img-r:hover span {
    display: block;
}

.img-r2,
.img-r2 img {
    width: 684px;
    height: 300px;
}
.djt-box {
    width: 684px;
    height: 178px;
    background: url(../img/stwh/mldjt-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.djt-box .title {
    color: #428900;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 32.4px */
    display: flex;
}
.djt-box .title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.djt-box .title span {
    display: inline-block;
    width: 600px;
    cursor: pointer;
    min-height: 56px;
}
.djt-box .text {
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 30px;
}
.djt-box .text .details {
    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: 12px;
    bottom: 0px;
    cursor: pointer;
}
.block .right-block {
    width: 684px;
}
.block .right-block .title-img {
    margin-bottom: 24px;
}
.lis-ui div span {
    display: inline-block;
    width: 600px;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-break: keep-all;
    font-family: "Microsoft YaHei" !important;
    margin-bottom: 24px;
}

.lis-ui div span:nth-child(2) {
    width: 50px;
    color: #999;
    text-align: right;
}
.lis-ui div span:nth-child(1) {
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}
.lis-ui div span:nth-child(1) {
    color: #333;
}
.lis-ui div span:nth-child(1)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: 8px;
}
.lis-ui div:hover span:nth-child(1) {
    color: #428900;
    font-weight: bold;
}
.lis-ui div:hover span:nth-child(2) {
    color: #666;
}
.lis-ui div:hover span:nth-child(1)::before {
    background: #428900;
}
/* 生态文学 */
.title-stwx {
    width: 490px;
    height: 34px;
    margin-top: 60px;
    margin-bottom: 24px;
}
.titles-text-top {
    margin-top: 40px;
}
.img-works {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.img-works:nth-last-child(1) {
    margin-bottom: 0;
}
.zslw-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.books {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.books .book {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.books .book img {
    width: 154px;
    height: 236px;
    margin-bottom: 18px;
    transition: all 0.5s;
}
.books .book:hover img {
    transform: scale(1.05);
}
.books .book:hover span:nth-child(2) {
    font-weight: bold;
    color: #428900;
}
.books .book:hover span:nth-child(3) {
    color: #333;
}
.books .book span:nth-child(2) {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
    margin-bottom: 8px;
}
.books2 .book span:nth-child(2) {
    width: 200px;
    font-size: 16px;
    text-align: left;
}
.books2 .book img {
    margin-bottom: 12px;
}
.books2 .book {
    width: auto;
}
.books .book span:nth-child(3) {
    color: #666;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}
.book-name {
    display: flex;
    flex-wrap: wrap;
}
.book-name .pt {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 12px;
    cursor: pointer;
}
.book-name .pt span:nth-child(1) {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 12px;
}
.book-name .pt span:nth-child(1)::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #d7d7d7;
}
.book-name .pt span:nth-child(2) {
    color: #666;
    text-align: right;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}
.book-name .pt:hover span:nth-child(1) {
    color: #428900;
    font-weight: bold;
}
.book-name .pt:hover span:nth-child(1)::before {
    background: #428900;
}
.book-name .pt:hover span:nth-child(2) {
    color: #333;
}

.img-works-video span {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    margin-top: 8px;
}
.img-works-video .st-gz {
    width: 684px !important;
    height: 221px !important;
    margin-top: 20px;
}
.zslw-line {
    width: 100%;
    margin: 12px 0;
}
.lis-ui {
    padding-left: 24px;
}
.lis-ui-zslw span {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.32px;
}
.more-s {
    color: #428900;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.more-s img {
    margin-left: 10px;
}

.dmgzimg {
    width: 200px;
    height: 240px !important;
    text-align: center;
    overflow: hidden;
    cursor: pointer;

    
}
.img-works-video img {
    width: 228px !important;
}
.dmgzimg img {
    text-align: center;
    transition: all 0.5s;
}
.dmgzimg~span{
    width: 200px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.dmgzimg~span:hover  {
    color: #428900;
    font-weight: 600;
    cursor: pointer;
}
.dmgzimg:hover img {
    transform: scale(1.06);
}
.dmgzimg:hover~ span {
    color: #428900;
    font-weight: 600;
}

.swiper-button-prev {
    width: 24px !important;
    height: 44px !important;
    background: url(../img/dmgz/dm-lb-r.png) no-repeat !important;
    background-size: 100% 100% !important;
    left: 632px !important;
    bottom: 0 !important;
    margin-top: -55px !important;
}
.swiper-button-next {
    width: 24px !important;
    height: 44px !important;
    background: url(../img/dmgz/dm-lb-l.png) no-repeat !important;
    background-size: 100% 100% !important;
    left: 0px !important;
    bottom: 0 !important;
    margin-top: -55px !important;
}

.block .titles-text .line-c-r{
    height: 24px!important;
    width: auto!important;
}