.home{
    position: relative;
}
.home *{
    transition: all .5s;
}
.header{
    background: none;
    box-shadow: none;
    z-index: 2;
 
    flex-direction: column;
  
    height: 338px;
}
.header_pc_container{
    
    align-items: center;
    display: block !important;
}

.header_pc_container img{
    display: block;
    margin: 0 auto;
    
}
.header_pc_container img.pc_logo{
    margin-top: 47px;
    margin-bottom: 56px;
}

.nav a{
   
}

.banner{
 height: 318px;
 position: relative;
 width: 100% ;
 overflow: hidden;
 display: flex;
 justify-content: center;
 position: absolute;
 top: 52px;
 z-index: -1;
}
  .banner img{
    object-fit: cover;
    object-position: center;
  }
 

.list_box{
   
    margin-top: 50px;
    margin-right:30px;
    width: 100%;
   
    
}
.list2row{
    align-items: flex-start;
}
.list2row .list_box{
    width: calc(50% - 10px);
}
.list2row .list_box:last-child{
    margin-right: 0;
}

.team_list{

}
.team_list i{
    color: #666;
}
.team_list .flex{
    justify-content: start;
}
.team_list a{
    margin: 5px 0;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 4px;
 
}
.team_list a::before{
    content: '●';
    padding-right: 6px;
    color: #1c96d5;
}
.anno .list_container a{
    
}
.anno .intro_video{
    margin-top: 20px;
    width: 100%;
}
.anno .list_container a::before{
    content: '●';
    padding-right: 6px;
    color: #eda700;
}
.team_list h3{
    height: 24px;
    border-radius: 12px;
    background-color: #084f91;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
    margin: 12px 0;
    margin-bottom: 5px;
}

.content_left{
    width: 850px;
    float: left;
}
.content_right{
    width: 300px;
    float: right;
}
.btn{
 background-color: #cddeed;   
 border: solid #084f91 1px;
 border-radius: 6px;
 line-height: 28px;
 text-align: center;
 color: #084f91;
 display: flex;
 margin-top: 10px;
}
 
.list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_title{
   padding: 15px 0;
   padding-bottom: 10px;
    background: url(../img/line.png) no-repeat right top;
    background-size: auto 2px;
}

.list_title span{
    font-size: 24px;
    color: #084f91;
    font-weight: bold;
}
.list_title span em{
    font-size: 20px;
    color: #eda700;
    font-weight: normal;
    padding-left: 10px;
}
.list_title a{
    color: #084f91;
}

.list_container{

}
.list_container li a{
    padding: 15px 0;
    border-bottom: solid #eee 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
.list_container li a:hover{
    font-weight: bold;
}
.list_container li a em{
    flex-shrink: 0;
    color: #999;
}
.list_container li a span{
    flex-grow: 1;
     white-space: nowrap;
    overflow: hidden;
   
    text-overflow:ellipsis;
}
.links_container a{
    background-color: #fafafa;
    color: #555555;
    border: 1px solid #c7c7c7;
    height: 48px;
    border-radius: 8px;
    display: block;
    font-size: 110%;
    line-height: 48px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.links_container a img{
    margin-right: 10px;
}
.list_tab{
    display: flex;
    
}
.study_garden .list_tab{
    padding-top: 20px;
}
.list_tab a{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    color: #666;
    display: block;
    border-radius: 6px;
}
.list_tab a.current{
    color: #086de6;
    background: #e6f0fc;
 
}
.intro_text{
    height:220px; 
    overflow: hidden;
    /* text-overflow: clip; */
    /* display: -webkit-box;
    -webkit-line-clamp: 8; 
    -webkit-box-orient: vertical; */
    line-height: 28px;
    flex-grow: 1;
    padding-right: 30px;
} 
.intro_text a{
    color: #086de6;
}
.intro_video{
    width: 290px;
    flex-shrink: 0;
}
.intro_video video{
    height: 164px;
    object-fit: fill;
}
.video_title{
    background:#084f91 url(../img/icon_video.png) no-repeat 10px center ;
    background-size: 14px;
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    display: block;
    padding-left: 30px;
    margin-top: 10px;
    
}
.contact{
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    float: left;
    border-top: solid #eda700 2px;
    justify-content: flex-start;
    align-items: center;
}
.contact img{
    width: 280px;
}
.contact div{
    display: flex;
    padding-left: 10px;
    padding-top: 20px;
}
.contact p{
    padding: 5px 10px;
}

.home .wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news_list{
  /* padding-top: 20px; */
}
.news_list a{
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: solid #ddd 1px;
    font-size: 16px;
}
.news_list a .date{
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #ef6619;
    background-color: #fdefe8;
    width: 65px;
    height: 65px;
}
.news_list a .date span{
    font-family: 'DIN Alternate';
    font-size: 25px;
    margin-bottom: 5px;
}
.news_list a .date em{
    font-size: 14px;

}
.news_list a p{
    transition: all .5s;

}
.news_list a:hover  p{
    font-weight: bold;
}
.focus_list{
    margin-top: 20px;
}
.focus_item{
    
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
 
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
 position: relative;
 overflow: hidden;
}
.focus_item img{
    transition: all .5s;
        height: 170px;
    width: 100%;
    object-fit: cover;
    top: 0;
    position: absolute;
}
.focus_item:hover img{
    transform: scale(1.1);

}
.focus_item span{
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.9) );
    display: block;
    z-index: 1;
}
/* 布局 */
.news{
    width: 418px;
}
.focus{
    width: 400px;
}
.meetting_container{
     width: 342px;
}
.meetting{
   
    background: url(../img/home_meetting_bg.png) no-repeat center top;
    height: 421px;
    background-size: cover;
    margin-top: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.meetting h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
}

