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

.chedui-top-info {
    overflow: auto;
    margin: 20px;
}

.chedui-top-info-img {
    width:300px;
    float: left;
}

.chedui-top-info-img > img {
    width: 100%;
    height: auto;
}

.chedui-top-info-detail {
    float:right;
    width: 627px;
    font-size:15px;
    color:#4F4F4F;
}

.chedui-list {
    width:1000px;
    margin: 0 auto;
}

/*.chedui-list-border {
    border: 1px solid #ccc;
    border-radius: 5px;
}*/
.table {
    
    border-radius: 5px;
    /*border-color: gray;*/
}

.table > thead {
    background-color: #0088C7;
    color:#fff;
}

/*.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border:0;
border-top:1px solid #0E8FCA;
border-left:1px solid #0E8FCA;
border-bottom:1px solid #0E8FCA;
}*/
.table-bordered>tbody>tr>th,
.table-bordered>thead>tr>th {
    border:1px solid #0E8FCA;
    /*border 0;*/
}

.chedui-address {
    float:right;
    color: #7B7B7B;
    margin-bottom: 7px;
}

.chedui-address > p {
    padding: 5px 20px;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    border:1px #d0d0d0 solid;
    border-radius: 24px;
    background-color: #F3F5F5;
}


.table-bordered>tbody>tr>td  {
    /*border: 1px solid #ddd;*/
    border:0;
    border-left: 1px solid #ddd;
    border-top: 1px #ddd dashed;
}

.table-bordered>tbody>tr>th, .table-bordered>thead>tr>th {
  border: 0;
}


.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; 
}

