
body {
    font-size: 14px;
    font-family: Arial;
    color: #333;
}

.ca {
    color: #aaa;
}

.blue {
    color: #3066b3
}

.blue1 {
    color: #2f7dc8
}

/*main*/
.mainbox {
    background: #f1f1f1;
    padding-bottom: 30px;
}

/*全部分类*/

.all_assortment {
    background: #f7f7f7;
    height: 46px;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 2px #e2e2e2;
}

.all_assortment ul {
    width: 1200px;
    margin: 0 auto;
}

.all_assortment li {
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    float: left;
    font-size: 14px;
}

.all_assortment li a.c8 {
    color: #888;
}

.all_assortment li a {
    color: #333;
    font-size: 14px;
}

.all_assortment li a:hover {
    color: #ed232f;
}

.crumbs {
    height: 40px;
    line-height: 40px;
}

.main_left {
    width: 930px;
    margin-right: 5px;
}

.categrory ul, .categrory1 ul {
    width: 100%;
    padding: 18px 0;
    box-shadow: 0px 0px 2px #e3e3e3;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.categrory ul li, .categrory1 ul li {
    float: left;
    border-right: 1px dashed #ddd;
    width: 185px;
}

.categrory ul li {
    height: 74px;
    line-height: 74px;
}

.categrory1 ul li {
    height: 42px;
    line-height: 42px;
}

.categrory ul li a {
    display: block;
    width: 125px;
    padding: 0 30px;
    height: 100%;
}

.categrory1 ul li a {
    display: block;
    width: 129px;
    padding: 0 28px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.categrory1 ul li a:hover {
    color: #47ac01;
    text-decoration: underline;
}

.categrory ul li:nth-child(5n), .categrory1 ul li:nth-child(5n) {
    border-right: none;
}

/*.categrory ul li img{*/
/*margin-right:11px;*/
/*}*/
/*.categrory ul li:hover img{*/
/*-webkit-animation: swim 0.5s ;*/
/*-moz-animation:swim 0.5s ;*/
/*animation: swim 0.5s;*/
/*}*/
.categrory ul li span, .categrory1 ul li span {
    display: inline-block;
    vertical-align: middle;
}

.categrory1 ul li span {
    margin-left: 55px;
}

.cat_img {
    width: 45px;
    height: 45px;
    background: url("../image/category_sprite.png") no-repeat;
    margin-right: 11px;
}

.cat_img0 {
    background-position: 0 0;
}

.cat_img1 {
    background-position: 0 -50px;
}

.cat_img2 {
    background-position: 0 -100px;
}

.cat_img3 {
    background-position: 0 -150px;
}

.cat_img4 {
    background-position: 0 -200px;
}

.cat_img5 {
    background-position: 0 -250px;
}

.cat_img6 {
    background-position: 0 -301px;
}

.cat_img7 {
    background-position: 0 -352px;
}

.cat_img8 {
    background-position: 0 -403px;
}

.cat_img9 {
    background-position: 0 -454px;
}

.categrory ul li:hover .cat_img {
    -webkit-animation: swim 0.5s;
    -moz-animation: swim 0.5s;
    animation: swim 0.5s;
}

@keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    85% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@-moz-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    85% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@-ms-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    85% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@-webkit-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    85% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

.news_list {
    margin-top: 20px;
    padding: 0px 20px;
}

.news_list li {
    padding: 20px 0 10px 0;

}

.news_list li img {
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}

.news_list li:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.news_list li {
    border-top: none;
}

.news_list li + li {
    border-top: 1px dashed #dddddd;
}

.news_list_body {
    width: 680px;
    float: left;
}

.news_list_body_other {
    width: 100%;
}

.news_list_body h4 {
    height: 35px;
    font-weight: normal;
}

.news_list_body h4 a {
    font-size: 18px;
    color: #0056ab;
}

.news_list_body h4 a:hover {
    text-decoration: underline;
    color: #f14c39;
}

.news_list_body h4 i {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url("../image/news_sprite.png") no-repeat;
    vertical-align: middle;
}

.news_list_body h4 .top_hot {
    background-position: 0 -64px;
}

.news_list_body h4 .picked {
    background: url("../image/labe.gif") no-repeat 0 -2px;
}

.news_list_body .list_body {
    height: 70px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
    overflow: hidden;
}

.news_list_body span {
    margin-right: 20px;
}

/*page*/
.page {
    padding-top: 25px;
}

.page ul li {
    float: left;
    margin-right: 5px;
}

.page ul li a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    background: #fff;
}

