

/*站内信提示框*/
.notice_mask{
    display: none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:999999;
}

.notice_tips{
    width:300px;
    background:#fff;
    border-radius:6px;
    position: absolute;
    z-index:10009;
    left: 0;
    height: 180px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align:center;
    overflow:hidden;
}
.close_notice_tip{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.notice_tips .notice_tips_title{
    background:#2062b9;
    color:#fff;
    height:40px;
    line-height: 40px;
}
.notice_tips .notice_tips_msg{
    margin:30px;
}
.notice_tips_btn{
    background:#2062b9;
    color:#fff;
    line-height:36px;
    height:36px;
    width:100px;
    text-align:center;
    border-radius:4px;
    margin:0 auto;
    cursor:pointer;
    font-size:14px;
}
/**登录框**/
        .close_login{
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            cursor: pointer;
            font-size: 20px;
        }

        .have_login_title{
            height:34px;
            line-height:34px;
            display:flex;
            flex-flow:row nowrap;
            justify-content: space-between;
            align-items: center;
            padding:0 14px;

        }
.have_login_top{
    display: flex;justify-content: space-around;align-items:center;
    font-size:12px;
}
.have_login_top #manager{
    margin-right:10px;
    border-radius:3px;
    background:#2062b9;
    color:#fff;
    width:60px;
    text-align:center;
    height:20px;
    line-height:20px;
    cursor:pointer;
}
        .have_login_title .welcome{
            color:#0268CA;
            font-weight:bold;
            width:100px;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }
        .have_login_title .logout{
            font-size:12px;
            border-radius:3px;
            background:#2062b9;
            color:#fff;
            width:60px;
            text-align:center;
            height:20px;
            line-height:20px;
            cursor:pointer;
        }
        .data_detail{
            width:100%;
        }
        .user_data{
            padding:4px 16px;
            display: flex;
            flex-flow:row wrap;
            justify-content: flex-start;
            align-items: center;
            font-size:12px;
        }
        .data_detail{
            width:calc(100% - 31px);
            margin-left:10px;
        }
        .user_data .data_head{
            width:19px;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            color:#60a0e0;
            padding:4px 0;
            border:1px dashed #60a0e0;
        }
        .data_detail_title{
            width:100%;
            display: flex;
            justify-content: space-between;
            border-bottom:1px solid #f2f2f2;
            padding-bottom:4px ;
            font-weight:bold;
        }
        .data_detail_title .year_period{
            width:calc(100% - 50px);
        }
        .data_detail_title .login_more{
            border:1px solid #60a0e0;
            color:#60a0e0;
            padding:2px 10px;
            border-radius:10px;
            font-size:10px;
            cursor:pointer;
        }
        .data_item{
            display: flex;
        }
        .user_record .data_item{
            padding:10px 0 0;
        }
        .data_item .data_item_count:nth-child(2){
            margin-right:10px;
        }
        .data_item .data_item_count span{
            font-weight:bold;
            color:#60a0e0;
            padding:0 4px;
            display: inline-block;
            width:40px;
            text-align:center;
        }
        .data_item .my_clazz{
            width:100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0 4px;
        }
        .data_item .clazz_name{
            font-weight:bold;
            width:200px;
            white-space: nowrap;
            text-overflow:ellipsis;
            overflow:hidden;
        }
        .my_clazz .clazz_btn{
            font-size:12px;
            text-align:center;
        }
        .my_clazz .is_pass{
            color:#2062b9;
            position:relative;
            bottom:5px;
        }
        .my_clazz .to_learn{
            background:#2062b9;
            color:#fff;
            width: 56px;
            height: 18px;
            line-height: 18px;
            font-size: 10px;
            border-radius:4px;
            cursor:Pointer;
        }
		
		
		




