@charset "utf-8";
/* CSS Document */

/*教师个人信息页头像区块*/
.page-node-type-teacher .block-region-left {
    /* background-color: #f1f4f7; */
    text-align: center;
    padding-bottom: 1px;
    border: 1px solid #e2e2e2;
}

.page-node-type-teacher .views-field-image .field-content {
  text-align: center;
}

.page-node-type-teacher .views-field-image .field-content img {
    max-width: 85%;
    height: auto;
    border-radius: 15px;
    margin-top: 15px;
}