#app .main .subject{
    font-size: 0.34rem;
    color:#1a1a1a ;
    font-weight: bold;
    line-height: 0.48rem;
}
#app .main .box{
    font-size: 0.22rem;
    color: #3b3b3b;
    display: flex;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #d9d9d9;
}
#app .main .content img{
    width: 100%;!important;
}
#app .main .content p,#app .main .content{
    font-size: 0.3rem;
    line-height: 0.56rem;
}
#app .main .recommend {

}
#app .main .recommend .title{
    font-size: 0.34rem;
    color: #1a1a1a;
    font-weight: bold;
    padding-top: 0.5rem;
}
#app .main .recommend .item{
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #e6e6e6;
}
#app .main .recommend .item .img{
    width: 1.92rem;
    height: 1.3rem;
    border-radius: 8px;
}
#app .main .recommend .item .img img{
    width: 1.92rem;
    height: 1.3rem;
    border-radius: 8px;
}
#app .main .recommend .item .desc{
    margin-left: 0.3rem;
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#app .main .recommend .item .desc .subject{
    font-size: 0.3rem;
    color: #1a1a1a;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
#app .main .recommend .item .desc .date{
    /*margin-top: 0.22rem;*/
    color: #999999;
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
    /*box-sizing: border-box;*/
}


.m-l-3{
    margin-left:0.3rem
}

[type="search"]{
    border: 0;
    width: 2.7rem;
    background: transparent;
}