.meetting a.meeting_item{
    border-left: solid #ec9b75 4px;
    display: block;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 14px;
}
.meetting a.meeting_item:hover{
    border-left: solid #ec9b75 8px;
}
.meetting a.meeting_item span{
    padding-bottom: 5px;
    display: block;
}
.meetting a.meeting_item em{
    color: #fcccb6;
    display: block;
    font-size: 14px;
    
}
.meetting a.btn{
    border: none;
    font-size: 18px;
    height: 42px;
    background-color: #fff;
    flex-shrink: 0;
}
.meetting a.btn span{
    padding-right: 10px;
}
.ad{
    /* background-size: cover; */
}
.meetting_container .ad{
    background-size: contain;
        background-repeat: no-repeat;
    width: 100%; 
    height: 90px;
    border: solid #ddd 1px;
    margin-top: 10px;
}

/* 专家列表样式 */
  .expert-container {
      max-width: 1200px;
      margin: 10px auto;
     margin-bottom: 35px;
      position: relative;
    }

    .expert-swiper {
      padding: 40px 0;
      padding-top: 10px;
      padding-bottom: 0;
    }

    .expert-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 15px;
    }
    .expert-item:hover{
        transform: scale(1.05);
    }

    /* 圆形照片样式 */
    .expert-avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center 8%;
      /* border: 4px solid #f0f0f0;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1); */
      margin-bottom: 15px;
    }

    .expert-name {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      margin: 0 0 5px 0;
    }

    .expert-title {
      font-size: 14px;
      color: #666;
      margin: 0;
    }

    /* 自定义Swiper样式 */
    .swiper-button-prev,
    .swiper-button-next {
      color: #1534d4;
      width: 40px;
      height: 40px;
      /* background: #fff; */
      /* border-radius: 50%; */
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.15); */
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 18px;
      font-weight: bold;
    }
    
    .swiper-pagination {
      bottom: -33px !important;
      z-index: 1;
    }

    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #ddd;
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      background: #1534d4;
      width: 30px;
      border-radius: 5px;
      transition: width 0.3s ease;
    }
/* 专家列表样式-end */

.scholars{
    background: url(../img/scholars_bg.png);
    background-size: cover;
    padding-top: 0px;
    margin-top: 0px;
}
.scholars .wrapper{
    flex-direction: column;

}
.scholars .panel_title{
    background: none;
    padding-bottom: 0;
    width: 100%;
}

.card_list{
    margin-top: 10px;
}
.card_list a{
	    background-size: contain;
    width: 374px;
    height: 142px;
    background: no-repeat center;
    padding: 30px;
    background-size: cover;
}
.card_list a.white_text{
 color: #fff;
}

.card_list a span{
    font-size: 26px;
    font-weight: bold;
    
    padding-bottom: 30px;
    display: block;
}
.card_list a em{
    font-size: 16px;
    padding-right: 20px;
    background: url(../img/arrow_right.png) no-repeat right center;
    background-size: 10px;
}
.content{
    padding-top: 35px;
    background: url(../img/back_circle.png) no-repeat -130px 1140px;
}

.teacher_list{
padding-top: 20px;
}

.teacher_item{
    display: flex;
    flex-direction: column;
}
.teacher_item img{
    
    width: 130px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
}
.teacher_item span{
    font-size: 18px;

    margin-top: 15px;
}

.teacher_item .teacher_link{
    
    padding-top: 10px;
}
.teacher_item .teacher_link a{
    color: #666;
}
.teacher_item .teacher_link .question{
    padding-left: 22px;
    padding-right: 10px;
    border-right: solid #ddd 1px;
    margin-right: 10px;
    background: url(../img/question.png) no-repeat left center;
    background-size: 13px;
}
.qa{
    width: 794px;
}

.hire{
    width: 386px;
}
 
