*{
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;;
}
.app{
    width: 100%;
}
.top{
    width: 100%;
    height: .2rem;
}
.content{
    width: 88%;
    margin: 0 auto;
}
.header{
    width: 100%;
    display: flex;
    padding-top: .3rem;
    justify-content: space-between;
}
.left{
    width: 1.67rem;
    height: 2.31rem;
}
.imageUrl{
    width: 100%;
    height: 100%;
}
.right{
    width: 4.94rem;
    margin-left: .2rem;
}
.title{
    font-size: .36rem;
    line-height: .6rem;
    color: #122958;
}
.summary{
    font-size: .24rem;
    line-height: .37rem;
    color:#828DAA;
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.detail{
    margin-top: .42rem;
    color: #122958;
    font-size: .3rem;
    line-height: .49rem;
    padding-bottom: .2rem;
}
.banner{
    width: 100%;
    height: 3.17rem;
}
.detail img{
    max-width: 100% !important;
}