section#news {
  position: relative;
  background-color: #FAFAFA;
}
section#news .wrap {
  width: 1320px;
}
section#news .wrap::after{
  content: "";
  display: block;
  width: 566px;
  height: 154px;
  background: url(../img/news_back.png) no-repeat center /cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
section#news .wrap .art_cantainer {
  
}
section#news .wrap .slick-prev{
  
  left: -50px;
}
section#news .wrap .slick-prev::before{
  color: black;
  font-size: 0px;
  background: url(../img/conleft.png) no-repeat center /contain;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
section#news .wrap .slick-next{
  right: -50px;
}
section#news .wrap .slick-next::before{
  color: black;
  background: url(../img/conright.png) no-repeat center /contain;
  font-size: 0px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
section#news .wrap .slick-dots{
  bottom: 10px;
  left: -300px;
}
section#news .wrap .art_cantainer .slick-dots li button::before{
  font-size: 10px;
  bottom: 0;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 24px;
}
section#news .wrap .art_cantainer article{
  column-gap: 50px;
  row-gap: 20px;
}
section#news .wrap .art_cantainer article img{
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 630px;
  height: 480px;
}
section#news .wrap .art_cantainer article::after{
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 630px;
  height: 480px;
  content: "";
  display: block;
  background: url(../img/news1.jpg) no-repeat center /cover;
  position: relative;
}
section#news .wrap .art_cantainer article:nth-child(2)::after{
  background: url(../img/news2.jpg) no-repeat center /cover;
}
section#news .wrap .art_cantainer article:nth-child(3)::after{
  background: url(../img/news3.jpg) no-repeat center /cover;
}
section#news .wrap .art_cantainer article h4 {
  grid-column: 2;
  grid-row: 1;
}
section#news .wrap .art_cantainer article h4::after{
  
}
section#news .wrap .art_cantainer article h5 {
  grid-column: 2;
  grid-row: 2;
}
section#news .wrap .art_cantainer article p {
  grid-column: 2;
  grid-row: 3;
}
section#news .wrap .art_cantainer article span {
  grid-column: 2;
  grid-row: 4;
  line-height: 1.56;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}