
.contentCon > .wrep > .con {
    padding: 30px;
    border: 1px solid #ddd;
    min-height: 500px;
}
.contentCon > .wrep > .con > .title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;

}
.contentCon > .wrep > .con > .subtitle {
    font-weight: bold;
    font-size: 16px;
}
.contentCon > .wrep > .con > .subtitle>span{
    padding-right: 5px;
}
.contentCon > .wrep > .con > .link>li>a{
    cursor: pointer;
    padding: 9px;
    border-radius: 10px;
    color: #fff;
    background-color: #53C260;
    width: 114px;
    display: inline-block;
    text-align: center;
}
.contentCon > .wrep > .con > .link>li{
    padding: 5px;
}

