.Complete_Guide_to_Studying_in_Beijing {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(./Complete_Guide_to_Studying_in_Beijing_bg.jpg) top center #ffffff
    no-repeat;
    position: relative;
}
:root {
  --Color1: #e3692a;
}
.aImg,
.aImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.newsTopNav {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  height: 150px;
  z-index: 10000;
  background: none;
}
.Complete_Guide_to_Studying_in_Beijing_texts{
  width: 1200px;
  height: 890px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 140px 30px 0 150px;
}
.Complete_Guide_to_Studying_in_Beijing_texts h1{
  font-size: 80px;
  font-weight: bold;
  color: #47a5f9;
  margin-bottom: 20px;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}
.Complete_Guide_to_Studying_in_Beijing_texts p{
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}
.Complete_Guide_to_Studying_in_Beijing_list {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.Complete_Guide_to_Studying_in_Beijing_list_section {
  margin-bottom: 60px;
}

.Complete_Guide_to_Studying_in_Beijing_list_section h2 {
  font-size: 46px;
  font-weight: bold;
  color: var(--Color1);
  margin-bottom: 30px;
  padding-left: 15px;
}

.Complete_Guide_to_Studying_in_Beijing_list_items {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

.Complete_Guide_to_Studying_in_Beijing_list_item {
  width: 332px;
  text-align: center;
}

.Complete_Guide_to_Studying_in_Beijing_list_item_img {
  position: relative;
  height: 190px;
  margin-bottom: 15px;
  overflow: hidden;
}

.Complete_Guide_to_Studying_in_Beijing_list_item_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.Complete_Guide_to_Studying_in_Beijing_list_item_img:hover img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--Color1);
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.Complete_Guide_to_Studying_in_Beijing_list_item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2468b3;
  margin: 0;
}
.Complete_Guide_to_Studying_in_Beijing_list_item h3 a{
  color: #2468b3;
}

.Complete_Guide_to_Studying_in_Beijing_list_footer {
  margin-top: 80px;
  overflow: hidden;
}

.Complete_Guide_to_Studying_in_Beijing_list_footer_content img {
  width: 100px;
  height: auto;
  display: block;
}


.Complete_Guide_to_Studying_in_Beijing_list_section.procedures .Complete_Guide_to_Studying_in_Beijing_list_items{
  gap: 29px;
}
.Complete_Guide_to_Studying_in_Beijing_list_section.procedures .Complete_Guide_to_Studying_in_Beijing_list_item{
  width: 278px;
}
.Complete_Guide_to_Studying_in_Beijing_list_section.procedures .Complete_Guide_to_Studying_in_Beijing_list_item_img{
  height: 160px;
}

@media screen and (max-width: 1024px) {
  .Complete_Guide_to_Studying_in_Beijing {
    max-width: 16rem;
    min-width: 16rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_texts {
    width: 100%;
    height: 12rem;
    padding: 0.5rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_texts h1 {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-right: 3rem;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_texts p {
    font-size: 0.6rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list {
    width: 100%;
    padding: 0 0.5rem 1rem 0.5rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_section {
    margin-bottom: 0;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_section h2 {
    font-size: 1rem;
    margin-bottom: .5rem;
    padding-left: 0;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_item {
    width: 48%;
    margin-bottom: 1rem;
    text-align: left;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_item_img {
    height: auto;
  }
  
  .play-button {
    width: 1rem;
    height: 1rem;
    font-size: 0.5rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_item h3 {
    font-size: 0.6rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_footer {
    margin-top: 0;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_section.procedures .Complete_Guide_to_Studying_in_Beijing_list_item {
    width: 48%;
  }
  .Complete_Guide_to_Studying_in_Beijing_list_section.procedures .Complete_Guide_to_Studying_in_Beijing_list_item_img {
    height: auto;
  }
  
  
  .Complete_Guide_to_Studying_in_Beijing_list_footer_content {
    flex-direction: column;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_footer_content img {
    width: 100%;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_footer_text {
    padding: 1rem;
  }
  
  .Complete_Guide_to_Studying_in_Beijing_list_footer_text p {
    font-size: 1rem;
  }
}
