.wrapper{
    width: 1280px;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
}

.profile .hd{
    height: 96px;
    line-height: 96px;
}

.profile .hd h2{
    float: left;
    font-size: 29px;
    font-weight: 400;
}

.profile .hd h3{
    float: right;
    font-size: 22px;
    font-weight: 200;
}

.profile .bd .left{
    float: left;
    width: 480px;
    height: 320px;
}
.profile .bd .left img{
    width: 480px;
    height: 320px;
}
.profile .bd .right{
    float: right;
    width: 800px;
    height: 320px;
    background-color: rgb(171,208,208);
    color: white;
    padding: 5px 5px 5px 5px;
}
.profile .bd .right p{
    margin-bottom: 10px;
}

.area .hd{
    height: 96px;
    line-height: 96px;
}

.area .hd h2{
    float: left;
    font-size: 29px;
    font-weight: 400;
}

.area .hd h3{
    float: right;
    font-size: 22px;
    font-weight: 200;
}

.area .bd .left{
    float: right;
    width: 480px;
    height: 320px;
}
.area .bd .left img{
    width: 480px;
    height: 320px;
}
.area .bd .right{
    float: left;
    width: 800px;
    height: 320px;
    background-color: rgb(171,208,208);
    color: white;
    padding: 5px 5px 5px 5px;
}
.area .bd .right p{
    margin-bottom: 10px;
}

.bp .hd{
    height: 96px;
    line-height: 96px;
}

.bp .hd h2{
    float: left;
    font-size: 29px;
    font-weight: 400;
}

.bp .hd h3{
    float: right;
    font-size: 22px;
    font-weight: 200;
}

.bp .bd{
    background-color: white;
}

.bp .bd img{
    height: 200px;
    width: 1280px;
}