.body {
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.body .show_span .show_detail .to-index{
    width: 100rem;
    display: flex;
    background: #FFF;
    border: 1rem solid #E5E5E5;
    border-radius: 18rem;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 7rem;
}
.body .show_span .show_detail .to-index:hover{
    background-color: #1D96FF;
    transition: background-color 0.3s ease;
}

.body .show_span .show_detail .to-index:hover .index-word{
    color: #FFFFFF;
    font-weight: 600;
}
.body .el_app{
    width: auto;
    height: 50rem;
    position: absolute;
    margin-left: 200rem;
}

.body .left_list {
    width: 200rem;
    margin-left: 200rem;
    margin-top: 100rem;
}

.body .left_list a {
    width: 170rem;
    height: 45rem;
    display: flex;
    justify-content: space-around;
    margin: 40rem;
    align-items: center;
    background: #ffffff;
    border: 1rem solid #214eac;
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.1);
    border-radius: 10rem;
}

.body .left_list a:hover {
    color: #1296db;
}

.body .left_list a img {
    width: 37rem;
}

.body .left_list a span {
    font-size: 25rem;
}
 .back-top{
     width: 100rem;
     height: 100rem;
     position: fixed;
     top: 520rem;
     left: 100rem;
     z-index: 2;
     display: none;
}
 .back-top img{
    width: 100%;
    height: 100%;
}

.body .show_span {
    width: 1300rem;
    min-height: 800rem;
    margin-left: 100rem;
    margin-top: 100rem;
    margin-bottom: 100rem;
    box-shadow: 0 8rem 16rem rgba(0, 0, 0, 0.1);
    border-radius: 10rem;
    display: inline;
    font-size: 16rem;
    font-weight: bold;
}
.body .show_span .show_detail  {
    padding: 50rem;

}
.body .show_span .show_detail .title  {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

.body .show_span .show_detail .time {
    text-align: center;
    font-weight: 200;
    color: #666;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 13px;
    margin-left: 30px;
}
.body .show_span .show_detail span {
    display: inline;
    font-weight: bold;

}

.body .show_span .list  {

}

.body .show_span .list .title_basic {
    font-size: 30rem;
    margin-left: 50rem;
    margin-top: 30rem;
    color: #2189e5;
}

.body .show_span .list .list_ul {
    font-size: large;
    font-weight: lighter;
}


.body .show_span .list .list_ul .text_li{
    display: flex;
    margin-left: 50rem;
    margin-top: 30rem;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15rem;
}

.body .show_span .list .list_ul .text_li a{
    width: 1000rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.body .show_span .list .list_ul .text_li:hover a{
    color: #2189e5;
    transform: translateX(20px);
}
.body .show_span .list .list_ul .text_li:hover span{
    color: #2189e5;
}

.body .show_span .list .list_ul .text_li .datetime{
padding-right: 40rem;
}

.body .show_span .list .paging-box{
    margin-top: 86rem;
    margin-bottom: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body .show_span .list .paging-box div:hover a{
    color: #2189e5;
}

.body .show_span .list .paging-box .paing-common{
    width: 50rem;
    height: 30rem;
    line-height: 30rem;
    text-align: center;
    background: #fafafa;
    border: 1rem solid #C3C3C3;
    margin-right: 10rem;
}
.body .show_span .list .paging-box .paing-common .paging-acommon{
    font-size: 18rem;
}

.body .show_span .list  .paging-box .page{
    display: flex;

}


.body .show_span .list  .paging-box .page li{

    display: flex;
    width: 50rem;
    height: 30rem;
    line-height: 30rem;
    text-align: center;
    background: #fafafa;
    border: 1rem solid #C3C3C3;
    margin-right: 10rem;
}
.body .show_span .list .paging-box .page li a{
    margin:auto;
    width: 50rem;
    height: 30rem;
}
.body .show_span .list  .paging-box .page li .highlight{
    color: #2189e5;
}