.teacher .p_pomine .p_pom{

display: flex;

}
.education_js .teacher {

    position: relative;
} 
.education_js .teacher .loading {

    position: absolute;
    bottom: 60px;
    transform: translate(-50%, -0%);
    left: 50%;
}
.education_js .teacher .loading:hover .lop_img img{

  transform: rotate(360deg);
}
.teacher .p_pomine {

    background-image: url(education_js1_leftjb.png);
    background-repeat: no-repeat;
    background-size: 40% 100%;
    background-position: left;
    position: relative;
    padding-bottom: 150px;
}
.teacher .p_pomine:nth-child(2n) .p_pom{

    flex-direction: row-reverse;
}
.teacher .p_pomine:nth-child(2n) .e_img {

    margin-right: 0;
    margin-left: 11vw;
}
.teacher .p_pomine:nth-child(2n)::after {
display: none;

}
.teacher .p_pomine:nth-child(2n) {

    background-image: url(education_js2_bj.jpg);
    background-size: 100% 100%;
}
.teacher .p_pomine:nth-child(2n) .im {
    position: relative;
}
.teacher .p_pomine:nth-child(2n) .e_txt::after {

    content: "";
    position: absolute;
    top: 25vw;
    right: 0;
    left: -11vw;
    width: 19vw;
    height: 25vw;
    background-image: url(education_js2_mx.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
    z-index: -1;
}
.teacher .p_pomine:nth-child(2n) .im::after {

    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #c6001f;
    z-index: 0;
}
.teacher .p_pomine .e_txt {
    flex: 1;
    position: relative;
    padding-top: 7vw;
    z-index: 2;

}
.teacher .p_pomine .e_img {
    flex: 0 0 32%;
    /* padding-right: 20%; */
    margin-right: 11vw;
}
.teacher .p_pomine .e_img .im {
    /* overflow: hidden; */
}
.teacher .p_pomine .e_img .im img {

    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: 10;
    position: relative;

}
.teacher .p_pomine .e_img .im:hover img {

    transform: scale(1.05);
}
.teacher .p_pomine .e_txt .txt_de  {


    letter-spacing: 0px;
	color: #666666;
    line-height: 2;
}
.teacher .p_pomine .e_txt .txt_de p {

    margin-bottom: 10px;
}
.teacher .p_pomine .e_txt .txt_mine {

    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 6%;
}
.teacher .p_pomine .e_txt .txt_mine .ep_1 {


    width: 104px;
	height: 29px;
	background-color: #c6001f;
}

.teacher .p_pomine .e_txt .txt_mine .ep_2 {
    letter-spacing: 0px;
	color: #333333;
    font-weight: bold;
margin-left: 18px;
}

.teacher .p_pomine::after {

    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 17vw;
    height: 32vw;
    background-image: url(education_js1_rig.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}

.loading {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
    z-index: 10;
    position: relative;
}
.loading:hover .lop{

   color: #c6001f;
}
.loading .lop_img{
	width: 26px;
	height: 26px;
    margin-right: 15px;

}
.loading .lop{

    letter-spacing: 0px;
	color: #666666;
}
@media screen and (max-width: 1291px) {  
    .teacher .p_pomine .e_txt .txt_mine .ep_1 {

        width: 65px;
        height: 22px;
    }

    .education_js .teacher .loading {

        position: absolute;
        bottom: 30px;
        transform: translate(-50%, -0%);
        left: 50%;
    } 
}

@media screen and (max-width: 768px) { 
    .loading .lop_img {

        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .teacher .p_pomine .e_img {
        margin-right: 0;
        flex: 0 0 100%;
    }
    .teacher .p_pomine .p_pom {
        flex-wrap: wrap;
    }
    .teacher .p_pomine .e_txt {

        flex: 0 0 100%;
        padding-top: 20px;
    }
    .teacher .p_pomine .e_txt .txt_mine {

        margin-bottom: 15px;
    }
    .teacher .p_pomine .e_txt .txt_mine .ep_1 {

        width: 60px;
        height: 20px;
        background-color: #c6001f;
    }
    .teacher .p_pomine {

        padding-bottom: 60px;
    }
    .loading {

        margin-top: -50px;
    }
    .teacher .p_pomine:nth-child(2n) .im::after {
        top: 10px;
        left: -10px;
    }
}

