.content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    position: relative;
}
.block {
    width: 1120px;
    display: flex;
    z-index: 33;
}
.block .title {
    width: 1120px;
    height: 32px;
    margin-bottom: 24px;
    margin-top: 40px;
}
.zysx-content {
    display: flex;
    width: 740px;
    height: 769px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background: url(../img/zysx/sx-box.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
}
.ckyw{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.ckyw,.ckyw a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
    overflow: hidden;
    color: #428900;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    cursor: pointer;
}
.ckyw img{
    width: 20px;
}
.ckyw img,.ckyw a  {
    margin-left: 10px;
}
.zyls {
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.zcwj {
    margin-top: 20px;
    cursor: pointer;
}

.zysx-title {
    color: #d31c0c;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
}
.zysx-title img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.main-sx {
    width: 100%;
    height: 630px;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.32px;
    padding: 20px;
}
.main-sx p {
    text-indent: 2em;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 14px;
}

.block-xxsk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 100px;
}
.block-part-xxsk a {
    cursor: pointer;
}
.block-part-xxsk a img{
    height:224px;
    margin-right: 80px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 1px 4px 0px 0px rgba(53, 58, 52, 0.25);
}
.block-part-xxsk a:nth-last-child(1) img{
    margin-right: 0;
}

/* 背景 */
.bg1 {
    width: 100%;
    height: 520px;
    background: url(../img/bg1.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
.bg2 {
    width: 100%;
    height: 632px;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.block-part {
    width: 1200px;
}
.swiper-container{
    width: 1120px;
}

.swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background: url(../img/next-img.png) no-repeat !important;
    background-size: 100% 100% !important;
    right: 10px;
    left: auto;
}
.swiper-button-next:hover{
    background: url(../img/next-img-h.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background: url(../img/pre-img.png) no-repeat !important;
    background-size: 100% 100% !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev:hover{
    background: url(../img/pre-img-h.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.swiper-wrapper .swiper-slide {
    text-align: center;
}
.swiper-wrapper .swiper-slide  a{
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-shadow: 2px -4px 6px 1px rgba(72, 73, 70, 0.24);
}
.swiper-wrapper .swiper-slide  img {
    /* width: 216px !important;
    height: 284px!important; */
    width: 176px !important;
    height: 232px!important;
    transition: all 0.5s;
    box-shadow: 6px 6px 6px 1px rgba(72, 73, 70, 0.24);
}

.swiper-wrapper .swiper-slide span {
    height: 30px;
    width: 100%;
    background: #00000057;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.swiper-wrapper .swiper-slide a:hover span{
    display: inline-block;
}
.swiper-wrapper .swiper-slide:hover span {
    display: inline-block;
}
.swiper-button-next{
    right: 40px!important;
}
