body {
    background-color:#fff;

    background-repeat:repeat-y;
    background-position:center top;
}
a:hover{
    cursor: pointer;
}
.cmain {
    color:#ff5400;
}
/* 面包屑 开始 */
.crumbs {
    height:48px;
    line-height:48px;
}
.crumbs-arrow {
    margin-left:5px;
    margin-right:5px;
}
/* 面包屑 结束 */
.type_tags {
    display:inline-block;
    margin-left:25px;
}
.type_tag {
    position:relative;
    display:inline-block;
    color:#ff5400;
    font-size:12px;
    line-height:1;
    padding:3px 40px 3px 10px;
    margin:7px 0 0 10px;
    border:1px solid #ff5400;
}
.type_tag i {
    position:absolute;
    top:-2px;
    right:6px;
    color:#a9aaae;
    font-size:22px;
    cursor:pointer;
}
.type_tag i:hover {
    color:#ff5400;
}
.type_tag i>a {
    color:#a9aaae;
}
.type_tag:hover i>a {
    color:#ff5400;
}
.clean_tags {
    display:inline-block;
    overflow:hidden;
    margin-left:20px;
    margin-top:8px;
}
.clean_tags>a {
    float:left;
    height:24px;
    padding-left:24px;
    line-height:24px;
    color:#84878c;
    background:0 -2px no-repeat url(/assets/images/course/delete.png);
    cursor:pointer;
}
.clean_tags>a:hover {
    color:#ff5400;
    background-position:0 -22px;
}

