#case-info-top {
}

#case-info-top h1 {
    display: block;
    font-weight: 380;
    padding: 24px 0px;
    height: 28px;
    font-size: 25px;
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-bottom: 30px;
}

#case-info-top h3 {
    font-weight: 380;
    font-size: 25px;
    line-height: 28px;
}

#case-info-top p {
    line-height: 28px;
    padding-top: 10px;
}
#content{
    margin-top: 20px;

    text-align: justify;
}
#project_feedback{
    font-size: 16px;
}
#case-top-right {
    color: #000;
    background-color: #f6f6f6;
    padding: 30px 0 30px 60px;
    height: 390px;
    font-size: 22px;
}
.case-info-main{
    padding-top: 30px;
    border-top: 1px dashed #aaaaaa;
    margin-top: 30px;
}
.case-info-main .title{
    font-size: 26px;
    color: #222222;
    line-height: 1;
}
.case-info-main p{
    line-height: 26px;
    margin-top: 24px;
    text-indent: 30px;
}


/*轮播图*/
#wrap{
    width: 80%;
    min-width: 300px;
    margin: 10px auto 80px;
    background: #fefefe;
}
.hiSlider{
    overflow: hidden;
    height: 380px;
    background: #eee;
}
.hiSlider-item{
    float: left;
}

@media screen and (max-width: 992px) {
    #case-top-right {
        padding: 0 0 0 10px;
        height: auto;
    }
    .case-info-main {
        margin-top:0;
        padding-top: 10px;
        border-top: 1px dashed #aaaaaa;
    }
}
