/*********************************************************************
                        style for page
**********************************************************************/
.main{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 70px;
    background: #f2f2f2;
    padding-bottom: 70px;
}
.main-bread{
    color: #888;
    font-size: 12px;
    padding: 8px 0;
}
.main-con{
    background: #fff;
    box-shadow: 0px 1px 1px #ccc;
    padding: 50px 20px;
    width: 1200px;
    box-sizing: border-box;
}
.main-con-title{
    color: #25ccc3;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}
.main-con-extra{
    color: #777;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    padding-top: 10px;
}
.main-con-con{
    font-size: 15px;
    padding: 0 50px;
    line-height: 28px;
}

