.arLeft{
    background:#FFF;
    min-height:1101px;
    margin-top: 13px;
    padding-top:50px;
    padding-bottom:40px;
    float:left;
    margin-right:13px;
    width:calc(75% - 13px);
}
.arLeft>.content {
    color: #333;
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;
    padding: 0 50px;
}
.softGroup{background:#FFF;margin-top: 13px;padding: 20px 30px;padding-bottom: 30px;}
.softGroup ul{margin-top:15px;}
.softGroup ul li{float:left;margin-right:20px;width:calc((100% - 20px * 5) / 6);}
.softGroup ul li:nth-last-child(1){margin-right:0;}
.softGroup ul li a{display:block;}
.softGroup ul li a>img{display:block;width:62px;height:62px;border-radius:5px;float:left;}
.softGroup ul li a>div{float:left;margin-left:15px;width:calc((100% - 62px - 15px));padding-top:8px;}
.softGroup ul li a>div h3{font-size:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:20px;}
.softGroup ul li a>div p{font-size:14px;color: #909090;line-height:20px;margin-top:4px;}
.add_r font{color: #20c4ab;border: 1px solid #20c4ab;font-size: 13px;display: inline-block;padding: 0px 4px;line-height: 20px;text-align: center;text-indent: 0;margin-right: 11px;vertical-align: middle;border-radius: 6px;}
.arLeft p {
    margin-bottom: 18px;
}
.arLeft img{
    max-width:100%;
    margin:3px 0;
}
.arLeft>h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.arLeft>.user {
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #999;
    display: block;
    margin-top: 30px;
}
.arRight{
    float:left;
    width:25%;
    margin-top: 13px;
    background:#FFF;
    padding:20px 30px;
}
.updatelist {
    position: relative;
    margin-top:10px;
}
.updatelist li {
    margin-bottom: 15px;
}
.updatelist li:nth-last-child(1){
    margin-bottom:0;
}
.updatelist li a {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-indent: 15px;
}
.updatelist li a:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d6d6d6;
    top: 18.5px;
    content: " ";
}
.updatelist li span {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    color: #8c8c8c;
}

.softGroup {
    margin-top: 0;
    padding: 0;
}
.softGroup ul li{
    margin-right:0;
    width:100%;
    margin-bottom:21px;
}
.arLeft>.address{
    margin-top: 30px;
    padding: 0 50px;
}
.downbtn{
    margin-top:20px;
}
.downbtn a{
    float: left;
    margin-right: 25px;
    background: #20c4ab;
    color: #FFF;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
}
.downbtn a:hover{
    opacity: 0.8;
}
.downbtn a:nth-child(2){
    background: #ededed;
    color: #8d8d8d;
    font-weight:normal;
}