div.mlone {
    display: block;
    margin: 0px 20px 10px 0px;
    width: 250px;
    float: left;
    background-color: #f9f9f9;
    height: 340px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mlone.teachers_list {
    border-radius: 50%;
    background: transparent;
}

.mlone.teachers_list img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.teachers_list .mpart_body {
}

.teachers_list a.part_link {
    background: transparent;
}

.teachers_list .prdc_img {
    background: transparent;
}

.teachers_list .prdc_text {
    text-align: center;
}

.teachers_list .mlone:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.teachers_list a.part_link:hover div.prdc_img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.part_link div.prdc_text {
    display: block;
    width: calc(100% - 26px);
    color: #000;
    line-height: 22px;
    margin-top: 10px;
    padding: 0px 10px 10px 10px;
}
a.part_link div.prd_date {
    display: block;
    width: 100%;
    font-family: cambriab ;
    font-size: 17px;
    margin-bottom: 7px;
}
div.prdc_img {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.part_link {
    display: block;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 320px;
}
div.mpart_body {
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    float: none;
    padding: 10px 10px 10px 10px;
}
div.nwsimg img {
    display: block;
    width: 100%;
    max-height: 600px;
    height: auto;
    margin: 0px auto 10px auto;
}
div.newin_name .sect_title {
    display: block;
    width: 100%;
    margin: 10px auto;
    font-family: cambriab;
    font-size: 24px;
    color: #25a8e0;
}
div.newsin_text {
    display: block;
    width: 100%;
    padding: 5px 0px 10px 0px;
    margin: 0px auto 10px auto;
    font-family: cambria;
    font-size: 19px;
    color: #000;
    line-height: 26px;
    text-align: justify;
}