html,body {background: #ffffff;font-size: 16px;}
/*澶撮儴鐨刡anner鍥?/
.case-wrapper .case-top {
    height: 479px;
    background: url("/newwebsite/case/images/banner-top.png") no-repeat;
    background-size:cover;
    color: #ffffff;
    position: relative;
}
.case-wrapper .case-top .case-top-banner-line {
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url("/newwebsite/case/images/banner-top-bottom.png") no-repeat;
    background-size:cover;
}
.case-wrapper .case-top .case-top-mid {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.case-wrapper .case-top .case-top-num {
    font-weight: bold;
    font-size: 46px;
    position: relative;
    letter-spacing: 3px;
}
.case-wrapper .case-top-num span{
    vertical-align: inherit;
    padding-left: 5px;
    font-weight: 400;
}
.case-wrapper .case-top-num div {
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    top: -6px;
    left: -16px;
}
.case-wrapper .case-top .case-top-info1 {
    font-size: 25px;
    margin-top: 10px;
}
.case-wrapper .case-top .case-top-info2 {
    font-size: 25px;
    margin-top: 30px;
}
.case-wrapper .case-top .case-top-button {
    margin-top: 50px;
    width: 175px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    background: #0062DD;
    padding-left: 10px;
    cursor: pointer;
}
.case-wrapper .case-top .case-top-content {
    width: 350px;
    height: 260px;
    position: absolute;
    top: 100px;
}
/*澶撮儴鐨刡anner鍥  缁撴潫*/

.case-detail-wrapper {
    width: 1200px;
    margin: 0 auto;
    min-height: 750px;
}
.case-detail-wrapper .case-detail-top {
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    position: relative;
}
.case-detail-wrapper .case-detail-top .icon-weizhi {
    color: #BBBBBB;
    font-size: 18px;
    position: absolute;
    left: -20px;
    top: -2px;
}
.case-detail-wrapper .case-detail-top .icon-sanjiaoright {
    font-size: 12px;
    vertical-align: middle;
    color: #BBBBBB;
}
.case-detail-wrapper .case-detail-top span {
    vertical-align: inherit;
    color: #666666;
}
.case-detail-wrapper .case-detail-top span.case-detail-back {
    color: #0061DE;
    cursor: pointer;
}
.case-detail-wrapper .case-detail-box {
    position: relative;
    padding-right: 425px;
}
.case-detail-wrapper .case-detail-left {
    width: 100%;
}
.case-detail-wrapper .case-detail-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.case-detail-wrapper .case-detail-info span{
    padding-right: 20px;
    color: #999999;
    font-size: 14px;
}
.case-detail-wrapper .case-detail-cont {
    border-top: 2px solid #eee;
    padding: 30px 0;
    color: #999999;
    margin-top: 20px;
    font-size: 16px;
}
.case-detail-wrapper .case-detail-cont img {
    max-width: 100% !important;
}

.case-detail-wrapper .case-detail-right {
    width: 380px;
    position: absolute;
    right: 0;
    top: 0;
}
.case-detail-wrapper .case-detail-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.case-detail-wrapper .case-detail-list-item span{
    display: inline-block;
    color: #333333;
    max-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.case-detail-wrapper .case-detail-list-more {
    text-align: right;
    margin-top: 30px;
    color: #666666;
    font-size: 16px;
}
.case-detail-wrapper .case-detail-list-more span {
    cursor: pointer;
    color: #999;
}
.case-detail-wrapper .case-detail-right .case-detail-case {
    font-size: 17px;
    color: #0061DE;
    padding-bottom: 10px;
    font-weight: 500;
}
.case-detail-wrapper .mt40 {
    margin-top: 40px;
}
.case-detail-wrapper .case-detail-follow,
.case-detail-wrapper .case-detail-list {
    border: 1px solid #999999;
    border-top: 2px solid #0061DE;
}
.case-detail-wrapper .case-detail-list {
    padding: 0 40px 10px;
    font-size: 16px;
}
.case-detail-wrapper .case-detail-follow {
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.case-detail-wrapper .case-detail-follow>div {
    width: 140px;
    text-align: center;
}
.case-detail-wrapper .case-detail-follow p {
    margin-top: 20px;
    font-size: 16px;
}
.case-detail-wrapper .case-detail-follow .case-detail-follow-left {
    float: left;
}
.case-detail-wrapper .case-detail-follow .case-detail-follow-right {
    float: right;
}
.case-detail-follow img {
    width: 140px;
    height: 140px;
}
