.article_container {
    width: 1200px;
    margin: auto;
    margin-top: 170px;
    margin-bottom: 150px;
}
.article_box_list {
    width: 1200px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
  margin-bottom: 34px;
}

.article_box_list.show {
  opacity: 1;
  transform: translateY(0);
}

.article_box_list_pic {
    width: 543px;
    height: 300px;
   
}

.article_box_list_pic img{
    width: 543px;
    height: 300px;
   
}

.article_box_list_text {
 width: 543px;
    height: 300px;
    margin-left: 32px;
    padding-top: 50px;
   
}

.article_box_list_text h4 {
font-weight: 500;
font-size: 22px;
color: #525252;
}

.article_box_list_text p {
font-weight: 400;
font-size: 20px;
color: #8F8F8F;

}
.article_link img{
    width: 26px;
    height: 26px;

}
.article_box_list_text .article_link{
font-weight: 400;
font-size: 18px;
color: #B3B3B3;
text-decoration: none;

}
.article_box_list_text .article_link:hover{
font-weight: 400;
font-size: 18px;
color: #8F8F8F;
text-decoration: none;

}

.article_box_list_text .article_link:hover .article_link_i{
background:url('../../mwork/images/article/atcdt2.png') no-repeat center center/cover;

}

@media (max-width: 768px) {
.article_container {
    width: 90%;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 150px;
   
   
}
.article_box_list {
    width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
  margin-bottom: 34px;
}

.article_box_list.show {
  opacity: 1;
  transform: translateY(0);
}
.row.article_box_list {
  margin-left: 0;
  margin-right: 0;
}
.article_box_list_pic {
     width: 100%;
    height: 119px;
 
   padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.article_box_list_pic img{
  width: 356px;
    height: 119px;
    object-fit:cover;
}


.article_box_list_text {
 width: 361px;
height: 170px;
margin-left: 0;
padding-top: 10px;
   
}

.article_box_list_text h4 {
font-weight: 500;
font-size: 15px;
color: #525252;
}

.article_box_list_text p {
font-weight: 400;
font-size: 13px;
color: #8F8F8F;

}
.article_link img{
    width: 26px;
    height: 26px;

}
.article_box_list_text .article_link{
font-weight: 400;
font-size: 11px;
color: #B3B3B3;
text-decoration: none;

}
.article_box_list_text .article_link img {
width: 15px;
height: 15px;
}
.article_box_list_text .article_link:hover{
font-weight: 400;
font-size: 11px;
color: #8F8F8F;
text-decoration: none;

}

.article_box_list_text .article_link:hover .article_link_i{
background:url('../../mwork/images/article/atcdt3.png') no-repeat center center/cover;

}
    
}