* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
}

.teachers {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.center_title {
    width: 1200px;
}

.te_center_p {
    width: 1100px;
    padding: 40px 50px 50px 50px;
    font-size: 14px;
    color: #9B9A9A;
    line-height: 30px;
    text-align: justify;
    white-space: pre-line;
}
.te_center_p_news{
     width: 1100px;
    padding: 40px 50px 50px 50px;
    font-size: 14px;
    color: #9B9A9A;
}

.te_center_famous {
    width: 1100px;
    padding: 40px 50px 12px 50px;
    font-size: 14px;
    color: #9B9A9A;
    display: flex;
    justify-content: space-between;
}

.famous_left {
    width: 140px;
    padding: 30px 0;
    background: #F7F7F7;
    border-radius: 5px;
    overflow-y: auto;
}

.famous_left li,
.famous_left a {
    list-style: none;
    text-decoration: none;
}

.famous_left .left_item:first-child {
    margin-top: 0;
}

.left_item {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
    cursor: pointer;
}

.left_item_title {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.left_item img {
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    transition: transform .3s linear;
}

.left_item .curimg {
    transform: rotate(0deg);
}

.famous_right {
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.right_item {
    width: 440px;
    height: 140px;
    background: #F7F7F7;
    border-radius: 5px;
    margin-left: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    transition: box-shadow .3s;
}

.right_itemcurr{
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
}

.right_item img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.right_user {
    margin: 0 20px;
    flex: 1;
}

.right_user .user_title {
    color: #131313;
    font-size: 18px;
    font-weight: 500;
}

.user_post {
    margin-top: 8px;
    color: #4F4F4F;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.left_item_list {
    display: none;
}


.curli_new_a{
    display:inline-block;
    padding: 0 20px 0 16px;
    margin-top: 23px;
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    border-left: 4px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}
.curli_new_one_a{
     display:inline-block;
    padding: 0 20px 0 16px;
    margin-top: 23px;
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    border-left: 4px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}
.curli {
    font-size: 14px;
    color: #626262;
    text-align: center;
    color: #7D0811;
    border-left: 4px solid #7D0811; 
}

.teachers_pages {
    width: 920px;
    margin-right: 50px;
    margin-bottom: 50px;
}