/*右移45px，占据整行*/
.box-main h2 {
    margin: 30px 0 10px 0;
    /*以下采用固定长度，以统一观感*/
    height: 40px;
    width: 290px;
    line-height: 30px;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #22AAB4;
    /* clip-path: polygon( 0 0, 330px 0, 350px 36px, 0 36px);*/
    clip-path: polygon( 0% 0%, 100% 0%, 93% 100%, 0% 100%); /*坐标：左上,右上,右下,左下。效果是右上凸出斜角矩形*/
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee;
}
