
.list-classify{
  width: 280px;
  float: left;
  margin-right: 20px;
}
.list-classify .item{
  display: inline-block;
  text-indent: 30px;
  font-size: 16px;
  width: 280px;
  height: 54px;
  line-height: 54px;
  background-color:#ffffff ;
  margin-bottom: 2px;
}
.list-classify .item.active{ 
  background-color:#0569b7;
  color: #ffffff;
}
.list-content-1065{
  background-color: #ffffff;
  float: left;
  width: 1065px;
  padding:0 15px ;
  overflow: hidden;
}
.list-type{
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dddddd;
}
.list-type .left{
  float: left;
}
.list-type .left .item{
  padding: 3px 10px 5px 10px;
  border-radius: 4px;
}
.list-type .left .item.active{
  background-color: #0569b7;
  color: #ffffff;
}
.list-type .right{
  float: right;
  width: 350px;
}
.list-type .right input{
  width: 280px;
  height: 30px;
  border: 1px solid #ddd;
  text-indent: 10px;
  border-radius: 4px;
}
.searchBtn{
	height: 30px;
	line-height: 28px;
	border: 1px solid #0569b7;
	padding: 0 15px;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	background-color: #0569b7;
	font-size: 14px;
}
.h40{
	height: 40px;
	line-height: 40px;
}
.list-content-item{
  box-sizing: border-box;
  padding: 20px 0 20px 5px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.list-content-item .left{
  width: 200px;
	height: 133px;
  margin-right: 20px;
  float: left;
}
.list-content-item .left img{
  width: 100%;
  height: 100%;
}
.list-content-item .right{
  color: #999999;
  width: 810px;
	height: 133px;
  float: left;
}
.list-content-title{
 height: 52px;
 line-height: 52px;
 border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.list-content-title .title-left{
  float: left;
  font-weight: bolder;
  width: 910px; 
}
.list-content-title .title-left:hover{
  color: #0569b7;
}
.list-content-title .title-right{
  float: right;
  color: #999999;
  width: 90px;
  font-size: 14px;
}
.list-content-item .title{
  color: #333;
  font-size: 18px;
  font-weight: bolder;
}
.list-content-item .title:hover{
  color: #0569b7;
}
.list-content-item .detail{
  margin: 15px 0;
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
   overflow: hidden;
}
.list-content-1365{
  width: 1365px;
  padding: 15px;
  overflow: hidden;
}
