/*for screen width > 1400*/
@media (min-width: 100px) {
    ul.source_list li{
        width: 190px;
        height: 254px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    ul.source_list li a{
        width:190px;
        height: 238px;
    }
    .right_big_btn a {
        width: 148px;
        height: 98px;
    }
    .right_big_btn a.btn_sci{
        background-position: 15px 15px;
    }
    .right_big_btn a.btn_tec{
        background-position: 15px -85px;
    }
    .right_big_btn a.btn_eng{
        background-position: 15px -185px;
    }
    .right_big_btn a.btn_math{
        background-position: 15px -285px;
    }
    .right_small_btn a{
        width: 100px;
    }
    /*page activity*/
    #slider_3{
        height: 350px;
    }
    .shadow_left,.shadow_right{
        height: 350px;
    }
    .act_nav_top li {
        float: left;
        overflow: hidden;
        margin-right: 17px;
        text-align: center;
        width: 227px;
    }
    .act_nav_top li a{
        display: block;
        padding: 30px 0;
        color: #fff;
        font-size: 16px;
    }
    .act_list dl dt{
        width: 218px;
        height: 158px;
    }
    .act_list dl dd{
        float: right;
        width: 72%;
    }
    .ul_img ul li a{
        width: 68%;
    }
    /*课程*/
    ul.class_item li{
        width: 283px;
    }
    ul.class_item li a img.item{
        height: 143px;
    }
    .class_item li img.user_icon{
        top: 120px;
    }
    /*活动详情*/
    .inform_detail .detail{
        width: 660px;
        padding-bottom: 26px;
    }
    ul.act_data_list li{
        width: 409px;
    }
}

/*for screen width < 1400*/
/*@media (max-width: 1399px) {*/
    /*ul.source_list li{*/
        /*width: 170px;*/
        /*height: 228px;*/
        /*float: left;*/
        /*margin-right: 10px;*/
        /*margin-bottom: 0;*/
    /*}*/
    /*ul.source_list li a{*/
        /*width:170px;*/
        /*height: 213px;*/
    /*}*/
    /*.right_big_btn a {*/
        /*width: 123px;*/
        /*height: 88px;*/
    /*}*/
    /*.right_big_btn a.btn_sci{*/
        /*background-position: 5px 15px;*/
    /*}*/
    /*.right_big_btn a.btn_tec{*/
        /*background-position: 5px -85px;*/
    /*}*/
    /*.right_big_btn a.btn_eng{*/
        /*background-position: 5px -185px;*/
    /*}*/
    /*.right_big_btn a.btn_math{*/
        /*background-position: 5px -285px;*/
    /*}*/
    /*.right_small_btn a{*/
        /*width: 82px;*/
    /*}*/
    /*page activity*/
    /*#slider_3{*/
        /*height: 292px;*/
    /*}*/
    /*#slider_3 img.sliderImg{*/
        /*width: 100%;*/
        /*height: 100%;*/
    /*}*/
    /*.shadow_left,.shadow_right{*/
        /*height: 292px;*/
    /*}*/
    /*.act_nav_top li {*/
        /*float: left;*/
        /*overflow: hidden;*/
        /*margin-right: 10px;*/
        /*text-align: center;*/
        /*width: 192px;*/
    /*}*/
    /*.act_nav_top li a{*/
        /*display: block;*/
        /*padding: 30px 0;*/
        /*color: #fff;*/
        /*font-size: 14px;*/
    /*}*/
    /*.act_list dl dt{*/
        /*width: 193px;*/
        /*height: 140px;*/
    /*}*/
    /*.act_list dl dd{*/
        /*float: right;*/
        /*width: 69%;*/
    /*}*/
    /*.ul_img ul li a{*/
        /*width: 62%;*/
        /*font-size: 13px;*/
    /*}*/
    /*课程*/
    /*ul.class_item li{*/
        /*width: 233px;*/
    /*}*/
    /*ul.class_item li a img.item{*/
        /*height: 123px;*/
    /*}*/
    /*.class_item li img.user_icon{*/
        /*top: 100px;*/
    /*}*/
    /*活动详情*/
    /*.inform_detail .detail{*/
        /*width: 460px;*/
        /*padding-bottom: 35px;*/
    /*}*/
    /*ul.act_data_list li{*/
        /*width: 338px;*/
        /*font-size: 12px;*/
    /*}*/
/*}*/
/*page > newsDetail*/
.news_detail_nav > a{
    color: #666;
    margin-right: 5px;
}
.newsDetail{
    margin-top: 10px;
    margin-right:20px ;
    color: #333;
}
.newsDetail h2{
    text-align: center;
    font-weight: normal;
    line-height: 60px;
    color: #444;
}
.newsDetail .pubTime{
    margin-left: 50px;
    font-size: 13px;
}
.newsDetail .toolBar{
    color: #666;
    float: right;
}
.newsDetail .toolBar i{
    cursor: pointer;
    font-size: 16px;
}
.newsDetail .toolBar i:hover{
    color: #999;
}

.hr_line_2{
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #aaa;
    margin:5px auto 20px;
}
.newsPre{
    float: right;
}

.newsPre a{
    color: #444;
    font-size: 16px;
    margin-left: 10px;
    padding: 6px 10px;
    border-radius: 10px;
}
.newsPre a i{
    font-size: 20px;
}
.newsPre a.read{
    color: #7fcb8a;
    border: 1px solid #7fcb8a;
}
.newsPre a.read:hover{
    color: #ffffff;
    background: #7fcb8a;
}
.newsPre a.recommend{
    color: #4e9ee3;
    border: 1px solid #4e9ee3;
}
.newsPre a.recommend:hover{
    color: #ffffff;
    background: #4e9ee3;
}
.newsPre a.comment{
    color: #ec9c69;
    border: 1px solid #ec9c69;
}
.newsPre a.comment:hover{
    color: #ffffff;
    background: #ec9c69;
}

.newsContent{
    padding-top: 25px;
    font-size: 16px;
    position: relative;
}
.newsContent p{
    line-height: 30px;
    text-indent: 2em;
}

.newsContent img{
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 400px;

}

.newsAddon{
    position: relative;
    margin-top: 80px;
}

.newsAddon var{
    float: right;
}
.newsAddon i a{
    background-color: #f0f0f0;
    padding: 3px 4px;
    margin-left: 5px;
}
.newsAddon .news_PreNext{
    clear: both;
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
    padding:5px 10px;
    margin: 10px auto;
}

/*comment box*/
.newsCommentBox{
    float: left;
    width: 98%;
}
.hr_line_3{
    padding: 5px;
    font-size: 18px;
    background: url("../images/line_2.png") left bottom no-repeat;
}

.user_ico{
    width: 5%;
    float: left;
}
.user_ico img{
    width: 40px;
    height: 40px;
}

.user_comment{
    width: 93%;
    float: right;
    margin-left: 10px;
}
.user_comment textarea{
    border:1px solid #74beff;
    display: block;
    resize: none;
    float: right;
    width: 99%;
    height: 100px;
}
.user_comment a[class^=user_]{
    float: left;
    font-size: 16px;
    padding:8px 10px 8px 40px;
    border: 1px solid #aaa;
    margin-top: 5px;
    margin-right: 10px;
    background: url("../images/iconArticle.png") no-repeat;
}
.user_comment .btn_user_share{
    font-size: 16px;
    border-style: none;
    padding: 10px 10px;
    float: right;
    color: #ffffff;
    background-color: #74beff;
    outline:none;
    margin-top: -1px;
    cursor: pointer;
}

.user_comment a.user_reg{
    background-position: -137px -52px;
}
.user_comment a.user_soc{
    background-position: -137px -92px;
}
.user_comment a.user_any{
    background-position: -137px -132px;
}