/*婢舵挳鍎撮崚鍡楀缁炬寧鐗卞锟�  */
.index_title_divider{
	width:100%;
	border-top:3px solid #cc0000;
	margin:20px 0;
	text-align:center;
	position:relative;
}
.index_learn_info{
	    position: relative;
    top: -12px;
    background: #fff;
    width: 310px;
    margin: 0 auto;
}
.top_divider_triangle{
	display:block;
	width:9px;
	height:7px;
}
.top_divider_left{
	background:url(../images/index/triangle_left.png) no-repeat center;
	position:absolute;
	left:0;
	top:-2px;
}
.top_divider_right{
	background:url(../images/index/triangle_right.png) no-repeat center;
	position:absolute;
	right:0;
	top:-2px;
}
/*閹兼粎鍌ㄥ锟�  */
.index_search_box{
	width:200px;
	border:1px solid #ececec;
	border-radius:6px;
	position:absolute;
	right:0;
	top:5px;
	/* background: url(../images/index/search_icon.png) no-repeat 172px center;
    height: 28px; */
}
.search_btn{
	float:left;
	width:38px;
	background: url(../images/index/search_icon.png) no-repeat center;
    height: 28px;
    cursor:pointer;
}
.index_search_box>input{
	float:left;
	height: 26px;
    border: none;
}
.banner{
    width:100%;
    height:412px;
    background:url(../imgs/banner.png) no-repeat center;
}
.logo{margin-top:45px;}
	.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    }
.fenyuan_icon{
    	position:relative;
    }
    .menu_fenyuan {
    /*
    margin-top:50px;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 6px;
    cursor: pointer;
    */
    position:absolute;
    white-space:nowrap;
    margin-top:50px;
    left:30px;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 6px;
    cursor: pointer;

    }
/**闁哄鍎愰崰妤呭箰闁秴鐐婇柨鐕傛嫹***/
.index_zt{margin:20px 0;}
.zt_link{margin-left:15px;width:395px;height:315px;overflow:hidden;}

.zt_link img{width:395px;height:150px}
.slider{width:790px;height:315px;overflow:hidden}
.banner_slide .slide img{width:790px;height:315px;}


.news_announce_item{
	/* width:373px; */
	width:580px;

}

