/* 全局设置 */

* {
    padding: 0;
    margin: 0 auto;
    border: none;
}

ul {
    width: 700px;    
    list-style-type: none;
    margin-left: 60px;
    /* border: 1px solid red; */
}

ol{
    width: 750px;
    margin-left: 50px;
    list-style-type: decimal;
}
ol,ul li{
    font-size: 16px;
    line-height: 24px;
}

span {
    color: red;
    /* font-weight: bold; */
    font-size: 16px;
   
}
a {
    text-decoration: none;
    color: #666;
}

.left {
    float: left;
}

.right {
    float: right;
}
.clear {
    clear: both;
}



body {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #444;
    /* background-color: rgb(233, 234, 236); */
}

.maintitle{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.qtcontent {
    /* 设置文字样式 */
    /* width: 800px; */
    font-size: 18px;
    /* margin-top: 20px; */
    color: #333;
    font-weight: bold;
    border-left-width: 3px;
    padding-left: 6px;
    margin-bottom: 5px;
    /* border-left-style: solid; */
    /* border-left-color: #D90000; */
}

.subcontent{
    width: auto;
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;
}
.biao{/* 用p来形成一个简单的表格*/
    font-size: 16px;
    line-height: 26px;
    margin-left: 2em;
}
.subwidth{
    width: 400px;
}
table {
    margin-left: auto;
    margin-right: auto;
    width: 80%; 
    /* background-color: #666666; */
    border-collapse: collapse;
}

td {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
}
.tdduiqi{
    text-align: left;
    padding-left: 10px;
}

/* tr:nth-of-type(odd) {
    background: #c5c1c1;
} */


figure {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: red;
}

figure img {
    /* text-align: center; */
    width: 780px;
}
.tupian{
    width:auto;
}

.qm {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: right;
}


