﻿@charset "utf-8";
/**基本格式开始***************/
.BuyTypeList {height:600px;width:100%;}
.wraper{width:100%; overflow:hidden;margin:0 auto;}
.wraper .teacher{width:100%;height:600px;position:relative;margin:0 auto; overflow:hidden;}
.wraper .teacher .teacherPic{width:100%;height:100%;position:absolute; background:url(../images/IndexImage/lanren1.jpg) no-repeat;-moz-background-size:100%; background-size:100% 100%; }
.wraper .teacher .teacherPic .content{width:33.3%;height:85%;float:left;position:relative;overflow:hidden;}
.wraper .teacher .teacherPic .content .txt{width:100%;height:100px;background:rgba(18,21,44,0.5); position:absolute;left:0px;bottom:0px;padding:0 12px;border-top:2px solid #FFE000;font-family: 微软雅黑;font-size: 12px;}
.wraper .teacher .teacherPic .content .txt h3{color:#FFC200;font-size:24px;font-weight:100;margin:10px 0 6px 0;}
.wraper .teacher .teacherPic h4{color:#fff;font-size:12px;font-weight:100;height: 40px;}
.wraper .teacher .teacherPic .content .txt p{color:#fff;margin-top:15px;padding-top:5px;border-top:1px solid #FFC200;font-family: 微软雅黑;font-size:18px;}
.wraper .teacher .teacherPic .content a {color: #FFE000; text-decoration:none;}