/**组件样式*/


 .cont h2{font-size: 32px !important;position: relative;}
.cont h2:before {
    content: '';
    background-color: #075fb3;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 5px;}
