/* 轮播 */
.index-Bigswper{
    min-width: 1064px;          /** 2020/01/18 **/
    width: 100%;
    height: 0;                  /** 2020/01/18 **/
    padding-bottom: 25%;        /** 2020/01/18 **/
    overflow: hidden;
    position: relative;
    margin-top: -1px;
    z-index: 50;
    margin-bottom: 10px;
}
/** start 2020/01/18  **/
.index-Bigswper .sliderShowMax{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.index-Bigswper .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 100%;
}
/** end 2020/01/18  **/

.index-Bigswper .swiper-pagination{
    text-align: center!important;
}
.swiper-container .swiper-button-prev,                          /** 2020/01/19 **/
.index-Bigswper .sliderShowMax .swiper-button-prev{
    background:url(../image/xiu-img/left.png);
    height: 50px;
    width: 45px;
    background-size:21px 47px;
    background-repeat: no-repeat;
    margin-left:2%;
}
/** start 新增 2020/01/18 **/
.swiper-container .swiper-button-prev{
    background-size: 10px 23px;
    width: 30px;
    height: 100%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 0;
    left: -25px;
}
/*2020.4.15start*/
.swiper-container .swiper-button-prev:hover{
     background:url(../image/xiu-img/left1.png) no-repeat;
     background-size: 10px 23px;
     width: 30px;
     height: 100%;
     background-color: #eee;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     opacity: 0.9;
 }
.swiper-container .swiper-button-next:hover{
    background:url(../image/xiu-img/right1.png) no-repeat;
    background-size: 10px 23px;
    width: 30px;
    height: 100%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.9;
}
/*2020.4.15end/
/** end 新增2020/01/18 **/
.swiper-container .swiper-button-next,                          /** 2020/01/19 **/
.index-Bigswper .sliderShowMax .swiper-button-next{
    background:url(../image/xiu-img/right.png);
    height: 50px;
    width: 45px;
    cursor: pointer;
    background-size:21px 47px;
    background-repeat: no-repeat;
    margin-left:8%;

}
/** start 新增 2020/01/18 **/
.swiper-container .swiper-button-next{
    background-size: 10px 23px;
    width: 30px;
    height: 100%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 0;
    right: 0;
}
.swiper-container#figure .swiper-button-prev,
.swiper-container#figure .swiper-button-next{
    height:  362px;
}
.swiper-container#slider .swiper-button-prev,
.swiper-container#slider .swiper-button-next{
    height:  445px;
}
/** end 新增2020/01/18 **/

/* 主体 */
.project-details-main{
    width: 100%;
    padding-bottom: 20px                /** 2020/01/19 **/
}

.project-details-zixun{
    width: 100%;
    margin-bottom: 30px;
}
.project-details-zixun>a>img{
    width: 100%;
}
/* 人物+简介 */
.project-BF7-user-jianjie{
    display: flex;
}
.project-BF7-user-jianjie-img{
    width: 100%;
    height: 100%;
}
.project-BF7-user-jianjie>div:nth-child(1){
    width: calc(50% - 20px);
    margin-right: 20px;
    height: 400px;
    overflow: hidden;
}