.page ul li a.present {
    background: #56b02a;
    border: 1px solid #56b02a;
    font-weight: bold;
    color: #fff;
}

.page ul li a:hover {
    background: #56b02a;
    border: 1px solid #56b02a;
    font-weight: bold;
    color: #fff;
}

.page ul .pre_page, .page ul .next_page {
    padding: 0 15px;
    background: #fff url("../image/ask_sprite.png") no-repeat;
}

.page ul .pre_page:hover, .page ul .next_page:hover {
    padding: 0 15px;
    background: #56b02a url("../image/ask_sprite.png") no-repeat;
}

/*不可用*/
.page ul .pre_page {
    background-position: 5px -385px;
}

.page ul .pre_page:hover {
    background-position: 5px -530px;
}

/*可用*/
/*.page ul .pre_page{*/
/*background-position: 0px  -465px;*/
/*}*/
/*可用*/
.page ul .next_page {
    background-position: 61px -492px;
}

.page ul .next_page:hover {
    background-position: 61px -567px;
}

/*不可用*/
/*.page  ul .next_page.unuse{*/
/*background-position: 0px -429px;*/
/*}*/

/*main_right*/
.main_right {
    width: 250px;

}

.my_ask {
    width: 220px;
    padding: 24px 14px;
    background: #fff;
    box-shadow: 0px 0px 5px #bdbdbd;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.my_ask a {
    display: block;
    width: 57%;
    height: 41px;
    line-height: 41px;
    padding-left: 95px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #47ac01 url("../image/ask1.png") no-repeat 25px 2px;
}

.my_ask a:hover {
    background: rgba(71, 172, 1, 0.8) url("../image/ask1.png") no-repeat 25px 2px;
    color: #fff;
}

.gxdz {
    width: 220px;
    padding: 24px 14px 0 14px;
    background: #fff;
    box-shadow: 0px 0px 5px #bdbdbd;
    border: 1px solid #ddd;
    position: relative;
}

/*.main_right{*/
/*width:250px;*/
/*margin-left:15px;*/
/*}*/

.gxdz i {
    width: 78px;
    height: 138px;
    background: url("../image/list_went.png") no-repeat 0px 0px;
    position: absolute;
    right: 1px;
    top: -25px;

}

.gxdz h2 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.gxdz p {
    font-size: 14px;
    color: #666;
    padding-left: 30px;
    line-height: 38px;
    /*padding-top:10px;*/
    background: url("../image/ask_sprite.png") no-repeat 9px -998px;;
}

.main_right form div {
    margin-top: 10px;
    margin-left: 10px;

}

.main_right form input, .main_right form textarea {
    border: 1px solid #c1c1c1;
    font-size: 14px;
    width: 186px;
    padding: 0 10px;
    outline: none;
    border-radius: 2px;
}

.main_right form input {
    height: 34px;
    line-height: 34px;
}

.main_right form textarea {
    height: 77px;
    resize: none;
    padding-top: 10px;
}

