@charset "utf-8";
.article-content .case-title{font-size: 16px; position: relative; font-weight: bold; padding-left: 7px;}
.article-content .case-title .icon{font-weight: normal; margin-right: 15px; color:#fff; position: relative; z-index: 1}
.article-content .case-title:before{width: 30px; height: 100%; left: 0; top:0; background:rgba(52, 166, 164,1); content: ''; position: absolute; border-radius: 30px 0 0 30px;}
.article-content .case-span span{border-radius: 3px; background:linear-gradient(to right bottom,rgba(0, 152, 215,.5),rgba(0, 152, 215,1)); padding: 5px 8px; color: #fff; margin-right: 5px; box-shadow: 1px 2px 3px 0 rgba(0,0,0,.3); font-size:16px;}