
.content {
    width: 100%;
    min-width: 1300px;
}
.detail {
    width:900px;
    margin-left: 300px;
    margin-top:10px;
}
.content-left {
    float: left;
    width:220px;
    height:300px;
    margin-top:10px;
    margin-left:50px;
}
.content-left-top {
    height:40px;
    width:100%;
    background-color: #0d73bf;
    margin-bottom: 20px;
}
.content-left-top p {
    font-weight: bold;
    font-size: 17px;
    color:#ffffff;
    margin-left: 20px;
    padding-top:8px;
}
.left-bottom {
    background-color: #eeeeee;
    margin-bottom: 10px;
}
.left-bottom p {
    margin-bottom: 5px;
    margin-left:5px;
}
.detail-bottom {
    height:70px;
    background-color: #eeeeee;
    width:900px;
    margin-top:20px;
    margin-bottom:30px;
    margin-left: 300px;
}
.detail-bottom a {
    margin-bottom: 20px;
}