.main .main-inner > .cont-title {
    font-weight: bold;
    margin-bottom: 0.24rem;
}

.list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.26rem;
    padding-bottom: 0.32rem;
    border-bottom: 0.02rem dashed rgba(43, 51, 52, 0.3);
}
.list .item:last-of-type {
    border-bottom: 0;
}

.list .item img {
    width: 2.18rem;
    height: 1.62rem;
    border-radius: 0.1rem;
    margin-right: 0.2rem;
}

.list .item .cont-txt {
    flex: 1;
    overflow: hidden;
}

.list .item .cont-txt .title-line {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.06rem;
}
.list .cont-p {
    margin-bottom: 0.08rem;
}

.list .cont-p span {
    color: rgba(66, 166, 136, 1);
    font-size: 0.3rem;
}

.list .cont-p i {
    font-style: normal;
    color: rgba(43, 51, 52, 0.1);
    font-size: 0.3rem;
    padding: 0 0.17rem;
}

.list .cont-p img {
    width: 0.2rem;
    height: 0.23rem;
    margin-right: 0.03rem;
    vertical-align: middle;
}

.list .cont-p b {
    font-weight: normal;
    color: rgba(43, 51, 52, 1);
}