


/* µÚ¶þÆÁ */


.procurementmine {
  display: flex;
flex-wrap: wrap;
justify-content: space-between;

}
.procurementmine .procurement {
    display: flex
;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    width: 30.5%;
 
    position: relative;
    margin-right: 4.24%;
}

.procurementmine .procurement:nth-child(3n) {
margin-right: 0;

}


.procurementmine .procurement::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #1b379b;
    transition: all .5s;
}
.procurementmine .procurement:hover::after {
    width: 100%;
}
.procurementmine .procurement:nth-child(3n) {


      margin-right: 0%;
}

.procurementmine .procurement .txt {
  width: 100%;
  /* padding-right: 10%; */
}

.procurementmine .procurement .txt .sh_button {

  	letter-spacing: 0px;
	color: #777777;
}
.procurementmine .procurement .txt .sh_button span {
  margin-right: 15px;
}
.procurementmine .procurement .txt .sh_button .icon path {

  fill: #777777;
}
.procurementmine .procurement .txt .time {
letter-spacing: 0px;
	color: #777777;
}
.procurementmine .procurement .txt .tit {
    margin-bottom: 15px;
    cursor: pointer;
    letter-spacing: 0px;
    color: #222222;
    font-weight: bold;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all; 
-webkit-box-orient: vertical;
line-height: 1.5;

max-height: 3em;
transition: all 0.4s;
height: 3em;
}


.procurementmine .procurement:hover .e_ps{

	color: #1b379b;
}
.procurementmine .procurement .txt .e_ps {
	color: #777777;
  font-weight: 400;
}
.procurementmine .procurement .txt .des {
  color: #777;
  margin-top: 5px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  max-height: 3.6em;
}
.procurementmine .procurement .txt i {
  display: inline-block;
  position: relative;
  color: #222;
  margin-top: 8%;
}
.procurementmine .procurement .txt i::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
}
.procurementmine .procurement .txt i::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #222;
  transition: all 0.5s;
}
.procurementmine .procurement:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.procurementmine .procurement:hover .txt .tit {
  color: #1b379b;
}
.procurementmine .procurement:hover .txt i {
  color: #222;
}
.procurementmine .procurement:hover .txt i::after {
  display: none;
}
.procurementmine .procurement:hover .txt i::before {
  width: 100%;
}
@media screen and (max-width: 1200px) { 
    .cont .lis_swiper .shgh_prev {
        
            left: -30px;
    }
    .cont .lis_swiper .shgh_next {
        
            right: -30px;
    }
}

/* 150 */
@media screen and (max-width: 998px) {


}
@media screen and (max-width: 768px) {
 .swiper-button-next, .swiper-button-prev {
     
     top: 23%!important;
 }
  .lis_swiper .swiper-slide a .txt {
    padding: 20px!important;
  }
  .cont .lis_swiper .swiper-slide a .img {

        width: 100%;
  }
  .cont .lis_swiper .swiper-slide a .txt {

    width: 100%;
  }
  .cont .lis_swiper .swiper-slide a .img {

        padding-top: 60%;
        flex: 0 0 100%;
  
  }
  .cont .lis_swiper .swiper-slide a .txt .tit {

        margin-top: 15px;
  }
  .procurementmine .procurement {

        width: 100%;
    margin-right: 0%;
  }
  
  .cont .lis_swiper .shgh_next {
      
              right: 0px;
  }
  .cont .lis_swiper .shgh_prev {
      
      left: 0;
  }
}
/*# sourceMappingURL=./news.css.map */
<!--ºÄÊ±1773909713.4964Ãë-->