﻿.page_teacher{
    margin-left: 20px;
    padding: 30px 20px;
    background: #f4f7fb;
}
.page_teacher .list .item a{
    text-decoration: none;
}
.page_teacher .list .item{
    padding: 0 30px;
    background: url(../images/teacher01.png) right bottom no-repeat;
    margin: 10px 0 50px 0;
    height: 255px;
}
.page_teacher .list .item .pic{
    position: relative;
    width: 192px;
    height: 243px;
    background: #2f5ea7;
}
.page_teacher .list .item .pic img{
    position: absolute;
    top: -10px;
    left: 10px;
}
.page_teacher .list .item .pic .date{
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: center;
    padding: 10px;
    color: #2855a0;
    font-size: .12rem;
}
.page_teacher .list .item .pic .date span{
    display: block;
    border-bottom: 2px solid #2855a0;
    font-size: .24rem;
    padding-top: 5px;
}
.page_teacher .list .item .txt{
    padding-top: 80px;
}
.page_teacher .list .item .txt h2{
    font-size: .26rem;
    color: #2f5ea7;
    border-left: 5px solid #2f5ea7;
    padding-left: 15px;
}
.page_teacher .list .item .txt h2 span{
    padding-left: 20px;
    font-size: .18rem;
}
.page_teacher .list .item .txt p{
    color: #3d3d3d;
    font-size: .16rem;
    line-height: 1.5;
    margin-top: 10px;
    height: 50px;
    border-bottom: 1px dashed #b7bcc3;
}
.page_teacher .list .item .txt p i{
    margin-right: 15px;
}
.page_teacher .list .item .txt_bottom{
    margin-top: 15px;
}
.page_teacher .list .item .txt_bottom span{
    padding-right: 50px;
    color: #656565;
    font-size: .18rem;
}
.page_teacher .list .item .txt_bottom span i{
    font-size: .18rem;
}
.page_teacher .list .item:hover{
    background: url(../images/teacher02.png) right bottom no-repeat;
}
.page_teacher .list .item:hover .pic .date{
    background: #2855a0;
    color: #fff;
}
.page_teacher .list .item:hover .pic .date span{
    border-bottom: 2px solid #fff;
}
.page_teacher .list .item:hover .txt h2,.page_teacher .list .item:hover .txt p,.page_teacher .list .item:hover .txt .more,.page_teacher .list .item:hover .txt_bottom span{
    color: #fff;
}
.page_teacher .list .item:hover .txt h2{
    border-left: 5px solid #fff;
}