.detail-box {
    background-color: #f7f7f7;
}

.detail-box .detail-boxTitle {
    margin-top: 22px;
}

.detail-box  {
    padding: 22px 0 30px 0;
}

.detail-box >div {
    background-color: #fff;
}

.detail-box  .left-1 {
    width: 660px;
    margin-right: 20px;
}

.detail-box  .left-1 .left-title {
    font-size: 30px;
    color: #333333;
    padding: 16px 22px 0px 22px;
}

.detail-box  .left-1 .left-detail {
    padding: 10px 22px 12px 22px;
    height: 30px;
    line-height: 30px
}

.detail-box  .left-1 .left-detail>div {
    float: left;
    font-size: 12px;
    color: #999999;
    margin-right: 17px;
}

.detail-box  .left-1 .left-detail>div>span {
    display: inline-block;
    vertical-align: middle;
}

.detail-box  .left-1 .left-detail>div>span:first-child {
    width: 15px;
    height: 13px;
    background: url("../img/icon02.png") no-repeat center;
    background-size: 100% auto;
    margin-right: 4px;
}

.detail-box  .left-1 .left-detail .zan span:first-child {
    background: url("../img/icon03.png") no-repeat center;
    background-size: 100% auto;
}

.detail-box  .left-1 .left-cont {
    padding: 0px 22px 0px 22px;
    font-size: 16px;
    color: #4d4d4d;
    border-bottom: 1px solid #f4f4f4;
}
.detail-box  .left-1 .left-cont p img{
    max-width: 615px;
}
.detail-box  .left-1 .left-cont p {
    line-height: 32px;
    margin-bottom: 20px;
    word-break: break-all;
}

.detail-box  .left-1 .left-cont p:last-child {
    margin-bottom: 0;
}

.detail-box  .left-1 .left-button {
    padding: 20px 0;
    height: 47px
}

.detail-box  .left-1 .left-button>div {
    border: 1px solid #eaeaea;
    line-height: 44px;
    width: 140px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    float: left;
    cursor: pointer;
}

.detail-box  .left-1 .left-button>div>span {
    display: inline-block;
    vertical-align: middle;
}

.detail-box  .left-1 .left-button>div>span:first-child {
    width: 18px;
    height: 17px;
    background: url("../img/icon04.png") no-repeat center;
    background-size: 100% auto;
    margin-right: 8px;
}

.detail-box  .left-1 .left-button .praise {
    margin-left: 140px;
}

.detail-box  .left-1 .left-button .praise.sel>span:first-child {
    background: url("../img/icon04_sel.png") no-repeat center;
    background-size: 100% auto;
}

.detail-box  .left-1 .left-button .collect {
    float: right;
    margin-right: 140px;
}

.detail-box  .left-1 .left-button .collect>span:first-child {
    background: url("../img/icon05.png") no-repeat center;
    background-size: 100% auto;
}

.detail-box  .left-1 .left-button .collect.sel>span:first-child {
    background: url("../img/icon05_sel.png") no-repeat center;
    background-size: 100% auto;
}

.detail-box  .right-1 {
    width: 380px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 0 10px rgba(202, 202, 204, 0.4);
    -moz-box-shadow: 0 0 10px rgba(202, 202, 204, 0.4);
    box-shadow: 0 0 10px rgba(202, 202, 204, 0.4);
}

.detail-box  .right-1 .right-title {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 15px;
    padding-top: 12px;
    padding-bottom: 10px;
}

.detail-box  .right-1 .right-title .name {
    height: 34px;
    background: url("../img/icon01.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    line-height: 32px;
    margin-right: 7px;
    padding: 0 20px 0 10px
}

.detail-box  .right-1 .right-title .name span {
    font-size: 18px;
    color: #ffffff;
}

.detail-box  .right-1 .right-title .detail {
    font-size: 12px;
    color: #999999;
    position: relative;
    margin-top: 15px;
}

.detail-box  .right-1 .right-cont {
    font-size: 14px;
    color: #4c4c4c;
    padding: 0 15px;
}

.detail-box  .right-1 .right-cont .cont-title {
    color: #999999;
    margin-top: 12px;
    margin-bottom: 10px;
}

.detail-box  .right-1 .right-cont .cont-info .info-list {
    padding-bottom: 15px;
}

.detail-box  .right-1 .right-cont .cont-info .info-list .list-1 a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-box  .right-1 .right-cont .cont-info .info-list .list-2 {
    font-size: 12px;
    color: #999999;
}
.newcont img{
    max-width: 616px !important;
    display: block;
    margin: 0 auto
}


/*# sourceMappingURL=contentPage.css.map */