.main_right form input.button {
    width: 208px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0;
    background: #56b02a;
    margin-bottom: 20px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.main_right form input.button:hover {
    /*filter:alpha(opacity=80);*/
    /*-moz-opacity:0.8;*/
    /*opacity:0.8;*/
    background: rgba(71, 172, 1, 0.8);
}

/*main_right start*/
.shadow {
    box-shadow: 0px 0px 2px #e3e3e3;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.main_right h3 {
    font-size: 15px;
    color: #333;
    padding-left: 25px;
    padding-bottom: 13px;
    background: url("../image/news_sprite.png") no-repeat;
}

.hot_course1, .hot_school1 {
    width: 226px;
    margin-top: 20px;
    padding: 15px 12px;
    position: relative;
}

.hot_course1 .hot_course_h2 {
    background-position: 0 1px;
}

.hot_school1 .hot_school_h2 {
    background-position: 0 -30px;
}

.hot_course1, .hot_school1 {
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
}

.hot_course1 ul, .hot_school1 ul {
    display: none;
}

.hot_course1 ul.show1, .hot_school1 ul.show1 {
    display: block;
}

.hot_course1 ul li, .hot_school1 ul li {
    padding: 15px 0;

}

.hot_course1 ul li + li, .hot_school1 ul li + li {
    border-top: 1px dashed #ddd;
}

.hot_course1 ul li .hot_course_div, .hot_school1 ul li .hot_school_div {
    height: 59px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
}

.hot_course1 ul li .hot_course_div.high, .hot_school1 ul li .hot_school_div.high {
    -webkit-transform: translate(5px, 0); /* Safari and Chrome */;
    -moz-transform: translate(5px, 0); /* IE 9 */
    transform: translate(5px, 0);
}

.hot_course_img, .hot_school_img {
    width: 91px;
    height: 57px;
    border: 1px solid #e9e6e6;
    position: relative;
    margin-right: 8px;
}

.hot_course_img img, .hot_school_img img {
    margin: 3px;
}

.hot_course_name, .hot_school_name {
    width: 120px;
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-bottom: 5px;
}

.hot_course_name a, .hot_school_name a {
    font-size: 12px;
    color: #999;
}

.hot_course_name a:hover, .hot_school_name a:hover {
    color: #ed232f;
    text-decoration: underline;
}

.hot_course_name a:hover span, .hot_school_name a:hover span {
    color: #ed232f;
}

.hot_course_name a span, .hot_school_name a span {
    font-size: 12px;
    color: #555;
}

.hot_school_name .first {
    color: #ed232f;
    text-decoration: underline;
}

.hot_course_name span a, .hot_school_name span a {
    color: #555;
    font-size: 12px;
}

.hot_course_price, .hot_school_score {
    font-size: 13px;
    color: #ff5a00;
    /*font-weight: bold;*/
    text-align: left;
}

.hot_school_score {
    font-weight: normal;
}

.hot_school_score {
    text-align: left;
    padding-left: 0;
}

.ba_btn, .ba_btn1 {
    position: absolute;
    right: 15px;
    top: 13px;
    *top: 19px; /*ie*/
}

.ba_btn a, .ba_btn1 a {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #b5b5b5;
    margin-right: 3px;
}

.ba_btn a.on, .ba_btn1 a.on {
    width: 6px;
    padding: 0 3px;
    height: 6px;
    border-radius: 2px;
    background: #56b02a;
}

/*main_right end*/

/*知道二级*/

.crumbs {
    position: relative;
    clear: both;
}

.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs i {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url("../image/list_sprite.png") no-repeat 8px -909px;
}

/*新闻详情*/

/*.news_detail{*/
/*padding: 20px;*/
/*}*/
.news_detail h3 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    height: 50px;
}

.news_detail .star {
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bbbbbb;
}

.news_detail .star a {
    color: #2f7dc8;
    font-size: 12px;
}

.news_detail .star a:hover {
    color: #ed232f;
}

.news_detail .star span {
    display: inline-block;
    background: url("../image/news_sprite.png") no-repeat;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 12px;
}

.news_detail .star .star1 {
    background-position: 0 -128px;
}

.news_detail .star .star2 {
    background-position: 0 -155px;
}

.news_detail .star .star3 {
    background-position: 0 -182px;
}

