body {
    margin: 0;
    padding: 0;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}
.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.details_ctenr{
    width: 1200px;
    margin: 0 auto;
}
.details_ctenr > .content{
    float: left;
    width: 1200px;
    margin: 0 auto;
}
.details_ctenr > .content > .left_content{
    float: left;
    width: 638px;
}
.details_ctenr > .content > .left_content img{
    float: left;
    width: 100%;
 }


.details_ctenr > .content > .right_content {
    float: left;
    margin-left: 309px;
    width: 180px;
}
.details_ctenr > .content > .right_content img{
    width: 180px;
    height: 180px;
    vertical-align: middle;
    margin-top: 60px;
    float: left;
}

.details_ctenr > #dituContent {
    float: left;
    width: 1200px;
    height: 441px;
    border: #ccc solid 1px;
    margin: 0 auto;
}
