/*banner*/
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
/*新闻*/
.new{
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
}
.new .newLeft{
    float: left;
    /*margin:60px 0;*/
    width: 60%;
}
.new .newLeft .newTitle{
    color: #ffffff;
    /* background: #291d8b; */
    background: #1c92cf;
    overflow: hidden;
    padding:10px 20px;
}
.new .newLeft .newTitle h1{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    float: left;
}
.new .newLeft .newTitle p{
    text-align: left;
    font-size: 18px;
    float: right;
}
.new .newLeft .newContent .newContentList{
    overflow: hidden;
    margin-top:32px;
    display: block;
}
.new .newLeft .newContent .newContentList .newImg{
    float: left;
    width: 254px;
    height: 190px;
}
.new .newLeft .newContent .newContentList .newImg img{
    display: block;
    width: 100%;
}
.new .newLeft .newContent .newContentList .newText{
    float:right;
    width: 449px;
}
.new .newLeft .newContent .newContentList .newText h1{
    font-size: 24px;
    font-weight: normal;
}
.new .newLeft .newContent .newContentList .newText p{
    font-size: 18px;
    color: #666666;
    margin-top:16px;
}
.new .newLeft .newContent .newContentList  span{
    font-size: 16px;
    color: #666;
    margin-top:40px;
    display: block;
}
/*小新闻列表*/
.newListBox2{
    /*width:643px;*/
    /*margin: 0 auto;*/
}
.newListBox2 {
    overflow: hidden;
    text-align: left;
    display: block;
    margin:0 ;
}
.newListBox2 .newList2{
    display: block;
    overflow: hidden;
    margin: 40px 0 0 0;

}
.newListBox2 .newList2 .newTime2{
    float:left;
    width:57px;
    /*text-align: center;*/
}
.newListBox2 .newList2 .newTime2 p{
    width:57px;
    height:47px;
    background: #cccccc;
    color:#fff;
    font-size:30px;
    font-weight: bold;
    line-height: 47px;
    text-align: center;
}
.newListBox2 .newList2 .newTime2 span{
    width:55px;
    border:1px solid #cccccc;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color:#666;
    display: block;
    text-align: center;
}
.newListBox2 .newList2 .newText2{
    float: right;
    width:90%;
}
.newListBox2 .newList2 .newText2 h2{
    font-size:18px;
    color:#000;
}
.newListBox2 .newList2 .newText2 span{
    font-size: 14px;
    color:#999;
    margin-top:8px;
    display: block;
}
/*END*/
.new .newRight{
    float: right;
    width: 35%;
}
.new .newRight .newNotice{
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding:1px 1%;
    font-size: 14px;
}
.newVideo{
    margin-top:12px;
}

/*标题*/
.train{
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
}
 .trainTitle{
    border-bottom:1px solid #ccc;
    overflow: hidden;
    margin-bottom:50px;
}
 .trainTitle img{
    float: left;
    padding: 0px 0 20px 0;
    border-bottom:1px solid #291d8b;
}
  .trainTitle a{
    float: right;
    display: block;
    font-size: 16px;
      margin-top:10px;
}
.train .trainContainer .trainList{
    margin-top:14px;
    float: left;
}
.train .trainContainer .trainList .trainContent{
    display: block;
    width: 495px;
}

.train .trainContainer .trainList .trainContent div {
    width: 495px;
    height: 249px;
    max-height: 250px; /* 添加最大高度限制 */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* 超出部分隐藏 */
}

.train .trainContainer .trainList .trainContent div img {
    display: block;
    max-width: 100%;
    max-height: 100%; /* 添加最大高度限制 */
    height: auto;
    object-fit: contain;
}
/* .train .trainContainer .trainList .trainContent div{
    width: 595px;
    height: 249px;
    overflow: hidden;
}
.train .trainContainer .trainList .trainContent div img{
    display: block;
    width: 100%;
    height: 100%;
} */
.train .trainContainer .trainList .trainContent p{
    height: 23px;
    font-size:16px;
    color:#333;
    padding:10px 10px;
    background: #f5f5f5;
}
.train .trainContainer .trainList .trainContent p img{
    float: right;
    margin-top: 2px;
}
.train .trainContainer .trainList2 .trainContent{
    width: 293px;
}
.train .trainContainer .trainList2:nth-of-type(6) .trainContent,
.train .trainContainer .trainList2:nth-of-type(3) .trainContent{
    width: 393px;
}
/* .train .trainContainer .trainList2 .trainContent div{
    width: 293px;
} */
.train .trainContainer > .trainList2 {
    margin-left:9px;
}
.train .trainContainer .trainList2 .trainContent div {
    width: 293px; /* 保持原有宽度 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.train .trainContainer .trainList2:nth-of-type(6) .trainContent div,
.train .trainContainer .trainList2:nth-of-type(3) .trainContent div{
    width: 393px; /* 保持原有宽度 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.train .trainContainer .trainList2 .trainContent div img {
    display: block;
    max-width: 100%; /* 图片最大宽度为容器宽度 */
    max-height: 100%; /* 添加最大高度限制 */
    height: auto; /* 图片高度自动调整，保持比例 */
    object-fit: contain;
}

/*学员风采*/
.banner4 .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner4 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 240px;
    height: 240px;
    display: flex; /* 使用Flexbox布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    overflow: hidden; /* 超出部分隐藏 */
}
.banner4 .swiper-slide img {
    max-width: 100%; /* 保证图片不超出容器宽度 */
    max-height: 100%; /* 保证图片不超出容器高度 */
    height: auto; /* 保持图片比例 */
    display: block; /* 去除图片底部留白 */
}


/*经典回顾*/
.jdhg{
    margin:60px 0;
    overflow: hidden;
}
.jdhg .swiper-slide a{
    display: block;
    margin: 0 auto;
    width:382px;
}
.jdhg .swiper-slide a .jdhgImg{
    width: 382px;
    overflow: hidden;
}
.jdhg .swiper-slide a .jdhgImg img{
    display: block;
    width: 100%;
}
.jdhg .swiper-slide a .jdhgText{
    background: #f0f0f0;
    height: 100px;
    padding:30px 20px;
}
.jdhg .swiper-slide a .jdhgText h1{
    color:#000;
    font-size: 20px;

}
.jdhg .swiper-slide a .jdhgText p{
    font-size: 14px;
    color:#666;
    margin-top:20px;
}

/*师资力量*/
.szll{}
.szll .banner3{}
.szll .banner3 .swiper-slide a{
    display: block;
    padding:10px;
    border:1px solid #ccc;
    text-align: center; /* 添加文本居中 */
}
.szll .banner3 .swiper-slide a div{
    width:195.5px;
    height: 251.93px;
    overflow: hidden;
    display: inline-block; /* 将div设置为inline-block,以便水平居中 */
}
.szll .banner3 .swiper-slide a div img{
    width: 100%;
    height: 100%; /* 图片高度设置为父级容器高度的100% */
    object-fit: contain; /* 保持图片比例，并使其在容器内居中 */
}
.szll .banner3 .swiper-slide a p{
    text-align: center;
    padding:10px 0;
    font-size: 18px;
}


/*小按钮*/
.btn{
    text-align: center;
    width: 100%;
}
.btn div{
    display: inline-block;
    text-align: center;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li {
    display: inline;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.bannerBox .swiper-slide img{
    width:100%;
    height:600px;
}

.banner1 {
    width: 1200px;
    margin: 0 auto; /* 使 banner 水平居中 */
}

