﻿body {
    padding: 0px; background-image: url(bg.png), url(bg1.jpg);
}
.BaoMing_Box {
    width:1003px; max-width:90%; margin:auto;
}
.BM_Header {
    width:100%; display:block; padding-bottom:10px; text-align:center;
    padding-top:10px;
    font-family:黑体;
}
.navigate_box {
    width: 100%; height:32px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #007504; 
    background-image:url(nv_bg.png);
}
        .navigate_box td {
        border-right:1px solid #EEEEEE;
        height:30px;
        padding:0px;
        margin:0px;
        color:#fff;
        text-align:center;
        font-family:微软雅黑;
        }

        .NV_Ing {
         font-weight:bold;
         background-image:url(nv_bg2.png);
         background-position:center top;
         color:#fff;

        }
        .NV_Ing:before {
            content:'[ ';
            }
            .NV_Ing:after {
            content:' ]';
            }

.panel-footer {
    color:#bebebe;
    font-size:14px;
    margin-top:30px;
    text-align:center;
    line-height:25px;
}
.BM_Body {
    width:100%;
   padding-top:0px;
   padding-left:30px;
   padding-right:30px;
   padding-bottom:0px;
}

.BM_Body p {
    font-size:14px;
    color:#494949;
    line-height:25px;
}
.courseItem {
width:210px;
display:inline;
float:left;
border:#A8FFAC 2px solid;
border-radius:5px;
text-align:center;
cursor:pointer;
margin-left:15px;
margin-right:8px;
margin-bottom:20px;}

    .courseItem .label,.courseItemED .label {
        width:160px;
        margin:auto;
        margin-bottom:10px;
    clear:both;
    float:none;
    display:block;
}
.courseItemED {
width:210px;
display:inline;
float:left;
border:#04FF11 2px solid;
border-radius:5px;
text-align:center;
cursor:pointer;
margin-left:15px;
margin-right:8px;
margin-bottom:20px;
background-image:url(course_bg_ed.jpg);
}
.courseItemInput {
width:1px;
height:1px;
border:0px;
position:absolute;
margin:-1px;
padding:0px;
overflow:hidden;
}
.BM_HR {
width:auto;
height:1px;
border-bottom:1px solid #d3d3d3;
}