.body-wrap {
    width: 100%;
    height: 100%;
    /*background-color: #F6F6F6;*/
}

.case-wrap .info-list .bottom-div,
.body-wrap .case-info-wrap .bottom-div {
    height: 30px;
    width: 100%;
}

.back-btn {
    float: right;
    color: #707070;
    margin-right: 60px;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
}

.body-wrap .case-info-wrap .content-foot {
    width: 900px;
    height: 42px;
    margin: 50px auto 0 auto;
}

.body-wrap .case-info-wrap .content-foot .left {
    width: 761px;
    height: 42px;
    font-size: 14px;
    background: #FBFBFB;
}

.body-wrap .case-info-wrap .content-foot .left .prev,
.body-wrap .case-info-wrap .content-foot .left .next {
    color: #707070;
    float: left;
    margin-top: 6px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    width: 380px;
    height: 30px;
    border-right: 1px solid #ECECEC;
}

.body-wrap .case-info-wrap .content-foot .left .prev:hover,
.body-wrap .case-info-wrap .content-foot .left .next:hover {
    color: #0f6296;
}

.body-wrap .case-info-wrap .content-foot .left .next {
    float: right;
    border-right: none;
}

.body-wrap .case-info-wrap .content-foot .right {
    position: relative;
    width: 129px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    cursor: pointer;
    color: #707070;
    background-color: #F3F6F9;
}

.body-wrap .case-info-wrap .content-foot .right:hover {
    color: #0f6296;
}

.body-wrap .case-info-wrap .content-foot .right img {
    float: left;
    margin-top: 14px;
    margin-left: 30px;
}


.case-info-wrap {
    height: auto;
    float: left;
    width: 1324px;
    position: relative;
    padding: 50px 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.case-wrap .info-list .left,
.case-info-wrap .left {
    float: left;
    background-color: #fff;
    position: relative;
    width: 1040px;
    left: 50%;
    transform: translate(-50%, 0);
}

.case-wrap .info-list .left .title,
.case-info-wrap .left .title {
    margin: 51px auto 0 auto;
    color: #707070;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.case-wrap .info-list .left .sub-title,
.case-info-wrap .left .sub-title {
    color: #a3a3a3;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 12px;
}

.case-wrap .info-list .left .line,
.case-info-wrap .left .line {
    height: 1px;
    width: 932px;
    margin: 26px auto 31px auto;
    background-color: #E6E6E6;
}

.case-wrap .info-list .left .content,
.case-info-wrap .left .content {
    margin: 0 auto;
    width: 830px;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #707070;
}

.case-wrap .info-list .left .content span,
.case-info-wrap .left .content span {
    display: block;
    text-indent: 2em;
}

.case-wrap .info-list .left .content img,
.case-info-wrap .left .content img {
    width: 830px;
    display: block;
    margin: 26px auto;
}

.case-info-wrap .right {
    width: 260px;
    float: right;
    background-color: #F4F6F7;
}

.case-info-wrap .right .title {
    background-color: #336D97;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-indent: 20px;
}

.case-info-wrap .right .sub-title {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    width: 240px;
    height: 70px;
    color: #707070;
    border-bottom: 1px solid #EAECEE;
}

.case-info-wrap .right .sub-title a {
    margin: 0 auto;
    display: block;
    width: 230px;
    letter-spacing: 1px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}