* {
    margin: 0px;
    padding: 0px;
}

span {
    color: red;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: red;
}

body {
    width: 1000px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    font-family: "微软雅黑";
}


ul {
    /* 默认为实心圆 */
   list-style-type: none; 
    padding-left: 3em;
    /* border: 1px solid red; */
    /* 连数字一起缩进 */
    list-style-position: inside
}

ul li {
    text-indent: 0;
    height: 30px;
    padding-left: 5px;
    /* border: 1px solid blue; */
   
    
    /* line-height: 10px; */
    /* 数字和内容之间的距离 */
}
ul li::before{
    content:"●";
    /* content: "⚪"; */
    font-size: 18px;
    color: crimson;
    vertical-align: middle;
    padding-right: 8px;
}

.en{
    font-family: "Arial";
}
.biaoti{
    text-indent: 0;
    color: red;
    font-weight: bold;
}
.subbt{
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
   font-size: 16px;
   color: black;
    margin-bottom: 10px;
}
.subbt1{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
   font-size: 18px;
   color: black;
   
}
.bt2{
    text-indent: 0;
    color: red;
    font-weight: bold;
    text-align: center;

}
.kaitou{
    text-indent: 0px;
}
.xnr{
    text-indent: 2em; 
    margin-left: 2em;
}
.zkjy {
    text-align: center;
}

.zkjy img {
    width: 900px;
    border-radius: 30px;
}
ol {
    padding-left: 3em;
    /* border: 1px solid red; */
    /* 连数字一起缩进 */
    /* list-style-position: inside */
}

ol li {
    text-indent: 0;
    padding-left: 5px;
    text-align: justify;
    /* border: 1px solid blue; */
    /* 数字和内容之间的距离 */
}

header {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    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;
}
.h700{
    height: 700px;
}
section {
    margin-top: 10px;
    font-size: 16px;
}
#ved01 {
    /* display: none; */
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.tupian {
    text-align: center;
}
.tupian1 {
    text-align: center;
}


.tupian1 img {
    width: 350px;
}
.left{
    text-indent: 0px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.right{
    margin-left: 20px;
    margin-bottom: -20px;
    margin-top: 10px;
    text-indent: 0px;
    float: right;
}
.right,.left p{
    color: red;
    font-weight: bold;
    margin-top: -3px;
    text-align: center;
}
.clear{
    clear: both;
}
section div {
    text-indent: 2em;
    text-align: justify;
}
.tg{
    text-indent: 0;
    color: red;
    font-weight: bold;
}

.qm {
    text-align: right;
}

.ved {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
}
figure{
    text-align: center;
   
}
figcaption{
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 18px;
}
.photo{
    text-align: center;
}
.photo img{
    width: 900px;
}
.photo1 img{
    width: 470px;
}

.yscenter200 {
    width: 220px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
   
}

footer {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}