@import '/cn/css/public.css';

main {
    background: #F5F5F5;
    padding-top: 27px;
}

.headerTitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    margin-bottom: 20px;
}

.headerTitle a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1) !important;
}

.navListBox {
    height: 63px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 21px;
    padding-left: 42px;
    box-sizing: border-box;
}

.navListBox div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    margin-right: 25px;
}

.navListBox a {
    display: block;
    padding: 3px 20px;
    margin-right: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    border-radius: 4px;
}

.navListBox a.on {
    border-color: #8454CC;
    color: #8454CC;
}

.activeListWrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 18px;
}

.activeBox {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 24px;
    box-sizing: border-box;
}
.activeBox{
    margin-bottom: 18px;
}
.leftImg {
    display: block;
    width: 294px;
    height: 138px;
    margin-right: 34px;
}

.leftImg img {
    width: 100%;
    height: 100%;
}

.rightText {
    width: calc(100% - 338px);
}

.activeTitle {
    width: calc(100% - 158px);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1) !important;
    margin-bottom: 15px;
}

.bottomBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottomLeft {
    width: calc(100% - 158px);
}

.activeText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1) !important;
    line-height: 27px;
    max-height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.teacherBox {
    display: flex;
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    align-items: center;
}

.teacherBox div:last-child {
    border-left: 1px solid #E5E5E5;
    padding-left: 10px;
    margin-left: 10px;
}

.teacherImg {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    display: flex;
    align-items: center;
}

.teacherImg img {
    width: 31px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

.teacherImg span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
}

.bottomRight {
    width: 108px;
    margin-left: 50px;
}

.bottomRight a {
    display: block;
    text-align: center;
    line-height: 34px;
    width: 108px;
    height: 34px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(241, 90, 90, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(241, 90, 90, 1);
}

.bottomRight a:first-child {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 16px;
    background: linear-gradient(17deg, rgba(253, 85, 85, 1), rgba(251, 113, 76, 1));
}
/* 分页 */
.page{
    width: 1200px;
    padding: 50px 0px;
    padding-top: 30px;
    margin: 0 auto;
}
.page ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: inherit;
}

.page ul li {
    padding: 5px 10px;
    background: rgba(247, 248, 250, 1);
    border: 1px solid rgba(217, 220, 224, 1);
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(169, 169, 169, 1);
    margin-right: 8px;
    cursor: pointer;
}
.page ul li:last-child{
    margin-right: 0px;
}
.page ul li.on {
    background: rgba(124, 90, 198, 1);
    border: 1px solid rgba(124, 90, 198, 1);
    color: #fff;
}