.fenyuan_news{
	background-color:#f3f3f3;
	    margin-top: 10px;
    padding:0 20px;
    overflow:hidden;
}
.fenyuan_news li a{
	display:block;
}
.fenyuan_news li{
	border-bottom:1px dashed #ccc;
	padding:10px 0;
}
.fenyuan_news_item{
	width:285px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.fenyuan_digital_title{
	background:#006dd7;
	height:30px;

	line-height:30px;
	color:#fff;
	padding:0 12px;
	position:relative;
	text-align:center;
}
.announce_item_title{
	background:#006dd7;
	height:50px;

	line-height:50px;
	color:#fff;
	padding:0 12px;
	position:relative;
}
.announce_item_title i{position:relative;top:2px;margin-right:10px;}
.announce_item_title>span{font-size:18px;}



.index-baoming-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 100px;
    background-color: #cc0000;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.announce_title{width:1200px;height:50px;background:url(../imgs/announce_title_bg.png) no-repeat center;position:relative;}
.announce_tab{color:#fff;font-size:18px;line-height:50px;}
.announce_tab .announce_tab_item{ padding:0 22px;height:50px;cursor:pointer;}
.announce_tab .active{background-color:#fff;color:#006DD7;}
.announce_tab .announce_tab_item i{position:relative;top:2px;}
.announce_title .more{color:#fff;right:10px;top:12px;display:none}
.announce_title .more i{position:relative;top:3px;}
.more{position:absolute;font-size:16px;font-family:'FangSong';color:#60a0e1;}

.news_announce_more{
	position:absolute;font-size:16px;font-family:'FangSong';color:#fff;right:0;top:0;
}



.announce_list_item{display:none}
.announce_tab_item  .news_announce_more{display:none}
.announce_list,.announce_list_item{padding:20px;}
.announce_list li,.announce_list_item li{margin:10px 0;}
.announce_list li a,.announce_list_item li a{display:block;color:#333;}
.triangle{    position: relative;top: 6px;margin-right: 10px;}
.new_icon{margin:5px 0 0 15px;}
.news_title{max-width:480px;overflow:hidden;white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.model_title{padding:20px 0;border-top:2px solid #60a0e1;position:relative;}
.model_title h3{font-size:26px;color:#006dd7;font-weight:normal;}
.model_title h3>i{margin-right:12px;}
.model_title .more{right:0;top:24px;}
.model_title .more i{position:relative;top:3px;}

/*********缂傚倸鍟崹宕囩箔閸屾稓鈻旈柟鐐た閺嗩垶鏌ｅ┑鎾村**********/
.bj_info {
    margin-top: 4px;
}

.bj_info li {
    line-height: 26px;
}

.bj_info .bj_title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bj_info .course_num, .bj_info .start_time {
    font-size: 15px;
    color: #333;
}

.bj_info .start_time {
    position: relative;
}

.bj_info .enroll {
    position: absolute;
    right: 0;
    bottom: 4px;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #cc0000;
    color: #fff;
    text-align: center;
}
.slider1 .slide{width:380px;float:left;margin:0 30px 20px 0;}
.slider1{margin-bottom:68px;}

/**闁荤姴娲ゆ晶浠嬪煝婵傜绠抽柕濞炬櫔閹风兘鏁撻敓锟�**/
.cc_tab{margin-left:24px;margin-top:8px;
    /*border-left:1px solid #ccc;*/
}
.cc_tab .cc_tab_active{color:#f79a47}
.cc_tab_item{cursor:pointer;font-size:16px;font-family: 'SimHei';margin:0 0 0 14px;}
.cc_tab_item>span{margin-right:14px;color:#999;}



/************闁荤姴娲ゆ晶浠嬪煝閸忚偐鈻旀い鎾跺仧婵★拷**************/

.ccenter_num{float:right;margin-right:0;color:#666;}
.ccenter_num span{padding:0 4px;margin-right:10px;color:#cc0000;}


.cc_item {
    display: block;
    width: 216px;
    float: left;
    margin: 0px 30px 0px 0;
    font-size: 14px;
    color: #666666;
}

.cc_item .cc_title {
    width: 100%;
    height: 54px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

.cc_item dt img {
    width: 216px;
    height: 122px;
}

.cc_item li.cc_info {
    position: relative;
    color:#999;
}

.cc_item li {
    padding: 2px 0
}

.cc_item li  i {
    margin-right: 6px;
}

.cc_item li p {
    display: inline-block;
    margin-right: 10px;
}

.cc_item .cc_teacher {
    width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#999;
}
.cc_item .cc_teacher .teacher_left{margin-left:10px;}
.cc_item .cc_teacher span:first-child{color:#333}
.cc_item .cc_time {
    position: absolute;
    right: 0;
}
.course_recommend{position:relative;height:633px}
.course_center {
    position: relative;
    height: 637px;
}
.zt_recommend{position:relative;height:473px}
.ts_topic{position:relative;height:373px}
.ms_lecture{position:relative;height:421px}
.index_list {
    position:absolute;
    width:1200px;
}

/*************婵炴垶鎸婚幑鍥�傛禒瀣闁靛鍔岀粈锟�**************/
.zt_item {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.zt_item img {
    width: 380px;
    height:146px;
}

.zt_item .bj_xs {
    margin-left: 9px;
}
.zt_recommend .zttj_name{margin-top:4px;height:52px;line-height:26px;overflow:hidden;}
/***闂佽桨鑳舵晶妤�鐣垫笟锟介獮鎺楀箳閺囥劍鏂�****/
.unit_rank,.course_rank{
    background:url(../imgs/divider.png) no-repeat right center;
}
.unit_rank,.course_rank,.unit_rank .index_list,.course_rank .index_list{
    width:430px;

}
.data_ranking{border-bottom:1px solid #f2f2f2;padding-bottom:26px;}
.data_ranking .dynamic_data{width:280px;}
.data_ranking .cc_tab{margin-left:10px;margin-top:10px;}
.data_ranking .cc_tab_item>span{margin-right:6px;color:#999;}
.data_ranking .cc_tab_item{margin-left:6px;}

.unit_num{width:16px;height:16px;line-height:16px;margin-top:3px;background-color:#bebebe;color:#fff;border-radius:50%;text-align:center;font-size:12px;}
 .unit_name{width:230px;margin-right:10px;margin-left:8px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;color:#666;}
.completed_percent{color:#9c9c9c;}
.rank_item{height:368px;}
.rank_item .index_list li{margin:7px 0;}

/*闁荤姴娲ゆ晶浠嬪煝婵傜绠抽柟鐑樻处閺�锟�*/
.course_rank .model_title h3,.dynamic_data .model_title h3{margin-left:40px;}
.course_rank .index_list,.dynamic_data_content{padding-left:40px;}
.course_rank .unit_name{width:260px;}

/*闂佸憡鏌ｉ崝宥夋晸閹存帞鍔嶉柡鍡欏枛楠炴垿鏁撻敓锟�*/
.dynamic_data li{
    width:240px;
    height:36px;
    line-height:36px;
    border:1px solid #f2f2f2;
    margin:10px 0;
}
.completed_num{
	float:right;
	color:#9c9c9c;
}
.dynamic_data .data_name{
    width:118px;
    background:#bdbdbd;
    color:#fff;
    text-align:center;
}
.dynamic_data .dynamic_count{
    color:#f3984f;
    margin-right:10px;
}

/****footer***/
.footer_select{
    width:100%;
    height:230px;
    background:#F2F2F2;
}
.select_box{
    width:280px;
    height:38px;
    line-height:38px;
    position: relative;
    color: #666;
    cursor: pointer;
    background-color:#fff;
    border-radius:4px;
    margin:56px 26.6px 46px 0;
}
.select_box .selected_tip{
    display:inline-block;
    width:232px;
    padding-left:10px;
}
.select_items{
    background:#fff;
    color:#666;
    width:280px;
    padding-left:10px;
    display:none;
    box-sizing:border-box;
}
.select_items li{
    border-bottom:2px solid #f2f2f2;
}

.select_items li a{
    display:block;
    color:#666;
}

.triangle_box{
    width:38px;
    background:#60a0e0;
    text-align:center;
    border-radius:4px;
}
.out_link a{
    display:inline-block;
    margin-right:73.6px;
}
.foot_info{
    width:870px;
    margin:0 auto;
    padding:40px 0;
    color:#fff;
    text-align:center;
    font-size:14px;
    background:url(../imgs/red.png) no-repeat right center;
}
.foot_info p{
    line-height:30px;
}

/**************闂備緡鍓﹂崰姘跺磽閻㈠吀娌柨鐕傛嫹******************/
.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.zoom {
    position: fixed;
    right: 10px;
    top:12px;
    z-index: 999;
}

.zoom a {
    display: block;
    width: 55px;
    height: 55px;
    margin-bottom: 5px;
    cursor: pointer;
}

.zoom .user_login {
    background: url(../imgs/studentLogin_white.png) no-repeat;
	background-size:cover;
}
.zoom .service {
    background: url(../imgs/onlineService_white.png) no-repeat;
	background-size:cover;
}

.zoom .ask {
    background: url(../imgs/question_white.png) no-repeat;
	background-size:cover;
}

.zoom .student_guide {
    background: url(../imgs/studentGuide_white.png) no-repeat;
	background-size:cover;
}

.zoom .survey {
    background: url(../imgs/survey_white.png) no-repeat;
	background-size:cover;
}


.zoom .scan_ewm{width:130px;margin-bottom:10px;text-align:center;padding:8px 0;}
.zoom .scan_ewm .welcomeScan{font-size:12px;color:#666;line-height:20px;}

.zoom .ewm p {
    margin-top: 8px;
}
.login_main{
    position:absolute;top:0;right:60px;
    width:560px;
    /*border:1px solid #dadada;*/
    background:#fff;
}
.have_login{
    position:absolute;top:0;right:60px;
    border:1px solid #dadada;
	  color:#474747;
            width:340px;
            background:#fff;
            margin:0 auto;
}
.login_box{float:left; }
.login_box{text-align:center;width:279px;height:270px;border-radius:4px;}
.login_title{
    color:#60a0e0;
    text-align:center;
    margin:28px 0 10px;
    font-size:18px;
}
.login_btn{
    background-color:#2062b9;
    width:120px;
    height:34px;
    line-height:34px;
    text-align:center;
    color:#fff;
    border-radius:6px;
}
.user_login_item{
    margin:20px 0;
}

.user_login_item label{width:50px;display:inline-block;text-align:right;margin-right:10px;}
.user_login_item .user_name_input,.user_login_item .pwd_input{border:1px solid #dadada;}
.login_close{position:absolute;right:8px;top:8px;color:#dadada;font-size:12px;cursor:pointer;}
/***闂佽皫鍡╁殭缂傚秴绉电粋鎺楀Ψ閵夛箑锟界敻鏌ｈ椤曆呯礊瀹ュ拋娴栭柛鈩冪懃绗戦梺璇″厸閻掞箓鎮ч崡鐑嗗殨闁跨噦鎷�****/
.welcome_login{
    padding: 14px 0 14px 30px;
    text-align: left;

}
.welcome_login_student{
    padding: 20px 0 20px 85px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}
.have_login_btn{
    padding: 20px 0 0 30px;
    border-top:1px solid #f2f2f2;
}
.have_login_btn .enter_management,.have_login_btn .logout_btn{
    margin-right:14px;
    background-color: #2062b9;
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    cursor:pointer;
    font-size:15px;
}

.pboxlogged{min-width:220px;}
.pboxlogged .links{line-height:1.8;padding:12px;
    display: flex;justify-content: space-around}
.pboxlogged .link{
    float:left;
    width:130px;
    text-align:center;
    white-space:nowrap;
    background-color: #2062b9;
    /*color:#005bab;*/
    color: #fff;
    font-size:12px;
    /*text-decoration:underline;*/
    cursor:pointer;
    border-radius: 3px;
    height:26px;
    line-height:26px;
}

/* 妫ｆ牠銆夐惂璇茬秿--婢х偛濮為幍顐ょ垳閻ц缍� */
.login_form{
	display:none;
}
.login_tip{
	    width: 120px;
    height: 40px;
    margin: 0;
    float: left;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left:20px;
    z-index: 999;
}
.quick_login{
	position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.user_learn_data{
	width: 250px;
    margin: 13px auto;
    text-align:left;
}
.user_learn_item{
	margin: 3px 0;
    font-size: 15px;

}

.login_tip .poptip {
    color: #3a7ab2;
    position: absolute;
    font-size: 12px;
    left: 46px;
    top: 0px;
    height: 16px;
    line-height: 16px;
    padding: 5px 10px;
    border: 1px solid #3a7ab2;
}
.arrow_left{
	width: 20px;
    height: 20px;
    position: absolute;
    left: -13px;
    top: 7px;
    z-index: 2;
}

.arrow_left .left-arrow1 {
    border-right: 6px #3a7ab2 solid;
}
.arrow_left .left-arrow2 {
    left: 1px;
    border-right: 6px white solid;
}
.left-arrow1, .left-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    border-top: 6px transparent dashed;
    border-left: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-right: 6px white solid;
    overflow: hidden;
}
/*閻ц缍嶆禒銉ユ倵閺勫墽銇氱�涳附妞傞弫鐗堝祦  */
.learn_data_color{
	color:#60a0e0;
	margin-left:4px;
}


/* 娴犮儰绗呴弰顖涙煀妫ｆ牠銆夐惃鍒s閺嶅嘲绱� */
/*闁氨鐓￠崗顒�鎲�*/

.news_box{
    height: 74px;
    
    background-color: #f2f2f2;
    overflow: hidden;
    margin-top: 15px;
}
.news_box .news {
    width: 790px;
    border-right: 1px solid #fff;
}
.index_time {
    width: 409px;
    text-align: center;
    margin-top:7px;
    line-height:30px;
    font-weight:bold;
}
.news_box .icon-notice {
    /*margin:0  10px 0 20px;*/
    margin: 28px 10px 0 20px;
}
.news_list .news_title{
    display: inline-block;
    width:500px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_list .news_time{
    color:#999;
    margin-left:60px;
}

.index_recommend{
    margin-top:20px;
    height:338px;
    overflow:hidden;
}
.index_slider{
    width:790px;
}
/*.index_zt{
    margin-left:15px;
    width:395px;
    overflow:hidden;
}
.index_zt a{
    display:block;
}
.index_zt img{
    width:395px;
    height:160px;
}*/


.index_title {
    margin-top: 35px;
    position: relative;
}
.index_title .line {
    width: 100%;
    height: 4px;
    background-color: #f2f2f2;
    margin: 20px auto;
}
.index_title h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #cc0000;
}
.index_title h2 i {
    font-size: 28px;
    margin-right: 10px;
}
.index_title .course_more {
    position: absolute;
    top: 16px;
    right: 0;
    color: #999;
}
/*闁銆嶉崡锟�*/
.cc_tab {
    margin-bottom: 28px;
}
.cc_tab li {
    float: left;
    color: #333;
    font-size: 18px;
    margin-right: 50px;
    padding: 0 2px 5px;
    cursor: pointer;
}
.cc_tab_box{
	position:relative;
}
.cc_tab_box .course_more{
	color: #999;
    font-size: 16px;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0;
}

.cc_tab li.cc_tab_active, .cc_tab li:hover {
    color: #cc0000;
    border-bottom: 2px solid #cc0000;
}

.cc_tab li.notrecommend:hover{
	color: #999;
    border-bottom: 2px solid transparent;
}

/**鐠囧墽鈻奸崚妤勩�冮崡鏇炲帗***/

.course_center {
    position: relative;
    height: 637px;
}

.index_list{
    position:absolute;
}
.cc_item {
    display: block;
    width: 216px;
    float: left;
    margin: 0px 30px 0px 0;
    font-size: 14px;
    color: #666;
}
.cc_item dt img {
    width: 216px;
    height: 122px;
}
.cc_item li {
    padding: 2px 0;
}
.cc_item .cc_title {
    width: 100%;
    height: 54px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}
.cc_item .cc_teacher {
    width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}
.cc_item .cc_teacher .teacher_left {
    margin-left: 10px;
}
.cc_item li.cc_info {
    position: relative;
    color: #999;
}
.cc_item li p {
    display: inline-block;
    margin-right: 10px;
}
.cc_item .cc_time {
    position: absolute;
    right: 0;
}
.cc_item li i {
    margin-right: 6px;
}

/*娑撴捇顣介崡鏇炲帗*/
.ts_topic {
    position: relative;
    height: 373px;
}
.zt_recommend {
    position: relative;
    height: 400px;
}
.zt_item {
    width: 380px;
    float: left;
    margin-right: 30px;
}
.zt_item img {
    width: 380px;
    height: 146px;
}

/*娑撴捇顣界純鎴犲疆*/
.slider1 .slide {
    width: 380px;
    float: left;
    margin: 0 30px 20px 0;
}
.bj_info {
    margin-top: 4px;
}
.bj_info li {
    line-height: 26px;
}
.bj_info .bj_title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bj_info .course_num, .bj_info .start_time {
    font-size: 15px;
    color: #333;
}
.resource_item{
    width:300px;
    margin-right:0px;
    text-align:center;
}
.resource_item .index_title h2{
    text-align:left;
}
.resource_item .resource_cover{
    display:block;
    margin-top:20px;
}
.resource_item .resource_cover img{
    width:280px;
}
.link_list a{
    display: inline-block;
    width:270px;
    margin-right:35px;
}
.link_list a img{width:100%;}

.index_online_num{
    margin:30px 0;
}
.online_num_item{
    width:224px;
    border:1px solid #dcdcdc;
    margin-right:10px;
}
.online_num_item>div{
    text-align:center;
    width:50%;
    height:34px;
    line-height:34px;
}
.online_item_name{
    background:#e2e6f0;
}
.online_item_count{
    color:#ff9035;
}

.index_select select{
    width:224px;
    background:url(../imgs/select_sanjiao.png) #62c3eb no-repeat scroll 214px 11px;
    color:#fff;
    height:30px;
    line-height:30px;
    padding-left:10px;
}


	.mapDiv{
		position:absolute;
		width:200px;
		height:40px;
		text-align: center;
		color:yellow;
		display: block;
		font-size: 12px;
		}
	.img{
		width:426px;
		height:405px;
		}
		
	map,area{
		border:0px;
		outline: none;
	}
.index-ztb-detail{
	position:relative;
	padding:4px 0;
}