/* 初始化 */
/*  z-index:
    登陆 -- login:-1;
    公共 -- shade:100;  pop:101;
    首页 -- cont_r title:1;

*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    font-family: "微软雅黑";
    font-size: 14px;
    font-style: normal;
    background-color: #f9f9f9;
}
.font_red { color: #cf091c; }
.font_green { color: #04B504; }
.loginbody {
    background: #edf0f4;
}
a {
    color:  #cf091c;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    color: #bb1822;
}
i,b,u {
    font-style: normal;
    text-decoration: none;
}
.wrap {
    width: 1000px;
    min-width: 1000px;
    min-height: 1px;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #999;
    font-size: .7em;
}
.btn:hover {
    cursor: pointer;
}
.arrow {
    display: inline-block;
    width: 1px ;
    height: 1px;
    border: 5px solid transparent;
}
ul {
    display: table;
}
li {
    float: left;
    list-style: none;
}
table {
    border: 1px solid #dbdbdb;
    margin: 10px 0;
}
td ,th {
    height: 25px;
    text-align: center;
    line-height: 25px;
    /*border-right: 1px solid #dbdbdb;*/
    border-bottom: 1px solid #dbdbdb;
    min-width: 80px;
}
td.last {
    border-bottom: 0;
    border-right: 0;
}
th.last {
    border-right: 0;
}
tr.last td {
    border-bottom: 0;
}
.text_r { text-align: right; }
.text_l { text-align: left; padding-left: 5px; }
.shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #333;
    opacity: .6;
    filter:alpha(opacity=60);
}
.pop {
    display: none;
    position: fixed;
    width: 700px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    z-index: 101;
    background-color: #fff;
}
.pop .close {
    width: 20px;
    height: 20px;
    margin-left: 690px;
    margin-top: -10px;
    background-color: #333;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.pop .close:hover {
    cursor: pointer;
}

/* 公共左侧栏 */
.folder,.folder:hover,.folder a,.folder a:hover {
    color: #111;
    font-weight: bold;
}

