    .article{
    background:#FFF;
    min-height:1101px;
    margin-top: 13px;
    padding-top:50px;
    padding-bottom:40px;
    float:left;
    margin-right:13px;
    width:calc(75% - 13px);
}
.article>.content {
    color: #333;
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;
    padding: 0 50px;
}
.article p {
    margin-bottom: 18px;
}
.article img{
    max-width:100%;
    margin:3px 0;
}
.article>h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.article>.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: 80%;
    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: 15%;
    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;
}
.article>.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;
}
.content img{cursor:zoom-in}#imgZoom{cursor:zoom-out}#imgZoom{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.92);z-index:99999;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease;cursor:zoom-out}#imgZoom.show{opacity:1;visibility:visible}#imgZoom img{max-width:92%;max-height:92%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);transition:transform .6s ease}#imgZoom.show img{transform:translate(-50%,-50%) scale(1)}