.body-container {
  padding: 20px 0;
}
.body-container > .left {
  width: 885px;
}
.body-container > .left .news-list {
  width: 100%;
}
.body-container > .left .news-list .item {
  border: 1px solid #e9e6e6;
  margin-bottom: 15px;
  width: 100%;
  height: 142px;
}
.body-container > .left .news-list .item:last-of-type {
  margin-bottom: 0;
}
.body-container > .left .news-list .item:hover {
  border-color: #ff5b00;
}
.body-container > .left .news-list .item .img-container {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
.body-container > .left .news-list .item .img-container .table-container {
  width: 100%;
  height:146px;
  display: table;
}
.body-container > .left .news-list .item .img-container .table-container img {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.body-container > .left .news-list .item .content-container {
  width: 670px;
  display: inline-block;
  vertical-align: middle;
      margin-top: -7px;
}
.body-container > .left .news-list .item .content-container .header {
  
  border-bottom: 1px dashed #cccccc;
}
.body-container > .left .news-list .item .content-container .header a {
  height: 38px;
  line-height: 38px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.body-container > .left .news-list .item .content-container .header a:hover {
  color: #ff5b00;
}
.body-container > .left .news-list .item .content-container .header time {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #999999;
}
.body-container > .left .news-list .item .content-container .content p {
  width: 670px;
  min-height: 68px;
  padding: 5px 0;
  font-size: 14px;
  color: #666666;
}
.body-container > .left .news-list .item .content-container .footer p {
  display: inline-block;
  width: 500px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #cccccc;
  padding-left: 20px;
  background: url("../images/icon_biaoqian.png") no-repeat left center;
}
.body-container .right {
  width: 300px;
}
.body-container .right .item {
  width: 100%;
  border: 1px solid #ebe8e8;
  margin-bottom: 15px;
}
.body-container .right .item:last-child {
  margin-bottom: 0;
}
.body-container .right .item h2 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  background: #ff5d00;
  font-size: 16px;
  color: #fff;
}
.body-container .right .item .list li {
  height: 34px;
  padding: 2px 0;
  border-bottom: 1px dashed #cccccc;
}
.body-container .right .item .list li:hover a {
  color: #ff5b00;
}
.body-container .right .item .list li:last-child {
  border: none;
}
.body-container .right .item .list li a {
  width: 95%;
  margin-left: 10px;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: url("../images/icon_sanjiao.gif") no-repeat left center;
  font-size: 12px;
  color: #666;
}
.body-container .right .item .images-list {
  padding: 15px;
}
.body-container .right .item .images-list li {
  margin-bottom: 20px;
}
.body-container .right .item .images-list li:last-child {
  margin-bottom: 0;
}
.body-container .right .item .images-list li a .table {
  width: 130px;
  height: 105px;
  display: table;
  text-align: center;
}
.body-container .right .item .images-list li a .table .inner {
  width: 100%;
  border: 1px solid #ebe8e8;
  display: table-cell;
  vertical-align: middle;
}
.body-container .right .item .images-list li a .table .inner img {
  width: 100%;
  
  height: auto;
}
.body-container .right .item .images-list li a .table .inner:hover {
  border: 1px solid #ff5b00;
}
.body-container .right .item .images-list li a p {
  margin-top: 5px;
  width: 130px;
  text-align: center;
  font-size: 12px;
  color: #757575;
}