.hire_list{
    width: 100%;
}
.hire_list a{
    width: 100%;
    display: block;
    padding: 15px 0;
     border-bottom: solid #ddd 1px;
}
.hire_list a span{
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
   
}
.hire_list a:hover{
    color: #084f91;
    padding-left: 10px;
   
}

.news_container{
 
  background-color: rgba(47, 126, 204,.05);
         -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
 
padding: 0px 0;
margin-top: 5px;
padding-bottom: 20px;
}

.panel.notice{

    width: 386px;

}
.notice_list a{
    padding: 5px 0;
    border-bottom: solid #ddd 1px;
    display: block;
    width: 100%;
    height: 55px;
}
.notice_list a:hover{
    font-weight: bold;
    padding-left: 10px;
}
.notice_list a span{
    font-size: 16px;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.notice_list a em{
    color: #999;
}
.ad_container{
    padding: 0px 0;
}
.ad_container a{
    height: 90px;
    border: solid #ddd 1px;

}
.notice .ad_container a{
    margin-bottom:10px;
    margin-top:10px;
}
.book_list{
    padding-top: 20px;
}
.book_list a{
text-align: center;
font-size: 16px;
}
.book_list a img{
    width: 125px;
    height: 173px;
    object-fit: cover;
    margin-bottom: 15px;
    display: block;
   
}
.issue{
    align-items: flex-end;
    padding-top: 20px;
   
}
.issue>div{
     width: calc(100% - 202px);
}
.issue .cover{
    width: 152px;
    height: 208px;
    object-fit: cover;
     margin-left: 20px;
}
.issue span,.issue a.hover_transition{
    display: block;
    margin-left: 30px;
    font-size: 16px;
    margin-top: 15px;
}
.issue a.hover_transition {
    height: 42px;
    width: 100%;
    background-color: #ec9b75;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.bussiness{
    width: 100%;
    margin-top: 10px;
}
.bussiness .bs_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.bussiness .bs_list a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width:calc(16.6667% - 20px)
}
.bussiness .bs_list a img{
    height: 70px;
    max-width: 90%;
    object-fit: contain;
}
.bussiness .bs_list a span{
    padding-top: 20px;
}
.friend_link{
 margin-top: 15px;
  background-image: -moz-linear-gradient( 0deg, rgb(136,47,155) 0%, rgb(21,147,220) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(136,47,155) 0%, rgb(21,147,220) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(136,47,155) 0%, rgb(21,147,220) 100%);
padding: 15px 0;
}
.friend_link .wrapper{
    width: 1220px;
}
.friend_link .title{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
}
.friend_link .flink_list {
    display: flex;
    flex-wrap: wrap;
    
}
.friend_link .flink_list a{
    width: calc(16.6667% - 20px);
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: 6px;
    color: #fff;
    margin:5px 10px;

}
.friend_link .flink_list a::before{
    content: '●';
    margin-right: 10px;
}

.friend_link .flink_list a:hover{
    background-color: rgba(255, 255, 255, .4);
}
.home .footer{
    margin: 0;
}

.top .wrapper{
    align-items: center;
}
@media only screen and (max-width : 750px){
    .banner{
       height: auto;
      position: relative;
      display:none;
    
    }
    .banner img{
        width: 100%;
    }
    .header{
        height: auto;
    }
    
    .content .wrapper{
        flex-direction: column;
        display: flex!important;
    }
    .news,.focus,.qa,.hire,.panel.notice,.meetting_container,.scholars,.expert-container,.friend_link .wrapper{
    width: 100%;
    } 
    .teacher_list,.book_list{
        overflow-x: scroll;
    }
    .teacher_item,.book_list a{
        margin-right: 15px;
    }
.friend_link .flink_list{
    width: 100%;
}

     .friend_link .flink_list a{
        width: calc(50% - 20px);
     }
      .bussiness .bs_list{
        flex-wrap: wrap;
      }
     .bussiness .bs_list a{
        width: calc(50% - 15px);
        margin-bottom: 15px;
     }
     .issue .cover{
        margin-left: 0;
     }
     .swiper-button-prev, .swiper-button-next{
        display: none;
     }
     .card_list a{
        margin-bottom: 10px;
         width:100%;
     }
     .ad_container{
        padding: 20px;
        margin-top: 0;
     }
     .notice .ad_container{
         padding:0;
     }
     .footer_right{
        text-align: left;
        flex-direction: column;

     }
     .footer a{
        padding: 0;
        padding-right: 10px;
     }
     .footer .qr{
        width: 100%;
        margin-top: 10px;
     }
     .content{
        padding-top: 70px;
     }
     .top .wrapper{
        text-align: left;
        align-items: flex-start;
        height: 72px;
        flex-direction: row;
        align-items: center;
     }
   
}
