/* 公告 */
.homeTop{
	height:22px;
	width:1200px;
	margin:10px auto;
	overflow: hidden;
}
.verticalNav{
	float: left;
}
.verticalNav i{
	background: url(../../img/index_news_icon.png) no-repeat;
    color: #145591;
    float: left;
    height: 20px;
    line-height: 22px;
    font-style: normal;
    padding-left: 28px;
}
.verInfo{
	float: left;
	line-height: 22px;
	font-size:14px;
	height:22px;
}
.verInfo a{
	color:#333;
}
/* 倒计时 */
.verRight{
	float: right;
	color:#888;
	background: url(../../img/index_count.png) no-repeat 0 3px;
    margin-top: -1px;
    padding-left: 22px;
    height: 30px;
    font-size: 14px;
    line-height: 26px;
}
/* banner */
.bannerImg{
	width:100%;
	height:380px;
}
.bannerBox{
	width:1200px;
	margin:0 auto;
	z-index:999;
	position: relative;
}
/* 左边的div */
.banLeft{
	width:190px;
	float: left;
	background:rgba(0,0,0,0.5);
	position: absolute;
	left:0;
	top:0;
}
.classroom li{
    height: 46.59px;
    line-height: 46.59px;
    font-family: 'Microsoft Yahei';
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border-bottom:solid 1px #c5d0f3;
}
.classroom li a{
	display: block;
	color:#ffffff;
    padding-left: 16px;
}
.classroom li:last-child{
	border-bottom:none;
}
.classroom li:hover{
	color: #ffffff;
	background:rgba(0,0,0,.7); 
}
/* 轮播图 */
.banner{
	width:100%;
	height:380px;
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
	background: #000;
}
.banner img{
	width: 1920px;
	height:100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    text-align: center;
    overflow-x: hidden;
}
.banner-button-next{
    background: url(../../img/icon-slides.png) no-repeat;
    width: 31px;
    height: 53px;
    position: absolute;
    top: 160px;
    right: 190px;
    background-position: -104px center;
    z-index: 9999;
    cursor:pointer;
    opacity: 0.4;
}
.banner-button-prev{
    background: url(../../img/icon-slides.png) no-repeat;
    width: 31px;
    height: 53px;
    position: absolute;
    top: 160px;
    left: 190px;
    background-position: -71px center;
    z-index: 9999;
    cursor:pointer;
    opacity: 0.4;
}
.banner .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
}
.banner .swiper-pagination-bullet-active {
  color:#fff;
  background: #007aff;
}