.news_detail .star .star4 {
    background-position: 0 -211px;
}

.news_detail .star .star5 {
    background-position: 0 -242px;
}

.text_content {
    margin-top: 20px;
    margin-bottom: 50px;
}

.text_content p {
    color: #666;
    line-height: 24px;
    text-indent: 25px;
}

.text_content img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.text_content h4 {
    text-indent: 25px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 14px;
}

.text_share {
    height: 45px;
    line-height: 45px;
}

.text_share .of_text {
    width: 360px;
    color: #666;
    font-size: 12px;
}

.text_share .of_text a {
    display: inline-block;
    padding: 0 10px;
    background: #7cacce;
    color: #fff;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.text_share .of_text a:hover {
    background: #61a0cd;
}

.text_share .click_zambia {
    width: 200px;
    text-align: center;
    color: #999;
}

.text_share .click_zambia i {
    display: inline-block;
    width: 26px;
    height: 30px;
    background: url("../image/news_sprite.png") no-repeat 0 -274px;
    vertical-align: middle;
}

.text_share .share {
    width: 230px;
}

#bdimgshare_1452750640310 {
    display: none !important;
}

.bdimgshare-bg {
    display: none !important;
}

.bdimgshare-content {
    display: none !important;
}

.other_content {
    padding: 10px 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    line-height: 28px;
    background: #f8f8f8;
}

.other_content a:hover {
    text-decoration: underline;
}

.guess_like h4 {
    padding-left: 15px;
    font-size: 16px;
    color: #555;
    height: 35px;
    font-weight: normal;
}

.guess_like ul {
    margin-left:-10px;
}

.guess_like li {
    width: 188px;
    height: 195px;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    float: left;
    margin-left: 12px;
    margin-bottom: 15px;
    box-sizing: unset;
}

.guess_like li img {
    width: 190px;
    height: 116px;
}

.guess_like li .like_kc {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
}

.guess_like li a.like_kc:hover {
    color: #ed232f;
    text-decoration: underline;
}

.price_popularity {
    height: 30px;
    line-height: 30px;
}

.news_other h4 {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #555;
    font-size: 16px;
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding-left: 15px;
    margin-bottom: 10px;
}

.news_other h4 a {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999;
}

.news_other li {
    width: 404px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 35px;
    background: url("../image/news_sprite.png") no-repeat 22px -302px;

}

.news_other li a {
    display: inline-block;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*全部分类*/

.hot_cate {
    padding: 20px 40px;
    border-bottom: 1px solid #e5e5e5;
}

.hot_cate span {
    display: block;
    width: 90px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.hot_cate ul {
    line-height: 30px;
    width: 1000px;
}

.hot_cate ul li {
    float: left;
    padding: 0 10px;

}

.hot_cate ul li a {
    color: #f04c56;
    font-weight: bold;
}

.hot_cate ul li a:hover {
    text-decoration: underline;
}

.cate_all {
    padding: 0 40px
}

.cate_list h3 {
    font-weight: normal;
    margin-bottom: 10px;
    height: 35px;
}

.cate_list h3 a {
    display: block;
    width: 105px;
    height: 42px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    background: url("../image/qie.png") no-repeat;
}

.cate_list h3 a:hover {
    background-position: 0 -42px;
}

.cate_list_inner {
    border-bottom: 1px dashed #ddd;
}

.cate_list_inner:hover {
    background: #f7f7f7;
}

.cate_list_inner h4 {
    height: 52px;
    line-height: 52px;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    width: 125px;
    text-align: right;
    padding-right: 30px;
    background: url(../image/sprite_header.png) no-repeat 138px -623px;
}

.cate_list_inner ul {
    width: 950px;
    padding: 10px 0;
}

.cate_list_inner li {
    float: left;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
}

.cate_list_inner li a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    color: #666;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 2px;
}

.cate_list_inner li a:hover {
    background: #f04c56;
    color: #fff;
}


