.img-zoom {
    position: relative;
    display: block;
    overflow: hidden;}

.img-zoom img {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.8s ease-out 0s;
    -moz-transition: transform 0.8s ease-out 0s;
    -ms-transition: transform 0.8s ease-out 0s;
    -o-transition: transform 0.8s ease-out 0s;
    transition: transform 0.8s ease-out 0s;}

.img-zoom .img-frame {
    position: relative;
    overflow: hidden;}

.img-zoom .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: transform 0.8s ease-out 0s;
    -moz-transition: transform 0.8s ease-out 0s;
    -ms-transition: transform 0.8s ease-out 0s;
    -o-transition: transform 0.8s ease-out 0s;
    transition: transform 0.8s ease-out 0s;}

.img-zoom .img img {
    display: none;
    min-height: 100%;}

.img-zoom:hover img {
    min-height: 100%;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}

.img-zoom:hover .img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}
.teach-list3, .teach-list3 * { box-sizing: border-box;}  
.teach-list3 { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 12px 0 0;}
.teach-list3 li { width: 48%; margin: 0 0 22px;}
.teach-list3 .img-zoom { display: flex; justify-content: space-between; z-index: 1; padding: 0 16px 16px;}
.teach-list3 .img-zoom::after { position: absolute; content: ""; bottom: 0; left: 0; z-index: -1; width: 100%; height: calc(100% - 40px); background: #f4f4f4;} 
.teach-list3 .img-frame { width: 160px; border-radius: 0 20px 0 0;}
.teach-list3 .img { padding: 130% 0 0; background-position-y: 10%;}
.teach-list3 .text { width: calc(100% - 186px); padding-top:55px;}
.teach-list3 .name { font-size: 16px; line-height: 50px; color: #015198; border-bottom: 1px solid #e4e4e4; margin: 0 0 20px;}
.teach-list3 .name span { font-size: 18px; font-weight:700; color: #333; margin-right:20px;}
.teach-list3 .text .info { text-indent: 0; font-size: 14px; margin: 14px 0 0; word-break: break-all; color: #777;}
.teach-list3 .text .info span { color: #333;}
/* 翻页样式 */
#list-page {
    margin: 30px 0 !important;
    font-family: Arial;
    text-align: center;}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: 13px;
    width: auto;
    height: auto;
    margin-top: 5px; transition: all .25s
;}

#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: 9px 11px;
    color: #00649e;
    border: 1px solid #dfdfdf;
    border-radius: 4px;}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #00649e;
    font-weight: bold;
    color: #fff;
    border-color: transparent;}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;}

#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;}

#list-page .p_pages span {
    color: #aaa;}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 42px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    border-color: #eee;}
