@charset "utf-8";
/*
* 导师样式 
* author 胖胖吉
*
*/

/*基本信息*/
.teacher_base {
    position: relative;
    padding: 50px 55px;
    background-color: #fcf8f6;
}

.teacher_base_avatar {
    position: absolute;
    left: 55px;
    top: 50px;
    width: 128px;
    height: 128px;
    -webkit-border-radius: 128px;
    -moz-border-radius: 128px;
    border-radius: 128px;
}

.teacher_base_c {
    padding-left: 160px;
    color: #999999;
    position: relative;
}

.teacher_base_c h2 {
    font-size: 20px;
    color: #666666;
}

.teacher_base_c p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.teacher_base_c p span {
    color: #666666;
}

.teacher_base_c .mutual_attention {
    color: #FFF;
    background-color: #2ad399;
    height: 23px;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 23px;
    position: absolute;
    right: 0px;
    top: 2px;
    background-position: 11px -184px;
}

.teacher_base_c .mutual_attention:hover {
    background-color: #ff8266;
}

.teacher_article {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-top: 25px;
    text-align: justify;
}

.works_nav {
    width: 25px;
    height: 164px;
    background: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/school/p_next.png) center center no-repeat;
    cursor: auto;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    display: none;
}

.works_nav_prev {
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/school/p_prev.png);
    left: 0px;
}

.works_nav_can {
    cursor: pointer;
    display: block;
}

/*.works_nav{width:15px; height:15px;  color:#FFF; line-height:15px; text-align:center; margin-right:1px; background:url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/school/arrows.png) -16px 0px no-repeat #cccccc; cursor:auto;}
.works_nav_prev{background-position:0px 0px;}
.works_nav_can{background-color:#2ad399; cursor:pointer;}
.works_nav_can:hover{background-color:#ff8266;}*/

.works_container {
    position: relative;
    overflow: hidden;
    height: 164px;
    margin-top: 30px;
}

.works_list {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 164px;
    width: 100000px;
    z-index: 1;
}

.works_list li {
    border: 1px solid #FFF;
    height: 162px;
    width: 214px;
    background-color: #CCC;
    float: left;
    display: inline;
    margin-right: 6px;
    position: relative;
    overflow: hidden;
}

.works_list li img {
    width: 214px;
    height: 162px;
}

.works_list li:hover {
    border: 1px solid #fb8466;
}

.works_list li a em {
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/news/news.png) 0px 0px no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.works_list li a em:hover {
    background-position: 0px -40px;
}

.teacher_business a {
    margin-right: 10px;
    font-size: 18px;
    color: #999999;
}

.teacher_business a.current, .teacher_business a:hover {
    color: #ff8266;
    font-weight: normal;
}

.blog_item {
    padding: 20px 0px;
    border-bottom: 1px dashed #eeeeee;
}

.blog_item:last-child {
    border-bottom-style: solid;
}

.blog_item_title {
    line-height: 27px;
    height: 27px;
    font-size: 16px;
    color: #2ad399;
    display: block;
    padding-bottom: 5px;
}

.blog_item p {
    line-height: 22px;
    color: #666666;
}

.blog_item p a {
    color: #2ad399;
}

.blog_item p a:hover {
    color: #ff8266;
}

.blog_item_time {
    color: #8b8b8b;
    padding-top: 5px;
    display: block;
}

.blog_video_listWrap {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 16px;
    padding-top: 4px;
}

.blog_video_list {
    margin-left: -6px;
}

.blog_video {
    float: left;
    display: inline;
    width: 216px;
    margin-left: 6px;
    margin-top: 7px;
}

.blog_video_pic {
    position: relative;
    width: 100%;
    height: 163px;
}

.blog_video_pic em {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -20px;
    margin-top: -20px;
    width: 39px;
    height: 39px;
    overflow: hidden;
    background: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/teacher/play.png) 0px 0px no-repeat;
}

.blog_video_pic:hover em {
    background-position: -40px 0px;
}

.blog_video_pic img {
    height: 163px;
    display: block;
    width: 100%;
}

.blog_video_c {
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-top: none;
    height: 116px;
}

.blog_video_c dt a {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    font-weight: bold;
    display: block;
    padding-bottom: 14px;
}

.blog_video_c dt a:hover {
    color: #ff8266;
}

/*新的数据列表*/
.new_ask_item {
    position: relative;
    border-bottom-style: dashed;
}

.new_ask_item .ask_item_title {
    padding-left: 0px;
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    display: block;
    overflow: visible;
    height: auto;
}

.new_ask_item .ask_item_title:hover {
    color: #ff8266;
}

.new_ask_item p span {
    padding-left: 10px;
    color: #999999;
}

.new_ask_item .ask_item_c {
    padding-left: 0px;
}

.taall {
    float: right;
    color: #2ad399;
    padding-right: 15px;
    background: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/new_center/new_center.png) 53px -157px no-repeat;
}

.teacher-assess {
    position: absolute;
    right: 35px;
    top: 30px;
    display: block;
    background: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2/ask/assess_btn_bk.jpg) 0 0 no-repeat;
    width: 74px;
    height: 24px;
    padding-left: 32px;
    color: #fceae6;
    line-height: 22px;
}

.teacher-assess:hover {
    color: #fceae6;
}

.orangeTitle h2 {
    font-size: 18px;
}