/* 师资力量样式 */

.bg-box .bgImg {
    width: 100%;
    height: 100%;
}

.bgImg img {
    width: 100%;
    height: 100%;
}


/* 内容 */

.content {
    position: relative;
    /* padding: 20px 0 40px; */
    margin-bottom: 100px;
}

.content .con-left {
    width: 150px;
    position: absolute;
    top: -52px;
    left: -5px;
    background-color: #9530a2;
}

.con-left h5 {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.con-left ul {
    margin-bottom: 0;
}

.con-left ul li {
    height: 34px;
    width: 100%;
    line-height: 34px;
}

.con-left ul li a {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
}

.active1 {
    background-color: #ece0ee !important;
    font-weight: 600;
}

.active1 a {
    color: #040000 !important;
}


/* 文章 */

.content .con-right {
    width: 855px;
    margin: 0 auto;
}

.con-right .top {
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ece0ee;
}

.con-right .top>div {
    font-size: 16px;
    color: #040000;
    font-weight: 600;
}

.con-right .top>span {
    width: 80px;
    height: 5px;
    background-color: #9530a2;
}

.con-right .bottom {
    width: 850px;
    margin-bottom: 30px;
}
.con-right .bottom  img {
    max-width: 100%;
    height: auto;
}
.con-right .bottom ul {
    padding: 10px 0;
}

.con-right .bottom ul li a {
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-size: 15px;
}

.con-right .bottom ul li a .allowance {
    display: flex;
    align-items: center;
}

.con-right .bottom ul li a .icon {
    width: 14px;
    height: 5px;
    border: 2px solid #9530a2;
    margin-right: 10px;
}


/* 页码 */

.con-right .page {
    display: flex;
    align-items: center;
}

.con-right .page .img1,
.con-right .page .img2 {
    width: 40px;
    height: 40px;
}

.con-right .page .img1 {
    margin-right: 20px;
}

.con-right .page .img1 img,
.con-right .page .img2 img {
    width: 40px;
    height: 40px;
}

.con-right .page ul {
    display: flex;
    margin-bottom: 0;
}

.con-right .page ul li {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border: 2px solid #91799c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active2 {
    background-color: #f5def8;
}

.active2 a {
    color: #370b4b !important;
}

.con-right .page ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #a59bab;
}