.content{
    width: 100%;
    margin-top: 10px;
    padding-bottom: .9rem;
}
.content li{
    margin-top: 10px;
}
.content dl dt{
    background: #f6fbff;
    overflow: hidden;
    padding: 0 15px;
}
.content dl dt h2{
    font-weight: normal;
    float: left;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: .9rem;
}
.content dl dt time{
    float: right;
    color: #959595;
    width: 15%;
    text-align: right;
    height: 100%;
    line-height: .9rem;
}
.content dl dd{
    background-color: #fff;
    padding: 0 15px;
    overflow: hidden;
    line-height: .9rem;
}
.content dl dd span{
    float: left;
    color: #353535;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content dl dd em{
    float: left;
    color: #959595;;
    width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.content dl dd em i {
    color: #ff7300;
    font-style: normal;
}


.mod-good>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 16px 12px;
    background-color: #fff;
    margin-top: 10px;
}

.mod-good>li>a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mod-good .good-img {
    width: 80px;
    height: 80px;
    outline: 1px solid #e5e5e5;
    margin-right: 17px;
}

.mod-good .info {
    width: 100%;
    overflow: hidden;
    margin-left:10px;
}

.mod-good .info-header {
    font-size: 15px;
    color: #353535;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-top: -3px;
    height: 20px;
    line-height: 20px;
}

.mod-good .good-info {
    margin-top: 5px;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    line-height: 20px;
}

.mod-good .good-info>span {
    color: #353535;
    margin-right: 10px;
    max-width: calc(100% - 75px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mod-good .good-info em {
    color: #959595;
}

.mod-good .good-price {
    line-height: 70px;
}

.mod-good .good-price .nat {
    font-size: 16px;
    color: #ff7300;
    font-weight: bold;
}

.mod-good .good-company {
    font-size: 13px;
    color: #959595;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    padding-right: 5px;
}

.mod-good .province {
    float: right;
    color: #959595;
}

.mod-good .good-company .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 65px);
}

.mod-good .good-company .sign {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: red;
    text-align: center;
    line-height: 15px;
    margin-top: 2px;
    margin-left: 10px;
}

.ads {
    float: right;
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
}

.mod-good .info-header>label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
