.detail{
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 15.625rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.detail .left{
    margin-left: 15.625rem;
    width: 35rem;
    height: 33rem;
    border: 2px solid #0dd7e0;
    border-radius: 9px;
    padding: 1.5625rem;
}
.detail .left img{
    width: 100%;
}
.detail .right{
    font-size: 2rem;
    margin-left: 9.375rem;
}
.detail .right .rightcontent{
    width: 60%;
    margin-top: 5rem;
    color: #4A4A4A;
    font-family: "黑体";
}
.detail .right .rightcontent p{
    margin-bottom: 20px;
}
.detail .right .rightcontent .name{
    font-weight: bold;
}