@charset "utf-8";
/*-------------------------------------------reset------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin:0;
    padding:0;
}
a {text-decoration:none; color:#666;}
a:hover {text-decoration:underline;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,
img {
    border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
i,
th,
var {
    font-style:normal;
    font-weight:normal;
}
strong {font-weight:normal;}
em {font-style:normal;}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
    list-style:none;
}

caption,
th {
    text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,
q:after {
    content:'';
}
abbr,
acronym {
    border:0;
    font-variant:normal;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
/*-------------------------------------base.css-------------------------------------------*/
/*文字排版*/
.fa{font-size:14px;}

.f6{font-size:6px;}
.f7{font-size:7px;}
.f8{font-size:8px;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f18{font-size:18px}
.f20{font-size:20px}
.f22{ font-size:22px;}
.f24{ font-size:24px;}
.f26{ font-size:26px;}
.f28{ font-size:28px;}
.f30{font-size:30px}
.f36{font-size:36px}
.f40{ font-size:40px;}
.f48{ font-size:48px;}
.f50{ font-size:50px;}
.f60{ font-size:50px;}
.f70{ font-size:50px;}
.f80{ font-size:50px;}
.f90{ font-size:50px;}
.f100{ font-size:50px;}
.f110{ font-size:50px;}
.f120{font-size:120px;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.ft{font-weight:100;}
.t2{text-indent:2em;}
.yahei{font-family:'\5fae\8f6f\96c5\9ed1';}
/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
/*
	fl包含display inline  是为了解决ie6双边距
	如果.fl用在ul(可能还有别的标签)标签上会出现类似text-indent的bug
	可以通过给li标签浮动修正 或者覆盖掉此处的display属性
*/
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
/*
	不加block在标准浏览器中无法清除ie6、7可以但下面多一像素
	height:0px;时ie6中无法清除(给浮动块margin可以看出)
*/
.clear{clear:both;overflow:hidden;display:block;height:0px;_height:1px; font:300 1px/1px arial;}
/*
	clearfix清除浮动后在ie6、7中会忽略浮动框的margin-bottom
	并且偶尔会由于layout被激活而出现一些bug  如多出间隙等
	此时可以使用.clear来避免这种bug 或者两者结合使用
*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*
	一般情况下使用clearfix即可
	出现忽略margin等情况是clearfix与clear一起使用
	单独使用clear一般可以清除浮动，但ie6会多一个像素
*/
.pr{position:relative;}
.pa{position:absolute;}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.ofh{overflow:hidden}
/*
	block 如img标签有时需要此class来消除空行
*/
.block{display:block;}
.inline_block{display:inline-block; *display:inline; *zoom:1;}
.none{display:none;}
.ib{display:inline-block;}

/* 鼠标图形 */
.hand{ cursor:pointer;}
/* 对其方式 */
.vm{vertical-align:middle;}

/*
	常用的变量css可以在项目css中写出
	如：.w10{width:10px;}
		.m10{margin:10px;}
		.p10{padding:10px;}
	可在项目中给出语义化class名
	如：.wNormal{width:100px;}
		.wPage{width:950px;}
	等..
*/
/*
	其它需要的在项目css中写出
	height等使用较少，这里不给出
	边距提供0 5 10 15 20
	宽度提供 10 20 30 40 50 60 70 80 90 100 150 200 250 300 350 400 450 500 600 700 800 900 1000 100%
	p放在前面 pl,pr,pt,pb等放在后面 便于覆盖
*/
/*z-index*/
.zi10 {z-index:10;}
.zi9 {z-index:9;}
.zi8 {z-index:8;}
.zi7 {z-index:7;}
.zi6 {z-index:6;}
.zi5 {z-index:5;}
.zi4 {z-index:4;}
.zi3 {z-index:3;}
.zi2 {z-index:2;}
/*width*/
.w10{width:10px;}
.w20{width:20px;}
.w25{width:25px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{ width:60px;}
.w70{ width:70px;}
.w80{ width:80px;}
.w90{ width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w150{width:150px;}
.w160{width:160px;}
.w170{width:170px;}
.w180{width:180px;}
.w199{width:199px;}
.w200{width:200px;}
.w210{width:210px;}
.w220{width:220px;}
.w230{width:230px;}
.w235{width:235px;}
.w250{width:250px;}
.w256{width:256px;}
.w280{width:280px;}
.w290{width:290px;}
.w300{width:300px;}
.w350{width:350px;}
.w380{width:380px;}
.w400{width:400px;}
.w430{width:430px;}
.w450{width:450px;}
.w480{width:480px;}
.w500{width:500px;}
.w570{width:570px;}
.w600{width:600px;}
.w700{width:700px;}
.w705{width:705px;}
.w727{width:727px;}
.w730{width:730px;}
.w749{width:749px;}
.w755{width:755px;}
.w788{width:788px;}
.w800{width:800px;}
.w892{width:892px;}
.w900{width:900px;}
.w914{width:914px;}
.w925{width:925px;}
.w964{width:964px;}
.w1000{width:1000px;}
.w1180{width:1180px;}
.wmax{width:100%;}

/*padding*/
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.p40{padding:40px;}
.pl0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl12{padding-left:12px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pl146{padding-left:146px;}
.pl192{padding-left:192px;}
.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr12{padding-right:12px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt140{padding-top:140px;}
.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb85{padding-bottom:85px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}
.pb160{padding-bottom:160px;}
.ptb5{ padding-top:5px; padding-bottom:5px;}
.plr10{ padding-left:10px; padding-right:10px;}
.plr12{ padding-left:12px; padding-right:12px;}
.plr15{ padding-left:15px; padding-right:15px;}
.plr20{ padding-left:20px; padding-right:20px;}
.plr25{ padding-left:25px; padding-right:25px;}
.plr30{ padding-left:30px; padding-right:30px;}
.plr35{ padding-left:35px; padding-right:35px;}
.plr45{ padding-left:45px; padding-right:45px;}
.plr50{ padding-left:50px; padding-right:50px;}
.pl300{padding-left:300px;}

/*margin*/
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}

.ml0{margin-left:0;}
.ml3{margin-left:3px;}
.ml5{margin-left:5px;}
.ml6{margin-left:6px;}
.ml7{margin-left:7px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml16{margin-left:16px;}
.ml20{margin-left:20px;}
.ml21{margin-left:21px;}
.ml22{margin-left:22px;}
.ml30{margin-left:30px;}
.ml36{margin-left:36px;}
.ml40{margin-left:40px;}
.ml42{margin-left:42px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml110{margin-left:110px;}
.ml120{margin-left:120px;}
.ml180{margin-left:180px;}

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr9{margin-right:9px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr37{margin-right:37px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr175{margin-right:175px;}
.mr180{margin-right:180px;}
.mr150{margin-right:150px;}

.mt0{margin-top:0;}
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt6{ margin-top:6px;}
.mt7{ margin-top:7px;}
.mt8{ margin-top:8px;}
.mt9{ margin-top:9px;}
.mt10{margin-top:10px;}
.mt11{margin-top:11px;}
.mt12{ margin-top:12px;}
.mt13{ margin-top:13px;}
.mt15{margin-top:15px;}
.mt17{ margin-top:17px;}
.mt18{margin-top:18px;}
.mt20{margin-top:20px;}
.mt22{ margin-top:22px;}
.mt23{ margin-top:23px;}
.mt25{margin-top:25px;}
.mt28{margin-top:28px;}
.mt30{margin-top:30px;}
.mt32{ margin-top:32px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}
.mt45{ margin-top:45px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt95{ margin-top:95px;}
.mt140{margin-top:140px;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}

/* 行高 */
.lh_05{line-height:0.5;}
.lh_06{line-height:0.6;}
.lh_07{line-height:0.7;}
.lh_12{line-height:1.2;}
.lh_14{line-height:1.4;}
.lh_16 {line-height:1.6;}
.lh_18{ line-height:1.8;}
.lh_2{ line-height:2;}
.lh_22{ line-height:2.2;}
.lh28{line-height:28px;}
.lh30{line-height:30px;}
.lh35{line-height:35px;}
.lh38{line-height:38px;}
.lh40{line-height:40px;}
.lh50{line-height:50px;}

/*--- 图标字体 ---*/
@font-face {
    font-family: 'CEDU';
    src:  url('../fonts/CEDU.eot?3dy8qa');
    src:  url('../fonts/CEDU.eot?3dy8qa#iefix') format('embedded-opentype'),
    url('../fonts/CEDU.ttf?3dy8qa') format('truetype'),
    url('../fonts/CEDU.woff?3dy8qa') format('woff'),
    url('../fonts/CEDU.svg?3dy8qa#CEDU') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="cedu-"], [class*=" cedu-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'CEDU' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cedu-navi-home:before {
    content: "\a001";
}
.cedu-navi-sy-config:before {
    content: "\a002";
}
.cedu-navi-settings:before {
    content: "\a003";
}
.cedu-navi-training:before {
    content: "\a004";
}
.cedu-navi-user:before {
    content: "\a005";
}
.cedu-navi-achv:before {
    content: "\a006";
}
.cedu-navi-public-sy:before {
    content: "\a007";
}
.cedu-navi-finance:before {
    content: "\a008";
}
.cedu-navi-complete-crs:before {
    content: "\a009";
}
.cedu-navi-chart:before {
    content: "\a010";
}
.cedu-navi-supervise:before {
    content: "\a011";
}
.cedu-navi-message:before {
    content: "\a012";
}
.cedu-navi-mail:before {
    content: "\a013";
}
.cedu-navi-crs-rsrc:before {
    content: "\a014";
}
.cedu-navi-tch-work:before {
    content: "\a015";
}
.cedu-navi-job:before {
    content: "\a016";
}
.cedu-navi-lineTraining:before {
    content: "\a017";
}
.cedu-navi-field:before {
    content: "\a018";
}
.cedu-navi-actmana:before {
    content: "\a019";
}
.cedu-navi-actmove:before {
    content: "\a020";
}
.cedu-navi-actorgunit:before {
    content: "\a021";
}
.cedu-navi-orguser:before {
    content: "\a022";
}
.cedu-navi-teaching:before {
    content: "\a023";
}
.cedu-navi-teachingevaluationmana:before {
    content: "\a024";
}
.cedu-navi-shuangchuang:before {
    content: "\a025";
}
.cedu-navi-activityapprove:before {
    content: "\a026";
}
.cedu-navi-declaration:before {
    content: "\a027";
}
.cedu-navi-putintoeffect:before {
    content: "\a028";
}
.cedu-navi-shengyajc:before {
    content: "\a029";
}
.cedu-navi-recruit:before {
    content: "\a030";
}
.cedu-navi-report:before {
    content: "\a031";
}
.cedu-navi-financeManage:before {
    content: "\a032";
}
.cedu-navi-dorm:before {
    content: "\a033";
}
.cedu-navi-dress:before {
    content: "\a034";
}
.cedu-navi-reception:before {
    content: "\a035";
}
.cedu-navi-home2:before {
    content: "\a036";
}
.cedu-navi-show:before {
    content: "\a037";
}
.cedu-navi-settings2:before {
    content: "\a038";
}
.cedu-navi-consumer:before {
    content: "\a039";
}
.cedu-navi-teacher:before {
    content: "\a040";
}
.cedu-navi-enterprise:before {
    content: "\a041";
}
.cedu-navi-academy:before {
    content: "\a042";
}
.cedu-navi-beginClass:before {
    content: "\a043";
}
.cedu-navi-check:before {
    content: "\a044";
}
.cedu-navi-employmentGuidance:before {
    content: "\a045";
}
.cedu-navi-supervisor:before {
    content: "\a046";
}
.cedu-navi-LearningAnalysis:before {
    content: "\a047";
}
.cedu-navi-webMall:before {
    content: "\a048";
}

.cedu-navi-collapse:before {
    content: "\b001";
}
.cedu-navi-extend:before {
    content: "\b002";
}
.cedu-search:before {
    content: "\b003";
}
.cedu-delete:before {
    content: "\b004";
}
.cedu-add:before {
    content: "\b005";
}
.cedu-import:before {
    content: "\b006";
}
.cedu-export:before {
    content: "\b007";
}
.cedu-back:before {
    content: "\b008";
}
.cedu-edit:before {
    content: "\b009";
}
.cedu-time:before {
    content: "\b010";
}
.cedu-upload:before {
    content: "\b011";
}
.cedu-download:before {
    content: "\b012";
}
.cedu-link:before {
    content: "\b013";
}
.cedu-settings:before {
    content: "\b014";
}
.cedu-folder:before {
    content: "\b015";
}
.cedu-print:before {
    content: "\b016";
}
.cedu-show:before {
    content: "\b017";
}
.cedu-hide:before {
    content: "\b018";
}
.cedu-save:before {
    content: "\b019";
}
.cedu-favorite:before {
    content: "\b020";
}
.cedu-info:before {
    content: "\b021";
}
.cedu-enabled:before {
    content: "\b022";
}
.cedu-disable:before {
    content: "\b023";
}
.cedu-adjust:before {
    content: "\b024";
}
.cedu-forbidden:before {
    content: "\b025";
}
.cedu-end:before {
    content: "\b026";
}
.cedu-copy:before {
    content: "\b027";
}
.cedu-cancel:before {
    content: "\b028";
}
.cedu-complete-crs:before {
    content: "\b029";
}
.cedu-exam-form:before {
    content: "\b030";
}
.cedu-tree:before {
    content: "\b031";
}
.cedu-arrange:before {
    content: "\b032";
}
.cedu-success:before {
    content: "\b033";
}
.cedu-fail:before {
    content: "\b034";
}
.cedu-caution:before {
    content: "\b035";
}
.cedu-plan:before {
    content: "\b036";
}
.cedu-crs:before {
    content: "\b037";
}
.cedu-crs-required:before {
    content: "\b038";
}
.cedu-crs-elective:before {
    content: "\b039";
}
.cedu-progress:before {
    content: "\b040";
}
.cedu-file:before {
    content: "\b041";
}
.cedu-file-word:before {
    content: "\b042";
}
.cedu-file-excel:before {
    content: "\b043";
}
.cedu-file-ppt:before {
    content: "\b044";
}
.cedu-file-pdf:before {
    content: "\b045";
}
.cedu-file-text:before {
    content: "\b046";
}
.cedu-file-code:before {
    content: "\b047";
}
.cedu-file-archive:before {
    content: "\b048";
}
.cedu-file-audio:before {
    content: "\b049";
}

.cedu-file-video:before {
    content: "\b050";
}
.cedu-audio:before {
    content: "\b051";
}
.cedu-attachment:before {
    content: "\b052";
}
.cedu-video:before {
    content: "\b053";
}
.cedu-exam:before {
    content: "\b054";
}
.cedu-activity:before {
    content: "\b055";
}
.cedu-study:before {
    content: "\b056";
}
.cedu-user:before {
    content: "\b057";
}
.cedu-lock:before {
    content: "\b058";
}
.cedu-captcha:before {
    content: "\b059";
}
.cedu-file-empty:before {
    content: "\b060";
}
.cedu-countdown:before {
    content: "\b061";
}
.cedu-refresh:before {
    content: "\b062";
}
.cedu-classroom:before {
    content: "\b063";
}
.cedu-teacher:before {
    content: "\b064";
}
.cedu-simulation:before {
    content: "\b065";
}
.cedu-code:before {
    content: "\b066";
}
.cedu-text:before {
    content: "\b067";
}
.cedu-video2:before {
    content: "\b068";
}
.cedu-courseTutoring:before {
    content: "\b069";
}
.cedu-curriculumDesign:before {
    content: "\b070";
}
.cedu-loser:before {
    content: "\b071";
}
.cedu-achiever:before {
    content: "\b072";
}
.cedu-web-Courseware:before {
    content: "\b073";
}
.cedu-anyTime-test:before {
    content: "\b074";
}
.cedu-simple-test:before {
    content: "\b075";
}
.cedu-subject-discussion:before {
    content: "\b076";
}
.cedu-proposition-busywork:before {
    content: "\b077";
}
.cedu-broadcast-activities:before {
    content: "\b078";
}


.cedu-proposition-homework:before {
    content: "\c001";
}
.cedu-self-proposition-homework:before {
    content: "\c002";
}
.cedu-share-discussion:before {
    content: "\c003";
}
.cedu-wiki:before {
    content: "\c004";
}
.cedu-grinding-course:before {
    content: "\c005";
}
.cedu-video-interlocution:before {
    content: "\c006";
}
.cedu-debate:before {
    content: "\c007";
}
.cedu-questionnaire:before {
    content: "\c008";
}
.cedu-discussion:before {
    content: "\c009";
}
.cedu-activities:before {    /*cedu-activity*/
    content: "\c010";
}
.cedu-online-exam:before {
    content: "\c011";
}
.cedu-groupwiki:before {
    content: "\c012";
}
.cedu-groupdiscussion-share:before {
    content: "\c013";
}
.cedu-group-discussion:before {
    content: "\c014";
}
.cedu-Sofa:before {
    content: "\c015";
}
.cedu-FAQ2:before {
    content: "\c016";
}
.cedu-review-history:before {
    content: "\c017";
}
.cedu-left-right-structures:before {
    content: "\c018";
}
.cedu-up-down-structures:before {
    content: "\c019";
}
.cedu-pop-up:before {
    content: "\c020";
}
.cedu-Courseware:before {
    content: "\c021";
}
.cedu-Return:before {
    content: "\c022";
}
.cedu-add-child:before {
    content: "\c023";
}
.cedu-proposition-homework2:before {
    content: "\c024";
}
.cedu-QnA:before {
    content: "\c025";
}
.cedu-FAQ:before {
    content: "\c0260";
}
.cedu-unread:before {
    content: "\c027";
}
.cedu-reaad:before {
    content: "\c028";
}
.cedu-web:before {
    content: "\c029";
}
.cedu-notes:before {
    content: "\c030";
}


/* 中南接入lms 新增 */
.cedu-zn-res:before {
    content: "\d001";
}
.cedu-zn-personmeg:before {
    content: "\d002";
}
.cedu-zn-finance:before {
    content: "\d003";
}
.cedu-zn-link:before {
    content: "\d004";
}
.cedu-zn-map:before {
    content: "\d005";
}
.cedu-zn-xueji:before {
    content: "\d006";
}
.cedu-zn-download:before {
    content: "\d007";
}
.cedu-zn-statistics:before {
    content: "\d008";
}
.cedu-zn-ques:before {
    content: "\d009";
}
.cedu-zn-custom1:before {
    content: "\d010";
}
.cedu-zn-ask:before {
    content: "\d011";
}
.cedu-zn-apply:before {
    content: "\d012";
}
.cedu-zn-pause:before {
    content: "\d013";
}
.cedu-zn-play:before {
    content: "\d014";
}
.cedu-zn-phone:before {
    content: "\d015";
}
.cedu-zn-code:before {
    content: "\d016";
}
.cedu-dxres:before {
    content: "\d017";
}
.cedu-fxres:before {
    content: "\d018";
}
.cedu-onlinework:before {
    content: "\d019";
}
.cedu-offlinework:before {
    content: "\d020";
}
.cedu-zn-picture:before {
    content: "\d021";
}
.cedu-zn-audio:before {
    content: "\d022";
}

/* 学分银行项目[直角] 新增 */
.cedu-patrol-home:before {
    content: "\e001";
}
.cedu-patrol-homeHover:before {
    content: "\e002";
}
.cedu-patrol-data:before {
    content: "\e003";
}
.cedu-patrol-monitor:before {
    content: "\e004";
}
.cedu-patrol-manage:before {
    content: "\e005";
}
.cedu-patrol-edit:before {
    content: "\e006";
}
.cedu-patrol-delete:before {
    content: "\e007";
}
.cedu-patrol-enabled:before {
    content: "\e008";
}
.cedu-patrol-disable:before {
    content: "\e009";
}
.cedu-patrol-import:before {
    content: "\e010";
}
.cedu-patrol-export:before {
    content: "\e011";
}
.cedu-patrol-check:before {
    content: "\e012";
}
.cedu-patrol-audit:before {
    content: "\e013";
}
.cedu-patrol-site:before {
    content: "\e014";
}
.cedu-patrol-date:before {
    content: "\e015";
}
.cedu-patrol-time:before {
    content: "\e016";
}
.cedu-patrol-query:before {
    content: "\e017";
}
.cedu-patrol-add:before {
    content: "\e018";
}
.cedu-patrol-focus:before {
    content: "\e019";
}
.cedu-patrol-refresh:before {
    content: "\e020";
}
.cedu-patrol-attach:before {
    content: "\e021";
}
.cedu-patrol-warn:before {
    content: "\e022";
}
.cedu-patrol-tip:before {
    content: "\e023";
}
.cedu-patrol-userName:before {
    content: "\e024";
}
.cedu-patrol-passWord:before {
    content: "\e025";
}
.cedu-patrol-mobileNumber:before {
    content: "\e026";
}
.cedu-patrol-identifyCode:before {
    content: "\e027";
}
.cedu-patrol-school:before {
    content: "\e028";
}
.cedu-patrol-visible:before {
    content: "\e029";
}
.cedu-patrol-invisible:before {
    content: "\e030";
}