.k {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header_box {
    background: url(../img/head_bg.png) top center repeat-x;
    height: 145px;
}

.header_box .header .logo {
    width: 800px;
    height: 80px;
    padding-top: 40px;
    float: left;
}
.header_box .header .user_nav{
    width: 187px;
    height: 60px;
    float: right;
    margin-top: 50px;
}
.header_box .header .user_nav a{
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 44px;
    display: inline-block;
    margin-left: 50px;
}
.header_box .header .user {
    width: 90px;
}

.header_box .header .user .user_img{
    float: left;
    width: 44px;
    height: 44px;

}
.header_box .header .user .user_img img{
    width: 44px;
    height: 44px;
}
.header_box .header .user .user_name{
    float: right;
}
.header_box .header .logo img {
    width: 75%;
    height: 81%;
    display: block;
}
.header_box .header .search{
    padding-top: 60px;
    float: right;
}
/*导航*/
.k-nav{
    background-color: #3760b0;
    border-bottom: 3px #ffdf0b solid ;
}
.k-nav > ul > li{
    width: 120px;
    height: 56px;
    float: left;
    position: relative;
    z-index: 111;
}
.k-nav > ul > li > a{
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    text-align: center;
}
.k-nav > ul > li > a:hover{
    background: #1b4089 url(../img/nav_icon.png) bottom center no-repeat;
}
.k-nav > ul > li > a.on{
    background: #1b4089 url(../img/nav_icon.png) bottom center no-repeat;
}
.k-nav .sub1{
    position: absolute;
    z-index: 222;
    top: 59px;
    left: 0px;
    right: 0px;
    display: none;
}
.k-nav .sub1 li{
    position: relative;
    z-index: 222;
}
.k-nav .sub1 li a{
    text-align: center;
    display: block;
    font-size: 14px;
    color:#333;
    height:36px;
    line-height:36px;
    background: #fff;
}

.k-nav .sub1 li a:hover{
    background-color: #ffdf0b;
}
.k-nav .sub2{
    position: absolute;
    z-index: 333;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
}
/*banner*/
.slider {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.slider .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.slider .bd li {
    width: 1200px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 350px;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1200px !important; /*强制位置*/
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

/*.slider .hd li {*/
    /*display: inline-block;*/
    /**display: inline;*/
    /*zoom: 1;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*line-height: 99px;*/
    /*overflow: hidden;*/
    /*background: url(images/slider-btn.png) 0 -10px no-repeat;*/
    /*margin: 0 5px;*/
    /*cursor: pointer;*/
    /*filter: alpha(opacity=60);*/
    /*opacity: 0.6;*/
/*}*/

/*.slider .hd li.on {*/
    /*background-position: 0 0;*/
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;*/
/*}*/

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 335px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slider .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 46px;
    height: 350px;
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .prev .arrow {
    right: 20px;
    background: url(../img/prev.png) 0px center no-repeat;
}

.slider .next .arrow {
    left: 20px;
    background: url(../img/next.png) 0 center no-repeat;
}
/*新闻*/
.main_top{
    margin-top: 20px;
}
.news_box{
    width: 100%;
    float: left;
}
.news_nav{
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    background: url(../img/t_bg.png) left center no-repeat;
    padding-left: 25px;
}
.news_nav ul{
    float: left;
    overflow: hidden;
}
.news_nav ul li{
    list-style: none;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    margin-right: 30px;
    font-weight: bold;
}
.news_nav ul li i{
    font-size: 14px;
    color: #cccccc;
    font-style: italic;
    margin-left: 12px;
    font-weight: normal;
}
.news_nav ul li.on{
    border-bottom:3px #3760b0 solid;

}
.news_nav span{
    line-height: 34px;
    display: block;
    float: right;
}
.news_nav span a{
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    display: none;
}
.news_show{
    margin-top: 15px;
    height: 308px;
    overflow: hidden;
}
.news_show .each{
    display: none;
}
.news_show .jd_box{
    padding: 10px;
    float: left;
    width: 98%;
    height: 286px;
    border: 1px #ebebeb solid;
}
.news_show .jd_box .jd_img{
    float: left;
    width: 420px;
    height: 286px;
    overflow: hidden;
}
.news_show .jd_box .news_list{
    float: right;
    width: 740px;
    height: 286px;
    overflow: hidden;
}
.news_show .jd_box .news_list li{
    height: 42px;
    line-height: 42px;
}
.news_show .jd_box .news_list li a{
    font-size: 14px;
    color: #333333;
    line-height: 42px;
}
.news_show .jd_box .news_list li a:hover{
    color: #3760b0;
}
.news_show .jd_box .news_list li span{
    float: right;
    font-size: 14px;
    color: #333333;
}
/*登陆*/
.Login_box{
    width: 340px;
    float: right;
    overflow: hidden;
}
.title_box{
    background: url(../img/t_bg.png) left center no-repeat;
    height: 34px;
    padding-left: 26px;
}
.title_box h1{
    font-size: 16px;
    float: left;
    color: #333333;
    font-weight: bold;
    line-height: 34px;
}
.title_box h1 i{
    font-size: 14px;
    color: #cccccc;
    font-style: italic;
    margin-left: 5px;
    font-weight: normal;
}
.title_box span{
    line-height: 34px;
    display: block;
    float: right;
}
.title_box span a{
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}
.Login{
    border: 1px #ebebeb solid;
    padding: 15px;
    width: 308px;
    height: 276px;
    margin-top: 15px;
}
.Login .dl_box{

}
.Login .dl_box .username,.Login .dl_box .password{
    border: 1px #cccccc solid;
    width: 268px;
    height: 42px;
    font-size: 16px;
    color: #999999;
    background: url(../img/user.png) 10px center no-repeat;
    padding-left: 38px;
    line-height: 44px;
}
.Login .dl_box .password{
    background: url(../img/password.png) 10px center no-repeat;
    margin-top: 15px;
}
.Login .dl_box .button{
    width: 308px;
    height: 36px;
    background-color: #3760b0;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 36px;
}
.Login .ts{
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 5px;

}
.Login .ts a{
    font-size: 12px;
    color: #1b4089;
    margin-left: 60px;
    margin-right: 20px;
}
.Login .js{

 margin-top: 30px;
}
.Login  .js .xy, .Login  .js .jzg{
    height: 36px;
}
.Login .js h1{
    float: left;
    width: 80px;
    height: 36px;
    font-size: 12px;
}

.Login .js h2{
    float: right;
    width: 215px;
    height: 36px;
    font-size: 12px;
    line-height: 20px;
}

.Login .js h1, .Login .js span{
    color: #ff0000;
}
.Login .js .xy{
    margin-bottom: 10px;
}
/*通知公告*/
.main_center{
    margin-top: 20px;
}
.main_center .notice_box{
    width: 410px;
    float: left;
}
.noticebox_list{
    border:1px #ebebeb solid;
    padding: 15px 10px;
    margin-top: 20px;
    height: 272px;
    overflow: hidden;
}
.noticebox_list li{
    height: 42px;
    overflow: hidden;
    margin-bottom: 34px;
}
.noticebox_list li:last-child{
    margin-bottom: 0px;
}
.noticebox_list li .time_box{
    float: left;
    width: 55px;
}
.noticebox_list li .time_box .time1{
    width: 55px;
    height: 21px;
    background: #3760b0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 21px;
}
.noticebox_list li .time_box .time2{
    font-size: 12px;
    color: #333333;
    background-color: #ffdf0b;
    text-align: center;
    line-height: 21px;
}
.noticebox_list li .notice_list{
    width: 324px;
    float: right;
}
.noticebox_list li .notice_list h1 a{
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    height: 21px;
}
.noticebox_list li .notice_list h1 a:hover{
    color: #3760b0;
}
.noticebox_list li .notice_list p{
    font-size: 12px;
    color: #999999;
    height: 21px;
    line-height: 21px;
}
/*校友会动态*/
.xy_box{
    width: 410px;
    float: left;
    margin-left: 20px;
}
.xy_box .xybox_list{
    border:1px #ebebeb solid;
    padding: 15px 10px;
    margin-top: 20px;
    height: 272px;
    overflow: hidden;
}
.xy_box .xybox_list img{
    width: 390px;
    height: 100px;
    display: block;
    margin-bottom: 8px;
}
.xy_box .xybox_list .xy_list{

}
.xy_box .xybox_list .xy_list li{
    height: 36px;
    line-height: 36px;
    background: url(../img/xy_icon.png) left center no-repeat;
    padding-left: 20px;
}
.xy_box .xybox_list .xy_list li a{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}
.xy_box .xybox_list .xy_list li a:hover{
    color: #3760b0;
}
.xy_box .xybox_list .xy_list li span{
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}
/*基金会动态*/
.jj_box{
    width: 340px;
    float: right;
    height: 358px;
    overflow: hidden;
}
.jj_box .jz_box{
    margin-bottom: 15px;
}
.jj_box .jjbox_list{
    border:1px #ebebeb solid;
    padding: 0px 10px;
    margin-top: 10px;

}
.jj_box .jjbox_list li{
    height: 36px;
    line-height: 36px;
    background: url(../img/xy_icon.png) left center no-repeat;
    padding-left: 20px;
}
.jj_box .jjbox_list li a{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}
.jj_box .jjbox_list li a:hover{
    color: #3760b0;
}
.jj_box .jjbox_list li span{
    float: right;
    font-size: 14px;
    color: #333333;
    line-height:36px;
}
/*校园风光*/
.picMarquee-left{
    float: right;
    width: 1200px;
    overflow: hidden;
    position:relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.picMarquee-left .hd{

}

.picMarquee-left .bd{
    padding-top: 20px;
    border-top: 1px #cccccc solid;
}
.picMarquee-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picMarquee-left .bd ul li{
    margin:0 6px;
    float:left;
    display:inline;
    overflow:hidden;
}
.picMarquee-left .bd ul li .pic{
    border: 5px #ffffff solid;
    text-align:center;
}
.picMarquee-left .bd ul li .pic img{
    width: 216px;
    height: 160px;
    display:block;
}
/*列表页*/
.banner_img img{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pmain{
    margin-top:20px;
    position: relative;
    z-index: 22;
}
.pmain_l{
    float: left;
    width: 220px;
    background-color: #ffffff;
}
.pmain_l h1{
    /*border-bottom: 2px solid #e09f51;*/
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    background-color: #3760b0;
    padding: 15px 10px;
    background-repeat: no-repeat;
    background-position: 150px center;
    text-indent: 2.5ex;
    text-align: left;
}
.pmain_l .menu{
    border: 1px solid #ccc;
    border-top: none;
}
.pmain_l dl{

}
.pmain_l dl dt{

}
.pmain_l dl dt span{
    float: right;
    line-height: 44px;
    margin-right: 35px;
    cursor: pointer;
}
.pmain_l dl dt a{
    display: block;
    padding: 10px 0px;
    /*text-align: center;*/
    font-size: 16px;
    line-height: 25px;
    background-color: #fff;
    border-bottom: 1px solid #f6f1ed;
    color: #333;
    text-align: left;
    text-indent: 2.5em;
}
.pmain_l dl dt a:hover, .pmain_l dl dt.on a, .pmain_l dl dd a:hover, .pmain_l dl dd a.on {
    /*background-color: #eeefeb;*/
    color: #3760b0;
}

.pmain_l dl dd{
    display: none;
}
.pmain_l dl dd a{
    display: block;
    padding: 10px 0px;
    /* text-align: center; */
    font-size: 12px;
    line-height: 25px;
    background-color: #fff;
    border-bottom: 1px solid #f6f1ed;
    color: #333;
    text-align: left;
    text-indent: 5em;
}

.pmain_r{
    float: right;
    width: 920px;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border: 1px #cccccc solid;
}
.pmain_r .bt{
    border-bottom: 2px solid #e5e5e5;
    padding: 15px 10px 10px 30px;
    height: 40px;
    line-height: 40px;
}
.pmain_r .bt h1{
    float: left;
    font-size: 26px;
    color: #3760b0;
}
.pmain_r .bt > span{
    float: right;
    color: #3760b0;
}
.pmain_r .bt > span > span{
    color: #3760b0;
}
.pmain_r .bt > span a{
    color: #666666;
}
.pmain_r .bt > span a:hover{
    color: #3760b0;
}
.pmain_r .list{
    margin-top: 10px;
}
.pmain_r .list ul{
    margin-left: 20px;
    margin-right: 20px;
}
.pmain_r .list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    /*position: relative;*/
    padding-left: 20px;
    background: url(../img/xy_icon.png) left center no-repeat;
}
.pmain_r .list ul li a{
    color: #333;
}
.pmain_r .list ul li a:hover{
    color: #3760b0;
}
.pmain_r .list ul li span{
    float: right;
    color: #999;
}
/*内容页*/
.pmain_r .content{
    margin-top: 15px;
}
.pmain_r .content .title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3760b0;
    line-height: 1.7;
}
.pmain_r .content .info{
    font-size: 14px;
    text-align: center;
    color: #999;
    line-height: 2;
    margin-top: 5px;
}
.pmain_r .content .body{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}
.pmain_r .content .body p{
    text-indent: 2em;
}
/*图片列表页*/
.pmain_r .pic_list{
    margin-top: 10px;
}
.pmain_r .pic_list ul{

}
.pmain_r .pic_list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 36px;
    /*position: relative;*/
    padding-left:35px;
    float: left;
}

.pmain_r .pic_list ul li .lb{
    width: 180px;
    height: 150px;
    background-color: #000000;
}
.pmain_r .pic_list ul li .lb img{
    width:100%;
    height: 100%;
    display: block;
}

.pmain_r .pic_list ul li h1{
    text-align: center;

}

.pmain_r .pic_list ul li a{
    color: #333;
}
.pmain_r .pic_list ul li a:hover{
    color: #3760b0;
}
/*页脚*/
.footer{
    background-color: #3760b0;
    text-align: center;
    height: 140px;
    padding: 20px 0 0 0;
}
.footer p{
    padding-top: 15px;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}
/*创建班级*/
.pmain_cjbj{
    background-color: #dbeafc;
    padding: 50px 0;
}
.cjbj_box{
    width: 904px;
}
.cjbj_box .cjbj{
    background: url(../img/cjbj/cjbj_bg.png) center center no-repeat;
    height: 476px;
}
.cjbj_box .cjbj h1{
    font-size: 22px;
    color: #333333;
    background: url(../img/cjbj/cjbj_icon.png) left 30px no-repeat;
    padding-left: 15px;
    margin-left: 30px;
    padding-top: 30px;
}
.cjbj_box .cjbj .if{
    margin-top: 50px;
    margin-left: 70px;
}
.cjbj_box .cjbj .if .nf_box{
    width: 350px;
    height: 50px;
}
.cjbj_box .cjbj .if h2{
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.cjbj_box .cjbj .if .nf_box .nf{
    float: right;
}

.cjbj_box .cjbj .if .nf_box .nf input{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 100px;
    height: 24px;
    line-height: 24px;
}
.cjbj_box .cjbj .if span{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
.cjbj_box .cjbj .if .zy_box{
    width: 485px;
    height: 50px;
    margin: 30px 0;
}
.cjbj_box .cjbj .if .zy_box h2{
    margin-left: 42px;
}

.cjbj_box .cjbj .if .zy_box .zy{
    float: right;
}
.cjbj_box .cjbj .if .zy_box .zy input{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 355px;
    height: 24px;
    line-height: 24px;
}
.cjbj_box .cjbj .if .y_box{
    width: 484px;
    height: 50px;
}

.cjbj_box .cjbj .if .y_box h2{
    margin-left: 32px;
}
.cjbj_box .cjbj .if .y_box .y{
    float: right;
}
.cjbj_box .cjbj .if .y_box .y input{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 350px;
    height: 24px;
    line-height: 24px;
}
.cjbj_box .cjbj .if .cj_box{
    margin-left: 128px;
    margin-top: 30px;
}
.cjbj_box .cjbj .if .cj_box input{
    cursor: pointer;
    border: none;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    float: left;
}
.cjbj_box .cjbj .if .cj_box .button_blue{
    background: #3760b0;
    color: #ffffff;

}
.cjbj_box .cjbj .if .cj_box .button_gray{
    background: #ccc;
    color: #000;
    margin-left: 150px;
}
/*注册页面1*/
.cjbj_box .cjbj .dl_box{
    margin-top: 50px;
    margin-left: 50px;

}

.cjbj_box .cjbj .dl_box .dl_left{
    float: left;
    width: 450px;
}
.cjbj_box .cjbj .dl_box .dl_left .form_row{
    margin-bottom: 30px;
}
.cjbj_box .cjbj .dl_box .dl_left .form_row .form_label{
    float: left;
    width: 90px;
    text-align: right;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
}
.cjbj_box .cjbj .dl_box .dl_left .form_row .form_label span{
    font-size: 12px;
    color: #ff0000;
}
.cjbj_box .cjbj .dl_box .dl_left .form_row .form_field{
    float: right;
    width: 355px;
}
.cjbj_box .cjbj .dl_box .dl_left .form_row .form_field .input_text{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 350px;
    height: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}
.cjbj_box .cjbj .dl_box .dl_left .form_row .msg{
    font-size: 12px;
    color: #999999;
    width: 100%;
}
.cjbj_box .cjbj .dl_box .dl_left .xyb .button_blue{
    width: 100px;
    height: 32px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    background-color: #3760b0;
    float: right;
}
.cjbj_box .cjbj .dl_box .dl_right{
    width: 350px;
    float: right;
}
.cjbj_box .cjbj .dl_box .dl_right h3{
    font-size: 22px;
    color: #ff0000;
    margin-bottom: 30px;
}
.cjbj_box .cjbj .dl_box .dl_right  p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
/*注册页面2*/
.cjbj_box .cjbj.cjbj2{
    background: url(../img/cjbj/cjbj_bg2.png) center center no-repeat;
    height: 972px;
}
.cjbj_box .cjbj.cjbj2 .reg_tip{
    font-size: 12px;
    color: #1b4089;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}
.cjbj_box .cjbj.cjbj2 .nan{
    margin-right: 20px;
}

.cjbj_box .cjbj2 .dl_box .dl_left .form_row .form_field  textarea{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 350px;
    height: 90px;
    margin-bottom: 5px;
}
.cjbj_box .cjbj2 .dl_box .dl_left .zc_box{

}
.cjbj_box .cjbj2 .dl_box .dl_left .zc_box .button_blue{
    width: 100px;
    height: 32px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    background-color: #3760b0;
    margin-left: 95px;
}
/*注册页面3（注册完成）*/
.cjbj_box .cjbj .zc_f{
    width: 904px;
    padding-top: 190px;
}
.cjbj_box .cjbj .zc_f h2{
    font-size: 28px;
    color: #5ba102;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.cjbj_box .cjbj .zc_f p{
    margin-left: 200px;
}
.cjbj_box .cjbj .zc_f p a{
    font-size: 14px;
    color: #3661af;
    line-height: 24px;
}
.cjbj_box .cjbj .zc_f p span a{
    font-size: 14px;
    color: #5ba102;
    line-height: 24px;
}

/*编辑头像页面-第一步*/
.pmain_bjtx{
    background: #dbeafc;
}
.pmain_bjtx .bjtx_box{
    background: url(../img/bjtx/bg.png) center center repeat;
    padding: 30px 0;
}
.bjtx_box .bjtx_leftbox{
    width: 288px;
    float: left;
}
.bjtx_box .bjtx_leftbox .user_face{
    text-align: center;
}
.bjtx_box .bjtx_leftbox .user_face .face img{
    width: 155px;
    height: 155px;
    border-radius:5px;
}
.bjtx_box .bjtx_leftbox .user_face .edit{
    padding: 15px 0;
    text-align: center;
    line-height: 1.5em;
}
.bjtx_box .bjtx_leftbox .user_face .edit a{
    font-size: 14px;
    color: #3760b0;
}
.bjtx_box .bjtx_leftbox .user_face .edit a:hover{
    text-decoration: underline;
}
.bjtx_box .bjtx_leftbox p.title_jj{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.bjtx_box .bjtx_leftbox .center_box{
    margin-left: 16px;
}
.bjtx_box .bjtx_leftbox .center_box a{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: block;
}
.bjtx_box .bjtx_leftbox .center_box a:hover{
    text-decoration: underline;
}
.bjtx_box .bjtx_leftbox .center_box .organization_box{
    margin-top: 30px;
}

.bjtx_box .bjtx_leftbox .center_box .user_home{
    margin: 30px 0;
}
.bjtx_box .bjtx_leftbox .xian{
    border: 1px #cccccc solid;
    margin-bottom: 30px;
}
.bjtx_box .bjtx_leftbox .down_box p.title_jj{
    margin-left: 16px;
}

.bjtx_box .bjtx_leftbox .down_box .Visitor_box .Visitor{
    float: left;
    text-align: center;
    width: 62px;
    margin: 22px 16px 0px 16px;
}
.bjtx_box .bjtx_leftbox .down_box .Visitor_box .Visitor .user_Visitor{
    width: 62px;
    height: 62px;
}
.bjtx_box .bjtx_leftbox .down_box .Visitor_box .Visitor .user_Visitor img{
    width: 62px;
    height: 62px;
    border-radius:10px;
}
.bjtx_box .bjtx_leftbox .down_box .Visitor_box .Visitor a{
    font-size: 12px;
    color: #333333;
    line-height: 24px;
}
.bjtx_box .bjtx_leftbox .down_box .Visitor_box .Visitor span{
    font-size: 12px;
    color: #999;
}
.bjtx_box .bjtx_leftbox .down_box .Visitor_box .Visitor a:hover{
    text-decoration: underline;
}
.bjtx_box .bjtx_leftbox .down_box .Visitor_box2 p.title_jj {
    margin-top: 30px;
}
.bjtx_box .bjtx_rightbox{
    width: 896px;
    float: right;
}

.bjtx_box .bjtx_rightbox .plugin_title{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    height: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.bjtx_box .bjtx_rightbox #user_avatar{
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
}
.bjtx_box .bjtx_rightbox #user_avatar h1{
    font-size: 18px;
    color: #3760b0;
    line-height: 18px;
}
.bjtx_box .bjtx_rightbox #user_avatar h2{
    font-size: 14px;
    color: #206d02;
    line-height: 14px;
    margin: 20px 0;

}
.bjtx_box .bjtx_rightbox #user_avatar .button_blue{
    width: 98px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    background: #3760b0;
    border: none;
    text-align: center;
    margin-top: 20px;
}
/*修改资料——基本信息*/
.bjtx_box .xgzl_rightbox{
    width: 896px;
    float: right;
}
.bjtx_box .xgzl_rightbox .xgzl_title{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    margin-left: 15px;
}
.bjtx_box .xgzl_rightbox ul{
    border-bottom: 1px #3760b0 solid;
    height: 25px;
    margin-top: 30px;
    padding-left: 20px;
}
.bjtx_box .xgzl_rightbox ul li{
    float: left;
    width: 106px;
    height: 26px;
    background-color: #3760b0;
    line-height: 26px;
    text-align: center;
    margin-left: 26px;
}
.bjtx_box .xgzl_rightbox ul li a{
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}
.bjtx_box .xgzl_rightbox ul li.on{
    height: 25px;
    background: #ffffff;
    border: 1px #3760b0 solid;
    border-bottom:none;
}
.bjtx_box .xgzl_rightbox ul li.on a{
    color: #3760b0;
}

.bjtx_box .xgzl_rightbox .dl_left{
    width: 450px;
    margin-top: 20px;
    margin-left: 30px;
}
.bjtx_box .xgzl_rightbox .dl_left .form_row{
    margin-bottom: 40px;
}
.bjtx_box .xgzl_rightbox .dl_left .form_row .form_label{
    float: left;
    width: 90px;
    text-align: right;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
}
.bjtx_box .xgzl_rightbox .dl_left .form_row .form_label span{
    font-size: 12px;
    color: #ff0000;
}
.bjtx_box .xgzl_rightbox .dl_left .form_row .form_field{
    float: right;
    width: 355px;
}
.bjtx_box .xgzl_rightbox .dl_left .form_row .form_field .input_text{
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 350px;
    height: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}
.bjtx_box .xgzl_rightbox .dl_left .form_row .msg{
    font-size: 12px;
    color: #999999;
    width: 100%;
}
.bjtx_box .xgzl_rightbox .dl_left .xyb .button_blue{
    width: 100px;
    height: 32px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    background-color: #3760b0;
    float: right;
}
.bjtx_box .xgzl_rightbox .nan{
    margin-right: 20px;
}

.bjtx_box .xgzl_rightbox .dl_left .form_row .form_field  textarea{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1.414px 1.414px 2px 0px rgba(0, 0, 0, 0.14);
    width: 350px;
    height: 90px;
    margin-bottom: 5px;
}
.bjtx_box .xgzl_rightbox .dl_left .qd_box .button_blue{
    width: 100px;
    height: 32px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    background-color: #3760b0;
    margin-left: 95px;
}
.bjtx_box .xgzl_rightbox .dl_left .qd_box  input{
    cursor: pointer;
    border: none;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    float: left;
}
.bjtx_box .xgzl_rightbox .dl_left .qd_box .button_blue{
    background: #3760b0;
    color: #ffffff;

}
.bjtx_box .xgzl_rightbox .dl_left .qd_box .button_gray{
    background: #ccc;
    color: #000;
    margin-left: 150px;
}
/*修改资料——账号信息*/
.bjtx_box .xgzl_rightbox .zhxibox{
    margin-top: 60px;
}
/*编辑头像页面-第二步*/
.bjtx_box .bjtx_rightbox .bjtx2{
    margin-left: 15px;
    margin-top: 20px;
}
.bjtx_box .bjtx_rightbox .bjtx2 .button_blue{
    width: 98px;
    height: 30px;
    background-color: #3760b0;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    margin-right: 50px;
    margin-top: 30px;
    cursor: pointer
}
.bjtx_box .bjtx_rightbox .bjtx2 .button_gray{
    width: 98px;
    height: 30px;
    background-color: #ebebeb;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #000;
    margin-top: 30px;
    cursor: pointer
}
/*个人中心（他人）*/
.bjtx_box .bjtx_leftbox .user_face .markUser{
    padding-left: 15px;
    font-size: 14px;
    border-width: 0;
    width: 65px;
    height: 25px;
    color: #fff;
    cursor: pointer;
    background:url(../img/bjtx/markUser.png) 0 0 no-repeat;
}
.Personal_rightbox{
    width: 896px;
    float: right;
}
.Personal_rightbox  .Personal_top{
     width: 866px;
     padding: 0 15px;
}

.Personal_rightbox   .Personal_top .Personal_infor{
    margin-top: 25px;
    padding-bottom: 20px;

}
.Personal_rightbox   .Personal_top .Personal_infor .infor{
    border: 1px #cccccc solid;
    height: 110px;
    padding: 15px 10px;
}
.Personal_rightbox   .Personal_top .Personal_infor .infor h1{
    font-size: 14px;
    color: #3760b0;
    font-weight: bold;
}
.Personal_rightbox   .Personal_top .Personal_infor .infor p{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-top: 15px;
}
.Personal_rightbox  .bg_center{
    background: #dbeafc;
    height: 15px;
}
.Personal_rightbox .Personal_center{
    margin-top: 15px;
}
.Personal_rightbox .Personal_center h1{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 10px;
    padding-left: 15px;
}
.Personal_rightbox .Personal_center .dt_list{
    width: 866px;
    padding: 0 15px;
    margin-bottom: 30px;
}
.Personal_rightbox .Personal_center .dt_list li{
    background: url(../img/bjtx/dt_list.png) left center no-repeat;
    padding-left: 45px;
    border-bottom: 1px #cfcfcf dashed;
    height: 59px;
    line-height: 60px;
}
.Personal_rightbox .Personal_center .dt_list li a{
    font-size: 14px;
    color: #3760b0;
    line-height: 60px;
}
.Personal_rightbox .Personal_center .dt_list li a:hover{
    text-decoration: underline;
}
.Personal_rightbox .Personal_center .dt_list li span{
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 60px;
}
/*照片墙*/
.picqiang-left{
    /*float: right;*/
    width: 866px;
    overflow: hidden;
    position:relative;
    padding:5px 15px;
}
.picqiang-left .pictitle{
    height: 40px;
    line-height: 40px;
}
.picqiang-left .pictitle h1{
    font-size: 16px;
    font-weight: bold;
    color: #3760b3;
    float: left;
}
.picqiang-left .pictitle span{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    float: right;

}
.picqiang-left .hd{

}

.picqiang-left .bd{
    padding-top: 20px;
    border-top: 1px #cccccc solid;
}
.picqiang-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picqiang-left .bd ul li{
    margin:0 15px;
    float:left;
    display:inline;
    overflow:hidden;
}
.picqiang-left .bd ul li .pic{
    text-align:center;
}
.picqiang-left .bd ul li .pic img{
    width: 196px;
    height: 125px;
    display:block;
}
/*个人中心（自己）*/
.Personal_infor .textarea_newthing{
    width: 844px;
    height: 92px;
    padding: 10px;
    border: 1px #cccccc solid;
    color: #ccc;
    overflow: hidden;
    outline: none;
}
.Personal_infor .button_newthing{
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Personal_infor .button_newthing input{
    border: none;
    background: #3760b0;
    width: 78px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}
/*已创建班级查找*/
.cjbj_bannebox{
    background: url(../img/cjbj/cjbjbg.png) top center repeat-x;
    height: 577px;
}
.cjbj_bannebox .cjbj_banner{
    background: url(../img/cjbj/cjbjbg1.png) center center repeat;
    width: 915px;
    height: 406px;
    margin-top: 90px;
}
.cjbj_bannebox .cjbj_banner .cjbj_cz{
    width: 855px;
    padding: 20px 30px;
}
.cjbj_bannebox .cjbj_banner .cjbj_cz .logo1_box{
    background:  url(../img/cjbj/logo1.png) center center no-repeat;
    height: 54px;
    margin-bottom: 20px;
}
.cjbj_bannebox .cjbj_banner .cjbj_cz h1{
    font-size: 22px;
    color: #3760b0;
    border-top: 1px #3760b0 solid;
    text-align: center;
    padding-top: 20px;
}
.cjbj_cz .bjcz_box{
    width: 650px;
    margin-left: 100px;
}
.cjbj_cz .bjcz_box .ssfs_box{
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
}
.cjbj_cz .bjcz_box .ssfs{
    float: left;
}
.cjbj_cz .bjcz_box .ssfs_box{
}
.cjbj_cz .bjcz_box .ssfs_box span{
    float: left;
    font-size:;
    color: #333333;
    margin-right: 30px;
    line-height: 40px;
}
.cjbj_cz .bjcz_box .ssfs_box .ssfs select{
    width: 170px;
    height: 40px;
    font-size: 12px;
    color: #333333;
    border: 1px #999999 solid;
}
.cjbj_cz .bjcz_box .ssfs_box .ssfs select option{

}

.cjbj_cz .bjcz_box .ssfs_box .ssfs .input_text{
    width: 468px;
    height: 38px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
    border: 1px #999999 solid;
    padding-left: 10px;
    float: left;
}
.cjbj_cz  .cjbj_icon{
    float: right;
    width:100px;
    margin-top: 10px;
}
.cjbj_cz .cjbj_icon span{

}
.cjbj_cz .cjbj_icon a{
    font-size: 16px;
    color: #3760b0;
    margin-left: 10px;
}
.sidebar_box{
    background: #ffffff;
    height: 72px;
}
.sidebar_box .sidebar{
    text-align: center;
 }
.sidebar_box .sidebar li{
    font-size: 16px;
    color: #333333;
    line-height: 72px;
    float: left;
    border-left: 1px #dbeafc solid;
    width: 33%;
}
.sidebar_box .sidebar li a{
    font-size: 16px;
    color: #333333;
    line-height: 72px;
}
.sidebar_box .sidebar li:first-child{
    border-left: none;
}
.sidebar_box  .sidebar li img{
    width: 26px;
    height: 20px;
    vertical-align:middle;
    margin-right: 20px;
}
.bj_sidebarbox{
    background: url(../img/cjbj/bj_slide_bg.png) center center repeat;
}
.bj_sidebarbox .bj_sidebar{
    margin-top: 25px;
    margin-bottom: 25px;
}
.bj_sidebarbox .bj_sidebar .bj_sidebarleft{
    float: left;
    background: #ffffff;
    width: 780px;
    height: 824px;
    overflow: hidden;
}
.bj_sidebarbox .bj_sidebar .bj_sidebarleft .bjtitle{
    /*border-bottom: 3px #3760b0 solid;*/
}
.bj_sidebarbox .bj_sidebar .bj_sidebarleft h1{
    font-size: 20px;
    color: #333333;
    height: 24px;
    line-height: 24px;
    padding-left:10px;
    border-left: 4px #005ba5 solid;
    margin-left: 10px;
    margin-top: 15px;
}

.bj_sidebarbox .bj_sidebar .class_year{
    margin-top: 15px;
}
.bj_sidebarbox .bj_sidebar .class_year li{
    float: left;
    width: 175px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 15px 10px;
}
.bj_sidebarbox .bj_sidebar .class_year li a{
    font-size: 14px;
    color: #1b4089;
    line-height: 36px;
    display: block;
    background: #dbeafc;
}
.bj_sidebarbox .bj_sidebar .class_year li a:hover{
    color: #ffffff;
    background: #3760b0;
}
.bj_sidebarbox .bj_sidebar .class_year li a:hover span{
    color: #ffffff;
    background: #3760b0;
}
.bj_sidebarbox .bj_sidebar .class_year li span{
    font-size: 14px;
    color: #333;
    line-height: 36px;
}
.bj_sidebarbox .bj_sidebar .bj_sidebarright{
    float: right;
    width: 375px;
}
.bj_sidebarright .newjoin_box{
    background: #ffffff;
}
.bj_sidebarright .newjoin_box h1{
    font-size: 22px;
    color: #ffffff;
    background: #3760b0 url(../img/cjbj/1.png) right center no-repeat;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.bj_sidebarright .newjoin_box .newjoin{
    width: 355px;
    border-bottom: 1px #cccccc dashed;
    margin: 15px 0;
    padding-bottom: 15px;
}
.bj_sidebarright .newjoin_box .newjoin:last-child{
    border-bottom: none;

}

.bj_sidebarright .newjoin_box .newjoin .user_img_box{
    float: left;
    width: 70px;
    height: 70px;

}
.bj_sidebarright .newjoin_box .newjoin .user_img_box img{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.bj_sidebarright .newjoin_box .newjoin .userhome{
    float: right;
    width: 270px;
    height: 72px;
    overflow: hidden;
}
.bj_sidebarright .newjoin_box .newjoin .userhome a{
    font-size: 16px;
    color: #1b4089;
    line-height: 24px;
}
.bj_sidebarright .newjoin_box .newjoin .userhome a:hover{
    text-decoration: underline;
}
.bj_sidebarright .newjoin_box .newjoin .userhome span{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.bj_sidebarright .newjoin_box1 h1{
    background: #3760b0 url(../img/cjbj/2.png) right center no-repeat;
    margin-top: 28px;
}
.bj_sidebarright .newjoin_box1 .ranking{
    /*background: url(../img/cjbj/join_bg.png) left center no-repeat;*/
}
.bj_sidebarright .newjoin_box1 .ranking li{
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
}
.bj_sidebarright .newjoin_box1 .ranking li em{
    background: #cccccc;
    padding: 4px 8px;
    font-size: 12px;
    color: #333333;
    margin-right: 10px;
    text-align: center;
}
.bj_sidebarright .newjoin_box1 .ranking li:nth-child(1) em,
.bj_sidebarright .newjoin_box1 .ranking li:nth-child(2) em,
.bj_sidebarright .newjoin_box1 .ranking li:nth-child(3) em{
    background: #3760b0;
    color: #ffffff;
}

.bj_sidebarright .newjoin_box1 .ranking li a{
    font-size: 14px;
    color: #333333;
    line-height: 37px;
}
.bj_sidebarright .newjoin_box1 .ranking li a:hover{
    text-decoration: underline;
    color: #3760b0;
}
/*已创建班级2*/
.bj_sidebarbox .bj_sidebar .bj_sidebarleft .bjtitle1{
    border-bottom: 3px #3760b0 solid;
    padding-bottom: 5px;
}
#class_table th {
    background: #f5f5f5;
    height: 45px;
    line-height: 45px;
}
#class_table{
    font-size: 16px;
    color: #333333;
}
#class_table td{
    border-bottom: 1px dashed #ccc;
    height: 53px;
    line-height: 54px;
}
#class_table td a{
    font-size: 16px;
    color: #3760b0;
}
#class_table td a:hover{
    text-decoration: underline;
}

.link_list{
    position: relative;
    width: 100%;
    float: left;
    height: 30px;
     margin: 2px 0;
    padding: 20px 0;
    border-top: 1px #cccccc solid;
}
.link_list li{
    width: 13%;
    float: left;
    text-align: center;
    line-height: 30px;
    list-style: inside;
    margin: 0 10px 0 0;
}
.link_list li a{
    text-align: center;
    font-size: 15px;
}
.link_list li a:hover{
    color:#3760b0
}






















