@charset "utf-8";
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    /*
      Override the default (display: inline) for
      browsers that do not recognize HTML5 tags.

      IE8 (and lower) requires a shiv:
      http://ejohn.org/blog/html5-shiv
    */
    display: block;
}
/*二级标题*/
div.subtitle {
    /*background:  url("../image/module_head.png") no-repeat scroll 16px 17px #F5F5F5;    *//**/
    background: #f5f5f5;
    border-left: 3px solid #ccc;    /**/
    /*height: 38px;*/
    /*width: 92.5%;
    margin-left: 35px;*/
    margin-bottom: 26px;
}

div.subtitle span {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 38px;
    padding-left: 18px;
}
b,
strong {
    /*
      Makes browsers agree.
      IE + Opera = font-weight: bold.
      Gecko + WebKit = font-weight: bolder.
    */
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
      For IE.
      http://css-tricks.com/ie-fix-bicubic-scaling-for-images
    */
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
}

li {
    /*
      For IE6 + IE7:

      "display: list-item" keeps bullets from
      disappearing if hasLayout is triggered.
    */
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    /*
      For IE9. Without, occasionally draws shapes
      outside the boundaries of <svg> rectangle.
    */
    overflow: hidden;
}

/*2014-12-04*/

html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
body{
    font-size: 12px;
    font-family:
        'Microsoft YaHei UI',
        'Microsoft YaHei',
        '微软雅黑',
        Arial,
        Tahoma,
        Helvetica,
        Georgia,
        '华文黑体',
        Hei,
        'Hiragino Kaku Gothic Pro',
        SimSun;
    /*line-height: 175%;*/
}
body.nomsyh{
    font-family: Verdana,Arial,Tahoma,Helvetica,Georgia,Sans-serif,'STXihei','华文黑体',Hei,'Hiragino Kaku Gothic Pro',SimSun;
}
h1,h2,h3,h4,h5,h6,p,td,ul,ol,li,dl,dt,dd,a{
    font-family:
        'Microsoft YaHei UI',
        'Microsoft YaHei',
        '微软雅黑',
        Arial,
        Tahoma,
        Helvetica,
        Georgia,
        '华文黑体',
        Hei,
        'Hiragino Kaku Gothic Pro',
        SimSun;

}
.solid-block{
    marign: 0;
    height: 15px;
}

p,span{
    margin:0;
    vertical-align: middle;
    line-height: 26px;
    font-size: 12px;
}
small{
    font-size:12px;
    color:#999;
}

h1,h2,h3,h4,h5,h6{
    padding:10px 0;
    font-family:inherit;
    font-weight:normal;
    color:inherit;
    text-rendering:optimizelegibility;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
    font-weight:normal;
    color:#999;
}
h1{
    font-size: 34px;
    line-height: 38px;
}
h1 small{
    font-size: 30px;
}
h2{
    font-size: 30px;
    line-height: 34px;
}
h2 small{
    font-size: 26px;
}
h3{
    font-size: 26px;
    line-height: 30px;
}
h3 small{
    font-size: 22px;
}
h4,h5,h6{
    line-height: 26px;
}
h4{
    font-size: 22px;
}
h4 small{
    font-size: 18px;
}
h5{
    font-size: 18px;
}
h5 small{
    font-size: 14px;
}
h6{
    font-size: 14px;
    text-transform:uppercase;
}
h6 small{
    font-size: 12px;
}

a{
    text-decoration:none;
    color:#3d5998;
}
a:hover,a:active{
    color:#e71;
}
a.disabled{
    color:#555;
}
a.disabled:hover{
    color:#555;
}
a:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

ul,ol{
    padding:0;
    margin:0 0 9px 15px;
}
ul ul,ul ol,ol ol,ol ul{
    margin-bottom:0;
}
ul{
    list-style:disc;
}
ol{
    list-style:decimal;
    list-style-type: none;
}
li{
    line-height:inherit;
    list-style-type: none;
}
dl{
    margin-bottom:18px;
}
dt,dd{
    line-height:inherit;
}
dt{
    font-weight:inherit;
    line-height:17px;
}
dd{
    margin-left:9px;
}

strong{
    font-weight:bold;
}
em{
    font-style:italic;
}

.span16{
    width:960px;
}
.span15{
    width:900px;
}
.span14{
    width:840px;
}
.span13{
    width:780px;
}
.span12{
    width:720px;
}
.span11{
    width:660px;
}
.span10{
    width:500px;
}
.span9{
    width:460px;
}
.span8{
    width:400px;
}
.span7{
    width:360px;
}
.span6{
    width:300px;
}
.span5{
    width:240px;
}
.span4{
    width:180px;
}
.span3{
    width:120px;
}
.span2{
    width:60px;
}
.span1{
    width:30px;
}

