 body{min-width: 1200px;}
.w1200{
width:1200px;
  margin:0 auto
}
.imgContent{
  width:1200px;
  margin:20px auto;
  /* border:1px solid red; */
}
/* .crumbs{
  text-align: left;
  font-size:14px;
  line-height:24px;
  overflow: hidden;
  margin: 38px 0 17px 0;
}
.crumbs a{ color:rgba(102,102,102,1);padding:0 5px}
*/
.crumbs::before{
  display: block;
  float: left;
  content: '';
  width:13px;
  height:17px;  
  margin :3px 5px 0 0; 
  background: url(805.png)no-repeat left;
}
/* 图片分类 */
#tit {
  width:1202px;
  height:67px;
  background:url(#)no-repeat center center;
   /* border:1px solid rgba(214, 214, 214, 0.83);
  box-shadow:0px 3px 6px 0px rgba(29,29,29,0.1);
 opacity:0.3; */
  border-radius:5px;
  line-height: 65px;
}
#tit span{
  width:73px;
  height:21px; 
  text-align: center;
  cursor: pointer; 
  /* background:rgba(239,239,239,1); */
  background: #EFEFEF;
  border-radius:10px;
  font-size:14px;
  /* color:rgba(153,153,153,1); */
  color:#999;
  line-height:21px;
  padding:0 8px;
  margin:0 17px;
}
/* #tit span.select{
  color: #fff;
  width:73px;
  height:21px;
  background:rgba(222,97,78,1);
  border-radius:10px;
  font-size:14px;
  line-height:21px;
  text-align: center; 
} */
#tit span:first-child{margin-left:0}
#con>li {
  display: none;
  height:auto;
  width: 1200px;
  /* background: pink; */
  font-size: 16px;
  text-align: center;
}
#con li.show {
  display: block;
}
#tit::before{
  display: inline-block;
  content: '分类：';
  font-size:14px;
  line-height:32px;
  color:#333;
  margin-left: 15px;
}
.img_list div{
  width:386px;
  height:270px;
  border-radius:5px;
  float: left;
  position: relative;
  margin-top: 20px;
}
.img_list div img{
  width:386px;
  height:218px;
  display: block;
  border-radius: 5px;
}
.img_list div:first-child+div{
  margin:20px 21px 0 21px;
}
.img_list div span{
  position: absolute;
  right:15px;
  bottom:65px;
  font-size:16px;
  color:#fff;
}
.img_list div p{
  width: 100%;
  font-size:18px;
  font-weight:bold;
  /* color:rgba(51,51,51,1);  */
  color:#333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding:20px 0 10px 0;
}
/* page */
.page {
  width: 100%;
  text-align: center; 
  margin: 30px 0;
}
 /*.page span{
    display: inline-block;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border: 1px solid rgba(191,191,191,1);
    opacity: 0.39; 
    border-radius: 5px;
    line-height: 37px;
    margin: 0 10px;
    cursor: pointer;
    color: #C5C5C5;
    text-align: center;
}*/
.prevPage1 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(773.png) no-repeat center center;
    border-radius: 5px;
    float: left;
}
.prevPage2 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(773.png) no-repeat center center;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 5px;
    float: left;
}
.nextPage1 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(774.png) no-repeat center center;
    border-radius: 5px;
    float: left;
}
.nextPage2 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(774.png) no-repeat center center;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 5px;
    float: left;
}
.page .nocurr {
    line-height: 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 18px;
    float: left;
    text-align: center;
}
.page .curr {
    line-height: 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    margin-right: 20px;
    color: #FFFFFF !important;
    font-size: 18px;
    text-align: center;
    background: #DE614E !important;
    float: left;
}


/*  */
@media screen and (max-width: 768px){
  body{
      /* padding:0 200px; */
  }
}