body {
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #16467c;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.list-r {
    width: 1050px;
    max-width: 100%;
}





/* 增加以下代码即可，上面代码不用添加 */
/* 教师内容页 */

.teacher-page {
    width: 100%;
    padding-bottom: 70px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    border: 1px solid #dfe5ed;
}

.teacher-page * {
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
}

.teacher-page .tea-row1 {
    overflow: hidden;
    background: url(../images/teahcer-top-bg.png) top no-repeat;
    background-size: 100% 100%;
    padding: 28px 25px 28px 60px;
    margin-bottom: 20px;
}
.teacher-page .tea-row1 .pic {
    float: left;
    width: 200px;
    height: 206px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.teacher-page .tea-row1 .pic img {
    width: 100%;
}
.teacher-page .tea-row1 .text {
    float: right;
    width: calc(100% - 265px);
}
.teacher-page .tea-row1 .text .tit {
    line-height: 35px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #cedae9;
}
.teacher-page .tea-row1 .tit h2 {
    font-size: 1.5rem;
    color: #000000;
    float: left;
    margin-right: 20px;
}
.teacher-page .tea-row1 .tit .zc {
    color: #7c7c7c;
    font-size: 1.125rem;
    float: left;
}
.teacher-page .tea-row1 .info {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #cedae9;
}
.teacher-page .tea-row1 .info p {
    font-size: 1rem;
    color: #2f619a;
    float: left;
    margin-right: 90px;
}
.teacher-page .tea-row1 .info p:last-child {
    margin-right: 0;
}
.teacher-page .tea-row1 .info p.info1 {
    background: url(../images/tea-email.png) left center no-repeat;
    padding-left: 30px;
}
.teacher-page .tea-row1 .info p.info2 {
    background: url(../images/tea-address.png) left center no-repeat;
    padding-left: 20px;
}
.teacher-page .tea-row1 .info p.info3 {
    background: url(../images/tea-phone.png) left center no-repeat;
    padding-left: 20px;
}
.teacher-page .tea-row1 .abst {
    margin-top: 20px;
    overflow: hidden;
}
.teacher-page .tea-row1 .abst .site {
    background: url(../images/tea-site.png) top left no-repeat;
    line-height: 30px;
    font-size: 1rem;
    color: #2f619a;
    padding-left: 35px;
}
.teacher-page .tea-row1 .abst .site a {
    color: #2f619a;
    text-decoration: underline;
    word-break: break-word;
}
.teacher-page .tea-row1 .abst .area {
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
    padding-right: 0px;
    margin-top: 10px;
}
.teacher-page .tea-row1 .abst .area .l {
    float: left;
    font-weight: bold;
    font-size: 1.25rem;
    color: #33639f;
}
.teacher-page .tea-row1 .abst .area .r {
    float: right;
    width: calc(100% - 105px);
}
.teacher-page .tea-row2 {
    padding: 0 50px;
    overflow: hidden;
    margin-top: 15px;
}
.teacher-page .tea-row2 .title {
    font-size: 1.25rem;
    color: #33639f;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #33639f;
    margin-bottom: 10px;
}
.teacher-page .tea-row2 .title img {
    margin-right: 10px;
    vertical-align: middle;
}
.teacher-page .tea-row2 .text p {
    font-size: 1rem;
    line-height: 34px;
    color: #333333;
}

@media screen and (max-width: 1000px) {
    .teacher-page .tea-row1,
    .teacher-page .tea-row2 {
        padding-left: 25px;
    }
    .teacher-page .tea-row1 .info p {
        margin-right: 20px;
    }
    .teacher-page .tea-row1 .abst .area {
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .teacher-page .tea-row1 .text {
        width: calc(100% - 230px);
    }
    .teacher-page .tea-row1 .info p {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .teacher-page .tea-row1 .abst .area .l {
        float: none;
        display: block;
    }
    .teacher-page .tea-row1 .abst .area .r {
        float: none;
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .teacher-page .tea-row1,
    .teacher-page .tea-row2 {
        padding: 20px 10px;
    }
    .teacher-page .tea-row1 .pic {
        float: none;
    }
    .teacher-page .tea-row1 .text {
        margin-top: 20px;
        float: none;
        width: 100%;
    }
}