
.lc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.lc .items .left {
    float: left;
}
.lc .items .right {
    float: right;
    width: 894px;
    position: relative;
    overflow: hidden;
}
.sdly{
    width: 298px;
    height: 245px;
    background: #fff;
    outline:#E5E5E5 solid thin;
    border-right: 0;
    border-radius: 12px;
    text-align: center;
}
.sdly_prev{
    background: url("https://www.isaachughes.com/images/swiper_button_004.png") no-repeat left center;
    width: 25px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 40%;
    z-index: 50;
    cursor: pointer;
}
.sdly_next{
    background: url("https://www.isaachughes.com/images/swiper_button_004.png") no-repeat right center;
    width: 25px;
    height: 32px;
    position: absolute;
    right:20px;
    top: 40%;
    z-index: 50;
    cursor: pointer;
}

.sdly p:first-child{
    width: 56px;
    height: 56px;
    margin: auto;
    margin-top: 35px;
}
.sdly p:nth-child(2){
    font-size: 20px;
    letter-spacing: 2px;
    margin: 15px 0;
}
.sdly p:nth-child(2) span{
    font-weight: bold;
    font-size: 20px;
}
.sdly p:last-child{
    color: #999999;
}
.sdly p:last-child span{
    display: block;
    margin-bottom: 3px;
}