* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #444;
    line-height: 30px;
    width: 1000px;
    margin: 0px auto;
}

a {
    text-decoration: none;
    color: #444;
}

a:link {
    color: #FF0000;
    text-decoration: none;
}

a:visited {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: none;
}

a:active {
    color: #006600;
    text-decoration: none;
}

span {
    color: red;
    font-weight: bold;
}
figure {
    text-align: center;
    font-weight: bold;
    /* color: red; */
}


/* 头部设置 */

header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.biaoti {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: red;
}


/* 内容部分 */

main {
    margin: 0 auto;
    width: 1000px;
}
#ved01 {
    /* display: none; */
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

ol {
    padding-left: 3em;
    /* border: 1px solid red; */
    /* 连数字一起缩进 */
    /* list-style-position: inside */
}

ol li {
    text-indent: 0;
    padding-left: 10px;
    /* border: 1px solid blue; */
    /* 数字和内容之间的距离 */
}

.zhengwen {
   
    text-indent: 2em;
    text-align: justify;
}

.mingzi {
    text-align: right;
   
}
.bjdky img{
    display: inline-block;
    /* font-size: 0px; */
    vertical-align:top;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.bjdky{
    text-align: center;   
   
}

.tupian {
    text-align: center;
}

.tupian1 {
    text-align: center;
}

.tupian1 img {
    width: 350px;
}

.tupian2 {
    text-align: center;
}

.tupian2 img {
    height: 720px;
    margin-left: 5px;
}

.tupian3 {
    text-align: center;
}

.tupian3 img {
    height: 140px;
    margin-left: 5px;
}

.tupian4 {
    text-align: center;
}

.tupian4 img {
    width: 470px;
}

.tupian5 {
    text-align: center;
}

.tupian5 img {
    height: 600px;
    margin-left: 5px;
}
.tupian6 {
    text-align: center;
}

.tupian6 img {
    width: 900px;
    
}
.right{
    float: right;
    margin-left: 10px;
}
.clear{
    clear: both;
}

.yscenter300 {
    width: 300px;
    margin: 0 auto;
    text-align: left;
    
}
.yscenter280 {
    width: 295px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: purple;
    font-size: 18px;
    
}
.yscenter310 {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    /* font-weight: bold;
    color: purple; */
    font-size: 18px;
    
}
.yscenter200 {
    width: 220px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
   
}

.yscenter150 {
    width: 150px;
    margin: 0 auto;
    text-align: left;
   
    /* border: 1px solid red; */
}

.ys903{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    color: purple;
}

.zkjy {
    text-align: center;
}

.zkjy img {
    width: 900px;
    border-radius: 30px;
}

.zw {
    text-align: center;
}

.xz {
    text-align: right;
   
}
/* 站长个人网站中增加的选项 */
.daima{
    margin-left: 2em;
}
.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: 1000px;
}

footer p {
    text-align: center;
   
}