@charset "utf-8";
.class_name_code {
    border: 1px solid #A42903;
    border-radius:8px;
    font-family: sans-serif;
    padding: 8px;
    height: 180px;
    overflow: auto;
}

.class_name_code_ {
    border: 1px solid #A42903;
    border-radius:8px;
    font-family: sans-serif;
    padding: 8px;
    overflow: auto;
}

.class_name_note {
    border: 3px solid #A42903;
    border-radius:8px;
    font-family: sans-serif;
    padding: 8px;
    height: 180px;
    width: auto !important;
}

.class_name_note_ {
    border: 3px solid #A42903;
    border-radius:8px;
    font-family: sans-serif;
    padding: 8px;
    width: auto !important;
}

body {
    padding: 1em 3em 1em;
    font-size: 12px;
    color: #464032;
    background: #FFFDEA;
    line-height: 140%;
}

h1, figure{text-align: center;}

h1, h2, h3, h4, caption, figcaption, summary {
    color: #A42903;
    font-family: Arial, 微软雅黑;
}

h5 {color: #A42903; font-size: 12px;
}

hr {border: 2px solid #A42903;}
a, b {color: #A7430F;}
p {text-indent:2em;}

/*操作步骤，悬挂缩进*/
p.opstep{text-indent:-5em;}
/*pre自动换行，悬挂缩进*/
pre { white-space: pre-wrap;word-wrap: break-word;}

/* 		hr {border: 2px solid #6ce26c;} */
ul{
 	list-style-image: url(bullet1.png);
 	list-style-position: outside;
}

dt { float: left;  }