.newsMessageBox{
    float: left;
    width: 98%;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px dashed #ddd;
}
.user_message{
    width: 93%;
    float: right;
    margin-left: 10px;

}
.user_message .user_name{
    font-size: 13px;
    color: #00b3ee;
}
.user_message .user_pubTime{
    margin-left: 10px;
    color: #999;
    font-size: 13px;
}
.user_message .user_vote{
    float: right;
    color: #676767;
}
.user_vote i:hover{
    cursor: pointer;
    color: #00b3ee;
}

/*page > resource*/


#src_banner ul li{
    width: 25%;
    float: left;
}
#src_banner ul li a{
    overflow: hidden;
    position: relative;
}

/*resource left list*/

ul.source_list.recommend li{
    background: url("../images/resource/book_shadow.png") bottom center no-repeat;
}
ul.source_list li a{
    display: block;
    position: relative;
    overflow: hidden;

}
ul.source_list li a img.book_face{
    width:100%;
    height: 100%;
}

/*ul.source_list li i.book_tag1{*/
    /*background-image: url("../images/resource/book_tag.png");*/
    /*display: block;*/
    /*text-align: center;*/
    /*z-index: 10;*/
    /*width: 25px;*/
    /*height: 70px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*overflow: hidden;*/
    /*color: white;*/
    /*line-height: 32px;*/
/*}*/
ul.source_list li i.book_tag1{
    width: 20px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00a900;
    color: #fff;
    text-align: center;
    overflow: visible;
    line-height: 1.6em;
    word-break: break-all;
    letter-spacing: 5px;
}
ul.source_list li i.book_tag3{
    background-color: #00a900;
    display: block;
    color: #ffffff;
    height: 25px;
    width: 65px;
    line-height: 25px;
    margin-right: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
ul.source_list li i.book_tag3 span[class*=icon-]{
    margin-right: 5px;
}
ul.source_list li i.book_tag1:before{
    width: 0;
    height: 0;
    position: absolute;
    content: " ";
    display: block;
    border-top: 10px solid #00a900;
    border-left: 12px solid transparent;
    border-right: none;
    border-bottom: none;
    bottom: -9px;
    right: 0;
}
ul.source_list li i.book_tag1:after{
    width: 0;
    height: 0;
    position: absolute;
    content: " ";
    display: block;
    border-top: 10px solid #00a900;
    border-right: 12px solid transparent;
    border-left: none;
    border-bottom: none;
    bottom: -9px;
    left: 0;
}
ul.source_list i.book_tag2{
    background-image: url("../images/resource/book_tag.png");
    background-position: 0 -200px;
    display: block;
    z-index: 21;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.source_list.recommend i.book_tag2{
    background-position: 0 -100px;
}

.book_tag_top{
    position: absolute;
    font-size: 14px;
    color: #fff;
    background-color: #248aff;
    top: 5px;
    left: -18px;
    width: 70px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    transform: rotate(-45deg);
    letter-spacing: 0;
}


/*resource right list */
.search_box{

}
.search_box input[type=text]{
    display: block;
    height: 32px;
    width: 83%;
    border: 1px solid #AAAAAA;
    float: right;
}
.search_box .search_btn{
    display: block;
    width: 15%;
    height: 32px;
    border: 1px solid #008ed8;
    text-align: center;
    float: right;
    background: #008ed8 url("../images/resource/search.png") no-repeat center center;
}
.search_box .tips{
    clear: both;
    padding: 5px 0 10px 8px;
}
.search_box .tips a{
    margin-right: 16px;
    color: #666;
}
.right_big_btn,.right_small_btn{
    clear: both;
    overflow: hidden;
    float: left;
}
.right_big_btn a{
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    margin-bottom: 10px;
    background-image:  url("../images/resource/right_top_btn.png");
    background-repeat: no-repeat;
}
.right_big_btn a:hover,.right_small_btn a:hover{
    background-color: #62b651;
    color: white;
}
.right_small_btn a{
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    text-align: center;
    float: left;
    margin-right: 2px;
    padding: 6px 0;
    font-size: 14px;
    margin-bottom: 2px;
}
.right_ul_btn ul{
    overflow: hidden;
}
.right_ul_btn{
    float: left;
    overflow: hidden;
    width: 100%;

}

.right_ul_btn .first_dir a[class*=btn_col]{
    display: block;
    background-color: #f3f3f3;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 8px 0;
    font-size: 15px;
    background-image: url("../images/resource/ul_list_bg.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.right_ul_btn .first_dir a[class*=btn_col] i[class*=icon-angle]{
    font-size:20px;
    float: right;
    margin-right: 20px;
}
.right_ul_btn .first_dir li:first-child a.btn_col_read{
    border: none;
    border-bottom: 1px solid #dadada;
    background-position: 0 0;
}
.itme-link li{
    height: 50px;
    width: 312px;
    margin-bottom: 15px;
}
.itme-link li a{
    display: block;
}
.itme-link li img{
    width: 100%;
    height: 100%;
}
a.btn_col_video{
    background-position: 0 -100px;
}
a.btn_col_net{
    background-position: 0 -200px;
}
a.btn_col_app{
    background-position: 0 -300px;
}
a.btn_col_org{
    background-position: 0 -400px;
}
a.btn_col_people{
    background-position: 0 -500px;
}
a.btn_col_join{
    background-position: 0 -600px;
}
.first_dir{
    border: 1px solid #dadada;
}
.right_ul_btn .first_dir li{
    overflow: hidden;
    text-indent: 20px;
}
.right_ul_btn .first_dir li ul li{
    text-indent: 0;
}
.right_ul_btn .second_dir li{
    display: block;
    float: left;
    width: 49.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
}
.right_ul_btn .second_dir{
    width: 100%;
    margin: 0 auto;
    display: none;
}
.right_ul_btn .second_dir li a{
    padding:6px 20px;

}
.right_ul_btn .second_dir li a:hover,.right_ul_btn .second_dir li.current a,.right_ul_btn .second_dir li a.current{
    background-color: #62b651;
    color: white;
}

/*page activity*/
#slider_3{
    overflow: visible;
}
#slider_3 .owl-wrapper-outer{
    overflow: visible;
}
.shadow_left,.shadow_right{
    width: 200px;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    z-index: 20;
}
.shadow_left{
    left: 0;
}
.shadow_right{
    right: 0;
}
.owl-buttons .owl-prev{
    padding: 0;
    position: absolute;
    left: -75px;
    bottom:40%;
    z-index:30;
    width: 60px;
    height: 72px;
    background: url("../images/activity/arrow.png") 0 0 no-repeat;
}
.owl-buttons .owl-next{
    padding: 0;
    position: absolute;
    right: -75px;
    bottom:45%;
    z-index:30;
    width: 60px;
    height: 72px;
    background: url("../images/activity/arrow.png") 0 -72px no-repeat;
}
.sliderBg{
    background: url("../images/activity/sliderbg.png");
}
h1.itemTitle{
    font-weight: normal;
    font-size: 18px;
}

.act_nav_top li a{
    transition: all ease 0.5s;
}
.act_nav_top li:hover{
    background-color: #f7ab00;
}
#act_nav_top_bg{
    margin-top: 20px;
    margin-bottom: 20px;
}