.banContB{
	clear:both;
	border:solid #ccc 1px;
	height:98px;
}
.banContB a{
	width: 152px;
    height: 98px;
    background: url(../../img/index_tools.png) no-repeat;
    float: left;
    overflow: hidden;
}
.banContB a:nth-of-type(1){
	background-position: -9px -18px;
}
.banContB a:nth-of-type(1):hover{
	background-position: -9px -156px;
}
.banContB a:nth-of-type(2){
	background-position: -167px -18px;
}
.banContB a:nth-of-type(2):hover{
	background-position:-167px -156px;
}
.banContB a:nth-of-type(3){
	background-position: -778px -18px;
}
.banContB a:nth-of-type(3):hover{
	background-position: -778px -156px;
}
.banContB a:nth-of-type(4){
	background-position: -483px -18px;
}
.banContB a:nth-of-type(4):hover{
	background-position:-483px -156px;
}
.banContB a:nth-of-type(5){
	background-position: -632px -18px;
}
.banContB a:nth-of-type(5):hover{
	background-position:-632px -156px;
}
.banContB i{
	background: url(../../img/index_tools_line.png) no-repeat;
    width: 3px;
    height: 96px;
    float: left;
}
/* banner右侧div */
.banRight{
	float: right;
	border: 1px solid #e4e4e4;
	border-top: 2px solid #1a6fbf;
	background:#f9f9f9;
	width:208px;
	height:358px;
}
.mediaTop h3,.login_mediaTop h3{
	overflow: hidden;
    color: #333333;
    font-family: 'Microsoft Yahei';
    font-size: 15px;
    height:36px;
    line-height: 36px;
    font-weight: normal;
    padding-left:5px;
}
.mediaTop img,.login_mediaTop img{
	float: left;
	border-radius: 50%;
    width: 52px;
    height: 52px;
    padding-left:5px;
}
.loginDiv{
	float: left;
}
.loginDiv span{
	border-radius: 4px;
    color: #fff;
    padding: 2px 12px;
    margin:10px 3px 0 0;
    font-size: 12px;
    cursor: pointer;
}
.loginDiv .landing{
	background: #1953a1;
	margin-left:10px;
}
.registered{
	background: #ff9600;
}
.mediaTop p{
	font-size: 12px;
    line-height: 20px;
    margin:8px 0 0 13px;
}
.login_mediaTop .loginDiv{
	margin-left:10px;
}
.login_mediaTop .loginDiv span{
	color:#737373;
	font-size: 14px;
}
.login_mediaTop p{
	background: #1953a1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 5px;
    color: #fff;
    padding: 0 10px;
    cursor:pointer;
}
/* 微博微信展示 */
.mediaBtm{
	float: left;
	background:#f7f7f7;
	margin-top:10px;
	width:100%
}
.mediaBtm a{
	float: left;
	height:41px;
	line-height: 41px;
	width:103.5px;
	color:#444;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	text-align: center;
}
.mediaBtm a:nth-child(1){
	border-right:solid #ccc 1px;
}
.mediaBtm a img{
	float: left;
    margin: 10px -23px 0 10px;
}
.mediaBtm .mediaActive{
	background:#fff;
	border-bottom-color:#fff;
}
.mediaInfo{
	clear:both;
	height:217px;
	background: #fff;
    overflow: hidden;
}
.weixin{
   /* text-align:center;*/
    padding-top:20px;
}
/*

.weixin span{
	font-size: 16px;
}
.weixin h6{
	padding-top:10px;
	font-size: 18px;
}
.weixin div{
	margin-top:20px;
}
.weixin p{
	text-align: left;
    float: left;
    font-size: 12px;
    width: 90px;
    margin-right: 6px;
    margin-left: 12px;
    line-height: 180%;
}*/
/* 免费课程 */
.freeClass{
	clear:both;
	width:1200px;
	margin:0 auto;
	padding-top:20px;
}
.homeTit{
	width:100%;
	text-align: center;
	/* width: 562px;
	    height: 85px;
	    margin: 0 auto;
	text-align: center;
	background: url(../../img/index_lesson1.png)no-repeat; */
}
.homeTit h2{
	font-weight: normal;
	font-size:36px;
}
.homeTit p{
	font-size: 14px;
    color: #666;
}
.homeTit .homeTblue{
	border-color:#006ad7;
}
.homeTit .homeTblue i{
	color: #006ad7;
}
.homeTit span{
	border-top:solid 1px #dcdcdc;
	position: relative;
	display: inline-block;
    width: 200px;
}
.homeTit i{
	font-style: normal;
    color: #dcdcdc;
    font-size: 10px;
    position: absolute;
    width: 122px;
    left: 18%;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    font-family: "Microsoft JhengHei";
}
.index_bmf a {
	background:url("../../img/index_bmfbg.png") no-repeat scroll center center;
	color: #3d495b;
	display: inline-block;
	font-size: 22px;
	height: 99px;
	line-height: 99px;
	text-align: center;
	width: 142.5px;
	margin: 0;
}
.index_bmf a:hover {
	background:url("../../img/index_bmfbg1.png") no-repeat scroll center center;
	color: #fff;
}
.index_living{
	background: url(../../img/indexlive_icon1.png) 0 center no-repeat;
}
.freePic{
	width:1200px;
}
.freePicTit h2{
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    //background: url(../../img/indexlive_icon1.png)no-repeat left center;
    //background-size:27px;
    border-left:solid 4px #1566db;
    padding-left:10px;
    float: left;
    margin-top:12px;
}
.freePicTit h2 a{
	margin-right:20px;
	color:#333;
}
.freePicTit .freeActive{
	color:#0071ce;
}
.freePicTit ul{
	float: left;
	margin-left:20px;
}
.freePicTit li{
	float: left;
	color:#717171;
	font-size: 14px;
	line-height: 30px;
	margin:11px 10px 5px;
	cursor:pointer;
}
.freePicTit .objectiveAct,.freePicTit .subjectAct{
	color:#0071ce;
	border-bottom:solid #0071ce 2px;
}
.freePicTit span{
	font-size: 14px;
	float: right;
	line-height: 46px;
}
.freePicTit span a{
	color: #0071ce;
}
.freeCont{
	clear: both;
	padding-bottom:10px
}
.freeCont ul li{
	display: inline-block;
	width:282px;
	margin:10px 23px 10px 0;
	position: relative;
}
.freeCont ul li:nth-child(4n){
	margin-right:0;
}
.freeCont dt{
	width:282px;
	height:198px;
}
.freeCont dt img{
	display: inline-block;
	width:100%;
	height:100%;
}
.freeCont dd{
	padding:0 10px 10px 10px;
	border:solid 1px #eee;
}
.freeCont dd a{
	display: inline-block;
	color: #333333;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}
.freeCont dd span{
	color: #6e6e6e;
	font-size: 13px;
	height: 18px;
    line-height: 18px;
}
.freeZhu,.freeZhuList{
	display: none;
}
.learning{
	float: right;
}
.learning i{
	font-style: normal;
	color:#e5383c;
}
.mask{
	position: absolute;
	left:0;
	top:0;
	height:198px;
	width:282px;
	text-align: center;
	display: none;
	background:rgba(0,0,0,.5) url(../../img/btn_play.png)no-repeat center 30px;
}
.mask a{
	color:#fff;
	display: inline-block;
    text-align: center;
    padding-top: 110px;
}
/* 免费网络课程安排 */
.classArrange{
	text-align: right;
	clear: both;
}
.classArrange a{
	color: #0851b4;
	font-size: 13px;
}
/* 法轮播列表 */
.methodList{
	margin-top:10px;
}
.methodList h2{
	width:100%;
	font-size: 20px;
	background:#eeeeee;
	line-height: 35px;
}
.methodList h2 span{
	display: inline-block;
	background: #1b71c4;
	width:127px;
	text-align: center;
	color:#fff;
}
.methodList .swiper-button-next{
	background: url(../../img/indexteacher_arrowr.png)no-repeat;
	left:411px;
	right:0;
	width:28px;
	height:68px;
}
.methodList .swiper-button-next:hover{
	background: url(../../img/indexteacher_arrowr_o.png)no-repeat;
}
.methodList .swiper-button-prev:hover{
	background: url(../../img/indexteacher_arrowl_o.png)no-repeat;
}
.methodList .swiper-button-prev{
	background: url(../../img/indexteacher_arrowl.png)no-repeat;
	width:28px;
	height:68px;
}
.swiper-slide{
	clear: both;
}
.swiper-img{
	width: 450px;
    height: 386px;
    float: left;
    padding-bottom:30px;
}
.swiper-img img{
	width: 450px;
    height: 386px;
}
.swiper-list{
	float: left;
	width:740px;
	background:#fff;
}
.teacher_en{
	color: #f7f5f6;
    font-family: "Times New Roman";
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top:20px;
    margin-bottom: -20px;
}
.teacher_cn > .teacher_cn_name{
	color: #000;
    font-size: 30px;
    height: 40px;
    float: left;
    position: absolute;
}
.teacher_introduce{
	position: absolute;
	margin:5px 0 0 95px;
}
.teacher_introduce p{
	color: #2c2c2c;
    font-family: Tahoma;
    font-size: 12px;
    //margin: 3px 0 0 10px;
    text-transform: uppercase;
}
.teacherList{
	font-size: 14px;
    line-height: 180%;
    margin: 40px 0 60px 0;
    float: left;
    width: 100%;
}
/*
.teacherList p{
	margin: 0 0 10px;
}*/
.teacherList i{
	font-style: normal;
	line-height: 36px;
	border:solid 1px #1b71c3;
	display: inline-block;
	width:135px;
	height:36px;
	text-align: center;
	color:#1b71c3;
	font-size: 16px;
	border-radius:5px;
	margin-right:10px;
	padding-left:10px;
	cursor: pointer;
}
.teacherList p i:nth-of-type(1){
	background:url(../../img/indexteacher_icon1.png) no-repeat 7px center;
}
.teacherList p i:nth-of-type(1):hover{
	color:#fff;
	background:#1b71c3 url(../../img/indexteacher_icon11.png) no-repeat 7px center;
}
.teacherList p i:nth-of-type(2){
	background:url(../../img/indexteacher_icon2.png) no-repeat 7px center;
}
.teacherList p i:nth-of-type(2):hover{
	color:#fff;
	background:#1b71c3 url(../../img/indexteacher_icon21.png) no-repeat 7px center;
}
.teacherAll{
	width:100%;
	height:100%;
	margin-top:-40px;
}
.teacherAll img{
	display: none;
}
.teacherAll img:first-child{
	display: block;
}
/* 直播课程 */
.liveCourses{
	clear: both;
	width:1200px;
	margin:0 auto;
}
/* .liveTit{
	text-align: center;
	width:100%;
	height:101px;
	background:url(../../img/index_live1.png) no-repeat center center;
}
.liveTit p{
	padding:56px 0 0 3px;
	font-size: 14px;
    color: #666;
} */
.listTit{
	color:#dad9d9;
}
.listTit a{
	display: inline-block;
	height:40px;
	line-height: 40px;
	padding-left: 35px;
	padding-right:10px;
    color: #333333;
    font-size: 18px;
    background-size:27px;
}
.listTit a:nth-child(1){
	background: url(../../img/indexlive_icon1.png)no-repeat left center;
	padding-right:10px;
}
.listTit a:nth-child(2){
	background: url(../../img/indexlive_icon11.png)no-repeat left center;
	margin-left:10px;
}
.listTit span{
	float: right;
	color: #0851b4;
	line-height: 40px;
	font-size: 13px;
	cursor:pointer;
}
.liveList dl{
	width: 280px;
    height: 330px;
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	float:left;
	margin:20px 23px 0 0;
}
.liveList dl:last-child{
	margin-right:0;
}
.liveList dt{
	width: 280px;
    height: 240px;
}
.liveList dt img{
	width:100%;
	height:100%;
	background-size:contain;
}
.liveList h3{
	color: #1c1d1d;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.liveList dd{
	color: #666;
    font-size: 14px;
    padding:10px;
}
.liveList dd p{
	line-height: 25px;
	margin-top:10px;
	display: inline-block;
}
.liveList dd img{
	width:27px;
	height:27px;
	float: left;
	padding-right:10px;
}
.liveList span{
    padding:4px 10px;
    color:#fff;
    background:#00a5ff;
    float: right;
	margin-top: 11px;
    border-radius: 5px;
    font-size:12px;
}
/* 专属教材 */
.materials{
	clear:both;
	width:1200px;
	margin:0 auto;
	padding-top: 50px;
}
/* .materialsTit{
	text-align: center;
	width:100%;
	height:101px;
	background: url(../../img/index_book1.png) no-repeat center center;
}
.materialsTit p{
	padding:60px 0 0 5px;
	font-size: 14px;
    color: #666;
} */
.materialsList{
	padding: 25px 4px;
}
.materialsList dl{
    width: 281px;
    height: 367px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    transition: all .3s ease;
    position: relative;
}
.materialsList dt{
	width: 250px;
    height: 250px;
    margin:15px;
}
.materialsList dt img{
	width:100%;
	height:100%;
	background-size: contain;
	padding-top:15px;
}
.materialsList dd h4{
	font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 6px;
}
.materialsList p{
	font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 4px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.materialsList span{
	font-size: 14px;
    color: #cb1f0d;
    cursor:pointer;
}
.type{
	height: 22px;
    line-height: 22px;
    color: #1a6fbf;
    border: 1px solid #e0dddd;
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 18px;
    left: 11px;
    background: #fff;
    font-size: 14px;
    overflow: visible;
    padding: 0 6px;
}
.type i{
	position: absolute;
    left: -2px;
    top: 23px;
	background:url(../../img/book_icon_shadow.png) no-repeat;
	width:5px;
	height:6px;
}
.materialsActive{
	position: absolute;
	left:0px;
	top: -10px;
}
.swiper-btns{
	position: absolute;
	top:0px;
	right:10px;
}
.button-prev,.button-next{
	float: left;
	width:36px;
	height:24px;
	background:url(../../img/indexbook_arrowl.png)no-repeat;
	background-size: cover;
}
.button-prev{
	background:url(../../img/indexbook_arrowl.png)no-repeat;
}
.button-next{
	background:url(../../img/indexbook_arrowr.png)no-repeat;
}
/* 厚大中国 */
.maps{
	padding-top:20px;
	width: 1200px;
	margin:0 auto;
}
/* .mapTit{
	text-align: center;
	width:100%;
	height:101px;
	background:url(../../img/index_map1.png) no-repeat center center;
}
.mapTit p{
	padding:65px 0 0 3px;
	font-size: 14px;
    color: #666;
} */
.map{
	width:100%;
	position: relative;
}
.mapPic{
	width:100%;
	text-align: center;
}
.mapPic img{
	width:800px;
	height:806px;
}
.mapDetails{
	width: 480px;
    /* height: 290px; */
    position: absolute;
    background: #fff;
    top: 245px;
    left: -moz-calc(50% - 240px);
    left: -webkit-calc(50% - 240px);
    left: calc(50% - 240px);
    box-shadow: 1px 5px 5px #ccc;
    -moz-box-shadow: 1px 5px 5px #ccc;
    -webkit-box-shadow: 1px 5px 5px #ccc;
    display: none;
    padding-bottom: 15px;
}
.mapDetails h2{
	color: #fff;
    font-size: 18px;
    background: #1953a1;
    height: 42px;
    line-height: 42px;
    padding-left:15px;
}
.mapDetails h2 span{
	color: #7598c7;
    font-size: 14px;
    margin-left: 5px;
}
.mapDetails h2 i{
	background: #042371 url(../../img/index_map3.png) center center no-repeat;
    width: 42px;
    height: 42px;
    float: right;
}
.mapDetails .swiper-button-next{
	background: url(../../img/index_arrow_r_n.png)no-repeat;
	width: 34px;
	height:50px;
	background-size: cover;
}
.mapDetails .swiper-button-prev{
	background: url(../../img/index_arrow_l_n.png)no-repeat;
	width: 34px;
	height:50px;
	background-size: cover;
}
.mapDetail .mapLun{
	margin:0 55px;
}
.mapDetail h3{
	color: #404040;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 79%;
    border-bottom:solid 1px #ccc;
    font-weight: normal;
    margin:10px 0;
}
.mapDetail h3 span{
	display: inline-block;
	border-bottom:solid 1px #ffa800;
}
.mapType{
	background: url(../../img/n_index_map2.png) no-repeat top left;
    color: #5c5c5c;
    font-size: 14px;
    margin: 5px auto;
    padding-left: 35px;
    text-align: left;
    width: 100%;
    line-height: 26px;
}
.mapTel,.mapqq,.mapAddress{
    color: #5c5c5c;
    font-size: 14px;
    margin: 5px 0;
    padding-left: 35px;
    text-align: left;
    width:354px;
    line-height:22px;
}
.mapTel{
	background:url(../../img/map_icon1.jpg) no-repeat top left;
}
.mapqq{
	background:url(../../img/map_icon2.jpg) no-repeat top left;
}
.mapAddress{
	background:url(../../img/map_icon3.jpg) no-repeat top left;
}
.campus{
	width: 179px;
    position: absolute;
    right: 0;
    bottom: 50px;
    border:solid 1px #ccc;
}
.campus a{
	display:block;
	font-size: 13px;
	color:#595959;
	border-bottom:solid 1px #ccc;
	padding: 10px 15px;
}
.campus a:last-child{
	border-bottom: none;
}
.campus span{
	color: #ff971e;
    font-size: 18px;
    margin-right:10px;
}
/* 关注我们了解更多 */
.focusOn{
	width:1200px;
	margin:20px auto 0;
}
.focusTit{
	border-top:solid 1px #ccc;
	text-align: center;
    font-size: 12px;
    color: #646464;
}
.focusTit h3{
	background: #fff;
    color: #646464;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    position: relative;
    margin-top:-24px;
}
.focusCont{
	margin:30px 0;
	float: left;
}
.focusCont li{
	background: #fff;
    border: 1px solid #f5f5f5;
    float: left;
    width: 208px;
    height: 205px;
    margin-right: 35px;
    position: relative;
    text-align: center;
}
.focusCont li:last-child{
	margin-right: inherit;
}
.focusCont li:last-child:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,.1)
}
.focusCont li img{
	margin: 34px 12px 0 18px;
}
.code_mask{
	display: none;
    position: absolute;
    top: -20px;
    left: 32px;
}
.focusCont div{
	color: #444;
    margin: 18px 0;
}
.focusCont div h4{
	font-size: 14px;
    margin: 10px 0 3px;
}
.focusCont div p{
	color: #878787;
    font-size: 14px;
}
.bookList .swiper-slide{
	cursor:pointer;
}
/* #banner{
	width:780px;
	height:300px;
	position: relative;
	overflow: hidden;
}
#banner li{
	float: left;
	width:780px;
}
.bannerLeft{
	position:absolute;
	left:150px;
	top:20px;
	cursor:pointer;
}
.bannerRight{
	position:absolute;
	right:150px;
	top:20px;
	cursor:pointer;
} */
/* 老师阵容 */
.homeTeacher{
	width:100%;
	clear: both;
}
.teacherCont{
	width:100%;
	margin:11px 0;
	border-bottom:solid 1px #e4e4e4;
}
.teacherContW1200{
	width:1200px;
	margin:40px auto 0;
	position: relative;
	text-align: center;
	font-size:0;
}
.teacherCont .teacherOne{
	display: inline-block;
	cursor:pointer;
}
.teacherOne>img{
	display: inline-block;
	width:160px;
	height:296px;
}
/* .teacherTit{
	width:100%;
	width: 562px;
    height: 85px;
    margin: 0 auto;
	text-align: center;
	background: url(../../img/index_teacher.png)no-repeat;
	clear: both;
}
.teacherTit p{
	font-size: 14px;
    color: #666;
    padding-top: 65px;
} */
.teacherNav{
	width:1200px;
	margin:0 auto;
	text-align: center;
	margin-top:28px;
}
.teacherNav a{
	margin:0 23px;
	padding:10px 0;
	color:#474747;
	font-size:16px;
}
.teacherNav .teacherActive{
	color:#1a6fbf;
	border-bottom:solid 3px #1a6fbf;
}
.teacherHover{
	width:240px;
	background: rgba(0,0,0,.5);
	display: none;
}
.teacherPlay{
	display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    background: #0067c7 url(../../img/teacherPlay.jpg)no-repeat 17px center;
    margin: 10px 0;
}
.teacherHover h6{
	color: #ffea00;
    font-size: 20px;
    margin: 40px 0 5px 0;
}
.teacherHover .teacherOver{
	font-size: 12px;
    color: #fff;
	width: 179px;
    height:29px;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
}
.teacherHover div{
	color:#ffea00;
	clear: both;
	padding:5px 0;
}
.teacherHover div a{
	color:#ffea00;
	font-size:14px;
}
.teacherHover div a:nth-child(1){
	border-right:solid 3px #ffea00;
	padding-right:10px;
	margin-right:10px;
}
.teacherHover em{
	padding:3px 10px;
	background: #0067c7;
	color:#fff;
	font-size:12px;
	font-style:normal;
}
.teacherLeft{
	position:relative;
	font-size:0;
	margin-left:-70px;
}
.teacherRight{
	position:relative;
	font-size:0;
	margin-right:-70px;
}
.teacherZhong{
	position:relative;
	font-size:0;
	margin: 0 -70px;
	z-index:999;
}
.teacherZhong>img{
	position: relative;
    z-index: 100;
}
.teacherLeft>img,.teacherRight>img{
	position:relative;
	z-index:99;
}
.teacherLeft .teacherHover{
	position: absolute;
	right:80px;
	bottom:0;
	padding:0 15px 0 25px;
	border-radius:10px 0px 0 0;
	z-index:98;
	text-align: left;
}
.teacherLeft .teacherHover .teacherOver{
	float: left;
}
.teacherLeft .teacherHover em{
	position: absolute;
	left:0px;
	top:10px;
	font-style:normal;
}
.teacherRight .teacherHover{
	position: absolute;
	left: 80px;
	bottom:0;
	text-align: right;
	padding: 0 25px 0 15px;
	border-radius:0px 10px 0 0;
	z-index:98;
}
.teacherRight .teacherHover em,.teacherZhong .teacherHover em{
	position: absolute;
	right:0px;
	top:10px;
}
.teacherRight .teacherHover .teacherOver,.teacherZhong .teacherHover .teacherOver{
	float: right;
}
.teacherZhong .teacherHover{
	position: absolute;
	left:80px;
	bottom:0;
	text-align: right;
	padding-right: 30px;
	border-radius:0px 10px 0 0;
	z-index:98;
}
.teacherPlayDiv{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background: rgba(0,0,0,.5);
	z-index:9999;
	display: none;
}
.teacherVideo{
	width:660px;
	height:350px;
	background: #fff;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	padding:20px;
}
.teacherVideo>div{
	height:98%;
	background: #000;
}
.teacherVideo span{
	cursor:pointer;
	position: absolute;
	right:0px;
	top:2px;
	background: url(../../img/dialog_close.png)no-repeat;
	width:20px;
	height:20px;
	z-index:999;
}
.tv{
	display: none;
}
/* 最新资讯 */
.infoHome{
	padding-top: 50px;
	clear: both;
}
.homeInfoCont{
	width:1200px;
	margin:40px auto;
	overflow: hidden;
}
.infoHomeMin{
	float: left;
	width: 27%;
}
.infoHomeMin h4{
	font-size: 16px;
	color:#656565;
}
.infoHomeMin h4 a{
	font-size: 12px;
	float: right;
	width:35px;
	height:16px;
	line-height: 16px;
	text-align: center;
	color:#4689e0;
	border:solid 1px #4689e0;
	border-radius:10px;
	cursor:pointer;
}
.infoHomeMin h4 i{
	display:block;
	width:15px;
	height:3px;
	background:#5f91e6;
	margin-top:13px;
}
.infoHomeMin ul li{
	line-height: 44px;
    border-bottom:dashed 1px #f1f1f1;
    font-size: 12px;
    cursor:pointer;
}
.infoHomeMin ul li a{
	color: #c4c4c4;
}
.infoHomeMin ul li span{
	display: inline-block;
	width: 76%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-right:10px;
    color:#737373;
}
.infoHomeMin>a>img{
	max-width: 100%;
	height:96px;
	margin:10px 0 5px 0;
}
.infoHomeMin:nth-child(2){
	padding:0 50px;
	margin:0 50px;
	border-right:solid 1px #eeeeee;
	border-left:solid 1px #eeeeee;
}

