.article_container {
    width: 1200px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 50px;
    height: auto;
   

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

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.article_box_list_pic {
    width: 1082px;
    height: 597px;
    border-radius: 10px;
   
}

.article_box_list_pic img{
    width: 1082px;
    height: 597px;
    
     border-radius: 10px;
   
}
.nobullet {
  list-style-type: none;
  margin-left: -20px;
}

.div_bullet {
  font-weight: 400;
font-size: 22px;
color: #58595B;
margin-top: 20px;
}

.div_bullet ul {
  margin-bottom: 30px;
}
.div_bullet ul li {
  margin-bottom: 10px;
}

.article_box_list_text {
 width: 1000px;
    height: auto;
    
   
}



.article_box_list_text p {
font-weight: 400;
font-size: 22px;
color: #58595B;

}
.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;

}

.artcle_title1 {
  width: 100%;
  height: auto;
  text-align: center;
 
font-weight: 500;
font-size: 32px;
text-align: center;
color: #525252;
margin-bottom: 40px;
}

.atp01mh {
  height: 1500px;
}

.atp02mh {
  height: 1290px;
}

.atp03mh {
 height: 1220px;
}
.atp04mh {
  height: 1650px;
 
}
.atp05mh {
  height: 2000px;
 
}
#article_box {

height: auto;
}

@media (max-width: 768px) {

.article_container {
    width: 90%;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 120px;
    height: auto;


}
.article_box_list {
    width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
  margin-bottom: 5px;
}

.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: 207px;

   padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.article_box_list_pic img{
  width: 374px;
    height: 207px;
    object-fit:cover;
}


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

.article_box_list_text p {
font-weight: 400;
font-size: 13px;
color: #58595B;

}
.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;

}



.artcle_title1 {
  width: 100%;
  height: auto;
  text-align: center;
 
font-weight: 500;
font-size: 15px;
text-align: center;
color: #525252;
margin-bottom: 15px;
}

.nobullet {
  list-style-type: none;
  margin-left: -20px;
  height: 13px;
  line-height: 20px;
  height: auto;
}

.div_bullet {
  font-weight: 400;
font-size: 13px;
color: #58595B;
margin-top: 20px;
clear: both;
}

.div_bullet ul {
  margin-bottom: 30px;
}
.div_bullet ul li {
  margin-bottom: 10px;
}

.atp01mh {
  min-height: 1320px;

}

.atp02mh {
  min-height: 880px;
}

.atp03mh {
  min-height: 780px;
}
.atp04mh {
  min-height: 1140px;
}
.atp05mh {
  min-height: 1520px;
}
    
}