/* 当前位置 */
.current {
    width: 100%;
}

.current .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #dedede;
}

.current p {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 23px;
    padding-left: 5px;
    border-left: 4px solid #751d1d;
}

.current .position a {
    font-size: 16px;
    font-family: SimHei;
    color: #333333;
}

.current .position a:hover {
    color: #751d1d;
}

/* 单信息中间内容 */
.main {
    width: 100%;
    background: #fff;
}

.main .w {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0;
}

/* 左侧信息 */
.main-left {
    width: 330px;
    margin-right: 3%;
}

.main-left-father {
    width: 100%;
    padding: 30px 5%;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #751d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-left-son {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-left-son li {
    width: 100%;
}

.main-left-son li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 8%;
    border-bottom: 2px solid #dedede;
}

/* .main-left-son li:last-child a {
    border-bottom: none;
} */

.main-left-son li a p {
    font-size: 18px;
    color: #333;
    width: 100%;
}

.main-left-son li a:hover p {
    font-size: 24px;
    font-weight: bold;
    color: #751d1d;
}

.main-left-son .active1>a>p {
    font-size: 24px;
    font-weight: bold;
    color: #751d1d;
}

.main-left-son2 {
    width: 100%;
}

.main-left-son2 li {
    width: 100%;
    padding-left: 9%;
    padding-right: 20%;
}

.main-left-son2 li:last-child {
    border-bottom: 2px solid #dedede;
}

.main-left-son2 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5%;
    border-bottom: 2px solid #dedede;
}

.main-left-son2 li a p {
    text-align: left;
    color: #666;
}

.main-left-son2 li:last-child a {
    border-bottom: none;
}

.main-left-son2 li a:hover p {
    font-size: 18px;
    font-weight: bold;
    color: #751d1d;
}

.main-left-son2 .active2>a>p {
    font-size: 18px;
    font-weight: bold;
    color: #751d1d;
}


/* 右侧信息 */
.main-right {
    flex: 1;
    width: 50%;
}

.main-right-list {
    width: 100%;
}

.main-right-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.main-right-teacher h2>a{
    font-size: 22px;
    color: #000;
}
.main-right-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-right-list li a p {
    font-size: 16px;
    color: #333333;
}

.main-right-list li a .title {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


      
/* 翻页样式： */
#pages span {
    width: 35px;
    height:34px;
    border: 1px solid #751d1d;
    background-color:#751d1d;
    border-radius: 5px;
}
      
#pages a.previous {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
      
#pages a.next {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

#pages a:hover {
    border: 1px solid #751d1d;
    background-color: #751d1d;
    color: #fff;
}
      
#pages-num {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}