/* 登录页 */
.login_box,.loginbody .gray {
    width: 970px;
    background-color: #f4f5f6;
    border-radius: 10px;
    margin: 0 15px;
}
.loginbody .wrap {
    padding-top: 15px;
}
.login_box {
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.loginbody .gray,.loginbody .deepgray  {
    width: 1000px;
    position: fixed;
    z-index: -1;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: -500px;
    background-color: #e8ebec;
}
.loginbody .deepgray {
    display: none;
    width: 970px;
    bottom: 50px;
    margin-left: -485px;
    background-color: #f4f5f6;
    border-radius: 10px;
}
.login_box .logo {
    margin: 15px 0 0 15px;
}
.banner_shadow {
    width: 100%;
    height: 15px;
    background: url(../icon/index.png) 0 -887px no-repeat;
    background-size: 900px 900px;
    /*filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icon/index.png', sizingMethod='scale')";*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icon/index.png', sizingMethod='scale')";*/
}
.login_bg {
    margin: 0 25px 15px;
}
.bot {
    display: table;
    width: 100%;
}
.bot .bot_l,.bot .bot_r {
    float: left;
    width: 47%;
}
.bot_l {
    margin-top: 50px;
    text-indent: 30px;
}
.bot_l p {
    color: #6c7381;
}
.bot .bot_r  {
    width: 480px;
    height: 180px;
    background-color: #eaedf0;
    border-radius: 5px;
}
.bot_r_l,.bot_r_m,.bot_r_r {
    float: left;
    height: 180px;
}
.bot_r_l {
    width: 160px;
    text-align: center;
}
.bot_r_l .peo {
    width: 78px;
    height: 75px;
    margin: 35px auto 0;
    background: url(../icon/index.png) -824px 1px  no-repeat;
    background-size: 900px 900px;
    /*filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icon/index.png', sizingMethod='scale')";*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icon/index.png', sizingMethod='scale')";*/
}
.bot_r_l h3 {
    color: #cf091c;
    line-height: 30px;
}
.bot_r_m {
    width: 10px;
    background: url(../icon/index.png) -800px 30px  no-repeat;
    background-size: 900px 900px;
}
.bot_r_r {
    width: 302px;
    height: 170px;
    /*padding-top: 10px;*/
}
.bot_r_r .ipt {
    width: 260px;
    height: 35px;
    background-color: #8590a5;
    margin: 6px auto;
}
.bot_r_r .ipt input {
    float: right;
    margin-right: 1px;
    margin-top: 1px;
    height: 33px;
    width: 225px;
    border: 0;
    text-indent: 10px;
    line-height: 33px;
}
.bot_r_r .ipt .img {
    float: left;
    width: 33px;
    height: 35px;
    background: url(../icon/index.png) -427px 9px  no-repeat;
    background-size: 900px 900px;
}
.bot_r_r .ipt .psd {
    background: url(../icon/index.png) -401px 8px  no-repeat;
}
.bot_r_r .ipt.code .img {
    background: url(../icon/index.png) -453px 8px  no-repeat;
}
.bot_r_r .ipt.code input {
    float: left;
    width: 125px;
}
.bot_r_r .ipt.code .img_box {
    float: right;
    width: 100px;
    height: 35px;
    vertical-align: middle;
    background-color: #EAEDF0;
}
.bot_r_r .ipt.code img {
    float: right;
    display: block;
    width: 94px;
    height: 35px;

}
.bot_r_r .btn ,.bot_r_r .btn_shadow{
    width: 261px;
    height: 36px;
    margin: 0 20px;
    line-height: 35px;
    border: 0;
    padding: 0;
    background: url(../icon/index.png) 0 -38px  no-repeat;
    background-size: 900px 900px;
}
.bot_r_r .btn:hover {
    cursor: pointer;
    background: url(../icon/index.png) -267px -38px  no-repeat;
}
.bot_r_r .btn_shadow {
    background: url(../icon/index.png) -126px 0  no-repeat;
    margin-top: -3px;
}
.loginbody  .line {
    width: 970px;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 1px;
    background-color: #cdd9dd;
}

    /* 公共头 */
.header {
    height: 70px;
}
.head_l, .head_m, .head_r {
    float: left;
    height: 70px;
}
.head_l {
    width: 187px;
    height: 57px;
    margin-top: 6px;
    background: url(../icon/logo.png) 0 0 no-repeat;
    background-size: 100% 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icon/logo.png', sizingMethod='scale')";
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icon/logo.png', sizingMethod='scale')";
}
.head_l:hover {
    cursor: pointer;
}
.head_m {
    display: none;
    margin: 0 auto;
}
.head_m input,.head_m select {
    float: left;
    display: block;
    vertical-align: middle;
    height: 25px;
    line-height: 23px;
    margin: 22px 0;
    border: none;
    border: 1px solid #999;
    [;line-height: 19px;]
}
.head_m select {
    margin-left: 150px;
}
.head_m input {
    width: 200px;
    height: 23px;
    box-shadow: none;
    border: 1px solid #999;
    border-left: 0;
    text-indent: 10px;
}
.head_m .btn {
    height: 23px;
    margin: 22px 10px;
    background: -ms-linear-gradient(top, #fff,  #e5e5e5);        /* IE 10 */
    background: -moz-linear-gradient(top,#fff,#e5e5e5);/*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#e5e5e5));  /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5));      /* Safari 4-5, Chrome 1-9*/
    background: -o-linear-gradient(top, #fff, #e5e5e5);  /*Opera 11.10+*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType='0');*/
}
.head_m .btn:hover {
    cursor: pointer;
    /*color: #cf091c;*/
}
.head_r {
    float: right;
    min-width: 200px;
}
.head_r div {
    float: right;
    line-height: 70px;
}
.head_r .line {
    margin: 0 5px;
}
.head_r .username:hover,.head_r .quit:hover {
    cursor: pointer;
    color: #cf091c;
}


/* 主体 */
.section .nav_head {
    height: 35px;
    background-color: #cf091c;
}
.section .nav_head ul {
    margin: 0 auto;
}
.nav_head ul li {
    line-height: 35px;
    color: #fff;
}
.nav_head ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
}
.nav_head ul li a.active,.nav_head ul li a:hover {
    background-color: #bb1822;
}
.nav_head ul li a .arrow {
    border-top: 5px solid #fff;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 5px;
}
.section .cont {
    display: table;
    margin: 0 auto 20px;
}
.section .cont .cont_l {
    float: left;
    width: 745px;
    padding: 10px 0;
}
.section .cont .cont_l .part {
    display: table;
    width: 725px;
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.cont_l .part span , .cont_l .part ul {
    float: left;
    margin-bottom: 10px;
}
.cont_l .part .sel_ke {
    float: right;
}
.cont_l .part ul .line ,.learn .cont_cont .part ul .line {
    float: left;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #999;
    margin: 0 5px;
    vertical-align: middle;
    margin-top: 3px;
}
.cont_l .part ul a,.learn .cont_cont .part ul a {
    float: left;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #999;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 20px;
    margin-top: 3px;
}
.cont_l .part ul a.active ,.cont_l .part ul a:hover,.learn .cont_cont .part a.active,.learn .cont_cont .part a:hover {
    background-color: #cf091c;
    color: #fff;
}
.cont_l .part table {
    width: 725px;
}
.cont_l .part table th,.cont_l .part table td {
    text-align: left;
    padding: 0 10px;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cont_l .part .more {
    float: right;
}
.part .link {
    height: 25px;
    border-bottom: 1px solid #dbdbdb;
}
.part a {
    padding: 1px 5px;
    background-color: #cf091b;
    color: #fff;
    border-radius: 3px;
}
.part .title {
    color: #cf091c;
    font-weight: bold;
    border-bottom: 2px solid #cf091b;
    line-height: 25px;
    margin-right: 15px;
}
.part_data {
    float: left;
    width: 725px;
}
.part_data .line {
    display: table;
    width: 725px;
    color: #333;
    line-height: 25px;
    border-bottom: 1px dotted #999;
    background-color: #fff;
    padding: 0;
}
.part_data .line:hover {
    color: #cf091c;
}
.part_data .line span {
    margin: 0;
}
.part_data .line .line_t {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part_data .line .line_time {
    float: right;
}
.section .cont .cont_r {
    position: relative;
    float: right;
    width: 220px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 20px 0;
    background-color: #fff;
}
.cont_r .title {
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: 1;
    width: 220px;
    height: 30px;
    background-color: #cf091c;
    line-height: 30px;
    color: #fff;
    text-indent: 20px;
    border-radius:15px 0 0 0;
}
.cont_r .info {
    height: 90px;
    padding: 15px 15px 5px;
    margin-top: 30px;
}
.cont_r .info .info_l,.cont_r .info .info_r {
    float: left;
}
.cont_r .info .info_r {
    width: 125px;
    padding-left: 15px;
    font-size: 12px;
}
.cont_r .info .info_l img {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
.cont_r .info .info_l .modify {
    font-size: 12px;
    line-height: 25px;
    color: #999;
    margin-left: 2px;
}
.info_r .name {
    color: #cf091c;
    font-weight: bold;
}
.info_r p {
    color: #999;
}
.info p span {
    color: #ed6b2e;
}
.info .logintime {
    color: #4c4c4c;
}
.cont_r .sort {
    display: table;
    width: 190px;
    padding: 0 15px;
    color: #999;
    margin-bottom: 10px;
}
.cont_r .sort_title {
    height: 22px;
    border-bottom: 1px solid #e8e8e8;
}
.cont_r .sort ul {
    float: right;
    margin-top: 3px;
}
.cont_r .sort_title .sort_t_t {
    font-weight: bold;
    color: #cf091c;
    border-bottom: 2px solid #cf091c;
    line-height: 24px;
}
.cont_r .sort_title .line {
    margin: 0 3px;
}
.cont_r .sort_title a {
    background-color: #fff;
    color: #999;
    padding: 0 3px 1px;
    font-size: 12px;
    border-radius: 3px;
}
.cont_r .sort_title a.active,.cont_r .sort_title a:hover {
    cursor: pointer;
    background-color: #cf091c;
    color: #fff;
}
.cont_r .sort .sort_list {
    width: 190px;
    min-height: 100px;
    margin-top: 5px;
}
.cont_r .sort_list li {
    width: 190px;
    border-bottom: 1px dotted #999;
}
.cont_r .sort_list li .num {
    display: inline-block;
    min-width: 20px;
    color: #333;
}
.cont_r .sort_list li .yellow {
    color: #f1a037;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.cont_r .sort_list li .name {
    color: #333;
}
.cont_r .sort_list li .value {
    float: right;
}
.ziliao_pop_l,.ziliao_pop_r {
    float: left;
    padding: 10px 20px;
}
.ziliao_pop_l {
    width: 100px;
    line-height: 25px;
}
.ziliao_pop_l p {
	white-space: nowrap;
	margin: 5px 0;
}
.ziliao_pop_l p.active,.ziliao_pop_l p:hover {
    cursor: pointer;
    color: #cf091c;
}
.ziliao_pop_l span {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;

}
.peo span {
    background: url(../icon/icon_grzl.png) center center no-repeat;
    background-size: 60%;
}
.peo.active span {
    background: url(../icon/icon_grzl_s.png) center center no-repeat;
    background-size: 60%;
}
.psd span {
    background: url(../icon/icon_xgmm.png) center 3px no-repeat;
    background-size: 50%;
}
.psd.active span {
    background: url(../icon/icon_xgmm_s.png) center 3px no-repeat;
    background-size: 50%;
}
.ziliao_pop_r {
    width: 500px;
    height: 355px;
    border: 1px solid red;
}
.ziliao_pop_r .ziliao_pop_r_per,.ziliao_pop_r .ziliao_pop_r_psd {
    border: 1px solid red;
    margin-top: 10px;
}
.ziliao_pop_r table,.ziliao_pop_r table td {
    border: 0;
}
.ziliao_pop_r table td {
    height: 30px;
}
.ziliao_pop_r table td label {
    margin-right: 10px;
}
.ziliao_pop_r .ziliao_pop_r_psd {
    display: none;
}
.ziliao_pop_r .ziliao_pop_r_psd input {
    width: 90px;
}
.ziliao_pop_r .ziliao_pop_r_psd .tip {
    margin-left: 5px;
    color: #ec4040;
    font-size: 10px;
    line-height: 30px;
}

/* 学习 */
.learn .cont_head {
    height: 60px;
}
.learn .cont_head .cont_head_l,.learn .cont_head .cont_head_r {
    float: left;
    height: 100%;
}
.learn .cont_head_l .icon_home,.learn .cont_head_l .icon_gt {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    background: url(../icon/index.png) 0 -82px no-repeat;
    background-size: 900px 900px;
}
.learn .cont_head_l .icon_home {
    margin-left: 10px;
}
.learn .cont_head_l .icon_gt {
    background: url(../icon/index.png) -24px -75px no-repeat;
}
.learn .cont_head_l .location {
    float: left;
    height: 20px;
    margin-top: 20px;
    line-height: 20px;
}
.learn .yellow {
    color: #fc6621;
}
.learn .cont_head .cont_head_r {
    float: right;
    width: 120px;
    height: 38px;
    background: url(../icon/index.png) -46px -82px no-repeat;
    background-size: 900px 900px;
    border: 0;
    margin-top: 11px;
    padding: 0;
}
.learn .cont_cont {
    min-height: 400px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    padding-bottom: 20px;
}
.learn .cont_cont .part .title,.learn .cont_cont .part ul {
    float: left;
}
.learn .cont_cont .cont_sel {
    display: block;
    width: 900px;
    height: 30px;
    line-height: 30px;
}
.learn .cont_cont .cont_sel span {
    float: left;
}
.learn .cont_cont .cont_sel label {
    float: left;
    display: block;
    width: 150px;
    vertical-align: middle;
}
.learn .cont_cont .cont_sel label input {
    vertical-align: middle;
}
.learn .cont_cont .cont_sel1 {
    margin-top: 10px;
}
.learn .cont_cont .cont_sel .btn {
    border-radius: 5px;
    margin-top: 4px;
}
.learn .cont_cont .cont_sel .btn:hover {
    border: 1px solid #cf091c;
    color: #cf091c;
}
.learn .cont_cont table {
    width: 960px;
    border-bottom: 0;
}
.learn .cont_cont table th {
    border-right: 1px solid #dbdbdb;
    text-align: left;
    padding: 0 10px;
}
.learn .cont_cont table th.last {
    border-right: 0;
}
.learn .cont_cont table td {
    text-align: left;
    padding: 5px 10px;
}
.learn .cont_cont table span {
    display: block;
    float: left;
    margin-right: 5px;
}
.learn .cont_cont table .icon_play {
    width: 20px;
    height: 20px;
    background: url(../icon/index.png) -179px -81px no-repeat;
    background-size: 900px 900px;
    margin-top: 5px;
}
.learn .cont_cont table a {
    background-color: #fff;
    color: #cf091c;
}
.learn .cont_cont .kecheng .info a:hover {
    background-color: #fff;
    color: #cf091c;
}
.learn .cont_cont .kecheng .gray {
    color: #A8A8A9;
    margin-right: 20px;
    font-size: 12px;
}
.learn .cont_cont .kecheng .name {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.learn .cont_cont .kecheng .name a {
    max-width: 250px;
}


/* 选课中心 */
.learn_course_center .cont_cont {
    display: table;
    padding: 0;
    background-color: #f9f9f9;
}
.learn_course_center .cont_cont .cont_c_l ,.learn_course_center .cont_cont .cont_c_r {
    float: left;
    width: 808px;
}
.learn_course_center .cont_cont .cont_c_l {
    width: 169px;
    border: 1px solid #cf091c;
    padding: 0 0 10px;
    background-color: #fff;
    border-radius: 5px;
}
.learn_course_center .cont_head ,.learn_course_details .cont_head {
    height: 45px;
    /*border-bottom: 1px solid red;*/
    margin-bottom: 10px;
}
.learn_course_center .cont_cont .cont_c_l .cont_c_title {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-indent: 10px;
    background-color: #e82222;
    background: -webkit-gradient(linear,0 0,0 100%,from(#e82222),to(#d0091c));
    background: -o-linear-gradient(top ,#e82222,#d0091c);
    background: -moz-linear-gradient(top ,#e82222,#d0091c);
    background: -ms-linear-gradient(top ,#e82222,#d0091c);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e82222', endColorstr='#d0091c', GradientType='0');*/
}
.learn_course_center .cont_cont .cont_c_l ul {
    padding-left: 10px;
    margin-top: 6px;
}
.learn_course_center .cont_cont .cont_c_l .all {
    text-indent: 20px;
    line-height: 25px;
}
.learn_course_center .cont_cont .cont_c_l dl {
    display: none;
    margin-left: 20px;
    text-indent: 10px;
    line-height: 25px;
    margin-bottom: 5px;
}
.learn_course_center .cont_cont .cont_c_l dd {
    display: none;
    margin-left: 20px;
    text-indent: 10px;
}
.learn_course_center .cont_cont .cont_c_l .all:hover,.learn_course_center .cont_cont .cont_c_l .all.active,
.learn_course_center .cont_c_l dt.active,.learn_course_center dd.active,
.learn_course_center .cont_c_l dt:hover,.learn_course_center .cont_c_l dl dd:hover
{
    cursor: pointer;
    color: #fff;
    background-color: #cf091c;
}
.learn_course_center .cont_c_r {
    padding: 0 0 20px;
    margin-left: 20px;
}
.learn_course_center .cont_c_r .part ,.learn_course_center .cont_c_r .sel_state {
    background-color: #fff;
}
.learn_course_center .cont_c_r .part .link {
    margin-left: 10px;
}
.learn_course_center .cont_c_r .part {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}
.learn_course_center .cont_c_r .sel_state {
    line-height: 32px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dbdbdb;
    border-top: 0;
}
.learn_course_center .cont_c_r .sel_state span {
    color: #666;
}
.learn_course_center .cont_c_r .sel_state select {
    width: 100px;
    height: 22px;
    margin: 0 20px;
    vertical-align: middle;
    color: #020202;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    background-color: #ccc;
    background: -webkit-gradient(linear,0 0,0 100%,from(#ccc),to(#fff));
    background: -o-linear-gradient(top ,#ccc,#fff);
    background: -moz-linear-gradient(top ,#ccc,#fff);
    background: -ms-linear-gradient(top ,#ccc,#fff);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#fff', GradientType='0');*/
}

.learn_course_center .cont_c_r .sel_state input {
    height: 22px;
    margin: 0 20px;
    vertical-align: middle;
    color: #020202;
    border: 1px solid #333;
    border-radius: 3px;
}

.learn_course_center .cont_c_r .sel_state .btn {
    vertical-align: middle;
    color: #020202;
    border-radius: 3px;
    /*border: 1px solid #dbdbdb;*/
}
.learn_course_center .cont_c_r table {
    width: 808px;
    margin: 15px auto 20px;
}
.learn_course_center .cont_c_r table th,.learn_course_center .cont_c_r table td,.learn_course_center .cont_c_r table td .num {
    padding: 0;
    text-indent: 10px;
    color: #666;
}
.learn_course_center .cont_c_r table a {
    background-color: #f9f9f9;
}
.learn_course_center .cont_c_r table td .num {
    margin-right: 0;
}
.learn_course_center .cont_c_r table .study_end {
    text-indent: 5px;
}
.learn_course_center .cont_c_r table .btn {
    text-indent: 0;
}
.learn_course_center .cont_c_r table .info {
    width: 300px;
}
.learn_course_center .cont_c_r table .name ,.learn_course_center .cont_c_r .name a {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.learn_course_center .cont_c_r .name a {
    display: block;
}
.learn_course_center .cont_c_r table .details {
    margin-left: 5px;
}

/* 学习详情 */
.learn_course_details .cont_cont {
    padding: 0;
    background-color: #f9f9f9;
}
.learn_course_details .cont_cont_h {
    width: 100%;
    height: 155px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}
.learn_course_details .cont_cont_h .course_title {
    position: relative;
    height: 50px;
    margin: 0 20px;
    border-bottom:1px solid #e8e8e8;
}
.learn_course_details .cont_cont_h .course_title h3 {
    display: block;
    float: left;
    height: 50px;
    line-height: 55px;
    font-size: 18px;
    color: #cf091c;
    border-bottom: 2px solid #cf091c;
    padding: 0 10px;
}
.learn_course_details .cont_cont_h ul {
    float: right;
}
.learn_course_details .cont_cont_h .btn {
    height: 35px;
    border-radius: 5px;
    margin: 7px 5px;
    margin-right: 0;
    padding: 0;
}
.learn_course_details .cont_cont_h li {
    padding-left: 20px;
}
.learn_course_details .cont_cont_h li a {
    color: #f1a037;
    line-height: 35px;
    font-size: 14px;
    border: 0;
    text-align: right;
}
.learn_course_details .cont_cont_h li a i {
    display: inline-block;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    background: url(../icon/index.png) -444px -125px no-repeat ;
    background-size: 900px 900px;
}
.course_see ,.course_learn ,.course_test {
    /*display: none;*/
}
.learn_course_details .course_cont {
    margin: 10px 20px;
}
.learn_course_details .course_cont ul {
    float: left;
    display: block;
    margin-left: 10px;
}
.learn_course_details .course_cont .course_cont_l li {
    float: left;
    width: 30%;
    height: 28px;
    line-height: 2.2em;
}
.learn_course_details .course_cont .course_cont_l .colon, .learn_course_details .course_cont .colon b {
    color: #999999;
}
.learn_course_details .course_cont .course_cont_l {
    width: 780px;
}
.learn_course_details .course_cont .course_cont_r {
    width: 160px;
    overflow: hidden;
    margin-left: 0;
}
.learn_course_details .course_cont .course_cont_r table,.learn_course_details .course_cont .course_cont_r td {
    border: 0;
    height: 25px;
    margin: 0;
}
.learn_course_details .course_cont .course_cont_r u {
    display: block;
    float: left;
    margin: 0 2px;
    width: 18px;
    height: 18px;
}
.learn_course_details .course_cont .course_cont_r .yellow {
    background: url(../icon/index.png) -261px -127px no-repeat;
    background-size: 900px 900px;
}
.learn_course_details .course_cont .course_cont_r .gray {
    background: url(../icon/index.png) -287px -128px no-repeat;
    background-size: 900px 900px;
}
.learn_course_details .course_cont .course_cont_r span,.learn_course_details .course_cont .course_cont_r a {
    color: #5192c6;
}
.learn_course_details .course_cont .course_cont_r a:hover span,.learn_course_details .course_cont .course_cont_r a:hover {
    color: #cf091c;
}
.learn_course_details .cont_cont_l ,.learn_course_details .cont_cont_r {
    float: left;
    width: 738px;
}
.learn_course_details .cont_cont_l {
    width: 238px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
.learn_course_details .cont_cont_r {
    min-height: 300px;
    background-color: #fff;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px 0;
    border: 1px solid #d4d4d4;
}
.learn_course_details .cont_cont_l .cont_l_h  {
    text-align: center;
    line-height: 30px;
    background-color: #d4d4d4;
    color: #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.learn_course_details .cont_cont_l ul {
    margin: 10px 0;
    padding: 0 20px;
}
.learn_course_details .cont_cont_l li {
    display: block;
    width: 100%;
    line-height: 25px;
}
.learn_course_details .cont_cont_l li .name {
    float: left;
}
.learn_course_details .cont_cont_l li .state {
    float: right;
}
.learn_course_details .cont_cont_r .part {
    margin: 0 0 0 20px;
}
.learn_course_details .cont_cont_r  .cont_r_info {
    margin: 5px 0 20px 20px;
    /*height: 500px;*/
    padding: 10px 0;
}
.testbody {
    background-color: #f8f8f8;
}
.testbody .header {
    position: relative;
    border: 1px solid #e0e3e9;
    margin: 20px;
    padding: 20px 0;
    height: 110px;
    min-width: 1000px;
    background-color: #fff;
}
.testbody .header h3 {
    text-align: center;
    line-height: 55px;
}
.testbody .header p {
    color: #666;
    line-height: 30px;
    text-indent: 20px;
}
.testbody .header p.name {
    text-indent: 0;
    margin: 0 20px;
    border-bottom: 1px dotted #666;
    line-height: 20px;
    margin-bottom: 10px;
}
.testbody .header p.time {
    float: right;
    margin-right: 20px;
    margin-top: -30px;
    line-height: 20px;
}
.testbody .header .info .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #777777;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.learn_test {
    margin: 0 20px 20px;
    min-width: 1000px;
}
.learn_test_l {
    float: left;
    width: 80%;
}
.learn_test_l .one {
    width: 100%;
    border: 1px solid #e0e3e9;
    margin-bottom: 20px;
}
.learn_test_l .one .one_title {
    height: 30px;
    background-color: #f9f9fa;
    padding-left: 25px;
    line-height: 30px;
}
.learn_test_l .one .one_title .red ,.learn_test_r .info p .red {
    color: #cf091c;
}
.learn_test_l .one .one_cont {
    background-color: #fff;
    padding: 10px 0;
}
.learn_test_l label {
    display: block;
    line-height: 30px;
    vertical-align: middle;
}
.learn_test_l  label input {
    margin-left: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.learn_test_l  label i {
    color: #999;
}
.learn_test_l .one_text .one_cont {
    padding: 20px;
}
.learn_test_l .one textarea {
    width: 100%;
    resize: none;
    border: 1px solid #666;
}
.learn_test_r {
    float: left;
    width: 20%;
}
.learn_test_r .info {
    margin-left: 20px;
    background-color: #fff;
    border: 1px solid #e0e3e9;
    position: relative;
    padding: 20px 20px 10px ;
}
.learn_test_r .info p {
    /*margin-left: 20px;*/
    line-height: 20px;
    color: #666;
}
.learn_test_r .info .quit {
    position: absolute;
    right: 20px;
    top: 27px;
}
.learn_test_r .info .quit:hover {
    cursor: pointer;
    color: #cf091c;
}
.learn_test_r .info i {
    display: inline-block;
}
.learn_test_r .info .quit i {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../icon/index.png) 2px -169px no-repeat;
    background-size: 900px 900px;
}
.learn_test_r .info .quit:hover i {
    background: url(../icon/index.png) -82px -169px no-repeat;
}

.learn_test_r .info .btn {
    width: 100%;
    padding: 0 ;
    height: 30px;
    border: 1px solid #cf091c;
    background-color: #fff;
    color: #cf091c;
    line-height: 32px;
    margin: 20px auto 10px;
}
.learn_test_r .info .btn:hover {
    cursor: pointer;
    color: #fff;
}
.learn_test_r .info .save:hover {
    background-color: #cf091c;
}
.learn_test_r .info .submit {
    background-color: #cf091c;
    color: #fff;
    margin-top: 0;
}
.learn_test_r .info .submit:hover {
    background-color: #f23144;
}

/* 视频学习页面 */
.head_mv  .nav {
    display: table;
    width: 100%;
    min-width: 1000px;
    height: 40px;
    background-color: #cf091c;
    background: -webkit-gradient(linear,0 0,0 100%,from(#e92222),to(#cf091c));
    background: -o-linear-gradient(top ,#e92222,#cf091c);
    background: -moz-linear-gradient(top ,#e92222,#cf091c);
    background: -ms-linear-gradient(top ,#e92222,#cf091c);
}
.head_mv  .nav li {
    display: block;
    float: left;
    height: 40px;
    padding: 0 0 0 20px;
    line-height: 35px;
    color: #fff;
}
.head_mv  .nav li i {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ee3436;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 20px;
}
.head_mv  .nav li a ,.head_mv  .nav li a b{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.head_mv  .nav li a b {

}
    /* 档案 */
.archives .cont_c_r .date {
    border: 1px solid #e0e0e0;
    text-indent: 3px;
    vertical-align: middle;
}
.archives .cont_c_r .text_m {
    text-align: center;
}
.archives .cont_c_r .line_see {
    color: #cf091c;
    margin-top: 15px;
    line-height: 20px;
}
.archives .cont_c_r .line_see_time {
    color: #999;
}
.archives .cont_c_r .mar_top_20 {
    margin-top: 20px;
    line-height: 20px;
    color: #000;
}
.archives .cont_c_r table {
    margin: 0;
}
.archives .cont_c_r table th ,.archives .cont_c_r table td {
    text-align: center;
}
.archives .cont_c_r table th,.archives .cont_c_r table .bg_gray {
    background: -ms-linear-gradient(top, #fafafa,  #f1f1f1);        /* IE 10 */
    background: -moz-linear-gradient(top,#fafafa,#f1f1f1);/*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fafafa), to(#f1f1f1));  /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f1f1f1));      /* Safari 4-5, Chrome 1-9*/
    background: -o-linear-gradient(top, #fafafa, #f1f1f1);  /*Opera 11.10+*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f1f1f1', GradientType='0');*/
}
.archives .cont_c_r table td {
    border-right: 1px solid #d1d1d1;
    background-color: #fff;
}
.archives .cont_c_r table td.last {
    border-bottom: 1px solid #d1d1d1;
    border-right: 0;
}
.archives .cont_c_r table td a {
    margin-left: 10px;
    background-color: #fff;
}
.archives table .last a {
    color: #468abd;
}
.archives .zxkc label {
    display: block;
    float: left;
    width: 100px;
    margin-bottom: 20px;
}
.archives .zxkc_table_box {
    width: 808px;
    overflow-x: auto;
    overflow-y: hidden;
}
.archives .zxkc_table_box .name a {
    background-color: #fff;
}
.archives_detail {
    margin-bottom: 20px;
}
.archives_detail .name {
    margin-right: 20px;
}
.archives_detail_table th,.archives_detail_table td {
    border-right: 1px solid #dbdbdb;
    padding: 0 5px;
}
.archives_detail_table th.last,.archives_detail_table td.last {
    border-right: 0;
}
.archives_detail_table td {
    border-bottom: 0;
}
.archives_detail_table td .info .name {
    float: left;
}



    /* 底部 */
.footer {
    height: 65px;
    background-color: #373a3d;
}
.foot_l {
    float: left;
    line-height: 20px;
}
.foot_r {
    float: left;
	margin-left: 10px;
}
.foot_l div {
    color: #fff;
}
.foot_l a {
    color: #fff;
    line-height: 25px;
}
.foot_l a:hover {
    cursor: pointer;
    color: #cf091c;
}
.foot_l p {
    line-height: 18px;
    color: #fff;
}
.foot_l span {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../icon/index.png) no-repeat -82px 5px ;
    vertical-align: middle;
}
.foot_r a {
    display: inline-block;
    height: 60px;
    color: #fff;
    vertical-align: middle;
    line-height: 60px;
}
.foot_r .img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    margin-left: 12px;
    vertical-align: middle;
    border: none;
    background-image: url(../icon/index.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 900px 900px;
}
.foot_r .img.sac {
	width: 40px;
	background: url(../icon/icon_gongan.png) center center no-repeat;
	background-size: 100%;
}
.foot_r .icp {
    background-position: -42px 0;
}

.editpwd {
	background-color: #fff;
}
.editpwd .header {
	background-color: #f9f9f9;
}
.editpwd .footer {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
}
.editpwd .ziliao_pop {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto;
	display: table;
}
.editpwd .ziliao_pop_r {
	padding-top: 20px;
	height: 300px;
}
.editpwd .ziliao_pop_r .ziliao_pop_r_psd {
	border: 0;
}
.editpwd .ziliao_pop_r {
	width: 650px;
}
.editpwd .ziliao_pop_r table, .editpwd .ziliao_pop_r table td {
	padding: 3px 0;
}
.editpwd .ziliao_pop_r .ziliao_pop_r_psd input {
	width: auto;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}
.editpwd .ziliao_pop_r .btn {
	font-size: .8em;
	line-height: 25px;
	margin-top: 10px;
}
.editpwd .ziliao_pop_r img {
	vertical-align: middle;
	height: 27px;
}
.page_table {
    border: none !important;
    margin: 0 auto !important;
    width: auto !important;
}

.page_table td{
    border: none !important;
}
.page_table input{
    float: left;
}
