@import url('common.css');
.body{
    margin-top: 20px;
    width: 100%;
    padding: 0;
    z-index: 0;
    float: left;
    /*left: 15%;*/
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.body .left{
float: left;
width: 20%;
height:37.13rem ;
background-color: #F2F2F2;
}
.body .left .Column_Anchor{
    text-align: center;
    color: #5E5E5E;
    font-size: 16px;
display:block;
height: 30px;
    line-height: 50px;
}
.body .left ul{
    padding-left: 0;
border-bottom:0;
border-top:0;
}
.body .left ul li{
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.body .left ul li a{
    color: #828282;
text-align:center;
font-size:13px;
font-weight:unset;
}
.body .left ul .active{
background-color: #0D99D1;
}
.body .left ul .active a{
    color: white;
}
.body .left .wp_listcolumn .wp_column a.selected{
background-image:none;
background-color: #0D99D1;
color:white
}
.body .left .wp_listcolumn .wp_column a{
background:none;
border-bottom:none;
border-top:none
}
.body .left .wp_listcolumn .wp_column a:hover{
background-color: #0D99D1;
color:white
}
.body .right{
    float: left;
    margin-left: 20px;
    width: 72.5%;
}
.body .right .top{
 background-color:#F2F2F2 ;
 color:#5E5E5E ;
 font-size: 14px;
 height: 30px;
 line-height: 30px;
 padding-left: 20px;
}
.body .right .top a{
 color:#5E5E5E ;
}
.wp_entry p{
line-height:1.2;
}
.body .right .bottom .wp_article_list li{
    list-style: url('../image/news_tip.jpg');
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #DADADA;
}
.body .right .bottom ul li .info{
    width: 42.37rem;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wp_articlecontent span{
line-height:1.2;
}
.body .right .bottom ul li a{
    color:#333333 ;
}
.body .right .bottom ul li .Article_Index{
display:none
}
.body .right .bottom ul li .time{
    float: right;
    font-size: 12px;
}
.body .right .bottom .wp_paging li{
border-bottom:none;
}
.body .right .bottom .wp_article_list{
width:auto
}
.body .right .bottom .wp_single{
margin-top:20px
}

.body .right .bottom .paging_content table{
    width:100% !important;
}