@charset "UTF-8";
.bg-main-box{
  width: 100%;
  background-color: #f2f7fa;
  margin-top: 23.5rem;
 }

.container {
  padding: 2.5rem 2.5rem;
      background: #ffffff;
} 
.am-g{
  content: none;
  padding: 0;
  /* margin: 0; */
}
.am-g:before, .am-g:after{
  content: none;
}
@media only screen and (max-width: 641px) {
    .bg-main-box{
      padding-top: 2rem;
      margin-top: 0;
      background-size: contain;
     }
    .container {
      padding: 2rem 1.5rem;
    } 
  }



.ctt{
  padding: 2.5rem 0;
}
.part-left{
  width: 27.4rem;
  min-height: 111.4rem;
  /* margin-right: 3rem; */
  padding: 0;
}
.part-left .leader-info{
  width: 100%;
  background: #F7F8FB;
  padding: 2.8rem;
  margin-bottom: 3rem;
}
.part-left .leader-info img{
  width: 14rem;
  height: auto;
  margin-bottom: 2rem;
}
.part-left .leader-info span{
  font-weight: 400;
  font-size: 1.8rem;
  color: #666666;
  line-height: 2.8rem;
}
.part-left .leader-info span:first-of-type{
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 2rem;
}
.part-left .job-info{
  margin-bottom: 1rem;
}
.part-left .job-title{
  width: 100%;
  height: 6rem;
  background: #F7F8FB;
  padding-left: 1.5rem;
}
.part-left .job-title span{
  padding-left: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  line-height: 2rem;
  border-left: solid 4px var(--theme);
}
.part-left .job-info .info{
  font-weight: 400;
  font-size: 1.8rem;
  color: #333333;
  line-height: 3.2rem;
  text-indent: 2em; 
  padding: 2.5rem 0;
  text-align: left;
}

.part-left .submenu{
  margin: 0;
  padding-left: 0;
}
.part-left .submenu li{
width: 100%;
height: 6.6rem;
font-weight: 400;
font-size: 2rem;
color: #333333;
line-height: 2.5rem;
/* padding: 2rem  0; */
margin-top: 1rem;
background: #FFFFFF;
border-radius: 4px;
padding: 0 2rem;
background: #F7F8FB;
}
.part-left .submenu li:last-of-type{
border-bottom: none
}
.part-left .submenu .to{
width: 2rem;
height: 2rem;
background: linear-gradient(180deg, #EEF4FF 0%, #FFFFFF 100%);
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.12);
border-radius: 50%;
border: 1px solid #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.part-left .submenu .to .iconfont{
color: #666;
}
.part-left .submenu li:hover, .part-left .submenu li.active{
  background: var(--theme);
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 641px) {
  .part-left{
    width: 100%;
  }
  .part-left .job-title{
    justify-content: center;
    align-items: flex-start;
  }
  .part-left .submenu li{
    flex-direction: row;
    justify-content: space-between;
  }
}


.part-right{
  /* flex: 1; */
  width: 112rem;
  padding: 0;
}
.part-right .swiper-news{
  /* width: 50%; */
  height: 53.3rem;
}
.part-right  .am-u-sm-6{
  padding: 0;
}
.part-right  .swiper-news .swiper-container {
  /* width: 100%; */
  height: 53.3rem;
}
.part-right  .swiper-news .swiper-container img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.part-right  .swiper-news .swiper-pagination{
  position: absolute;
  text-align: center;
  float: right;
  right: 0;
  bottom: 0;
  width: 14.7rem;
  height: 7rem;
  line-height: 7rem;
  /* padding: 1.1rem 1.8rem; */
  text-align: right;
  padding-right: 1rem;
  z-index: 10;
}
.part-right  .swiper-news .swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  opacity: 0.44;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 5px;
  opacity: 1;
}
.part-right  .swiper-news .swiper-pagination-bullet-active {
  width: 1.7rem;
  border-radius: 5px;
  background: var(--theme);
}
.part-right .swiper-news  .news-title{
  width: 100%;
  height: 7rem;
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 7rem;
  padding: 0 6rem;
  /* position: relative;
  bottom: 6rem; */
  z-index: 9;
  padding-right: 15rem;
}
.part-right .swiper-news{
  margin-bottom: 5.5rem;
}
.common-title{
  font-weight: bold;
  font-size: 2rem;
  color:  var(--theme);
  line-height: 2rem;
  /* border-bottom: 1px solid #DBDBDB; */
  margin-bottom: 2rem;
}
.common-title span{
  padding-bottom: 2.2rem;
  border-bottom: 3px solid  var(--theme);
}
@media only screen and (max-width: 641px) {
  .part-right{
    width: 100%;
    margin-top: 3rem;
  }
  .part-right .swiper-news .swiper-container img, .part-right .swiper-news, .part-right .swiper-news .swiper-container{
    height: auto;
  }
}