.flex .poi-container{widthpx;padding: 0 30px 30px 0;}
.list-item .list-title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  margin-top: 20px;
}
.list-item .list-content {
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 28px;
  margin: 18px 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}
.detail {
  font-size: 14px;
  font-weight: 400;
  color: rgb(175, 9, 11);
  text-align: right;
}
.list-item.fill {
  height: 152px;
  border-bottom: 1px #DDDDDD dashed;
  cursor: pointer;
}
.list-item:hover .list-title, .list-item:hover .list-content{
	color: #AF090B !important;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}
.poi-list{width: 970px;
  float: right;
  padding: 0 30px 0 0;
}
.pagination li {
  list-style: none;
  background: #F7F7F7 !important;
  color: #999999 !important;
  line-height: 30px;
  text-align: center;
  color: #AF090B;
  margin: 0 4px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  padding:10px 20px
  
}
.pagination .active{
    background: #AF090B !important;
  color: #FFFFFF !important;
}


