/* 页面内容 */
.newDetails{
    padding-top: 100px;
}
.newDetailsDiv{
    width: 1030px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0 40px 170px;
    position: relative;
    margin-bottom: 80px;
}
.newDetailsContent{
    width: 1000px;
}
.newDetailsContentP1{
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.newDetailsContentP2{
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}
.newDetailsLine{
    width: 1000px;
    height: 1px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 35px;
}
.newDetailsP{
    font-size: 15px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 25px;
}
.retail{
    list-style: none;
}
.retail li{
    margin-bottom: 20px;
}
.retailP{
    font-size: 15px;
    line-height: 25px;
}
.retailNum{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgb(149, 216, 247);
    border-radius: 100%;
    text-align: right;
    line-height: 30px;
    font-size: 15px;
}
.retailText{
    font-size: 15px;
}