service.wxss 1.2 KB
page {
  height: 100%;
  background: #fff;
}

.servicebox {
  height: 100%;
}

.serviceboxleft {
  width: 176rpx;
  background: #fbf8fb;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
}

.servicelitem {
  color: #666;
  font-size: 24rpx;
  padding: 40rpx 38rpx;
  box-sizing: border-box;
}

.serviceboxright {
  width: 574rpx;
  margin-left:176rpx;
}

.serviceboxrightitem {
  padding: 30rpx 26rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.newstop {
  color: #06121e;
  font-size: 28rpx;
  font-weight: bold;
  width: 518rpx;
  height: 80rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
   margin-top:16rpx;
}

.newsbotleft {
  width:360rpx;
  color: #1c8fff;
  font-size: 24rpx;
 
}

.newsbotright {
  color: #8c9198;
  font-size: 24rpx;
}

.serviceactive {
  background: #fff;
  color: #1c8fff;
  position: relative;
}

.serviceactive::after {
  display: block;
  content: '';
  width: 8rpx;
  height: 26rpx;
  background: #1c8fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.nodatak {
  width: 574rpx;
  text-align: center;
  color: #8c9198;
  font-size: 32rpx;
  margin-top:300rpx;
}
.newsbot {
  display:flex;
  justify-content: space-between
}