.homeInfoCont .infoLeft{
    float: left;
    border:solid 1px #ebebeb;
    text-align: center;
    width:55px;
    margin-right:10px;
}
.homeInfoCont .infoLeft span{
    display: block;
    padding:3px 0;
}
.homeInfoCont .infoLeft span:nth-child(1){
    color:#212121;
    font-size: 16px;
    border-bottom: solid 1px #ebebeb;
}
.homeInfoCont .infoLeft span:nth-child(2){
    color:#7e7e7e;
    font-size: 14px;
}
.homeInfoCont .infoRight{
    float: left;
    width: 78%;
}
.homeInfoCont .infoRight h3{
    color:#393939;
    line-height: 32px;
    font-size: 14px;
    font-weight: normal;
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.homeInfoCont .infoRight p{
	font-size: 12px;
    color:#737373;
    width:100%;
    white-space: nowrap !important; 
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
/*付费资讯*/
.payInfo{
	display: none;
}
.payCont{
	padding:20px 0;
	width:1200px;
	margin:0 auto;
	position: relative;
	background: url(http://file.houdafs.com/sys/i/23/09/6e5a4ea9ca524444bc3e8b73b20f71cc.png)no-repeat;
	overflow:hidden;
}
.payMin{
	width:371px;
	height:263px;
	float:left;
	margin:0 43px 37px 0;
	background:url(http://file.houdafs.com/sys/i/23/09/2f48ab5ade5340e08588177e95e4ca92.png);
	padding:36px 55px;
	box-sizing: border-box;
}
.payMin:nth-of-type(3n){
	margin-right:0;
}
.payMin h6{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin:0;
}
.payMin p{
	font-size: 16px;
	font-weight: bold;
	color: #FE561C;
	line-height: 22px;
	margin:15px 0;
}
.payMin a{
	text-decoration: none;
	display: block;
	width:167px;
	height:46px;
	line-height: 46px;
	text-align: center;
	background: linear-gradient(#FE8A13 0%, #FE581A 100%);
	font-size: 20px;
	color: #FFFFFF;
	margin:0 auto;
	border-radius: 10px;
}
.payPop{
	width:100%;
	height:100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	left:0;
	top:0;
	z-index:99;
	display: none;
}
.payPopCont{
	width: 767px;
	height: 426px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px #9CB8FF;
	border-radius: 10px;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}
.payPopCont>img{
	width:24px;
	height:24px;
	position: absolute;
	right:30px;
	top:20px;
	cursor:pointer;
}
.payPopCont h6{
	text-align: center;
	font-size: 20px;
	color: #E80404;
	padding-top:40px;
}
.payLeft{
	width:224px;
	height:218px;
	box-shadow:0 0 10px #6AB8FF;
	border-radius: 10px;
	float: left;
	margin:57px 106px 0 69px;
	padding:26px;
	box-sizing: border-box;
}
.payRight{
	float: left;
	margin-top:49px;
}