
.contentCon > .wrep > .con {
    padding: 30px;
    border: 1px solid #ddd;
    min-height: 500px;
    background: #FEFFFF;
    color: #828385;
}
.contentCon > .wrep > .con p{
    text-indent: 0;
    padding: 0;
}
.contentCon > .wrep > .con .panel{
    padding: 10px 0;
}
.contentCon > .wrep > .con .line{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px 0;
}
.contentCon > .wrep > .con  .title,.contentCon > .wrep > .con  .title a {
    font-size: 18px;
    color: #229E4A;
}
.contentCon > .wrep > .con  .text{
    margin-top: 5px;
}
.contentCon > .wrep > .con  .indent{
    text-indent: 2em;
}
.contentCon > .wrep > .con > .subtitle {
    font-weight: bold;
    font-size: 16px;
}
.contentCon > .wrep > .con .button{
    color: #fff;
    font-size: 13px;
    background-color: #3FC267;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}
.contentCon > .wrep > .con .button:hover{
    box-shadow:inset 0 -1px 0 #617586,inset 0 2px 8px rgba(0,0,0,.5), inset 0 0 40px 5px rgba(0,0,0,.25)/*,0 0 2px 1px rgba(0,0,0,.5)*/;
}

.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;
}