form{
    margin:0 0 18px;
}
fieldset{
    padding:0;
    margin:0;
    border:0;
}
legend{
    display:block;
    width:100%;
    padding:0;
    margin-bottom:27px;
    font-size: 18px;
    line-height:36px;
    color:#333;
    border:0;
    border-bottom:1px solid #555;
}
legend small{
    font-size: 14px;
    color:#999;
}
label,input,button,select,textarea{
    font-size:12px;
    font-weight:normal;
    line-height:18px;
}
input,button,select,textarea{
    font-family:inherit;
}
label{
    margin-bottom:5px;
    color:#333;
}
input,textarea,select{
    display:inline-block;
    width:210px;
    padding:8px 10px;
    font-size: 12px;
    line-height: 18px;
    color:#555;
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
label input,label textarea,label select{
    display:block;
}
input[type="image"],input[type="checkbox"],input[type="radio"]{
    width:auto;
    height:auto;
    padding:0;
    margin:3px 0;
    *margin-top:0;
    line-height:normal;
    cursor:pointer;
    background-color:transparent;
    border:0 \9;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
input[type="image"]{
    border:0;
}
input[type="file"]{
    width:auto;
    padding:initial;
    line-height:initial;
    background-color:#fff;
    background-color:initial;
    border: initial;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
input[type="button"],input[type="reset"],input[type="submit"]{
    box-shadow: 0;
    width: auto;
    background: url("../../main/image/module_button_bg.jpg") repeat-x scroll left top;
    height: 24px;
    border: 1px solid #CCC;
    line-height: 22px;
    color: #333;
    padding: 0 10px;
    _padding-top: 3px;
    cursor: pointer;
}
select,input[type="file"]{
    *margin-top:4px;
    line-height:28px;
}
input[type="file"]{
    line-height:18px \9;
}
select{
    width:210px;
    height: 30px;
    background-color:#fff;
    margin-top: 2px;
    padding: 0;
    /*line-height: 28px;*/
    float: left;
}
select[multiple],select[size]{
    height:auto;
}
input[type="image"]{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
textarea{
    height:auto;
}
input[type="hidden"]{
    display:none;
}
input,textarea{
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition:border linear 0.2s,box-shadow linear 0.2s;
    -o-transition:border linear 0.2s,box-shadow linear 0.2s;
    transition:border linear 0.2s,box-shadow linear 0.2s;
}
input:focus,textarea:focus{
    border-color:rgba(82, 168, 236, 0.8);
    outline:0;outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;box-shadow:none;
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{
    /*cursor:not-allowed;*//*去掉input红色圈圈*/
    background-color:#eee;
    border-color:#bbb7ae;
}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{
    background-color:transparent;
}
.input-mini{
    width:60px;
}
.input-small{
    width:90px;
}
.input-medium{
    width:150px;
}
.input-large{
    width:210px;
}
.input-xlarge{
    width:270px;
}
.input-xxlarge{
    width:530px;
}
input,textarea{
    margin-left:0;
    /*height: 15px;*/
    height: 30px;
    padding: 0;
}
input.span12, textarea.span12{
    width:930px;
}
input.span11, textarea.span11{
    width:850px;
}
input.span10, textarea.span10{
    width:770px;
}
input.span9, textarea.span9{
    width:690px;
}
input.span8, textarea.span8{
    width:610px;
}
input.span7, textarea.span7{
    width:530px;
}
input.span6, textarea.span6{
    width:450px;
}
input.span5, textarea.span5{
    width:370px;
}
input.span4, textarea.span4{
    width:290px;
}
input.span3, textarea.span3{
    width:210px;
}
input.span2, textarea.span2{
    width:130px;
}
input.span1, textarea.span1{
    width:50px;
}

table{
    width:100%;
    background-color:transparent;
    border-spacing:0;
    margin-bottom:18px;
    border:1px solid #E3E3E3;/*修改后的边框颜色*/
    border-collapse:separate;
    *border-collapse:collapsed;
    border-left:0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-top: 10px;/*调整表格距离 -S*/
    border-left: 1px solid #E3E3E3; /*表格左边内容加一个左边框 -S*/
}
table th,table td{
    padding: 10px 20px; /*增加内容padding距离 -S*/
    line-height: 18px;
    vertical-align: middle;
    /*修改学生姓名的位置*/
    text-align: center;
    /*border-top: 1px solid #bbb7ae;     */
   /* border-left: 1px solid #bbb7ae;  */
}
table th{
    font-weight:bold;
    /*background-color:#f9f9f9;*/
    background-color:#F3F3F3;  /*修改后的颜色*/
    text-align: center;
}
table caption+thead tr:first-child th,table caption+thead tr:first-child td,table colgroup+thead tr:first-child th,table colgroup+thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{
    border-top:0;
}
table tbody+tbody{
    border-top:2px solid #bbb7ae;
}
table caption+thead tr:first-child th,table caption+tbody tr:first-child th,table caption+tbody tr:first-child td,table colgroup+thead tr:first-child th,table colgroup+tbody tr:first-child th,table colgroup+tbody tr:first-child td,table thead:first-child tr:first-child th,table tbody:first-child tr:first-child th,table tbody:first-child tr:first-child td{
    border-top:0;
}
table thead:first-child tr:first-child th:first-child,table tbody:first-child tr:first-child td:first-child{
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topleft:4px;
}
table thead:first-child tr:first-child th:last-child,table tbody:first-child tr:first-child td:last-child{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
}
table thead:last-child tr:last-child th:first-child,table tbody:last-child tr:last-child td:first-child{
    /*-webkit-border-radius:0 0 0 4px;*/
    /*-moz-border-radius:0 0 0 4px;*/
    border-radius:0 0 0 4px;
    /*-webkit-border-bottom-left-radius:4px;*/
    /*border-bottom-left-radius:4px;*/
    /*-moz-border-radius-bottomleft:4px;*/
}
table thead:last-child tr:last-child th:last-child,table tbody:last-child tr:last-child td:last-child{
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-left: none;   /**/
}
/*代码无内容  可以注释掉 -S*/
/*table tbody tr:hover td,table tbody tr:hover th{*/
/*}*/
table .span1{
    float:none;width:44px;margin-left:0;
}
table .span2{
    float:none;
    width:124px;
    margin-left:0;
}
table .span3{
    float:none;
    width:204px;
    margin-left:0;
}
table .span4{
    float:none;
    width:284px;
    margin-left:0;
}
table .span5{
    float:none;
    width:364px;
    margin-left:0;
}
table .span6{
    float:none;
    width:444px;
    margin-left:0;
}
table .span7{
    float:none;
    width:524px;
    margin-left:0;
}
table .span8{
    float:none;
    width:604px;
    margin-left:0;
}
table .span9{
    float:none;
    width:684px;
    margin-left:0;
}
table .span10{
    float:none;
    width:764px;
    margin-left:0;
}
table .span11{
    float:none;
    width:844px;
    margin-left:0;
}
table .span12{
    float:none;
    width:924px;
    margin-left:0;
}
table .span13{
    float:none;
    width:1004px;
    margin-left:0;
}
table .span14{
    float:none;
    width:1084px;
    margin-left:0;
}
table .span15{
    float:none;
    width:1164px;
    margin-left:0;
}
table .span16{
    float:none;
    width:1244px;
    margin-left:0;
}
table .span17{
    float:none;
    width:1324px;
    margin-left:0;
}
table .span18{
    float:none;
    width:1404px;
    margin-left:0;
}
table .span19{
    float:none;
    width:1484px;
    margin-left:0;
}
table .span20{
    float:none;
    width:1564px;
    margin-left:0;
}
table .span21{
    float:none;
    width:1644px;
    margin-left:0;
}
table .span22{
    float:none;
    width:1724px;
    margin-left:0;
}
table .span23{
    float:none;
    width:1804px;
    margin-left:0;
}
table .span24{
    float:none;
    width:1884px;
    margin-left:0;
}
table thead th{
    text-align: center;
}
table tbody th , table tfoot th{
    /*text-align: right;*/
}

.table-like-list{
    border-right: none;
    border-top: none;
}
.table-like-list tr th , .table-like-list tr td{
    border-left: none;
    border-right: none;
}
.table-like-list thead tr th , .table-like-list thead tr td{
    background: #fefefe;
}
table col{
    background: #999;
    color: #fff;
}
table col-col{

}

img{
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode:bicubic;
}


[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right: 3px;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;}[class^="icon-"]:last-child,[class*=" icon-"]:last-child{*margin-left:0;}
.icon-white{

}
.icon-glass{
    background-position:0 0;
}
.icon-music{
    background-position:-24px 0;
}
.icon-search{
    background-position:-48px 0;
}
.icon-envelope{
    background-position:-72px 0;
}
.icon-heart{
    background-position:-96px 0;
}
.icon-star{
    background-position:-120px 0;
}
.icon-star-empty{
    background-position:-144px 0;
}
.icon-user{
    background-position:-168px 0;
}
.icon-film{
    background-position:-192px 0;
}
.icon-th-large{
    background-position:-216px 0;
}
.icon-th{
    background-position:-240px 0;
}
.icon-th-list{
    background-position:-264px 0;
}
.icon-ok{
    background-position:-288px 0;
}
.icon-remove{
    background-position:-312px 0;
}
.icon-zoom-in{
    background-position:-336px 0;
}
.icon-zoom-out{
    background-position:-360px 0;
}
.icon-off{
    background-position:-384px 0;
}
.icon-signal{
    background-position:-408px 0;
}
.icon-cog{
    background-position:-432px 0;
}
.icon-trash{
    background-position:-456px 0;
}
.icon-home{
    background-position:0 -24px;
}
.icon-file{
    background-position:-24px -24px;
}
.icon-time{
    background-position:-48px -24px;
}
.icon-road{
    background-position:-72px -24px;
}
.icon-download-alt{
    background-position:-96px -24px;
}
.icon-download{
    background-position:-120px -24px;
}
.icon-upload{
    background-position:-144px -24px;
}
.icon-inbox{
    background-position:-168px -24px;
}
.icon-play-circle{
    background-position:-192px -24px;
}
.icon-repeat{
    background-position:-216px -24px;
}
.icon-refresh{
    background-position:-240px -24px;
}
.icon-list-alt{
    background-position:-264px -24px;
}
.icon-lock{
    background-position:-287px -24px;
}
.icon-flag{
    background-position:-312px -24px;
}
.icon-headphones{
    background-position:-336px -24px;
}
.icon-volume-off{
    background-position:-360px -24px;
}
.icon-volume-down{
    background-position:-384px -24px;
}
.icon-volume-up{
    background-position:-408px -24px;
}
.icon-qrcode{
    background-position:-432px -24px;
}
.icon-barcode{
    background-position:-456px -24px;
}
.icon-tag{
    background-position:0 -48px;
}
.icon-tags{
    background-position:-25px -48px;
}
.icon-book{
    background-position:-48px -48px;
}
.icon-bookmark{
    background-position:-72px -48px;
}
.icon-print{
    background-position:-96px -48px;
}
.icon-camera{
    background-position:-120px -48px;
}
.icon-font{
    background-position:-144px -48px;
}
.icon-bold{
    background-position:-167px -48px;
}
.icon-italic{
    background-position:-192px -48px;
}
.icon-text-height{
    background-position:-216px -48px;
}
.icon-text-width{
    background-position:-240px -48px;
}
.icon-align-left{
    background-position:-264px -48px;
}
.icon-align-center{
    background-position:-288px -48px;
}
.icon-align-right{
    background-position:-312px -48px;
}
.icon-align-justify{
    background-position:-336px -48px;
}
.icon-list{
    background-position:-360px -48px;
}
.icon-indent-left{
    background-position:-384px -48px;
}
.icon-indent-right{
    background-position:-408px -48px;
}
.icon-facetime-video{
    background-position:-432px -48px;
}
.icon-picture{
    background-position:-456px -48px;
}
.icon-pencil{
    background-position:0 -72px;
}
.icon-map-marker{
    background-position:-24px -72px;
}
.icon-adjust{
    background-position:-48px -72px;
}
.icon-tint{
    background-position:-72px -72px;
}
.icon-edit{
    background-position:-96px -72px;
}
.icon-share{
    background-position:-120px -72px;
}
.icon-check{
    background-position:-144px -72px;
}
.icon-move{
    background-position:-168px -72px;
}
.icon-step-backward{
    background-position:-192px -72px;
}
.icon-fast-backward{
    background-position:-216px -72px;
}
.icon-backward{
    background-position:-240px -72px;
}
.icon-play{
    background-position:-264px -72px;
}
.icon-pause{
    background-position:-288px -72px;
}
.icon-stop{
    background-position:-312px -72px;
}
.icon-forward{
    background-position:-336px -72px;
}
.icon-fast-forward{
    background-position:-360px -72px;
}
.icon-step-forward{
    background-position:-384px -72px;
}
.icon-eject{
    background-position:-408px -72px;
}
.icon-chevron-left{
    background-position:-432px -72px;
}
.icon-chevron-right{
    background-position:-456px -72px;
}
.icon-plus-sign{
    background-position:0 -96px;
}
.icon-minus-sign{
    background-position:-24px -96px;
}
.icon-remove-sign{
    background-position:-48px -96px;
}
.icon-ok-sign{
    background-position:-72px -96px;
}
.icon-question-sign{
    background-position:-96px -96px;
}
.icon-info-sign{
    background-position:-120px -96px;
}
.icon-screenshot{
    background-position:-144px -96px;
}
.icon-remove-circle{
    background-position:-168px -96px;
}
.icon-ok-circle{
    background-position:-192px -96px;
}
.icon-ban-circle{
    background-position:-216px -96px;
}
.icon-arrow-left{
    background-position:-240px -96px;
}
.icon-arrow-right{
    background-position:-264px -96px;
}
.icon-arrow-up{
    background-position:-289px -96px;
}
.icon-arrow-down{
    background-position:-312px -96px;
}
.icon-share-alt{
    background-position:-336px -96px;
}
.icon-resize-full{
    background-position:-360px -96px;
}
.icon-resize-small{
    background-position:-384px -96px;
}
.icon-plus{
    background-position:-408px -96px;
}
.icon-minus{
    background-position:-433px -96px;
}
.icon-asterisk{
    background-position:-456px -96px;
}
.icon-exclamation-sign{
    background-position:0 -120px;
}
.icon-gift{
    background-position:-24px -120px;
}
.icon-leaf{
    background-position:-48px -120px;
}
.icon-fire{
    background-position:-72px -120px;
}
.icon-eye-open{
    background-position:-96px -120px;
}
.icon-eye-close{
    background-position:-120px -120px;
}
.icon-warning-sign{
    background-position:-144px -120px;
}
.icon-plane{
    background-position:-168px -120px;
}
.icon-calendar{
    background-position:-192px -120px;
}
.icon-random{
    background-position:-216px -120px;
}
.icon-comment{
    background-position:-240px -120px;
}
.icon-magnet{
    background-position:-264px -120px;
}
.icon-chevron-up{
    background-position:-288px -120px;
}
.icon-chevron-down{
    background-position:-313px -119px;
}
.icon-retweet{
    background-position:-336px -120px;
}
.icon-shopping-cart{
    background-position:-360px -120px;
}
.icon-folder-close{
    background-position:-384px -120px;
}
.icon-folder-open{
    background-position:-408px -120px;
}
.icon-resize-vertical{
    background-position:-432px -119px;
}
.icon-resize-horizontal{
    background-position:-456px -118px;
}
.icon-hdd{
    background-position:0 -144px;
}
.icon-bullhorn{
    background-position:-24px -144px;
}
.icon-bell{
    background-position:-48px -144px;
}
.icon-certificate{
    background-position:-72px -144px;
}
.icon-thumbs-up{
    background-position:-96px -144px;
}
.icon-thumbs-down{
    background-position:-120px -144px;
}
.icon-hand-right{
    background-position:-144px -144px;
}
.icon-hand-left{
    background-position:-168px -144px;
}
.icon-hand-up{
    background-position:-192px -144px;
}
.icon-hand-down{
    background-position:-216px -144px;
}
.icon-circle-arrow-right{
    background-position:-240px -144px;
}
.icon-circle-arrow-left{
    background-position:-264px -144px;
}
.icon-circle-arrow-up{
    background-position:-288px -144px;
}
.icon-circle-arrow-down{
    background-position:-312px -144px;
}
.icon-globe{
    background-position:-336px -144px;
}
.icon-wrench{
    background-position:-360px -144px;
}
.icon-tasks{
    background-position:-384px -144px;
}
.icon-filter{
    background-position:-408px -144px;
}
.icon-briefcase{
    background-position:-432px -144px;
}
.icon-fullscreen{
    background-position:-456px -144px;
}

.f-right {
    float: right;
}
.f-left {
    float: left;
}

.clear-f-a {
    overflow: hidden;
    zoom: 1;
}
.clear-f-b:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


.box-shadows{
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
    word-break: break-all;
}


.threecolwrap{
    overflow: hidden;
    zoom: 1;
    width: 100%;
}
.threecol-twocolwrap{
    float: left;
    width: 100%;
    display: inline;
}
.threecol-sidebar{
    float: left;
}
.threecol-maincontent{
    width: auto;
}
.aside{
    float: right;
}

.threecolwrap-span4{

}
.threecolwrap-span4 .threecol-twocolwrap{
    margin-right: -480px;
}
.threecolwrap-span4 .threecol-sidebar{
    width: 420px;
}
.threecolwrap-span4 .threecol-maincontent{
    margin: 0 480px 0 420px;
}
.threecolwrap-span4 .aside{
    width: 480px;
}
.threecolwrap-span3{

}
.threecolwrap-span3 .threecol-twocolwrap{
    margin-right: -420px;
}
.threecolwrap-span3 .threecol-sidebar{
    width: 360px;
}
.threecolwrap-span3 .threecol-maincontent{
    margin: 0 420px 0 360px;
}
.threecolwrap-span3 .aside{
    width: 420px;
}
.threecolwrap-span2{

}
.threecolwrap-span2 .threecol-twocolwrap{
    margin-right: -360px;
}
.threecolwrap-span2 .threecol-sidebar{
    width: 300px;
}
.threecolwrap-span2 .threecol-maincontent{
    margin: 0 360px 0 300px;
}
.threecolwrap-span2 .aside{
    width: 360px;
}
.threecolwrap-span1{

}
.threecolwrap-span1 .threecol-twocolwrap{
    margin-right: -300px;
}
.threecolwrap-span1 .threecol-sidebar{
    width: 240px;
}
.threecolwrap-span1 .threecol-maincontent{
    margin: 0 300px 0 240px;
}
.threecolwrap-span1 .aside{
    width: 300px;
}

.twocolwrap{
    overflow: hidden;
    zoom: 1;
    margin: 0;
    background: #f7f7f9 url(1.jpg) repeat-y 0 0;
}
.twocol-sidebar{
    float: left;
}
.twocol-miancontent{
}
.twocolwrap-right{
    background: none;    
}
.twocolwrap-right .twocol-sidebar{
    float: right;
}

.twocolwrap-span15{
    background-position: 0 0;
}
.twocolwrap-span15 .twocol-sidebar{
    width: 900px;
}
.twocolwrap-span15 .twocol-miancontent{
    margin: 0 0 0 900px;
}
.twocolwrap-span14{
    background-position: -60px 0;
}
.twocolwrap-span14 .twocol-sidebar{
    width: 840px;
}
.twocolwrap-span14 .twocol-miancontent{
    margin: 0 0 0 840px;
}
.twocolwrap-span13{
    background-position: -120px 0;
}
.twocolwrap-span13 .twocol-sidebar{
    width: 780px;
}
.twocolwrap-span13 .twocol-miancontent{
    margin: 0 0 0 780px;
}
.twocolwrap-span12{
    background-position: -180px 0;
}
.twocolwrap-span12 .twocol-sidebar{
    width: 720px;
}
.twocolwrap-span12 .twocol-miancontent{
    margin: 0 0 0 720px;
}
.twocolwrap-span11{
    background-position: -240px 0;
}
.twocolwrap-span11 .twocol-sidebar{
    width: 660px;
}
.twocolwrap-span11 .twocol-miancontent{
    margin: 0 0 0 660px;
}
.twocolwrap-span10{
    background-position: -300px 0;
}
.twocolwrap-span10 .twocol-sidebar{
    width: 600px;
}
.twocolwrap-span10 .twocol-miancontent{
    margin: 0 0 0 600px;
}
.twocolwrap-span9{
    background-position: -360px 0;
}
.twocolwrap-span9 .twocol-sidebar{
    width: 540px;
}
.twocolwrap-span9 .twocol-miancontent{
    margin: 0 0 0 540px;
}
.twocolwrap-span8{
    background-position: -420px 0;
}
.twocolwrap-span8 .twocol-sidebar{
    width: 480px;
}
.twocolwrap-span8 .twocol-miancontent{
    margin: 0 0 0 480px;
}
.twocolwrap-span7{
    background-position: -480px 0;
}
.twocolwrap-span7 .twocol-sidebar{
    width: 420px;
}
.twocolwrap-span7 .twocol-miancontent{
    margin: 0 0 0 420px;
}
.twocolwrap-span6{
    background-position: -540px 0;
}
.twocolwrap-span6 .twocol-sidebar{
    width: 360px;
}
.twocolwrap-span6 .twocol-miancontent{
    margin: 0 0 0 360px;
}
.twocolwrap-span5{
    background-position: -600px 0;
}
.twocolwrap-span5 .twocol-sidebar{
    width: 300px;
}
.twocolwrap-span5 .twocol-miancontent{
    margin: 0 0 0 300px;
}
.twocolwrap-span4{
    background-position: -660px 0;
}
.twocolwrap-span4 .twocol-sidebar{
    width: 240px;
}
.twocolwrap-span4 .twocol-miancontent{
    margin: 0 0 0 240px;
}
.twocolwrap-span3{
    background-position: -720px 0;
}
.twocolwrap-span3 .twocol-sidebar{
    width: 180px;
}
.twocolwrap-span3 .twocol-miancontent{
    margin: 0 0 0 180px;
}
.twocolwrap-span2 .twocol-sidebar{
    width: 120px;
}
.twocolwrap-span2{
    background-position: -780px 0;
}
.twocolwrap-span2 .twocol-miancontent{
    margin: 0 0 0 120px;
}
.twocolwrap-span1{
    background-position: -840px 0;
}
.twocolwrap-span1 .twocol-sidebar{
    width: 60px;
}
.twocolwrap-span1 .twocol-miancontent{
    margin: 0 0 0 60px;
}

.twocolwrap-right-span15 .twocol-sidebar{
    width: 840px;
}
.twocolwrap-right-span15 .twocol-miancontent{
    margin: 0 840px 0 0;
}
.twocolwrap-right-span14 .twocol-sidebar{
    width: 780px;
}
.twocolwrap-right-span14 .twocol-miancontent{
    margin: 0 780px 0 0;
}
.twocolwrap-right-span13 .twocol-sidebar{
    width: 780px;
}
.twocolwrap-right-span13 .twocol-miancontent{
    margin: 0 780px 0 0;
}
.twocolwrap-right-span12 .twocol-sidebar{
    width: 720px;
}
.twocolwrap-right-span12 .twocol-miancontent{
    margin: 0 720px 0 0;
}
.rap-right-span11 .twocol-sidebar{
    width: 660px;
}
.twocolwrap-right-span11 .twocol-miancontent{
    margin: 0 660px 0 0;
}
.twocolwrap-right-span10 .twocol-sidebar{
    width: 600px;
}
.twocolwrap-right-span10 .twocol-miancontent{
    margin: 0 600px 0 0;
}
.twocolw
.twocolwrap-right-span9 .twocol-sidebar{
    width: 540px;
}
.twocolwrap-right-span9 .twocol-miancontent{
    margin: 0 540px 0 0;
}
.twocolwrap-right-span8 .twocol-sidebar{
    width: 480px;
}
.twocolwrap-right-span8 .twocol-miancontent{
    margin: 0 480px 0 0;
}
.twocolwrap-right-span7 .twocol-sidebar{
    width: 420px;
}
.twocolwrap-right-span7 .twocol-miancontent{
    margin: 0 420px 0 0;
}
.twocolwrap-right-span6 .twocol-sidebar{
    width: 360px;
}
.twocolwrap-right-span6 .twocol-miancontent{
    margin: 0 360px 0 0;
}
.twocolwrap-right-span5 .twocol-sidebar{
    width: 300px;
}
.twocolwrap-right-span5 .twocol-miancontent{
    margin: 0 300px 0 0;
}
.twocolwrap-right-span4 .twocol-sidebar{
    width: 240px;
}
.twocolwrap-right-span4 .twocol-miancontent{
    margin: 0 240px 0 0;
}
.twocolwrap-right-span3 .twocol-sidebar{
    width: 180px;
}
.twocolwrap-right-span3 .twocol-miancontent{
    margin: 0 180px 0 0;
}
.twocolwrap-right-span2 .twocol-sidebar{
    width: 120px;
}
.twocolwrap-right-span2 .twocol-miancontent{
    margin: 0 120px 0 0;
}
.twocolwrap-right-span1 .twocol-sidebar{
    width: 60px;
}
.twocolwrap-right-span1 .twocol-miancontent{
    margin: 0 60px 0 0;
}




.managepage-nav{
    margin: 0;
}
.managepage-nav ul{
    margin: 0;
    text-align: center;
    /*height: 32px;*/
    overflow: hidden;
    font-size: 0;
    letter-spacing: -2px;
    *letter-spacing: normal;
    word-spacing: -1px;
}
.managepage-nav ul.li-center{
    text-align:center;
}
.managepage-nav ul.li-left{
    text-align:left;
}
.managepage-nav ul.li-right{
    text-align:right;
}
.managepage-nav li{
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
    *zoom: 1;
    cursor:pointer;
    border-left:1px solid #FFF;
}
.managepage-nav p{
    overflow: hidden;
    zoom: 1;
}
.managepage-nav a{
    float:left;
    font-size:14px;
    line-height: 32px;
    cursor:pointer;
    letter-spacing:normal;
    word-spacing:normal;
    vertical-align:top;
    padding: 0 15px;
}
.managepage-nav span{
    line-height: 32px;
}

.form{
    border: 1px solid #ffffff;
    /*border: 1px solid #E3E3E3;*//*表格修改边框颜色 -S*/
    /*padding: 15px;*/
}
.form td,.form th{
    padding: 0;
    background: #ffffff;
}

.form input{
    margin: 0;
    padding: 0;
}
fieldset{
    margin: 0 15px;
}
.form-table{
    border: none;
}
.form-table th{
    border: none;
    background: none;
    /*修改border的颜色-S*/
    border-bottom: 1px solid #E3E3E3;
    vertical-align: top;
}
.form-table th p{
    /*修改了padding值 -S*/
    /*padding: 5px 15px 5px 5px;*/
    font-size: 12px;
    font-weight: normal;
}
.form-table td{
    border: none;
    /*修改border颜色-S*/
    border-bottom: 1px solid #E3E3E3;
}
.form-table label{
    margin: 0 15px 0 5px;
}


.title{
    margin: 0 0 15px 0;
    /*标题下边框影响效果*/
    /*border-bottom: 1px solid #CCC;*/
    background:#ECF3F9;
}
.title .title-main{
}
.title .more{
    float: right;
    width: 100px;
    text-align: right;
}


.fst-title{

}
.fst-title .more span{
    font-size: 20px;
    color: #000;
    line-height: 42px;
}

.snd-title{
    padding: 0;
}
.snd-title .more span{
    font-size: 18px;
    color: #000;
    line-height: 38px;
}

.trd-title{
    padding: 0;
}
.trd-title .more span{
    font-size: 16px;
    color: #000;
    line-height: 34px;
}

.fth-title{
    padding: 0;
}
.fth-title .more span{
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.fve-title{
    padding: 0;
}
.fve-title .more span{
    font-size: 14px;
    color: #000;
    line-height: 26px;
}

.text{
    margin: 0 15px;
    text-indent: 2em;
}


.cro-nav{
    overflow-y: none;
    margin: 0;
    text-align: center;
    font-size: 0;
    letter-spacing: -2px;
    *letter-spacing: normal;
    word-spacing: -1px;
}
.cro-nav li{
    display:-moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    border-left: 1px solid #FFF;
}
.cro-nav li p{
    float: left;
    line-height: 32px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    padding: 0 7.5px;
}
.cro-nav li a{
    float: left;
    line-height: 32px;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    padding: 0 7.5px;
}
.cro-nav li a span{
    line-height: 32px;
}

.col-nav{

}
.col-nav li{
    border-top: 1px solid #ccc;
    padding: 0 0 0 15px;
}
.col-nav li:first-child{
    border: none;
}

.list{

}
.list ul{
    margin: 0 15px;
}
.list li{
    overflow: hidden;
    *zoom: 1;
    border-top: 1px solid #ccc;
    padding: 5px 0 5px 15px;
    line-height: 26px;
    font-size: 12px;
}
.list li:first-child{
    border: none;
}
.list ul ul{
    margin: 0 0 0 15px;
}

.black {
    color: #000;
}
.gray {
    color: #808080;
}
.blue {
    color: #4b5cc4;
}
.red {
    color: #ff2121;
}
.yellow {
    color: #fa8c35;
}
.green {
    color: #00e500;
}
.explain{
    font-size: 12px;
    color: #fa8c35;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}


table.dataTable.no-footer {
    border: none !important;         /**/
}
table.dataTable thead th, table.dataTable thead td {
    border: none !important;         /**/
}

/*修改随堂教学页面两个按钮的位置*/
div .buttonc{
    text-align: center;
}
div .givUp{
    display: inline-block;
}
div .hand{
    width: 16px;
    height: 16px;
    background: url(../image/hand.png);
    display: inline-block;
}
div .num{
    display: inline-block;
    margin-left: -30px;
}

div .question{
    width: 17px;
    height: 17px;
    background: url(../image/tw.jpg);
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

#cx{
    width: 70px;
    height: 28px;
    text-align: right;
    padding-right: 7px;
    margin-left: 20px;
    margin-top: 2px;
    float: left;
    background: url(cx.jpg) no-repeat 11px 7px;
    letter-spacing: 3px;
}
.right{
    width: 16px;
    height: 16px;
    background: url(right.jpg) no-repeat;
    display: inline-block;
    margin-right: -30px;
}
.box-shadow{
    padding: 0 !important;
}
.baseLeft{
    text-align: left;
}












