  /* .swiper-container {
    min-height: 150px;
    width: 100%;
  }

  .swiper-container .swiper-wrapper {
    width: 100%;
    min-height: 150px;
  }

  .swiper-container .swiper-slide {
    min-height: 170px!important;
    width: 100%;
  } */
.police{
  min-height: 150px;
    width: 100%;
}
.police img{
	width:100%;
}
@media (max-width:767px) {
    .police img{
        height: 400px;
    }
}
@media (min-width:768px) and (max-width:1366px) {
    .police img{
        height: 400px;
    }
}
@media (min-width:1366px){
    .police img{
        height: 400px;
    }
}
  .swiper-slide img {
    min-height: 168px;
    width: 100%;

    /* height: 100%; */
  }

  .box .boxttext {
    padding-top: 70px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(56, 56, 56, 1);
    text-align: center
  }

  .box .downward {
    width: 226px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 46px;
    background: #fff
  }

  .box .downward img {
    width: 100%;
  }

  /* 轮播 */

  .friendbox {
    background: #fff;
  }

  .boxrow {
    width: 100%;
    background: #f0f0f0;
  }

  .boxrow .innerboxrow {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 29px;
    /* background:rgba(244,244,244)!important; */
  }

  .descrigt {
    padding-right: 4%;
  }

  .descrigt p:nth-child(2) {
    /* text-align: right; */
    max-width: 496px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(100, 100, 100, 1);
    margin-top: 31px;
    line-height: 26px;
  }

  .descrigt p:nth-child(1) {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(56, 56, 56, 1);
    margin-top: 80px;
    max-width: 340px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .descrigt .clickdetail {
    max-width: 90px;
    margin-top: 20px;
    /* border: 1px solid rgba(217, 33, 45, 1); */
  }

  .descrigt .clickdetail div,
  .totaldetail p:nth-child(2) {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(217, 33, 45, 1);
    padding: 5px 6px;
    border: 1px solid rgba(217, 33, 45, 1);

  }

  .imgclass {
    padding: 0;
    margin-top: 29px;
    overflow: hidden;
  }

 .imgclass img {
    width: 100%;
    transition: all 1s ease 0s
  }

 .imgclass img:hover {
    /* transition: All 0.4s ease-in-out; */
    transform: scale(1.2)
  }

  /* 日期 */

  .date {
    width: 8.7%;
    background: rgba(217, 33, 45, 1);
    border-radius: 0px 0px 3px 3px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 36%;
  }

  .date p:nth-child(1) {
    font-size: 39px;
    font-family: 36;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-top: 16px;

    margin:0!important;
  }

  .date p:nth-child(2) {
    font-size: 18px;
    font-family: 36;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 12px;
     margin:0!important;
  }

  @media (min-width: 992px) {
    .rowdetails {
      width: 77%;
    }
    .innersubmit .boxgimg{
      width: 20%!important;
      height: 158px;
    }
  }


  .container {
    /* width: 100%;
    background: #fff; */
  }

  .container .row {
    /* max-width: 1200px;
    margin: 0 auto; */
  }

  .row .innersubmit {
    border: 1px solid rgba(228, 228, 228, 1);
    margin-bottom: 30px;

  }

  /* .row .innersubmit:hover {
    border: 1px solid rgba(217, 33, 45, 1);
    cursor: pointer;
  } */
/* 动画 */
.innersubmit {
  position: relative;
  /* width: 100px;
  height: 100px; */
}

.innersubmit:before,
.innersubmit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: absolute;
}

.innersubmit:before {
  top: 0;
  left: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.innersubmit:after {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.innersubmit:hover:before {
  width: 100%;
  height: 100%;
  transition: width 0.1s ease-in, height 0.1s ease-in 0.1s;
  border-top-color: #D9212D;
  border-right-color: #D9212D;
}

.innersubmit:hover:after {
  width: 100%;
  height: 100%;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.4s, height 0.3s ease-in 0.6s;
  border-bottom-color: #D9212D;
  border-left-color: #D9212D;
}
/* 动画 */


.row .innersubmit:nth-child(1) {
    margin-top: 60px;
  }

  .rowdetails {
    float: right
  }
  .innersubmit .boxgimg{
    width: 20%!important;
    /* padding: 15px 0px 15px 30px; */
    margin-top:15px;
    padding: 0;
    margin-left: 10px;
    overflow: hidden;
    height: 158px;
  }
  .innersubmit div img {
    width: 100%;
    height: 100%;
    /* margin-left: -9px; */
    /* padding: 15px 0px 15px 0px; */
    margin-right: 30px;
  }

  .submitdetail {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(56, 56, 56, 1);
    padding-top: 41px;
    padding-bottom: 11px;
	margin-bottom:0!important;
    width: 75.4%;
    /* float: right; */
   
  }

  .submitdetails {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(100, 100, 100, 1);
    margin-bottom: 15px;
    line-height: 22px;
    overflow:hidden; 

	margin-bottom:10!important;
    text-overflow:ellipsis;
    
    display:-webkit-box; 
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:2;
  }

  .totaldetail {
    display: flex;
    justify-content: space-between;
  
    
  }

  .totaldetail p:nth-child(1) {
    line-height: 32px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(168, 168, 168, 1);
  }

  @media (max-width: 667px) {
  	.date p:nth-child(2){
  		padding-bottom:0;
  	}
  	.date p:nth-child(1){
  		padding-top:0
  	}
    .date {
      width: 25%;
      right: 0;
      left: inherit;
    }
    .innersubmit .boxgimg{
      width: 100%!important;
      margin-left: 0!important;
      height: 158px;
    }
    .setPageDiv{
      width: 200px!important;
      margin-left:30%!important;
    }
    .rowcont{
      
      margin:0!important;
    }
    .police img{
    width:100%;
    height:110px!important;
    margin-top:70px;
    }
    .totaldetail{
    margin-right:0!important;
    padding-left:0!important;
    }
    .setPageDiv{
    padding-top:0!important;
    padding-bottom:0!important;
    }
    
  }



  .selected {
    background: rgba(217, 33, 45, 1);
  }
  .innderdetail{
    padding-bottom: 15px;
    
    
    cursor: pointer;
  }
  .setPageDiv {
    background: #fff;
    /*padding-top: 100px;*/
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 54px;
    text-align: center;
    /*margin-left: 46%;*/
  }
  .rowcont p{
 }

  #pagination {}

  /* #pagination a,
  #pagination span {
    padding: 13px 12px 11px 12px;
    float: left;
    margin-right: 6px;
    margin-bottom: 54px;
    border: 1px solid rgba(204, 204, 204, 1);
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(116, 116, 116, 1);
  } */

  .img-responsive {
    /* padding-top: 60.5px;
    padding-bottom: 60.5px;
    border: 1px solid rgba(236, 236, 236, 1);
    background: #fff; */
  }

  .lookdetail:hover {
    background: rgba(217, 33, 45, 1);
    color: rgba(250, 250, 250, 1)!important;
    cursor: pointer;
  }
  