/*筛选样式*/

.cation-middle {
  line-height: 48px;
  background: #fff;
  padding: 10px 20px 10px 30px;
  font-size: 14px;
}

.cation-list {
  overflow: hidden;
}

.cation-list dt {
  float: left;
  width: 64px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  color: #333;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cation-list dt:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 22px;
  border: 1px solid #333;
  border-width: 0 1px 1px 0;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cation-list dd {
  border-bottom: 1px dotted #e0e0e0;
  margin-left: 64px;
  overflow: hidden;
}

.cation-list dd a {
  color: #8d8d91;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  float: left;
  border-right: 1px solid #e0e0e0;
  padding: 0 18px;
  margin: 10px 0;
}

.cation-list dd a.on, .cation-list a:hover {
  color: #fc8080;
}

.cation-list dd a:last-child {
  border-right: 0 none;
}

.cation-list:last-of-type dd {
  border-bottom: 0 none;
}


 .case_list .list_content{
    height: 330px;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
    background-color: #fff;
    vertical-align: top;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	text-decoration: none;
}
.list_info a,
.list_info a:hover{text-decoration: none}

 .case_list .list_content:hover {
    webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    zoom: 1.05;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: 0px 0px 10px #c3c3c3;
    -webkit-box-shadow: 0px 0px 10px #c3c3c3;
    -moz-box-shadow: 0px 0px 10px #c3c3c3;
    z-index: 10;
    background: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
}
 .case_list .col-4{height: 330px; margin-bottom: 30px;}
 .case_list .list_info{ margin-top: 15px; text-align: center; font-size: 16px;}
 .case_list .list_content img{width: 100%; }
 .case_list .list_content .Decorative_figure{height: 200px}
 .case_list .list_content .case_img{height: 200px}

 /*********************************************************/
div.Pagination{
	text-align: center;
	color: #999999;
	margin: 30px 0px;
}
div.Pagination a{
	text-decoration: none;
	
}
div.Pagination span,div.Pagination a{
	display: inline-block;
	box-sizing: border-box;
}
div.Pagination span{margin: 0px 10px}
span.disabled{
	height: 35px;
	width: 65px;
	line-height: 35px;
	background: #f2f2f2;
	margin: 0 5px;
}
.current{
	color: #ffffff;
	background: #d84d50;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 5 px;
}
.zxfPagenum{
	color: #999999;
	background: #FFFFFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dfdfdf;
	margin: 0 5px;
}
.nextpage{
	color: #d71f1b;
	margin: 0 5px;
	border: 1px solid #d71f1b;
}
.nextbtn,.prebtn{
	color: #999999;
	background: #FFFFFF;
	width: 65px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dfdfdf;
}
.zxfinput{
	width: 35px;
	height: 35px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	margin: 0 12px;
}
.zxfokbtn{
	width: 45px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dfdfdf;
}
.bg-box-bottom {
  background: #202126;
  background-size: 100% 100%;
  padding: 1em 0;
}
.card-title img{max-width:50px;height:50px;margin-right:5px;}

@media (max-width:768px){
  .cation-middle {
    padding: 5px;
  }
}