.container {
  min-height: 100%;
  background-image: url(/skin/whg/img/center_white_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
}
.g-nav p {
  margin-left: 20px;
}
.content .list {
  margin: 20px 0 50px 0;
}
.content .list .list_l {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-left: 20px;
}
.content .list .list_r {
  display: inline-block;
  width: 900px;
  margin-left: 40px;
}
.content .list .list_l .titlename {
  font-size: 16px;
  line-height: 60px;
  width: 200px;
  color: #ffffff;
  background-color: #ae4144;
  text-align: center;
}
.content .list .list_l ul li {
  border-bottom: 1px solid #ae4144;
  list-style: none;
}
.content .list .list_l ul li a {
  font-size: 16px;
  line-height: 50px;
  width: 200px;
  height: 50px;
  display: block;
  text-align: center;
}
.content .list .list_l ul li a span {
  width: 200px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.content .list .list_l ul li a:hover span {
  color: #ae4144;
}
.content .list .list_r .detail_list .top_border {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.content .list .list_r .detail_list .item {
  width: 100%;
  height: 140px;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.content .list .list_r .detail_list .item img {
  height: 140px;
  width: 220px;
  float: left;
}
.content .list .list_r .detail_list .item .item_info {
  width: 600px;
  float: left;
  margin-left: 50px;
}
.content .list .list_r .detail_list .item .title {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.content .list .list_r .detail_list .item .intro {
  font-size: 14px;
  color: #8F8B8B;
  margin: 20px 0;
  line-height: 24px;
  height: 48px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.content .list .list_r .detail_list .item .other_info {
  font-size: 14px;
  color: #8F8B8B;
}
.content .list .list_r .detail_pic {
  /*text-align: center;*/
}
.content .list .list_r .detail_pic .item {
  width: 280px;
  height: 280px;
  border: 1px solid #E5E5E5;
  display: inline-block;
  margin: 0 7px;
  margin-bottom: 20px;
}
.content .list .list_r .detail_pic .item:hover {
  box-shadow: 5px 5px 5px #888888;
}
.content .list .list_r .detail_pic .item img {
  width: 280px;
  height: 180px;
}
.content .list .list_r .detail_pic .item .title {
  width: 90%;
  margin: 15px auto;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
}
.content .list .list_r .detail_pic .item .other_info {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  color: #8F8B8B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .list .list_r .sub-cols {
  width: 100%;
  margin: 10px 0;
}
.content .list .list_r .sub-cols .hd {
  width: 100%;
  height: 36px;
  background-color: #cdcdcd;
  border-radius: 10px;
}
.content .list .list_r .sub-cols .hd p {
  float: left;
  line-height: 36px;
  color: #ffffff;
  background-color: #ae4144;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 10px;
}
.content .list .list_r .sub-cols .hd a {
  float: right;
  line-height: 36px;
  margin-right: 20px;
  color: #000;
}
.content .list .list_r .sub-cols .hd a:hover {
  color: #ae4144;
}
.content .list .list_r .sub-cols .bd {
  margin-top: 20px;
}
.content .list .list_r .sub-cols .bd li {
  height: 35px;
}
.content .list .list_r .sub-cols .bd .name {
  float: left;
  width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .list .list_r .sub-cols .bd .date {
  float: right;
  color: #000;
}
.content .list .list_r .sub-cols .bd ul li a {
  color: #000;
}
.content .list .list_r .sub-cols .bd ul li:hover > a span {
  color: #ae4144;
}
.content .list .list_r .sub-cols .showpage {
  margin-top: 10px;
  text-align: center;
}
ul {
  list-style: none;
}
