.jypxTitle{
    margin-top: 60px;
}
.swiper-slide p {
    background: #0f855b;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.szllContBox{
    width: 1200px;
    margin: 0 auto;
}
.szllContBox .szllCont{
    margin:60px 0;
    overflow: hidden;
    padding:20px
}
.szllContBox .szllCont a{
    width: 46%;
    float: left;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.26);
    margin:2%;
}
.szllContBox .szllCont a .szllImg{
    width: 50%;
    overflow: hidden;
    float: left;
}
.szllContBox .szllCont a .szllImg img{
    display: block;
    width: 100%;
}
.szllContBox .szllCont a .szllText{
    width: 40%;
    float: left;
    padding: 5%;
}
.szllContBox .szllCont a .szllText h2{
    font-size: 32px;
    color: rgb(0, 0, 0);
    line-height: 0.75;
    font-weight: normal;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
}
.szllContBox .szllCont a .szllText p{
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.7;
    margin-top:20px;
}