/*主营业务详情后台样式*/
.view h3.title{ display: flex; align-items: center; justify-content: center; margin: 0 !important; }
.view h3.title em{ width: 70px; height: 70px; padding: 5px; background: #4e9a46; border-radius: 100%; border: solid 10px #fff; margin-right: -10px; margin-left: -10px; z-index: 2; flex: none; position: relative;}
.view h3.title em img{ width: 25px; position: absolute; transform: translateY(-50%); top: 50%; left: 0; right: 0; margin: 0 auto; }
.view h3.title p{ background: linear-gradient(to right, #4e9a46 ,#248efb);background: -webkit-linear-gradient(to right, #4e9a46 , #248efb); line-height: 25px; color: #fff; display: inline-block; padding: 5px 25px; text-align: left; }

.view img{ width: 70%; max-width: 70%; min-width: 70%;}