.new .newcon .cp_con .title{
    width: 95%;
    margin: 10px auto 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    color: #1c1c1d;
    font-size: 20px;
}
.title img{
    width: 26px;
    margin-right: 5px;
}
.new .newcon .cp_con .content{
    width: 95%;
    margin: 0 auto;
}
.new .newcon .cp_con .content .tab{
    width: 48%;
    margin: 5px 1%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #0099ff;
    border: 1px solid #0099ff;
    border-radius: 5px;
    float: left;
}