

.pic img {
    width: 100%;
}
.main .content {
    padding: 10px;
}
.main .content .one {
    width: 100%;
    height: 138px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 1px 1px 16px 2px rgba(134, 134, 134, 0.24);
    margin-bottom: 10px;

}
.main .content .one .left {
    width: 26% !important;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-right: 1px solid #D4D4D4;
}
.main .content .one .left span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #00A893;
}
.main .content .one .left .icon {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #00A893;
    font-size: 16px;
    font-family: Microsoft YaHei;
    width: 26px;
    height: 26px;
    border: 1px solid #00A893;
}
.main .content .one .right {
    width: 90%;
    /* background-color: red; */
    font-family: Microsoft YaHei;
    padding: 10px 14px;
    font-size: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.main .content .one .right .top {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.main .content .one .right .bottom {
    /* background-color: chartreuse; */
    width:98%;       
    color: #000000;
    line-height: 22px;
    opacity: 0.7;
}