*{
    margin: 0;
    padding: 0;
}
.teacherList{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.banner img{
    margin: 20px auto;
    width: 100%;
}
.list-group{
    overflow: hidden;
}
.list-left{
    width: 910px;
    float: left;
}
.list-ul li{
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*flex-direction: row;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    height: 212px;
}
.person-thumb-bg{
    width: 220px;
    height: 212px;
    border-radius: 50%;
    background: white;
    position: absolute;
}
.person-thumb {
    width: 212px;
    height: 212px;
    border-radius: 50%;
    overflow: hidden;
    background: url("/cn/images/gmatImages/gmat-bg.png")no-repeat ;
    background-size: cover;
}
.Column img{
    width: 28px;
    vertical-align: middle;
}
.Column span{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 18px;
}

.person-i-center{
    width: 660px;
    float: right;
    padding: 10px 0 10px 125px;
    background: rgb(241,241,241);
}
.person-i-center h4 {
    color: #4a2a86;
    font-size: 22px;
    font-weight: normal;
}
.nameT{
    color: #4a2a86;
}
.h4a {
    font-size: 18px;
    margin-left: 15px;
    color: white;
    background: rgb(121,189,121);
    padding: 3px 10px;
    border-radius: 5px;
}
.person-i-center h4 a img {
    vertical-align: middle;
}
.color-group {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.color-group>p{
    margin-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px;
}
.color-group>p>span {
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    margin-right: 20px;
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgb(191,181,208);
    height: 21px;
    max-width: 100%;
}
.black-info {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.41);
    padding: 5px 20px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
}
.abstract {
    color: white;
    font-size: 18px;
    line-height: 18px;
    min-height: 18px;
    max-height: 54px;
    overflow: hidden;
}
.ColumnMore{
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #4a2a86;
    padding: 7px 20px;
}
.ColumnMore p{
    color: white;
    font-size: 16px;
}
.ColumnM{
    padding: 0 5px;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ColumnMore a{
    color: white;
    font-size: 15px;
}
.list-right{
    float: right;
    width:275px;
}
.advisory{
    background: rgb(241,241,241);
    text-align: center;
}
.advisory>img{
    margin-top: 10px;
}
.advisory>p:nth-child(2){
    color: #4a2a86;
    font-size: 16px;
    margin: 5px auto;
}
.advisory>p:nth-child(3){
    color: #4a2a86;
    font-size: 22px;
}
.Inquire{
    height: 82px;
    position: relative;
    background: url("/cn/images/teacher/wave.png")no-repeat center;
}
.Inquire>a{
    display: block;
    color: #4a2a86;
    line-height: 30px;
    width: 60%;
    ;position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    font-size: 16px;
    background: rgb(241,241,241);
}
.guide{
    background: rgb(241,241,241);
    margin-top: 10px;
    overflow: hidden;
}
.guideTitle{
    text-align: center;
    font-size: 16px;
    margin: 20px;
}
.guideIcon{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.guideIcon>div{
    text-align: center;
    width: 50%;
}
.guideIcon>div>p{
    margin: 4px auto 8px;
}
.Closed{
    margin-top: 15px;
}
.Closed img{
    width: 100%;
}
.gmatWeChat{
    width: 100%;
    background-color: rgb(241,241,241);
    padding: 10px 15px 1px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 15px;
}
.weChat-two{
    width: 100%;
    text-align: center;
}
.weChat-two img{
    width: 130px;
    margin: 10px auto 0;
}
.weChatTitle{
    margin-bottom: 0px!important;
    font-size: 18px!important;
    color: #555555;
}
.weChat-two p{
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
}
/*分页*/
.pageSize {
    padding: 30px 0;
}

.pageSize li {
    height: 25px;
    padding: 0 9px;
    color: #6b6b6b;
    font-size: 13px;
    cursor: pointer;
    line-height: 25px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #f3f3f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d0d0d0;
}

.pageSize ul li:hover {
    border-color: #4a2a86;
    background: #4a2a86;
    color: #ffffff;
}

.pageSize ul li.on {
    border-color:#4a2a86;
    background:#4a2a86;
    color: #ffffff;
}

.pageSize ul li:last-child {
    margin-right: 0;
}










