.banner > img {
    width: 100%;
}

.cangku-info {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: auto;
}

.cangku-detail-left {
    float: left;
    width:298px;
}

.cangku-detail-left-up {
    border-bottom: 1px #ccc dashed;
    background-color: #F5F3F0;
}

.cangku-detail-left-up-info {
  overflow: auto;
  width: 205px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 auto;
}

.cangku-detail-left-up-img {
    height: 64px;
    width: 64px;
    float:left;
}

.cangku-detail-left-up-img > img {
    height: 100%;
    width: 100%;
    border-radius:5px;
}

.cangku-detail-left-up-title {
    float: left;
    font-size: 21px;
    font-weight: 900;
    margin-top: 9px;
    margin-left: 15px;
}




.cangku-detail-right {
    float: right;
    width:700px;
    border-left:1px solid #ccc;
}
.cangku-detail-right > img {
    width: 100%;
    height: 100%;
}

.cangku-detail-left-down-info {
    padding: 15px;
    font-size: 15px;
}
.cangku-detail-left-down-info > p {
    line-height: 25px;
    color:#272727;
}

.cangku-detail-left-down-info > p > span {
    font-weight: 700;
    color:#000;
}

.gundongImages {
    overflow:hidden;
    width:1000px;
    height: 110px;
    margin: 10px auto;

}

#images1 >table > tbody > tr > td > img{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 10px;
    padding: 10px;
    width:150px;
}

#images2 >table >  tbody > tr > td > img {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 10px;
    padding: 10px;
    width:150px;
}


.list {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.list-content {
    margin: 15px 20px 20px 39px;
}

.content-title {
    background: #e6e6e6 url(../images/hd-icon.jpg) no-repeat left;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 15px 2px 30px;
}

.image-list {
    overflow: auto;
}

.content-images {
    width:280px;
    border: 1px solid #ccc;
    float: left;
    margin: 10px 0;
}
.content-images .hd-image {
    margin: 2px;
    overflow: hidden;
}
.content-images .hd-image > img {
    width:100%;
		height:202px;
}

.left-margin {
    margin-left: 40px; 
}
