body,html{
    background: #eee;
}

.content{
    width:1200px;
    margin:20px auto;
    overflow:hidden;
    border-top: 2px solid #2468F2;
}
.content .left{
    width: 200px;
    border: 1px solid #ccc;
    float: left;
    margin-top: 20px;
}
.content .left ul li{
    width: 200px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
}
.content .left ul li.select{
    color: red;
}
.content .left ul li i.iconfont{
    font-size: 20px;
    padding-right: 15px;
}
.content .right{
    width: 980px;
    border: 1px solid #ccc;
    background: #fff;
    float: right;
    margin-top: 20px;
}
.content .right h2{
    height: 50px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #2468F2;
    color: #fff;
}
.jianjie{
    padding: 20px;
    font-size: 16px;
    color: #444;
    line-height: 170%;
}
.rongyulist{
    padding: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}
.rongyulist dl{
    border: 1px solid #ccc;
}
#pagelist{
    padding: 0 0 20px 20px;
}

.lishi{
}
.lishi .line{
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    padding: 20px 50px;
}
.lishi .line .date{
    width: 100px;
    height: 100px;
    background: #2468F2;
    border-radius: 100%;
    float: left;
    line-height: 100px;
    text-align: center;
    color: #fff;
}
.lishi .line .xian{
    width: 50px;
    height: 3px;
    background: #ccc;
    float: left;
    margin:45px 20px;
}
.lishi .line .title{
     width: 150px;
    float: left;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lishi .line .info{
     width:430px;
    float: left;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.zizhi{
    padding: 20px;
}
.zizhi .img{
    margin-bottom: 20px;
}



























