/* pages/growUp/growUp.wxss */
.container{
  padding: 0;
  margin: 0;
}
.grow-list{
  width: 699rpx;
  margin: 0 25rpx;
  border-left: 1rpx solid #ccc;
}
.grow-box{
  display: flex;
  margin-bottom: 40rpx;
}
.grow-title{
  padding-left: 30rpx;
}
.line-index{
    width: 20rpx;
    height: 20rpx;
    background: #cc6031;
    border-radius: 20rpx;
    position: relative;
    top: 20rpx;
    left: -10rpx;
}
.grow-time{
  font-size: 32rpx;
    height: 60rpx;
    line-height: 60rpx;
}
.grow-name{
  height: 40rpx;
    line-height: 40rpx;
}
.grow-desc{
  font-size: 20rpx;
    background: #eee;
    display: inline-block;
    height: 30rpx;
    line-height: 30rpx;
    color: #666;
    padding: 5rpx 10rpx;
    margin-top: 30rpx;
}
.grow-content image,.grow-content video{
  max-width: 400rpx;
  max-height: 300rpx;
}
.grow-content{
  margin: 20rpx 0;
}