* {
    margin: 0;
    padding: 0;
}

body {
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
}

a {
    text-decoration: none;
    color: red;
}
/* 设置header文字样式 */
header {
    margin-top: 10px;
    text-align: center;
    color: red;
    font-size: 18px;
    font-weight: bold;
    
}
/* 设置正文样式 */
article {
    margin-top: 10px;
    text-align: justify;
    text-indent: 2em;
   
}



#btn {
    width: 180px;
    /* height: 150px; */ 
    float: left;   
    text-align: left;
    margin-top: -35px;
   
    font-size: 14px;
    padding-left: 0px;   
    /* font-weight: bold; */
    list-style-type: none;
    list-style-position: inside;
    border-left: 3px solid #D90000; 
}

#btn li {
    /* 这里需要将li设为浮动才能变为横向 */
    /* display: inline-block; */
    /* width: 140px; */
    height: 25px;
    line-height: 25px;
    text-indent: 0;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    /* word-break: keep-all; */
    /* 列表项不允许换行 */
    text-overflow: ellipsis;
    /* 对于多余的部分用省略号表示 */
    
   
    text-align: left;
    cursor: pointer;
    margin-left: 0px; 
   
    border-bottom: 1px solid #999;
    /* box-sizing: border-box; */
}


#btn li:nth-child(1) {
    color: red;
    cursor: default;
}

.clear {
    clear: both;
}
#btn1 {
    width: 180px;
    /* height: 150px; */ 
    float: right;   
    text-align: left;
    margin-top: -35px;
   
    font-size: 14px;
    padding-left: 0px;   
    /* font-weight: bold; */
    list-style-type: none;
    list-style-position: inside;
    border-right: 3px solid #D90000; 
}
#btn1 li {
    /* 这里需要将li设为浮动才能变为横向 */
    /* display: inline-block; */
    /* width: 140px; */
    height: 25px;
    line-height: 25px;
    text-indent: 0;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    /* word-break: keep-all; */
    /* 列表项不允许换行 */
    text-overflow: ellipsis;
    /* 对于多余的部分用省略号表示 */
    
   
    text-align: right;
    cursor: pointer;
    margin-left: 0px; 
   
    border-bottom: 1px solid #999;
    /* box-sizing: border-box; */
}

#ved01 {
    /* display: none; */
    width: 820px;
    float:right;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.qianming {
    text-align: right;
    
}

.xz {
    /* margin-top: 10px; */
    text-align: right;
   
    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 {
    text-align: center;
   
}