/* 左侧主体内容 开始 */
.main_left {
    width:940px;
    margin-top:20px;
}
/* 分类 开始 */
.categrory {
    padding:20px 0;
    box-shadow:0 0 3px #e3e3e3;
}
.categrory ul li {
    height:70px;
    line-height:70px;
    border-right:1px dashed #ddd;
    width:187px;
}
.categrory ul li:nth-of-type(5n),
.categrory ul li:last-child {
    border-right:none;
}
.categrory li>a {
    display:block;
    padding-left:25px;
}
/* 三级覆盖 */
.categrory li>.third-a {
    padding-left:0;
    text-align:center;
}
.cat-img {
    width:46px;
    height:46px;
    background-image:url(/assets/images/news/category.png);
    background-repeat:no-repeat;
    margin-right:10px;
    vertical-align:middle;
    border:1px solid;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.cat-txt {
    color:#888;
}
.third-cat-txt {
    color:#888;
}
.third-cat-txt:hover {
    color:#ff5400;
    text-decoration:underline;
}
.cat-img1 {
    background-position:center 0;
    border-color:#fa85ba;
}
.cat-img2 {
    background-position:center -54px;
    border-color:#79ded0;
}
.cat-img3 {
    background-position:center -110px;
    border-color:#14c9d9;
}
.cat-img4 {
    background-position:center -166px;
    border-color:#64b5f6;
}
.cat-img5 {
    background-position:center -222px;
    border-color:#fe7575;
}
.cat-img6 {
    background-position:center -275px;
    border-color:#f6baa5;
}
.cat-img7 {
    background-position:center -332px;
    border-color:#ac93e4;
}
.cat-img8 {
    background-position:center -385px;
    border-color:#f7a173;
}
.cat-img9 {
    background-position:0 -444px;
    border-color:#5ad074;
}
.cat-img10 {
    background-position:center -497px;
    border-color:#31d3b9;
}
.categrory li:hover .cat-img {
    border-color:#fff;
    background-color:#fff;
}
.categrory li:hover .cat-txt {
    color:#fff;
}
.cat-1:hover {
    background-color:#fa85ba;
}
.cat-2:hover {
    background-color:#79ded0;
}
.cat-3:hover {
    background-color:#14c9d9;
}
.cat-4:hover {
    background-color:#64b5f6;
}
.cat-5:hover {
    background-color:#fe7575;
}
.cat-6:hover {
    background-color:#f6baa5;
}
.cat-7:hover {
    background-color:#ac93e4;
}
.cat-8:hover {
    background-color:#f7a173;
}
.cat-9:hover {
    background-color:#5ad074;
}
.cat-10:hover {
    background-color:#31d3b9;
}
/* 二级分类 */
.sec-categrory li:hover .left-img {
    border-color:#fff;
    background-color:#fff;
}
.sec-categrory .left-img {
    width:46px;
    height:46px;
    margin-right:10px;
    vertical-align:middle;
    border:1px solid;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-repeat:no-repeat;
}
.sec-categrory .left-img1 {
    background-position:center 0;
}
.sec-categrory .left-img2 {
    background-position:center -46px;
}
.sec-categrory .left-img3 {
    background-position:center -92px;
}
.sec-categrory .left-img4 {
    background-position:center -138px;
}
.sec-categrory .left-img5 {
    background-position:center -184px;
}
.sec-categrory .left-img6 {
    background-position:center -230px;
}
.sec-categrory .left-img7 {
    background-position:center -276px;
}
.sec-categrory .left-img8 {
    background-position:center -322px;
}
.sec-categrory .left-img9 {
    background-position:center -368px;
}
.sec-categrory .left-img10 {
    background-position:center -414px;
}
/* 1、学习辅导 */
.sec-categrory-104 li:hover {
    background-color:#fa85ba;
}
.sec-categrory-104 .left-img {
    background-image:url(/assets/images/news/sec-01.png);
    border-color:#fa85ba;
}

/* 2、文体艺术 */
.sec-categrory-6 li:hover {
    background-color:#79ded0;
}
.sec-categrory-6 .left-img {
    background-image:url(/assets/images/news/sec-02.png);
    border-color:#79ded0;
}
/* 3、语言培训 */
.sec-categrory-2 li:hover {
    background-color:#14c9d9;
}
.sec-categrory-2 .left-img {
    background-image:url(/assets/images/news/sec-03.png);
    border-color:#14c9d9;
}
/* 4、电脑与IT */
.sec-categrory-1 li:hover {
    background-color:#64b5f6;
}
.sec-categrory-1 .left-img {
    background-image:url(/assets/images/news/sec-04.png);
    border-color:#64b5f6;
}
/* 5、职业技能 */
.sec-categrory-3 li:hover {
    background-color:#fe7575;
}
.sec-categrory-3 .left-img {
    background-image:url(/assets/images/news/sec-05.png);
    border-color:#fe7575;
}
/* 6、资格考试 */
.sec-categrory-5 li:hover {
    background-color:#f6baa5;
}
.sec-categrory-5 .left-img {
    background-image:url(/assets/images/news/sec-06.png);
    border-color:#f6baa5;
}
/* 7、企业管理 */
.sec-categrory-4 li:hover {
    background-color:#ac93e4;
}
.sec-categrory-4 .left-img {
    background-image:url(/assets/images/news/sec-07.png);
    border-color:#ac93e4;
}
/* 8、学历文凭 */
.sec-categrory-93 li:hover {
    background-color:#f7a173;
}
.sec-categrory-93 .left-img {
    background-image:url(/assets/images/news/sec-08.png);
    border-color:#f7a173;
}
/* 9、出国留学 */
.sec-categrory-105 li:hover {
    background-color:#5ad074;
}
.sec-categrory-105 .left-img {
    background-image:url(/assets/images/news/sec-09.png);
    border-color:#5ad074;
}
/* 10、远程教育 */
.sec-categrory-655 li:hover {
    background-color:#31d3b9;
}
.sec-categrory-655 .left-img {
    background-image:url(/assets/images/news/sec-10.png);
    border-color:#31d3b9;
}
/* 分类 结束 */
/* 列表 开始 */
.news-each {
    width:420px;
    border-bottom:1px solid #eee;
    margin-left:20px;
}
.news-each:hover {
    background-color:#fffcee;
}
.news-each:hover .tit-link {
    color:#ff5400;
}
.clearfix:after {
    display:block;
    content:'';
    clear:both;
}
.tit-link {
    width:250px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin-top:10px !important;
}
.news-each:nth-child(3n+1) {
    /*margin-left:0;*/
}
.news-each:first-child {
    /*padding-top:0;*/
}
.news-img-wrap {
    position:relative;
    width:180px;
    height:126px;
}
.news-img {
    display:block;
    width:180px;
    height:126px;
    box-shadow:0 0 2px #dcdcdc;
}
.news-each:hover .news-img-wrap {
    box-shadow:0 0 6px #999;
}
.jing {
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:25px;
    background-image:url(/assets/images/news/jing.png);
    font-size:14px;
    color:#fff;
    text-align:center;
}
.news-each-ri {
    overflow:hidden;
    height:40px;
}
.news-intro {
    color:#81828c;
    line-height:1.7;
    height:48px;
    overflow:hidden;
}
.mt9 {
    margin-top:9px;
}
/* 列表 结束 */

/*我的足迹*/
.footprint {margin-top:35px;}
.footprint_ul {
    margin:18px 0 18px -20px;
}
.footprint_ul > li {
    float:left;
    width:220px;
    height:210px;
    margin-left:20px;
    box-shadow:0 0 3px #dcdcdc;
}
.footprint_ul > li:hover {
    box-shadow:0 0 6px #666;
}
.footprint_ul > li:hover .footprint_title {
    color:#ff5400;
}
.footprint_box {
    font-size:14px;
    margin:10px 10px 15px;
}
.footprint_img_wrap {
    position:relative;
}
.renqi {
    position:absolute;
    left:0;
    top:0;
    padding:5px;
    line-height:1;
    color:#fff;
    background-color:rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    font-size:12px;
}
.footprint_img {
    display:block;
    width:100%;
    height:140px;
    border:1px solid #e3e3e3;
}
.footprint_img > img {
    display:block;
    width:100%;
    height:100%;
}
.footprint_title {
    margin-top:8px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color:#797c81;
}
.footprint_title > a {  color:#797c81;}

.word_free {
    color:#f16765;
}
/*我的足迹 完成*/

/* 分页 开始 */
.page {
    margin:40px 0 60px;
}
.page-list {
    text-align:center;
    margin:0 auto;
}
.page-list li {
    color:#999;
    margin-right:2px;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.page-list li a {
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:9px 13px;
    color:#999;
    line-height:1;
    border:1px solid #ddd;
}
.page-list li a.present,
.page-list li a:hover {
    color:#fff;
    background-color:#ff5400;
    border:1px solid #ff5400;
}
/* 分页 结束 */

/* 左侧主体内容 结束 */

.word_orange {color:#ff6537;}
.under-word {
    color:#999;
    margin-left:5px;
    text-decoration:line-through;
}

/* 内容 */
.mainbox {
    width:100%;
    padding-bottom:40px;
}
.main {
    width:1200px;
    margin:0 auto;
}
.crumbs {
    height:38px;
    font-size:12px;
    line-height:38px;
}
.crumbs .course_position { display:inline-block; }
.course_position a {
    color:#333;
}

/* 左 */
.main_left {
    width:940px;
    margin-top:20px;
}
/* 筛选排序方式 */
.zhpx {
    height:auto;
    border:1px solid #e8e8e8;
    background:#f5f5f5;
}
.zhpx > span {
    float:left;
    display:inline-block;
    height:20px;
    line-height:20px;
    font-size:12px;
    color:#666;
    padding:10px 33px;
    margin-right:0;
    background-color:#fff;
    border-right:1px solid #eaeceb;
}
.zhpx ul {
    float:left;
    width:auto;
}
.zhpx ul li {
    float:left;
    height:20px;
    line-height:20px;
    _line-height:19px;
    padding:10px 33px;
    margin-bottom:0;
    cursor:pointer;
    position:relative;
}
.zhpx ul li a {
    font-size:12px;
    color:#666;
}
.zhpx ul li.highlight a {  color:#ff5400; }

/* 分页 */
.page {
    margin:40px 0 60px;
}
.page-list {
    text-align:center;
    margin:0 auto;
}
.page-list li {
    color:#999;
    margin-right:2px;
    display:inline-block;
}
.page-list li a {
    display:inline-block;
    padding:9px 13px;
    color:#999;
    line-height:1;
    border:1px solid #ddd;
}
.page-list li a:hover {
    color:#fff;
    background-color:#ff5400;
}
.page-list li a.present {
    color:#fff;
    background-color:#ff5400;
    border:1px solid #ff5400;
}
/* 分页 完成 */
.resultbox {
    padding:10px;
}
.resultbox a {
    display:inline-block;
    color:#666;
}
.result,.toppage {
    vertical-align:top;
}
.result {
    margin-right:15px;
}
.result em {
    font-size:16px;
    color:#ff5400;
    font-weight:bold;
    vertical-align:baseline;
}
.pre_next {
    width:9px;
    height:15px;
    background:url(/assets/images/list_sprite.png) no-repeat;
}
.pre {
    background-position:-1px -203px;
    *background-position:-1px -206px;
}
.next {
    background-position:2px -237px;

}
.next_click {
    background-position:2px -305px;
    *background-position:2px -308px;
}
.pre_click {
    background-position:-1px -271px;
}
/* 筛选排序方式 完成 */



/*我的足迹*/
.footprint {margin-top:35px;}
.footprint_ul {
    margin:18px 0 18px -20px;
}
.footprint_ul > li {
    float:left;
    width:220px;
    height:210px;
    margin-left:20px;
    box-shadow:0 0 3px #dcdcdc;
}
.footprint_ul > li:hover {
    box-shadow:0 0 6px #666;
}
.footprint_ul > li:hover .footprint_title {
    color:#ff5400;
}
.footprint_box {
    font-size:14px;
    margin:10px 10px 15px;
}
.footprint_img_wrap {
    position:relative;
}
.renqi {
    position:absolute;
    left:0;
    top:0;
    padding:5px;
    line-height:1;
    color:#fff;
    background-color:rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    font-size:12px;
}
.footprint_img {
    display:block;
    width:100%;
    height:140px;
    border:1px solid #e3e3e3;
}
.footprint_img > img {
    display:block;
    width:100%;
    height:100%;
}
.footprint_title {
    margin-top:8px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color:#797c81;
}
.footprint_title > a {  color:#797c81;}

.word_free {
    color:#f16765;
}
/*我的足迹 完成*/

/*没有筛选结果*/
.sch_none_filter_result {
    width:375px;
    font-size:16px;
    margin:78px auto 85px;
}
.sch_none_result_img {
    display:inline-block;
}
.sch_none_result_tip {
    color:#666;
    line-height:1.5;
    margin:40px 0 0 114px;
}
/*没有筛选结果 完成*/

.category-box a:hover {
    color:#ff5400;
}

.course_bread{
    position: relative;
    border: 1px solid #E7E7E7;
}
.course_bread a:hover{
    color: #ff5400;
}
.course_bread_span{
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    min-width: 40px;
    color: #333;
}
.course_bread_triangle{
    position: absolute;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    top: 3px;
    right: 10px;
}
.course_bread_list{
    position: absolute;
    top: 17px;
    left: -1px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    z-index: 1000;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.course_bread_list a{
    display: block;
    color: #666;
    width: 100%;
    height: 22px;
    line-height: 22px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}


/* 新闻中心 开始 */
.news-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.news-title-name {
    font-size: 18px;
    line-height: 1;
    color: #666;
}

.news-title-more {
    margin-top: 8px;
    line-height: 1;
}
.mar_btm{
    margin-bottom: 60px;
}

.news-ul{
    width: 25%;
    height: 300px;
    margin-top: 22px;
    padding: 10px 15px 0 15px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.news-ul h2 {
    margin-bottom: 15px;
}

.news-li {
    height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.news-li:hover .news-li-lf {
    background-position: 0 7px;
    color: #ff5400;
}

.news-li:hover .limt-w {
    color: #ff5400;
}

.news-li:hover .news-li-ri {
    color: #ff5400;
}

.news-li-lf {
    position: relative;
    background-image: url(/assets/images/index/squre-dot.png);
    background-repeat: no-repeat;
    background-position: 0 -24px;
    padding-left: 10px;
    /*margin-left: 30px;*/
    width: 80%;
}

.news-li-link {
    position: relative;
}

.limt-w {
    max-width: 200px;
}

.hot {
    position: absolute;
    top: -2px;
    right: -30px;
    padding: 1px 4px;
    background-color: #ff9900;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.new {
    position: absolute;
    top: -2px;
    right: -35px;
    padding: 1px 4px;
    background-color: #f16765;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.news-li-ri {
    /*margin-right: 30px;*/
}
.marg{
    margin-bottom: 40px;
}
.catesel a:hover{
    color: #FE7E3D;
}

.mai_right{
    width: 240px;
}