.act_nav_top{
    width: 105%;
    overflow: hidden;
}
/*2017-1-19add luqian*/
.act_nav_top.TheNew li{
    width: 188px;
}
.act_nav_top.for_class.TheNew li.fx{
    background-position: 20px 8px;
}
.act_nav_top.for_class.TheNew li.kf{
    background-position: 20px -60px;
}
.act_nav_top.for_class.TheNew li.zz{
    background-position: 20px -120px;
}
.act_nav_top.for_class.TheNew li.expert{
    background-position: 20px -197px;
}
.act_nav_top.for_class.TheNew li.color6{
    background: #f2c81f url("../images/school-student-ico.png") no-repeat 20px 14px/320px 45px;
}
.act_nav_top.for_class.TheNew li.color5{
    background-image: url("../images/school-student-ico.png");
    background-repeat: no-repeat;
    background-position: -265px 12px;
    -webkit-background-size:320px 45px;
    background-size:320px 45px;
}
.act_nav_top.TheNew li a{
    padding: 25px 0;
}
/*********************/
.act_nav_top.for_class li a{
    text-indent: 20px;
}
.act_list dl{
    font-size: 13px;
    clear: both;
    float: left;
    display: block;
    width: 98%;
    color: #555;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}
.act_list dl dt{
    float: left;
    display: block;
}
.act_list dl dt a,.act_list dl dt img{
    width: 100%;
    height: 100%;
}
.act_list dl dt img:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.act_list dd h1{
    line-height: 18px;
    margin-bottom: 10px;
}
.act_list dd h1 a{
    color: #107edf;
    font-size: 18px;
    font-weight: normal;
}
.act_list dd h1 a:hover{
    color: #8a36aa;
}
.act_list dd p{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}
.act_list dd div.tags{
    margin-bottom: 20px;
    overflow: hidden;
}
.act_list dd div.tags span:first-child{
    float: left;
}
.act_list dd div.tags span:first-child a{
    margin-right: 6px;
}
.act_list dd div.tags span.icons{
    float: right;
}
.act_list dd div.tags span.icons a{
    font-size: 14px;
    color: #62c36f;
    margin-left: 15px;
}
.act_list dd div.addon{
    display: block;
    clear: both;
    overflow: hidden;
}
.act_list div.detail_1{
    float: left;
    width: 380px;
}
.act_list div.detail_1 i{
    display: inline-block;
   font-size: 18px;
    width: 20px;
}
.act_list div.detail_1 i.icon-time{
   color: #eb8b52;
}
.act_list div.detail_1 i.icon-map-marker{
    color: #63b5e5;
}
.act_list div.detail_1 i.icon-location-arrow{
    color: #bd84e3;
}
.act_list div.detail_1 p{
    font-size: 14px;
    margin-bottom: 10px;
}
.act_list div.detail_2{
    width: 160px;
    /*height: 60px;*/
    float: right;
    background-color: #f7ab00;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
}
.act_list div.detail_2 p{
    font-size: 16px;
    margin-bottom: 15px;
}
.act_list div.detail_2 p span{
    font-size: 18px;
}

.ul_img ul li img{
    float: left;
    margin-right: 10px;
    width: 85px;
    height: 56px;
    display: inline-block;
}
.ul_img ul li{
    overflow: hidden;
    margin-bottom: 20px;
}
.ul_img ul li a{
    display: block;
    float: left;
    line-height: 26px;
    color: #000000;
}
/*jbox logform*/
.logForm_fixed{
    padding: 30px 90px 10px;
    width: 330px;
    height: 320px;
    display: none;
}
.logForm_fixed h2{
    text-align: center;
    letter-spacing: 5px;
}
.logForm_fixed a{
    color: #666;
}
.logForm_fixed a:hover,.logForm_fixed a.current{
    color: #2a9bd5;
}
.logForm_fixed .community{
    background-color: #f1f1f1;
    overflow: hidden;
    margin-bottom: 15px;
}
.community a[class^=L_]{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-left: 5px;
    background: url("../images/communityIco.png");
}
.community a.L_weibo{
    background-position: 0 -2px;
}
.community a.L_tencent{
    background-position: 0 -40px;
}
.community a.L_douban{
    background-position: 0 -78px;
}
.community a.L_renren{
    background-position: 0 -122px;
}
.logForm_fixed .community span{
    color: #333;
    padding: 8px 5px;
}
.logForm_fixed input{
    border: 1px solid #ddd;
    height: 33px;
    width: 100%;
}
.logForm_fixed input.code{
    width: 240px;
}
.logForm_fixed img.code{
    width: 78px;
    height: 32px;
    margin-left: 10px;
    float: right;
    display: inline-block;
}
.logForm_fixed img.last{
    margin-top: 10px;
}
.input_div{
    margin:10px auto;
    height: 35px;
}
a.log_btn{
    text-align: center;
    display: block;
    padding: 6px 0;
    background-color: #299cd5;
    color: #fff;
}
a.log_btn:hover{
    color: #f6ff29;
}
.reg_pass{
    margin-top: 5px;
}
.reg_pass .reg{
    float: right;
}
.logForm_fixed a[class$=_log]{
    cursor: pointer;
}
.input_ano{
    margin-bottom: 10px;
    display: none;
}
.input_ano .ano_name{
    display: inline-block;
    width: 120px;
    margin-right: 10px;
}
.input_ano .code2{
    display: inline-block;
    width: 100px;
}
.input_div{
    overflow:visible;
    position: relative;
}
.input_div label{
    position: absolute;
    left: 10px;
    font-size: 15px;
    color: #888;
    bottom: 8px;
}
.user_bg{
    height: 473px;
    background: url("../images/userBg.png") top center;
}
.log_box{
    padding:10px;
    float: right;
    margin-right: 10%;
    margin-top: 100px;
    background-color: #fff;
}
ul.class_item li{
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 15px;
    height: 283px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
ul.class_item li:hover{
    box-shadow: 0 5px 5px #999;
    margin-top: -5px;
    padding-bottom: 35px;
}
ul.class_item li a{
    width: 100%;
    height: 100%;
    color: #444;
}
ul.class_item li a:hover{
    color: inherit;
    cursor: pointer;
}
ul.class_item li a img.item{
    display: block;
    width: 100%;
}
ul.class_item li .item_inner{
    width: 90%;
    margin: 5px auto 0;
}
ul.class_item li .item_inner .teacher{
    text-indent: 70px;
    font-size: 16px;
}
ul.class_item li .item_inner .teacher_loc{
    text-indent: 70px;
    font-size: 12px;
    line-height: 25px;
    color: #888;
    border-bottom: 1px solid #ddd;
}
ul.class_item li .item_inner h1{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #0f75bd;
    line-height: 34px;
}
.item_inner i[class^=icon-]{
    display: inline-block;
    width: 12px;
}
.class_item .tag{
    width: 52px;
    height: 26px;
    background: url("../images/tag_1.png");
    position: absolute;
    top: 5px;
    left: -5px;
    color: #fff;
    text-indent: 10px;
}
.class_item li img.user_icon{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    border: 2px solid #fff;
}
.class_item .last_day{
    display: inline-block;
    background-color: #1caaea;
    color: #fff;
    padding: 6px 4px 6px 12px;
    position: absolute;
    right: 0;
    bottom: 8px;
    border-radius: 5px 0 0 5px;
}
.more_list{
    display: inline-block;
    padding:5px;
    border: 1px solid #ddd;
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
}
.act_list{
    overflow: hidden;
}
.act_list ul.class_item{
    overflow: hidden;
}
.act_nav_top.for_class li{
    background-image: url("../images/nav_2_ico.png");
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
}
.act_nav_top.for_class li:hover{
    background-color: #f7ab00;
}
.act_nav_top.for_class li.fx{
    background-position: 30px 15px;
}
.act_nav_top.for_class li.kf{
    background-position:30px -53px;
}
.act_nav_top.for_class li.zz{
    background-position:  30px -120px;;
}
.act_nav_top.for_class li.nd{
    background-position: 30px -53px;
}
.act_nav_top.for_class li.hz{
    background-position: 30px -190px;
}
.act_nav_top.for_class li.expert{
    background-position: 30px -190px;
}
.nav_hor{
    padding: 15px 0 15px;
}
.nav_hor a{
    color: #666;
}
.inform_detail{
    position: relative;
    overflow: hidden;
    min-height:400px;
}

.inform_detail a.pic{
    display: block;
    width: 460px;
    position: relative;
    overflow: visible;
}
.inform_detail .pic .tags-1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(21, 134, 226, 0.8);
    border: 2px solid #1586e2;
    color: #fff;
    text-align: center;
    /*box-shadow: 2px 2px 2px #999;*/
    font-size: 16px;
}

.inform_detail a.pic img{
    width: 100%;
    height: 347px;
}
.inform_detail a.pic .info{
    line-height: 40px;
    text-indent: 20px;
    background-color: #f0f0f0;
    font-size: 12px;
    color: #666;
}
.inform_detail  .info span{
    color: #0f75bd;
    margin: 0 5px;
}

.inform_detail .detail h1{
    font-weight: normal;
    font-size: 20px;
    color: #0f75bd;
    line-height: 30px;
}
.inform_detail .detail .sub-title{
    font-weight: normal;
    font-size: 18px;
    color: #0f75bd;
    line-height: 26px;
    text-indent: 2em;
}
.inform_detail .detail .item{
    display: inline-block;
    width: 300px;
    line-height: 2em;
    vertical-align: top;
}
.inform_detail .detail .item .key{
    display: inline-block;
    width: 75px;
    text-align: left;
    color: #999;
    float: left;
}
.inform_detail .detail .item .value{
    float: none;
    margin-left: 76px;
    display: block;
}
.inform_detail .detail p{
    text-indent: 2em;
    color: #666;
    font-size: 13px;
}
.inform_detail .detail .info{
    line-height: 28px;
    font-size: 13px;
}
.inform_detail .detail .info i[class^=icon-]{
    display: inline-block;
    width: 15px;
    color: #888;
    font-size: 16px;
}
.inform_detail .enter{
    position: absolute;
    bottom: 0;
    right: 0;
}
.share_box,.share_box1{
    margin: 20px 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    position: relative;
    line-height: 30px;
}
.share_box1{
    position: relative;
}
.share_box1 .ph-box{
    position: absolute;
    top: 44px;
    left: 75%;
    width: 250px;
    height: auto;
    background: #ffffff;
    z-index: 1000;
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
    display: none;
}
.share_box1 .ph-item,.share_box1 .ph-item-show{
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.ph-item .ss,.ph-item-show .ss{
    height: 30px;
    width: 22px;
    margin-right: 5px;
    background: url("../images/star.png") no-repeat 0px -51px;
    cursor: pointer;
}
.ph-item .ss .left,.ph-item-show .ss .left{
    width: 50%;
    height: 100%;
}
.ph-item .ss .right,.ph-item-show .ss .right{
    width: 50%;
    height: 100%;
}
.ph-item .count,.ph-item-show .count{
    height: 30px;
    color: orange;
    margin-left: 5px;
}
.share_box a{
    font-size: 12px;
    margin-right: 15px;
    /*color: #888;*/
}
.share_box a:hover{
    color: #158ae8;
}
.share_box a i[class^=icon-]{
    font-size: 17px;
}
.share_box .bshare-custom span{
   font-size: 12px;
    color: #888;
}
.color888 a{
    color:#888;
}

div.tags  a{
    display: inline-block;
    padding: 3px 5px;
    background-color: #f0f0f0;
}
div.tags a:hover{
    background-color: #1475cc;
    color: #fff;
}
.news_content{
    padding-top: 10px;
    padding-left: 10px;
}
.news_content p{
    text-indent: 0;
    margin: 10px 0;
    font-size: 15px;
}
ul.act_data_list{
    overflow: hidden;
}
ul.act_data_list.adjust{
    width: 110%;
}
ul.act_data_list li{
    list-style: inside square;
    color: #888 ;
    float: left;
    line-height: 40px;
    margin-right: 20px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    white-space: nowrap;
}
.grey_tips{
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
}
table .teacher i{
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 80px;
}
table .teacher i img{
    height: 60px;
    width: 60px;
    border-radius: 100%;
}
.news_content p{
    color: #333;
}
span.icons a,span.icons a:hover{
    background-color: #fff;
}
/*teacher page css*/
.list-inline::after
{
    clear: both;
    content: "";
    display: block;
}
.list-inline li
{
    float: left;
}
.pic-hover
{
    width: auto;
    overflow: hidden;
}
.pic-hover a
{
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pic-hover a img
{
    height: 100%;
    width: 100%;
}
.center
{
    margin: 0 auto;
}
.pic-hover li
{
    height: 255px;
    /*高度可以自定义*/
    list-style: outside none none;
    margin-right: 10px;
    /*具体布局时，适当调整*/
    width: 370px;
    /*宽度也可以自定义*/
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;

}
/*2017-1-18 luqian add*/
.pic-hover.new-expert li{
    padding: 0;
    border: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    height: 250px;
    width: 190px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 35px;
}
.pic-hover.new-expert a{
    text-align: center;
}

.pic-hover.new-expert a img{
    width: auto;
    height: 100%;
}
.pic-hover.new-expert .trans-title{
    background: rgba(0,0,0,0.6);
}
.pic-hover.new-expert .trans-title span.unit{
    display: block;
    text-align: center;
    width: 100%;
}
.pic-hover.new-expert .top-name{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    height: 25px;
    color: #ffffff;
    padding: 0 10px;
    background: #3374ce;
}
/**********************/
.trans-title
{
    background: rgba(0,0,0,0) url('../images/transImg.png') repeat-x scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    -moz-transition:bottom 0.4s linear 0.1s;
    -webkit-transition:bottom 0.4s linear 0.1s;
    -o-transition:bottom 0.4s linear 0.1s;
    transition: bottom 0.4s linear 0.1s;
}
.pic-hover a:hover .trans-title
{
    bottom: -100%;
}
.trans-title .name
{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: left;
    text-indent: 1em;
}
.trans-title .jieshao
{
    display: block;
    text-align: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shadow-big
{
    background: rgba(0, 0, 0, 0) url("../images/trans50.png") repeat scroll 0 0;
    bottom: -100%;
    color: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    -moz-transition:bottom 0.4s linear 0.1s;
    -webkit-transition:bottom 0.4s linear 0.1s;
    -o-transition:bottom 0.4s linear 0.1s;
    transition: bottom 0.4s linear 0.1s;
}
.pic-hover a:hover .shadow-big
{
    bottom: 0%;
}
.shadow-inner
{
    height: 80%;
    margin: 20px auto;
    width: 90%;
}
.shadow-inner h1
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.shadow-inner p
{
    margin-top: 20px;
    font-size: 14px;
    /*text-indent: 2em;*/
}
.pic-hover a[name="video"] .trans-title::before {
    background:url("../images/video.png") no-repeat 3px 21px;
    content: " ";
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 25px;
}
.pic-hover a[name="picture"] .trans-title::before {
    background:url("../images/picture.png") no-repeat 3px 21px;
    content: " ";
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 25px;
}
/*teacher page css over*/

.act_nav_top.teares
{
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
}
.act_nav_top.teares li
{
    float: left;
    margin-right: 10px;
}
/*pagelist css*/
.pagelist
{
    text-align: center;
}
.pagelist .disable
{
    background: #ccc;
}
.pagelist .cur
{
    background: rgb(15,117,189);
}
.pagelist .cur a
{
    color: #fff;
}
.pagelist .select
{

    padding: 0px;
    padding-top: 3px;
   height: 28px;
   width: 40px;
}
.pagelist .select select
{
    height: 28px;
    width: 40px;

}
.pagelist li
{
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
}
.pagelist li:hover
{
    background: rgb(15,117,189);
}
.pagelist li:hover a
{
    color: #fff;
}
.pagelist li.disable:hover
{
    background: #ccc;
}
.pagelist li.disable:hover a
{
    color: #555;
}
.pagelist li a
{
    color: #555;
}
.pagelist li:first-child,.pagelist li:last-child
{
    width: 100px;
}


/*pagelist css over*/
.place-item{
    position: relative;
}
.place-tt{
    width: 100%;
    background: #B7C7D4;
    height: 68px;
    line-height: 68px;
}
.place-tt span{
    display: block;
    background: #8FA6B8;
    width: 115px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.bg-trapezoid{
    border-top: 54px solid #F5F9FA;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 1170px;
    position: absolute;
    z-index:1;
    left: 0;
    top: 68px;
}
.place-item table{
    position: relative;
    z-index: 3;
    line-height: 50px;
    font-size: 16px;
}
.place-item table tr td{
    border-bottom: solid 1px #f1f1f1 ;
}
.menuRight .qShare .share{
    background-color: #fafafa;
    box-shadow: 0 2px 5px #999;
    display: none;
    height: 35px;
    left: -80px;
    padding: 1em;
    position: absolute;
    top: 80px;
    width: 228px;
    z-index: 10;
}
.menuRight .qSearch .search{
    background-color: #fafafa;
    box-shadow: 0 2px 5px #999;
    height: 35px;
    display: none;
    left: 100px;
    padding: 1em;
    position: absolute;
    top: 80px;
    width: 228px;
    z-index: 10;
}
.menuRight .qShare .share:before{
    content: " ";
    height: 0;
    width: 0;
    border:5px solid;
    border-color: transparent transparent #fafafa transparent;
    left: 45%;
    position: absolute;
    top: -10px;
}
.menuRight .qSearch .search:before{
    content: " ";
    height: 0;
    width: 0;
    border:5px solid;
    border-color: transparent transparent #fafafa transparent;
    left: 45%;
    position: absolute;
    top: -10px;
}
.menuRight .qShare .bshare-custom{
    line-height: 35px!important;
    height: 35px;
    overflow: hidden;
}
.menuRight .qShare .bshare-custom a{
    height:32px !important;
    width:32px !important;
    margin:0px!important;
    padding:0px!important;
}
.menuRight .qSearch input{
    height:30px;
    margin: 0px;
    border:1px solid #00A2E8;
    position: relative;
    top:-20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.menuRight .qSearch input[type=button]{
    padding:0px 10px;
    cursor: pointer;
}
.menuRight .qSearch input[type=text]{
    width: 160px;
    padding:0px 5px;
    padding-right: 0px;
}
.menuRight .qShare .bshare-weixin{
    background: url("../images/news/weixin.png") no-repeat center center;
}
.menuRight .qShare .bshare-sinaminiblog{
    background: url("../images/news/weibo.png") no-repeat center center;
}
.menuRight .qShare .bshare-qqim{
    background: url("../images/news/QQ.png") no-repeat center center;
}
.menuRight .qShare .bshare-qqmb{
    background: url("../images/news/txweibo.png") no-repeat center center;
}
.menuRight .qShare .bshare-kaixin001{
    background: url("../images/news/kaixin.png") no-repeat center center;
}
.menuRight .qShare .bshare-more{
    background: url("../images/news/add.png") no-repeat center center!important;
}
.container.ovv{
    overflow: visible;
}
.stars{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.stars .itemX,.stars .itemY{
    float: left;
    width: 11px;
    display: inline-block;
    overflow: hidden;
    height: 20px;
}
.stars .itemX.left,.stars .itemY.left{
    background-image: url("../images/starleft.png");
    background-repeat: no-repeat;
    background-position: 0 -25px;
}
.stars .itemX.right,.stars .itemY.right{
    background-image: url("../images/starright.png");
    background-repeat: no-repeat;
    background-position: 0 -25px;
}
.content-title{
    overflow: visible;
    height: 30px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-title .title,.content-title .title.tab.cur{
    display: inline-block;
    font-size: 18px;
    line-height: 29px;
    height: 29px;
    border-bottom: 2px solid #01a5ec;
    margin-top: 0;
    padding-left: 7px;
    padding-right: 7px;
    color: #333;

}
.content-title .title.tab{
    border-bottom: 2px solid #999;
    color: #999;
    cursor: pointer;
}
.content-title.right-well{
    height: 36px;
}
.content-title.right-well .title{
    border-bottom: 2px solid #1375ce;
    color: #1375ce;
    font-size: 19px;
    line-height: 35px;
    height: 35px;
}
.dig-total{
    color: #ea7b08;
    font-size: 16px;
}
.news_content .item{
    display: inline-block;
    width: 400px;
    clear: both;
    vertical-align: top;
}
.news_content .item .key{
    display: inline-block;
    width: 100px;
    float: left;
    text-align: right;
    color: #999;
}
.news_content .item .value{
    float: none;
    display: block;
    margin-left: 100px;
    color: #333;
}
.pic-list-item{
    display: inline-block;
    width: 205px;
    height: 160px;
    position: relative;
}
.pic-list-item img{
    width: 100%;
    height: 100%;
}
.pic-list-item .title{
    position: absolute;
    width: 200px;
    height: 30px;
    font-size: 12px;
    background-color: rgba(35, 28, 9, 0.5);
    text-align: center;
    line-height: 30px;
    color: #fff;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.table-normal{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #333;
}
.table-normal input[type=text],.table-normal input[type=password],.item input[type=text]{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.table-normal input[type=text]{
    text-indent: 5px;
    transition: all 0.3s ease 0s;
}
.table-normal select{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.table-normal textarea{
    width: 99.5%;
    resize: none;
    border: 1px solid #aaa;
    font-size: 13px;
}
.table-normal.table-simple th{
    font-weight: bold;
    line-height: 20px;
    height: 20px;
}
.table-normal.table-simple td{
    line-height: 20px;
    height: 20px;
}
.table-normal th,.table-normal td{
    height: 32px;
    font-weight: normal;
    padding: 2px 5px;
}
.th-grey th{
    background-color: #e6f1fd;
    color: #111;
}
.th-grey th,.th-grey td{
    height: 32px;
    padding: 1px 5px 1px;
    border: 1px solid #d3e1ea;
}
.th-right th{
    text-align: right;
}
.td-left td{
    text-align: left;
}
.td-center td,.td-center th{
    text-align: center;
}
td.img{
    text-align: center;
}
td.img span.title{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 200px;
}
td.img img{
    display: inline-block;
    vertical-align: middle;
}
td.left{
    text-align: left;
}
.table-normal label.tips{
    font-size: 12px;
}
.table-normal input[type=radio] + label{
    padding-right: 5px;
}
.table-normal.th-right .table-center th{
    text-align: center;
}
.normal-item{
    font-size: 14px;
    color: #333;
    line-height: 2em;
}
.choose-btn-group{
    overflow: visible;
    height: 30px;
    border-bottom: 2px solid #ddd;
}
.choose-btn-group a{
    display: inline-block;
    height: 36px;
    line-height: 30px;
    width: 48px;
    text-align: center;
    color: #999;
}
.choose-btn-group a.cur{
    color: #333;
    background: url("../images/tabbg.png") no-repeat bottom center;
}

/*评论*/
.news-comment .info {
    border-bottom: 1px solid #b8b8b8;
    color: #373737;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.news-comment .info span{
    border-bottom: 3px solid #02a5e8;
    color: #111;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -2px;
}
.comment-list .comment-box{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 1em;
}
.comment-list  .comment-box.child{
    border-bottom: none;
}
.comment-box a.fa{
    color: #888;
    font-size: 14px;
}
.comment-box a.fa:hover{
    color: #02A5E8;
}
.comment-box .face{
    width: 50px;
}
.comment-box .comment-box-innner{
    width: 92%;
    /*宽度可以根据不同项目适当调整*/
}
.comment-box .reply{
    margin-left: 60px;
    float: none;
}
.comment-box textarea{
    border: 1px solid #65b5f0;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    height: 100px;
    line-height: 22px;
    outline: medium none;
    overflow: auto;
    padding: 5px;
    resize: none;
    vertical-align: top;
    width: 100%;
}
.comment-submit{
    border: 1px solid #65B5F0;
    border-top: none;
    overflow: hidden;
    height: 40px;
}
.comment-submit .inner *{
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
input.comment-name, input.comment-pictext, input.comment-password {
    border: 1px solid #ccc;
    height: 25px;
    overflow: auto;
    resize: none;
    text-indent: 5px;
    width: 130px;
}
.comment-submit .comment-login {
    background: #0189dd none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 15px;
    transition: all 0.1s ease-in-out 0s;
}
.comment-list{
    text-align: left;
}
.reply .reply-info {
    color: #111;
    font-size: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.reply-info span{
    color: #111;
    font-size: 12px;
    margin-left: 10px;
}
.reply-text {
    color: #666;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 10px;
}
.share-box .share-add{
    height: 32px;
    line-height: 32px;
    margin: 0px 3px;
}
.share-box .share-add li a {
    border-radius: 13px;
    display: inline-block;
    height: 100%;
    opacity: 0.65;
    padding: 0 10px;
    transition: all 0.1s ease-in 0s;
}
.share-box .share-add li{
    margin-left: 10px;
}
/*评论结束*/

.feedback{
    width: 100%;
    line-height: 30px;
}
.feedback .star-red{
    color: red;
}
.cof-list .title{
    background: #dddddd;
    padding: 0px 10px;
    cursor: pointer;
}
.cof-list .title .fr i.fa{
    top: 0px;
}
.cof-list ul{
    padding-left: 25px;
}
.cof-list li{
    border-bottom:1px solid #dddddd;
}
.cof-list i.fa{
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    top: 3px;
}
.feedback .seek input[type=text]{
    width: 400px;
}
.feedback .seek input.normal{
    width: 100px;
}
.feedback .cmz-radio input{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
.feedback .cmz-radio label{
    border: 1px solid #00a0e9;
    padding: 5px 15px;
    line-height: 1.5em;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.feedback .cmz-radio label:hover{
    background-color: #54cfff;
    color: #ffffff;
}
.feedback .cmz-radio label.cur{
    background-color: #00a0e9;
    color: #ffffff;
}
.questions .fa-question-circle{
    color: #5b9bd5;
}
.answers .fa-commenting{
    color: #70ad47;
}

.blue-tips {
    background-color: #e6f1fd;
    border: 1px solid #80bdfa;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}
.feedback .questions span{
    color: #999;
}
.slider{
    margin: 0 auto;
    width: 100%;
    min-width:1200px;
}
.slider img{
    margin: 0 auto;
    width: 100%;
}
.left-menu{
    width: 292px;
    height: 380px;
    background: #f5f3f3;
    margin-top:20px;
}
.left-menu .title{
    height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #0f75bd;
    line-height: 60px;
}
.left-menu .title span{
    font-size: 22px;
}
.left-menu ul li a{
    line-height: 45px;
    padding-left:30px;
    margin:0 7px;
    display: block;
}
.left-menu ul li a i{
    float: right;
    line-height: 45px;
    color: #e5e4e4;
    font-size: 14px;
}
.left-menu ul li:hover a{
    background: #fbbc2f;
    color: #fff;
}
.left-menu ul li.current a{
    background: #f7ab00;
    color: #fff;
}
.left-menu ul li.current a i{
     color: #e5e3df;
 }
.right-con{
    margin-top: 20px;
    width: 877px;
    border-left: dashed 1px #ddd;
    min-height:550px;
    padding-left:10px;

}
.select-control{
    width: 100px;
    border: solid 1px #ddd;
    padding: 2px 5px;
}
.input-control{
    border: solid 1px #ddd;
    padding: 2px 5px;

}
.btn-search{
    padding: 3px 7px;
    background: #0e6aaa;
    color: #fff;
}
.btn-search:hover{
    color: #fff;
    opacity: 0.8;
}
.title-list{
    margin-left: 10px;
    margin-top: 20px;
}
.title-list li{
    line-height: 32px;
    margin-bottom: 5px;
    border-bottom: dashed 1px #ddd;

}
.title-list li a{
    color: #333;
}
.pic-list{
    margin-top: 20px;
    margin-left: 10px;
}
.pic-list li{
    width:30%;
    margin-right: 3%;
    margin-bottom: 10px;
    padding: 0;
    height: 200px;
}
.color-grey{
    color: #999;
}



/*问答提问页面css*/
.s_class_top{
    overflow: visible;
}
.s_class_top .search input[type=text]{
    text-indent: 1.5em;
    height: 34px;
    width: 281px;
    border: 3px solid #0f75bd;
}
.s_class_top .search input[type=button]{
    height: 40px;
    width: 80px;
    text-indent: 1.5em;
    background: #0F75BD url("../images/search.png") no-repeat 10px center;
    color: #ffffff;
    cursor: pointer;
}
.s_class_top .classify li{
    height: 40px;
    width: 130px;
    float: left;
    margin-right: 15px;
}
.s_class_top .classify li:hover{
    background-color: #f7ab00!important;
}
.s_class_top .classify li.item-1{
    background: #61c36e url("../images/item-1.png") no-repeat 25px 12px;
}
.s_class_top .classify li.item-2{
    background: #107edf url("../images/item-2.png") no-repeat 25px 14px;
}
.s_class_top .classify li.item-3{
    background: #6960d7 url("../images/item-3.png") no-repeat 25px 12px;
}
.s_class_top .classify li.item-4{
    background: #63b5e5 url("../images/item-4.png") no-repeat 20px 12px;
}
.s_class_top .classify a{
    display: block;
    color: #ffffff;
    line-height: 50px;
    text-indent: 1em;
    text-align: center;
}
.s_class_top .questions{
    display: block;
    height: 122px;
    width: 180px;
    background: url("../images/question.png") no-repeat center center;
    top: 0;
    right: 20px;
}
.question_content{
    margin-top: 30px;
    width: 840px;
}
.question_content tr{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.question_content input[type=text]{
    width: 550px;
}
.question_content input[type=radio]{
    margin-left: 20px;
    vertical-align: middle;
}
.question_content .tips{
    text-indent: 2em;
    color: #0f75bd;
    background: url("../images/tips.png") no-repeat left center;
}
div.tagsinput {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    height: 24px;
    overflow-y: auto;
    padding: 4px;
    width: 400px;
}
.tagsinput {
    position: relative;
}
.tagsinput input {
    border: medium none;
}
#content .tagsinput input:focus{
    border: none;
    box-shadow: none;
}
div.tagsinput span.tag {
    background: #cde69c none repeat scroll 0 0;
    border: 1px solid #a5d24a;
    color: #638421;
    display: block;
    float: left;
    font-family: helvetica;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}
.tagsinput input.not_valid {
    background-color: #ffb09c;
}
div.tagsinput span.tag {
    color: #638421;
    font-family: helvetica;
    font-size: 12px;
}
.question_info li{
    width: 70px;
    height: 30px;
}
.question_info.list-inline li{
    float: right;
}
.question_info li a{
    display: block;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ffffff;
}
.question_info li a.cur{
    background-color: #ffffff;
    border:1px solid #aaaaaa;
    border-bottom: none;
    position: relative;
    top: 1px;
}
.question_content .ac-points{
    width: 40px!important;
    margin-left: 20px;
}
.question_content .pic-vid{
    border:1px solid #aaaaaa;
    width: 725px;
}
.question_content .pic-vid textarea{
    border: none;
}
.question_content .pic-vid a.video-link{
    color: #0f75bd;
    font-size: 12px;
    display: block;
    text-align: left;
    line-height: 25px;
    padding-left: 20px;
    background: url("../images/video-1.png") no-repeat 0 6px;
}
.table-normal.table-inner tr{
    display: table-row;
    margin: 0px;
}
.pic-vid a.btn-blue-4.small{
    height: 18px;
    padding:3px 2px;
    line-height: 14px;
}
.pic-vid a.btn-blue-4.small.ml20{
    padding: 4px 10px 2px;
}
.inner-upload-item{
    min-height: 230px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.inner-upload-item .item{
    display: inline-block;
    height: 230px;
    width: 160px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-right: 15px;
}
.inner-upload-item img.inner-img{
    vertical-align: top;
    width: 100%;
    height: 80%;
}
/*问题列表*/
.wenda.left_content{
    padding-right: 35px;
    width: 70%;
    padding-left:5px;
}
.wenda.right_list{
    width: 24%;
}
.question-item.question-item-xq{
    border: none;
}
.question-item.question-item-xq .wtsm{
    width: 100%;
    min-height: 100px;
    border: 1px solid #BBBBBB;
    margin-top: 10px;
}
.question-item.question-item-xq .detail-xq.detail .wtsm p{
    color: #333333;
    font-size: 14px;
    text-indent: 2em;
}
.question-item{
    border-bottom: 1px dashed #CCCCCC;
    padding-top: 10px;
}
.question-item:hover{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.vote{
    width: 120px;
    text-align: center;
}
.vote a.db.img{
    height: 100px;
    width: 100px;
    border: 3px solid #e1e0e0;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
    margin: 0px auto;
}
.vote .icon-ok-circle,.vote .icon-ban-circle{
     color: #0f75bd;
    font-size: 18px;
    margin-right: 5px;
 }
.vote .yc .icon-thumbs-up,.vote .yc .icon-thumbs-down{
    color: #0f75db;
    font-size: 18px;
    margin-right: 5px;
}
.vote a:hover .icon-thumbs-up{
    bottom: 0px;
}
.vote a img{
    height: 100px;
    width: 100px;
}
.vote .info{
    white-space: nowrap;
}
.vote .yc{
    color: #666;
    margin-top: 10px;
}
.vote .yc .number{
    color: #f40707;
}
.vote .guzh.icon-plus{
    color: #ffffff;
    display: block;
    background: #0f75bd;
    width: 80%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto;
}
.question-item .detail-xq.detail{
    border: none;
    padding-left: 130px;
}
.question-item .detail-xq.detail p{
    font-size: 18px;
    color: #0f75bd;
}
.question-item .detail{
    padding-left: 120px;
    padding-bottom: 10px;
}
.border{
    border: 1px solid #eeeeee;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0px;
    position: relative;
}
.border:before{
    content: "";
    height: 0;
    width: 0;
    border-width: 5px 10px;
    position: absolute;
    border-style: solid;
    border-color: #eeeeee #eeeeee transparent transparent;
    top: -1px;
    left: -21px;
}
.border:after{
    content: "";
    height: 0;
    width: 0;
    border-width: 5px 10px;
    position: absolute;
    border-style: solid;
    border-color: #ffffff #ffffff transparent transparent;
    top: 0;
    left: -17px;
}
.answers-list .border p{
    text-indent: 2em;
    overflow: hidden;
    padding-bottom: 20px;
}
.question-item .detail .last-info{
    height: 20px;
    line-height: 20px;
}
.question-item .detail .last-info li a{
    color: #706e6e;
}
.question-item .detail .last-info li{
    position: relative;
}
.last-info .bshare-custom{
    line-height: 35px!important;
    height: 35px;
    overflow: hidden;
}
.last-info .bshare-custom a{
    display: inline-block;
    height:32px !important;
    width:32px !important;
    margin:0px!important;
    padding:0px!important;
}
.last-info .share{
    background-color: #fafafa;
    box-shadow: 0 2px 5px #999;
    display: none;
    height: 35px;
    left: -80px;
    padding: 1em;
    position: absolute;
    top: 20px;
    width: 228px;
    z-index: 10;
}
.last-info .share-prarent:hover .share{
    display: block;
}
.last-info .share:before{
    content: " ";
    height: 0;
    width: 0;
    border:5px solid;
    border-color: transparent transparent #fafafa transparent;
    left: 45%;
    position: absolute;
    top: -10px;
    z-index: 10;
}
.last-info .share:after{
    content: "";
    height: 0;
    width: 0;
    border: 5px solid;
    border-color: transparent transparent #CCCCCC transparent;
    left: 45%;
    position: absolute;
    top: -11px;
    z-index: 8;
}
.last-info .bshare-weixin{
    background: url("../images/news/weixin.png") no-repeat center center!important;
}
.last-info .bshare-sinaminiblog{
    background: url("../images/news/weibo.png") no-repeat center center!important;
}
.last-info .bshare-qqim{
    background: url("../images/news/QQ.png") no-repeat center center!important;
}
.last-info .bshare-qqmb{
    background: url("../images/news/txweibo.png") no-repeat center center!important;
}
.last-info .bshare-kaixin001{
    background: url("../images/news/kaixin.png") no-repeat center center!important;
}
.last-info .bshare-more{
    background: url("../images/news/add.png") no-repeat center center!important;
}
.question-item .detail .icon-question-sign{
    color: #0f75db;
    font-size:20px ;
    margin-right: 5px;
}
.question-item .detail .question{
    color: #333;
    font-size: 16px;
    line-height: 22px;
}
.question-item .detail .group{
    color: #444444;
}
.question-item .detail .theme-tags{
    line-height: 25px;
    color: #555555;
    margin: 10px 0px;
}
.question-item .detail .theme-tags li{
    height: 25px;
    margin-left: 10px;
}
.question-item .detail .theme-tags li a{
    color: #555;
    display: block;
    background: #f0f0f0;
    padding: 2px 12px;
}
.question-item .detail .theme-tags li a.cur,.question-item .detail .theme-tags li a:hover{
    background: #0f75bd;
    color: #ffffff;
}
.question-item .detail .theme-tags ul{
    position: relative;
    top: 4px;
}
.question-item .last-info li{
    margin-left: 5px;
}
.question-item .last-info li a{
    color: #706e6e;
}
.question-item .last-info li a:hover{
    color: #0f75db;
}
.answers-list{
    padding-left: 120px;
    color: #333333;
    min-height: 180px;
}
.answers-list.list{
    color: #666666;
}
.answers-list .total-number{
    margin-bottom: 15px;
}
.answers-list .icon-comments{
    color: #0f75db;
    font-size: 20px;
    margin-right: 10px;
}
.answers-list .tt{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.answers-list p{
    max-width: 705px;
}
.left_content .btn-blue-3.white{
    color: #ffffff;
}

/*右侧列表*/
.tw-list.que-title{
    color: #0f75bd;
    font-size: 16px;
    cursor: pointer;
    padding: 0 0;
    height: 42px;
    line-height: 28px;
}
.tw-list.que-title span{
    border:none;
    padding: 0 0;
}
.tw-list.que-title span[class*=icon-]{
    width: 25px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.tw-list.que-title span.icon{
    border-bottom:solid 2px #0f75bd;
    padding-left: 35px;
    background-image: url("../images/right_question_1.png");
    background-repeat: no-repeat;
}
.tw-list.que-title span.icon.qs1{
    background-position: 0 0;
}
.tw-list.que-title span.icon.qs2{
    background-position: 0 -60px;
}
.tw-list.que-title span.icon.qs3{
    background-position: 0 -120px;
}
.tw-list.que-title span.icon.qs4{
    background-position: 0 -180px;
}
.tw-list.que-title span.icon.qs5{
    background-position: 0 -240px;
}
.tw-list.que-title span.icon.qs6{
    background-position: 0 -300px;
}
.tw-list.que-title span.icon.qs7{
    background-position: 0 -360px;
}
.tw-list.que-title span.icon.qs8{
    background-position: 0 -420px;
}
.tw-list.que-title span.icon.qs9{
    background-position: 0 -480px;
}
.tw-list.que-title span.icon.qs10{
    background-position: 0 -540px;
}
.tw-list.que-title span.icon.qss1{
    background-position: 5px -600px;
}
.tw-list.que-title span.icon.qss2{
    background-position: 5px -360px;
}
.tw-list.que-title span.icon.qss3{
    background-position: 5px -660px;
}
.tw-list.que-title span.icon.qss4{
    background-position: 5px -720px;
}
.tw-list.que-title span.icon.qss5{
    background-position: 5px -780px;
}
.tw-list.que-title span.icon.qss6{
    background-position: 5px -840px;
}
.tw-list.que-title .icon{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    min-width: 88px;
}
.tw-list.que-title .icon img{
    vertical-align: middle;
    width: 25px;
}
.tw-list.que-title.cur .icon{
    font-size: 20px;
    position: relative;
    bottom: 1px;
}
.tw-list.que-title .idb{
    border: none;
    color: #CCCCCC;
}
.tw-list.que-list4{
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tw-list.que-list4 li{
    line-height: normal;
}
.tw-list.que-list4 li a{
    display: inline-block;
    line-height: 25px;
    max-width: 85%;
    color: #666666;
}
.tw-list.que-list4 li a:hover{
    color: #1476cf;
}
.tw-list.que-list4 .icon-thumbs-up{
    text-indent: 5px;
    line-height: 30px;
    color: #0f75db;
}


.answers-xq .hd{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCCCCC;
    background: url("../images/black-line.png") no-repeat top center;
}
.answers-xq .hd li a{
    color: #444400;
    margin-right: 10px;
    height: 40px;
    display: block;
    line-height: 50px;
    padding: 0 15px;
}
.answers-xq .hd li a.cur{
    color: #0f75bd;
    border-bottom: 2px solid #0f75bd;
}
.answers-xq .hd .number{
    color: #fb0202;
    font-size: 20px;
}
.answers-xq .answers-info{
    padding: 20px 0px;
    border-bottom: 1px solid #CCCCCC;
}
.answers-info .some-info{
    color: #666666;
    font-size: 12px;
}
.answers-info .some-info li{
    margin-right: 10px;
}
.answers-info .some-info ul{
    margin-top: 20px;
}

.res-classify{
    margin-bottom: 20px;
}
.res-classify li{
    width: 118px;
    height: 35px;
    border: 1px solid #999;
    border-right: none;
}
.res-classify li:last-child{
    border-right: 1px solid #999999;
}
.res-classify li a{
    display: block;
    line-height: 35px;
    text-align: center;
    color: #666666;
    position: relative;
}
.res-classify li a.cur{
    color: #ffffff;
    background-color: #00a900;
}

.res-classify li a.cur::after{
    content: "";
    height: 0;
    width: 0;
    border: 10px solid;
    border-color: #00a900 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.res-classify li span{
    margin-right: 10px;
}

.answer-input textarea{
    border: 1px solid #ddd;
    width: 99%;
    margin: 0 auto;
    padding: 3px;
    height: 90px;
    resize: vertical;
}
.answer-input textarea:focus{
    border-color: #1586e2;
}

/*各种提示信息*/
.tips-info {
    display: inline-block;
    color: #333;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
    border: 1px solid #5bc0de;
    /*background-color: #dffcff;*/
    background-image: url("../images/base/info.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.tips-info.no-icon {
    padding: 2px 5px;
    background-image: none;
}

.tips-error {
    display: inline-block;
    color: #333 ;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
    border: 1px solid #d9534f;
    background-color: #ffecec;
    background-image: url("../images/base/error.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.tips-error.no-icon {
    padding: 2px 5px;
    background-image: none;
}

.tips-warning {
    display: inline-block;
    color: #333;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
    border: 1px solid #f0ad4e;
    /*  background-color: #ffebb6;*/
    background-image: url("../images/base/warning.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.tips-warning.no-icon {
    padding: 2px 5px;
    background-image: none;
}

.tips-success {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: url("../images/base/success.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.tips-success.no-icon {
    padding: 2px 5px;
    background-image: none;
}

/*提示信息 end*/
a.wrap-btn{
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    width: 100%;
    color: #333;
    background-color: #fff;
    height: 20px;
}
/*点赞*/
.thumb-list li{
    display: block;
    float: left;
    margin-right: 9px;
    margin-bottom: 30px;
}
.thumb-list  li:nth-child(4n){
    margin-right: 0;
}
.thumb-list .thumb-img{
    width: 211px;
    height: 211px;
    border: solid 1px #cecece;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}
.thumb-list .thumb-img img{
    width: auto;
    height: 154px;
    margin: 10px 0;
}
.thumb-list .thumb-img p{
    height: 37px;
    line-height: 37px;
    background: #eee;
    text-align: center;
    color: #454545;
    font-size: 15px;
}
.thumb-list .thumb-img .temp{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f7ab00;
    color: #fff;
    border-radius: 0 0 0 24px;
}
.thumb-list .btn-blue{
    border: solid 1px #0f75bd;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-top: 7px;
    border-radius: 6px;
    color: #0f75bd;
    width: 48%;
}
.thumb-list .btn-blue.on, .thumb-list .btn-blue:hover{
    background: #0f75bd;
    color:#fff;
}
.icons-rank{
    background: url("../images/icon-rank.png") 0 0 no-repeat;
    width: 27px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}
.rank h2{
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    color: #0f75bd;
    font-weight: normal;
    padding-bottom: 5px;
    line-height: 24px;
}
.rank h2 span{
    border-bottom: #0f75bd solid 2px;
    padding-bottom: 5px;
}
.rank-list li{
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #454545;
    margin-top: 10px;
}
.rank-list li a{
    color: #454545;
    display:block;
    overflow: hidden;
}
.rank-list li a .txt{
    width: 196px;
    display: inline-block;
}
.rank-list li:hover a{
    color: #000;
}
.rank-list .num{
    color: #454545;
    background: #ccc;
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    margin-top: 3px;
    float: left;
    vertical-align: middle;
}
.icons-thumb-up{
    background: url("../images/icons-thumb.png") 0 -31px no-repeat;
    width: 41px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
    font-size: 16px;
    color: #666;
    float: right;
}
.rank-list li:nth-child(1) .icons-thumb-up, .rank-list li:nth-child(2) .icons-thumb-up, .rank-list li:nth-child(3) .icons-thumb-up {
    background-position: 0 5px ;
    color: #0f75bd;
}
.rank-list li:nth-child(1) .num, .rank-list li:nth-child(2) .num, .rank-list li:nth-child(3) .num {
    background: #0f75bd;
    color: #fff;

}
/*专家团队详情页*/
.Expert-top-image {
    text-align: center;
    background: #2e3267;
}
.Experts.left_content{
    border-right: none;
}
.Experts .Expert-info{
    padding: 20px;
    background: #f5f3f3;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Experts .Expert-info .img{
    float: left;
    height: 180px;
    width: 150px;
    overflow: hidden;
    text-align: center;
    background: #f5f3f3;
}
.Experts .Expert-info .img img{
    height: 100%;
    width: auto;
}
.Expert-info table{
    width: auto;
    margin-left: 170px;
}
.Expert-info th{
    text-align: right;
    background: #ffffff;
}
.Experts .sub-info{
    padding-top: 40px;
}
.Experts .sub-info .title{
    font-size: 20px;
    color: #ffffff;
    background: url("../images/expert-title.png") no-repeat 0 0 ;
    height: 43px;
    line-height: 33px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.Experts .sub-info p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}
.Experts .sub-info .sub-title{
    margin-top: 20px;
    color: #ec8827;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
}
