img.loading{
    object-fit: contain !important;
}
.strategy-wrap{
    width: 100%;
    background: #fff;
    border-radius: 0.09rem;
    font-family: PingFang SC;
    padding: 0 .1rem .13rem;
    box-sizing: border-box;
    margin-bottom: .1rem;
}
.strategy-wrap .section-title{
    font-size: 0.14rem;
    font-weight: 500;
    color: #111111;
    line-height: 0.14rem;
    padding: .1rem 0 .13rem;
}
.strategy-wrap .strategy-list{
    margin: 0 -0.03rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
}
.strategy-wrap .strategy-list .col2{
    width: 50%;
    padding: 0 .03rem;
    box-sizing: border-box;
}
.strategy-wrap .strategy-card{
    height: 1.59rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
    display: block;
}
.strategy-wrap .strategy-card .strategy-img{
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 0.04rem;
}
.strategy-wrap .strategy-card .strategy-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.strategy-wrap .strategy-info{
    padding: .07rem .03rem 0;
}
.strategy-wrap .strategy-name{
    font-size: 0.12rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.15rem;
    height: .3rem;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.strategy-wrap .auth-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .05rem;
}
.strategy-wrap .auth-avatar{
    width: .14rem;
    height: .14rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.strategy-wrap .auth-avatar img{
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}
.strategy-wrap .auth-name{
    font-size: 0.09rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.09rem;
    flex: 1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-left: .03rem;
}
.strategy-wrap .read-num{
    display: flex;
    align-items: center;
}
.strategy-wrap .read-num span{
    font-size: 0.08rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.08rem;
}
.strategy-wrap .show-more-strategy{
    display: flex;
    align-items: center;
    justify-content: center;
}
.strategy-wrap .show-more-strategy span{
    font-size: 0.12rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.12rem;
}
.strategy-wrap .show-more-strategy i{
    width: .12rem;
    height: .12rem;
    background: url(//mued2.jia.com/image/wangpu/down-arrow.png) no-repeat;
    background-size: 100%;
    margin-left: .02rem;
}
.strategy-wrap .read-icon{
    width: .09rem;
    height: .09rem;
    background: url(//mued2.jia.com/image/wangpu/eye-icon.png) no-repeat;
    background-size: 100%;
    margin-right: .02rem;
}