.project-BF7-user-jianjie>div:nth-child(2){
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 400px;
    overflow-y: auto;
}
.project-BF7-user-jianjie>div:nth-child(2) #photoName{
    font-size: 18px;
    color: rgb(130,30,30);
    font-weight: 600;
}
.project-BF7-user-jianjie>div:nth-child(2) #photoPosition{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #DDDDDD;
    font-size: 16px;
}
.project-BF7-user-jianjie>div:nth-child(2) #photoInfo{
    padding-top: 10px;
    font-size: 16px;
    /* color: #848484; */
    line-height: 2rem;
    text-indent: 2em;
}
.project-BF7-user-jianjie>div:nth-child(2) img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.project-BF7-user-jianjie .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 388px;
}
.project-BF7-user-jianjie .swiper-pagination{
    text-align: right!important;
    bottom: 100px!important;
}
.project-BF7-user-jianjie .sliderShowMax .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;

}
.project-BF7-user-jianjie .sliderShowMax .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 20px;
}
/* 标题 */
.project-details-title{
    width: 100%;
    border-bottom: 2px solid #eee;
    height: 30px;
    margin-bottom: 30px;
}
.project-details-titles{
    width: 100%;
    height: 30px;
    line-height: 30px;                  /** 2020/01/19 **/
    margin-bottom: 20px;                /** 2020/01/19 **/
}
.project-details-title-red{
    width: 5px;
    height: 30px;                       /** 2020/01/19 **/
    background: rgb(130,30,30);
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.project-details-title-text{
    color: rgb(130,30,30);
    font-size: 26px;                
    float: left;

}
.project-details-title-text>span{
    color: #111;
}

/* 列表内容 */
.project-details-list-main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.project-details-list-main>div{
    background: #fff;
    width: calc((100% - 118px) / 4);
    display: flex;
    padding: 10px;
    height: 140px;
    border: 1px solid #eee;
}
.project-details-list-main>div:not(:nth-child(4n)){
    margin-right: 10px;
}
.project-details-list-main>div:not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)){
    margin-bottom: 10px;
}
.project-details-list-main .renwu-main{
    display: flex;
}
.project-details-list-main .renwu-main>div:nth-child(1)>img{
    width: 107px;
    height: 140px;
}
.project-details-list-main .renwu-main>div:nth-child(2){
   margin-left: 10px;
}
.project-details-list-main .renwu-main>div:nth-child(2) .renwuname{
   color: #111;
   font-size: 18px;
   font-weight: 600;
   margin-top: 5px;
}
.project-details-list-main .renwu-main>div:nth-child(2) .renwindus{
    color: #7B7B7B;
    font-size: 14px;
    border-bottom: 1px dashed #EDEDED;
    height: 30px;
    line-height: 30px;
 }
 .project-details-list-main .renwu-main>div:nth-child(2) .renwinfo{
    color: #7B7B7B;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }

 /* 分页器css */
 .project-paging{
     margin-top: 40px;
     margin-bottom: 40px;
     width: 100%;
     display: flex;
 }
 .project-paging>div{
     min-width: 22px;
     background: #eee;
     font-size: 13px;
     margin:0 5px;
     height: 30px;
    padding: 0 10px;
     border-radius: 2px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     
}
.project-paging>div:nth-child(1){
    margin-left: auto;
}
.page-avtive{
    background: rgb(130,30,30)!important;
    color: #fff;
}

/* 左侧导航栏 1 */
.project-details-nav-main{
    width: 200px;                           /** 2020/01/19 **/
    z-index: 99;                            /** 2020/01/19 **/
    position: fixed;
    left: -200px; 
    top: 50px;
    text-align: center;
   
}
.project-details-nav-main>div{
    margin-bottom: 10px;
}
.project-details-nav-main>div>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-details-nav-lable{
    color: rgb(102, 102, 102);

    font-size: 14px;
    height: 50px;
}
.project-details-nav-title{
    height: 50px;
    color: #fff;
    font-size: 18px;
    background: #821E1E;
    position: relative;
}
.project-details-nav-title>img{
    position: absolute;
    right: 10%;
    top: 15px;
    cursor: pointer;
}

.project-details-nav-caidan{
    height: 40px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #DFDFDF;
    border-top: none;
    color: rgb(130,30,30);
    position: relative;
}
.project-details-nav-caidan>img{
    position: absolute;
    right: 10%;
    width: 18px;
    height: 18px;
}
.project-details-nav-a{
    height: 40px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #DFDFDF;
    border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
cursor:pointer;
}
.project-details-nav-a>a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.detailsitem-active{
    color: rgb(130,30,30) !important;
}
.project-details-nav-zixun{
    height: 160px;
    position: relative;
}
.project-details-nav-zixun>img{
    width: 100%;
    height: 100%;
}
.project-details-nav-zixun-text{
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detailsitem{
    color: rgb(130,30,30);
}
.active-nav1{
    height: 100px;
    overflow: hidden;
}
.active-nav3{
    height: 50px;
    overflow: hidden;
}

/* 新闻资讯 */
.project-details-newsmsg-main{
    width: 100%;
}
.project-details-news-list{
    display: flex;
    align-items: center; 
    height: 40px;
    border-bottom: 1px dashed #CBCBCB;
}
.project-details-news-list>img{
    margin-right: 10px;
    width: 7px;
    height: 7px;
}
.project-details-news-list>a{
    font-size: 14px;
    width: calc(100% - 120px - 7px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.project-details-news-list>a:hover{
    color: rgb(130,30,30);
}
.project-details-news-list-time{
    margin-left: auto;
    font-size: 14px;
    color: #7B7B7B;
    width: 120px;
    overflow: hidden;
    text-align: right;
}

/* 红色教学基地列表 */
.project-details-Redlist-main{
    display: flex;
    flex-wrap: wrap;
}
.project-details-Redlist-main>div{
    background: #fff;
    width: calc((100% - 20px) / 3);
    border-radius: 5px;

}
.project-details-Redlist-main>div:not(:nth-child(3n)){
    margin-right: 10px;
}
.project-details-Redlist-main>div:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)){
    margin-bottom: 10px;
}
.project-details-Redlist-img{
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 5px;
}
.project-details-Redlist-img>a>img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all .5s;
}
.project-details-Redlist-img>a>img:hover{
    transform: scale(1.1);
}
.project-details-Redlist>p:nth-child(1){
    font-size: 14px;
    margin: 5px 0;
}
.project-details-Redlist>p:nth-child(2){
    color: #7C7C7C;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.project-details-Redlist>p:nth-child(2)>span{
    margin-right: 10%;
}
.project-details-Redlist>p:nth-child(2)>span>img{
    margin-right: 4px;
}


/* 校园风光 */
.project-details-schoolScenery-main{
    display: flex;
    flex-wrap: wrap;
}
.project-details-schoolScenery-main>div{
    background: #fff;
    width: calc((100% - 20px) / 3);
    border-radius: 5px;

}
.project-details-schoolScenery-main>div:not(:nth-child(3n)){
    margin-right: 10px;
}
.project-details-schoolScenery-main>div:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)){
    margin-bottom: 20px;
}
.project-BF9-imgList{
    display: flex;
    flex-flow: wrap;
}
.project-BF9-imgList>div{
    width:calc((100% - 30px) / 4);
    margin-bottom: 20px;
}
.project-BF9-imgList>div:not(:nth-child(4n)){
    margin-right: 10px;
}
.project-BF9-imgList-img{
    border-radius: 5px 5px 0 0;
    height: 190px;
    overflow: hidden;
}
.project-BF9-imgList-img:hover img{
    transform: scale(1.1);
    border-radius: 10px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.project-BF9-imgList-img img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.project-BF9-imgList-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    background: #eee;
}
.project-BF9-imgList-text span{
    color: #4C4C4C;
    font-size: 14px;
}
/* 热门专题 */
.project-details-Topics-list{
    display: flex;
    align-items: center; 
    height: 40px;
    border-bottom: 1px dashed #CBCBCB;
}
.project-details-Topics-list>img{
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.project-details-Topics-list>a{
    font-size: 14px;
    width: calc(100% - 120px - 18px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.project-details-Topics-list>a:hover{
    color: rgb(130,30,30);
}
.project-details-Topics-list-time{
    margin-left: auto;
    font-size: 14px;
    color: rgb(130,30,30);
    width: 120px;
    overflow: hidden;
    text-align: right;
}
/*  */
.project-title-list{
    display: flex;
}
.project-title-list>div{
    height: 30px;
}
.project-title-list>div:nth-child(1){
    align-items: center;
    font-size: 26px;                        /** 2020/01/19 **/
    display: flex;                          /** 2020/01/19 **/
    flex: 0 0 120px;
}
.borderRed{
    width: 5px;
    height: 30px;
    background: rgb(130,30,30);
}
.project-title-list>div:nth-child(1)>span:nth-child(2){
    color: rgb(130,30,30);
    margin-left: 5px;
}
.project-title-list>div:nth-child(2){
    width: calc(100% - 150px);
    padding-left: 50px;
    margin-left: 10px;
    height: 29px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
}
.project-muse{
    margin-right: 4%;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
}
.project-muse>img{
    float: left;
    margin-top: 8px;
    margin-right: 4px;
    display: none;
}
.project-muse-active{
    margin-right: 4%;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: rgb(130,30,30);
}
.project-muse-active>img{
    float: left;
    margin-top: 8px;
    margin-right: 4px;
    display: block;
}
.project-muse-active:after {
    content:"";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
    position: absolute;
    bottom: -4px;
    left: 50%;
    background: rgb(130,30,30) !important;
}
.project-muse:after {
    content:"";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
    position: absolute;
    bottom: -4px;
    left: 50%;
    background: #fff;
}
.project-muse-hidshow{
    margin-left: auto;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}
.project-list-main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 0;                 /** 2020/04/15 **/
}
.project-list-hiden{
    display: none;
}
.project-list-main>div{
    width: 10%;
    text-align: center;
    margin-bottom: 8px;
    font-size:16px;
    cursor: pointer;
}
.project-peixun-title{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 40px 0;
    color: rgb(130,30,30);            /** 2020/01/19 **/ 
}
/** start 
/* .project-peixun-title>span{
    color: rgb(130,30,30);
} */
.project-main{
    display: flex;
    margin-bottom: 20px;
}
.project-main>div:nth-child(1){
    width: 50%;

}
.project-main>div:nth-child(2){
    width: calc(50% - 20px);
    margin-left: 20px;
}
.project-main>div:nth-child(2)>img{
    width: 100%;
    height: 304px;
}
/** start 新增 2020/01/19 **/
.project-peixunjianjie-list{
    height: calc(304px - 50px);             
    overflow: hidden;                       
}
/** end 新增 2020/1/19 **/

.project-peixunjianjie-list>a{
    display: block;
    color: 14px;
    background-color: #FAFAFA;
    margin-bottom: 5px;                     /** 2020/01/19 **/
}
.project-jianjie-img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.project-jianjie-img>img{
    width: 100%;
}
.project-kecheng-main{
    display: flex;
    flex-flow: wrap;
    margin-top: 10px;
}

/** start 新增 2020/01/19 **/
.project-kecheng-main .course-list{
    width: 100%;
}
.course-list .course-item{
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #a5a5a5;
}
.course-list .course-item .title{
    padding-right: 20px;
}
/* .course-list .course-item .title span:first-child{
    color : #821e1e;
} */
.course-list .course-item .remark{
    flex: 0 0 320px;
    text-align: right;
}
.course-list .course-item .course-sub-item{
    display: inline-block;
    color: #a5a5a5;
    flex: 0 0 50%
}
.course-list .course-item .course-sub-item:first-child{
    margin-right: 20px;
}
.course-list .course-item:hover .course-sub-item,
.course-list .course-item:hover {
    color: #821e1e
}
/** end 新增 2020/01/19 **/

/** start 删除 2020/01/19 **/
/* .project-kecheng-main>div{
    width: calc((100% - 60px) / 3);
    height: 110px;
    display: flex;
}
.project-kecheng-main>div:not(:nth-child(3n)){
    margin-right: 30px;
    margin-bottom: 30px;
}
.project-kecheng-main>div>div:nth-child(1){
    width: 30%;
    margin-right: 8px;
    overflow: hidden;
}
.project-kecheng-main>div>div:nth-child(1)>img{
    width: 100%;
    height: 100%;
}
.project-kecheng-main>div>div:nth-child(2)>div:not(:nth-child(1)){
    font-size: 14px;
    color: #afafaf;
    margin-top: 10px;
}
.kecheng-img{
    z-index: 2;
}
.kecheng-img2{
    z-index: 1;
} */
/* .project-kecheng-main>div:hover .kecheng-img{
    display: none;
} */
/** end 删除 2020/01/19 **/

.project-lianxi-main{
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-lianxi-main>div{
    width: calc(100% / 4);
    display:flex;
    align-items: center;
}
.project-lianxi-main>div>div>img{
    margin-right: 10px;
}
.project-lianxi-main>div>div{
    font-size: 16px;
    
}
.teachingBase-img{
    margin: 40px 0;
}
.teachingBase-img>img{
    width: 100%;
}
.teachingBase-jingqu-main{
    margin-bottom: 15px;
    height:260px;
    background: #f5f5f5;
}
.teachingBase-jingqu-main>div{
    height: 260px;
}
.teachingBase-jingqu-main>div:nth-child(1){
    display: flex;
}
.teachingBase-jingqu-main>div:nth-child(1)>div:nth-child(1){
    margin-right: 20px;
    width: 480px;
}
.teachingBase-jingqu-main>div:nth-child(1)>div:nth-child(1) img{
    width: 100%;
    height: 100%;
}
.teachingBase-jingqu-main>div:nth-child(1)>div:nth-child(2){
    width: calc(100% - 480px);
}
.teachingBase-jingqu-listFive{
    display: flex;
    margin-top: 20px;
}
.teachingBase-jingqu-listFive>div>img{
    width: 100%;
}
.teachingBase-jingqu-listFive>div{
    width: calc((100% - 40px) / 5);
}
.teachingBase-jingqu-listFive>div:not(:nth-child(5)){
    margin-right: 10px;
}
.title-red-title{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.title-red-title>div{
    height: 30px;
}
.title-red-title>span{
    font-size: 24px;
font-weight:bold;
}
.title-red-title>span:nth-child(2){
    color: rgb(130,30,30);
}
.borderRed{
    width: 5px;
    height: 30px;
    background: rgb(130,30,30);
    margin-right: 5px;
}
.teachingBase-jingqu-center{
    margin: 10px 0 13px 0;
}
.teachingBase-jingqu-center>span{
    color: #afafaf;
    font-size: 12px;
    margin-right:20px;
}
.teachingBase-jingqu-center>span>img{
    margin-right: 5px;
}
.teachingBase-jingqu-info{
    /* color: #afafaf; */
    line-height: 1.6rem;
    font-size: 16px;
}
.m-teacher-info{
    box-sizing: border-box;
    line-height: 35px!important;
    height: 140px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.teachingBase-jingqu-div{
    position: relative;
}
.teachingBase-jingqu-zkqw{
    font-size: 13px;
    color: rgb(130,30,30);
    position: absolute;
    bottom: 15px;
    right: 18px;
    cursor: pointer;
}
.teachingBase-jingqu-zkqw >a {
    color:rgb(130,30,30);
}
.newMsg-main{
    display: flex;
}
.newMsg-main>div{
    width: calc(50% - 10px);
}
.newMsg-main>div:nth-child(1)>img{
    width: 100%;
}
.newMsg-main>div:nth-child(2){
    margin-left: 20px;
}
.newMsg-info-title{
    font-size: 16px;
    line-height: 1.6rem;
}
.newMsg-info-title>span:nth-child(1){
    color: rgb(130,30,30);
}
.newMsg-info-title>span:nth-child(2){
    color: #afafaf;
    float: right;
}
.newMsg-info-text{
    /* color: #848484; */
    line-height: 1.8rem;
    margin-top: 20px;
    max-height: 293px;
    overflow-y: auto;
}
.newMsg-list-main{

}
.newMsg-list-main>div{
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px dashed #a5a5a5;
    display: flex;
    justify-content: space-between;
    color: gray;
}
.newMsg-list-main>div>span:nth-child(1){
    color: rgb(130,30,30);

}
.newMsg-list-main>div>a:hover{
   color: rgb(130,30,30);
}
.newMsg-list-main>div>span:nth-child(3){
    color: #afafaf;
    float: right;

}
.red-hnan-details{
    margin-bottom: 40px;
    line-height: 2.5rem;
}
.PLAchangeCadre-txt-title{
    font-size: 16px;
    font-weight: 600;
}
.PLAchangeCadre-txt-title2{
    font-size: 16px;
    font-weight: 600;
    text-indent:2rem;
    margin-top: 5px;
}
.PLAchangeCadre-txt-p{
    font-size: 15px;
    text-indent:2rem;
    color: #777575;
    line-height: 1.5rem;
    margin-top: 5px;
}
.PLAchangeCadre-txt-main{
    margin-bottom: 20px;
}
.changeButton-main{
    display: flex;
    padding-left: 2rem;
    margin: 20px 0;
}
.changeButton{
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:  1px dashed #afafaf;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}
.active-btn{
    border:  1px solid #801E1E!important;
    background: #801E1E!important;
    color: #fff!important;
    margin-right: 20px!important;
    cursor: pointer;
}
.swiper-slide-title{
    height: 30px;

}
.teachingBase-jingqu-text{
    /* margin: 20px 0 30px 0; */
    width: 50%;
}
.teachingBase-jingqu-text>span{
    color: #afafaf;
    font-size: 12px;
    margin-right:20px;
}
.teachingBase-jingqu-text>span>img{
    margin-right: 5px;
}
.teachingBase-jingqu-info{
    /* color: #afafaf; */
    line-height: 1.6rem;
    font-size: 16px;
}
.onTheSpotTeaching-mian{
    display: flex;
    margin: 100px 0 40px 0;
}
.onTheSpotTeaching-mian>div:nth-child(1){
    width: 60%;
    height: 160px;
    background: #F4F4F4;
    text-align: center;
}
.onTheSpotTeaching-mian>div:nth-child(2){
    width: 40%;
    height: 160px;
}
.onTheSpotTeaching-mian>div:nth-child(2)>img{
    width: 100%;
    height: 100%;
}
.onTheSpotTeaching-mian>div:nth-child(1)>div{
    font-size: 14px;
    margin: 22px;
}
.onTheSpotTeaching-mian>div:nth-child(1)>div:nth-child(1){
    color:rgb(130, 30, 30);
}
.onTheSpotTeaching-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
.onTheSpotTeaching-button>div{
    color:rgb(130, 30, 30);
}
.onTheSpotTeaching-button-top{
    width: 185px;
}
.onTheSpotTeaching-button-bottom{
    width: 185px;
}
#allNav1{
    display: block;
}
#allNav2,#allNav3,#allNav4{
    display: none;
}
#allNav1{
    display: block;
}
#zixun2,#zixun3{
    display: none;
}
.PLAchangeCadre-button-nav1{
    height: 160px;
    overflow: hidden;
}
.PLAchangeCadre-button-nav2,
.PLAchangeCadre-button-nav3,
.PLAchangeCadre-button-nav4{
    height: 0px;
    overflow: hidden;
}
.PLAchangeCadre-button-nav1 .bx-wrapper,
.PLAchangeCadre-button-nav2 .bx-wrapper,
.PLAchangeCadre-button-nav3 .bx-wrapper,
.PLAchangeCadre-button-nav4 .bx-wrapper{
    max-width: 98% !important;
}
.PLAchangeCadre-button-nav1 .bx-viewport,
.PLAchangeCadre-button-nav2 .bx-viewport,
.PLAchangeCadre-button-nav3 .bx-viewport,
.PLAchangeCadre-button-nav4 .bx-viewport{
    height: 150px !important;
}
.PLAchangeCadre-button-nav1 .slide,
.PLAchangeCadre-button-nav2 .slide,
.PLAchangeCadre-button-nav3 .slide,
.PLAchangeCadre-button-nav4 .slide{
    width: 250px !important;
}




/*******新增*****/
.PrevDisabled,
.NextDisabled
{
     min-width: 22px !important;
     background: #eee !important;
     font-size: 13px !important;
     margin:0 5px !important;
     height: 30px !important;
    padding: 0 10px !important;
     border-radius: 2px !important;
  
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    line-height:30px !important;
    border:solid 1px #fff !important;
}

.bx-wrapper img{
    width: 100%;
    object-fit: cover;
}


.Prev,
.Next,
.defaultButtonStyle,
.defaultInputStyle
{
    min-width: 22px !important;
    background: rgb(130,30,30) !important;
    font-size: 13px !important;
    margin:0 5px !important;
    height: 30px !important;
    padding: 0 10px !important;
    border-radius: 2px !important;

    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    line-height:30px !important;
    border:solid 1px #fff !important;
    color:#fff !important;
}
.project-details-nav-a > img{
	display:none;
}
.zuoshanjiao>img{
	width:8px;
	height:14px;
	margin-right:10px;	
	display:inline-block!important;
}


/*培训干部页面底部滚动图*/
.m-page{
    width: 1280px;
    overflow: hidden;
}
.swiper-container1 >.swiper-wrapper,
.swiper-container2 >.swiper-wrapper,
.swiper-container3 >.swiper-wrapper,
.swiper-container4 >.swiper-wrapper{
    width: 19%;
    height: 166px;
    margin-right: 20px;
}
.swiper-container1 >.swiper-wrapper>.swiper-slide,
.swiper-container2 >.swiper-wrapper>.swiper-slide,
.swiper-container3 >.swiper-wrapper>.swiper-slide,
.swiper-container4 >.swiper-wrapper>.swiper-slide {
    margin-right: 10px;
}
.m-page .swiper-container-free-mode>.swiper-wrapper {
     -webkit-transition-timing-function: linear!important; /*之前是ease-out*/
     -moz-transition-timing-function: linear!important;
     -ms-transition-timing-function: linear!important;
     -o-transition-timing-function: linear!important;
     transition-timing-function: linear!important;
     margin: 0 auto!important;
}
.m-box-sed{
    width: 700px;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    z-index: 1000;
}
.m-box-sed >img{
    width: 100%;
    position: relative;
}
.m-box-sed>div>img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.renwu-main .renwu-img{
    width:100%; 
    height:100%;
    /* object-fit:cover; */
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}
.project-paging a:link,
.this-page{
    background: rgb(130,30,30) !important;
    font-size: 13px !important;
    margin: 0 5px !important;
    height: 30px !important;
    padding: 0 10px !important;
    border-radius: 2px !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    line-height: 30px !important;
    border: solid 1px #fff !important;
    color: #fff !important;
}