.w770 {
    width: 950px;
}
.fl {
    float: left;
}
.teacher_detailbox {
    margin-bottom: 10px;
}
.teacher_detailbox .title {
    color: #333;
    padding: 10px 10px 10px 10px;
}
.alert-success {
    color: #468847;
    background-color: #f7ddd7;
    border-color: #d6e9c6;
}
.mb5 {
    margin-bottom: 5px;
}
.teacher_detailbox .btbox .name {
    font-size: 18px;
    font-weight: bold;
}

.vm {
    vertical-align: middle;
}
.mr {
    margin-right: 10px;
}
.teacher_detailbox .cont {
    background: #f9f9f9; 
    padding: 10px 20px 20px 20px;
}
.w250 {
    width: 250px;
}
.teacher_detailbox .detail_info {
    width: 850px;
    padding-left: 20px;
}
.teacher_detailbox .detail_info li {
    line-height: 35px;
}
#rotate {
    overflow: hidden;
}
#rotate .ul {
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
}

#rotate .ul {
    background: #fbfbfb;
    height: 40px;
    width: 100%;
    border: 1px solid #e8e8e8;
}
#rotate .ul li {
    float: left;
    margin-top: -2px;
}
#rotate .ul .li_hover a {
    padding-bottom: 1px;
    padding: 0px 0px 1px 0px;
    background: none repeat scroll 0 0 #fff;
    border-top: 3px solid #14a6a3;
    border-left: 1px solid #e7e6e6;
    border-right: 1px solid #e7e6e6;
    color: #14a6a3;
    text-decoration: none;
    font-weight: bold;
}

#rotate .ul li a {
    color: rgb(102, 102, 102);
    float: left;
    font-family: 微软雅黑;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 110px;
    border-top: 2px solid rgb(255, 255, 255);
}
.active_info, .active_comment, .active_question {
    border: 0px;
    width: 920px;
}
.zza{
    padding: 0px 10px 10px 10px;
}
.active_info, .active_comment, .active_question {
    background: #fff;
    width: 100%;
 
    padding: 10px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
textarea.form-control {
    height: auto;
}
.w700 {
    width: 700px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mt5 {
    margin-top: 8px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.teacher_detailbox .detail_info .bt {
    width: 70px;
    padding-left: 20px;
    font-weight: normal;
    color: #a4aeb9;
}
.teacher_detailbox .detail_info .bt, .teacher_detailbox .detail_info .nr {
      /*width:100px;*/
    display: table-cell;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    line-height: 30px;
}

