/* 搜索 */
.tiaojian{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.08rem 0.075rem;
    margin-bottom: 0.15rem;
}
.tiaojian .tjItem{
    width: 2.45rem;height: 0.6rem;
    font-size: 0.28rem;line-height: 0.6rem;text-align: center;
    background: #e4e6f0;
}
.tiaojian .activeitem{
    background-color: #4d67ff;
    color: #fff;
}
/* 列表 */
.content{
    background: #f7f8ff;
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
    padding: 0.15rem 0.15rem 0.35rem 0.15rem;
}
.content .contentItem{
    width: 100%;
    background: #fff;
}
.content .contentItem .cItemImg{
    width: 7rem;
    height: auto;
}
.content .contentItem .cItemImg img{
    width: 100%;height: auto;
}
.content .contentItem .cTitemone{
    margin-top: 0.25rem;
    width: 100%;
    font-size: 0.32rem;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-left: 0.25rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.content .contentItem .cTitemtwo{
    display: flex;
    align-items: center;
    padding:0.25rem;
    justify-content: space-between;
}
.content .contentItem .cTitemtwo .cItime{
    color: red;
    font-size: 0.26rem;
}
.content .contentItem .cTitemtwo .cIbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}
.content .contentItem .cTitemtwo .cIbtn .cBtnone{
    padding: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    text-align: center;
    background: #4d67ff;
    color: #fff;
    border-radius: 0.05rem;
}











