/* 全局设置 */

* {
    /* margin: 0; */
    padding: 0;
    border: none;
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #444;
    line-height: 30px;
}



.right{
    text-indent: 0em;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}
.left{
    text-indent: 0em;
    float:left;
    margin-top: 10px;
     margin-right: 5px;
}


/* 头部设置 */

header {
    margin: 0 auto;
    width: 900px;
}


ol,ul {
    padding-left: 3em;
    /* border: 1px solid red; */
    /* 连数字一起缩进 */
    /* list-style-position: inside */
}

ol,ul li {
    text-indent: 0;
    padding-left: 10px;
    /* border: 1px solid blue; */
    /* 数字和内容之间的距离 */
}


/* 内容部分 */

main {
    margin: 0 auto;
    width: 1000px;
}

main h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

main p {
    line-height: 25px;
    text-indent: 2em;
}

main ol {
    margin: 0;
    /* text-indent: 2em; */
    padding-left: 3em;
    /* 连数字一起缩进 */
    /* list-style-position: inside */
}

main li {
    padding-left: 10px;
    /* border: 1px solid red; */
    /* 数字和内容之间的距离 */
}
main li span{
    font-weight: bold;
    color: red;
}
main li ul li {
    list-style-type: disc;
}
.biaoti {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: red;
}
.neirong{
    text-indent: 2em;
}

.xbiaoti {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    /* color: red; */
}
figure {
    text-indent: 0;
    text-align: center;
    color: red;
}


.jieshao {
    text-indent: 2em;
    word-break: break-all;
    /* word-wrap: break-word; */
}
.jieshao span{
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.ryzl{
    width: 900px;
    margin: 10px 3em;
    border-collapse: collapse;

}

.ryzl td{
    height: 28px;
    /* padding: 4px 2px 2px 8px; */
    line-height: 28px;
    text-align: left;
    border: 1px solid #000;
}
.ryzlsh td{
    height: 28px;
    /* padding: 4px 2px 2px 8px; */
    line-height: 28px;
    text-align: center;
    border: 1px solid #000;
}
.ryzl .spec{
    color:red;
    font-weight: bold;
}
.tupian {
    text-align: center;
}

.ckwx {
    text-indent: 0em;
    font-size: 16px;
}



.qm {
    text-align: right;
}

.xiazai {
    text-align: right;
    font-size: 16px;
}

table {
    margin: 0 4em;
    /* width: 180px; */
    /* background-color: #666666; */
    border-collapse: collapse;
}

td {
    height: 28px;
    padding: 4px 2px 2px 8px;
    line-height: 28px;
    text-align: left;
    border: 1px solid #000;
}
.xz {
    text-align: right;
    font-size: 16px;
    color: red;
}

.pubinfo{
    /* height: 30px; */
    /* line-height: 30px; */
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
}
.pubinfo span{
    font-weight: normal;
}
.pubinfo .name{
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 30px; 
    width: 98px;
    
}
.name img{
    height: 24px;
    vertical-align: middle;
}
.pubinfo .time{
    color: #000;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px; 
    width: 98px;
    /* height: 60px; */
    
}
.time img{
    height: 24px;
    vertical-align: middle;
}

.pubinfo .read{
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 30px; 
    width: 98px;
    
}
.read img{
    height: 24px;
    vertical-align: middle;
}
/* 页脚设置 */

footer {
    margin: 0 auto;
    width: 900px;
}

footer p {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}