.wp_entry {
   line-height: normal;
}
.possplit {
    background-image: url(../images/position-img.png);
}

/*右边正文内容*/
 .list_right{
    width: 942px;
    /*height: 862px;*/
    float: right;
     padding-right: 8px;
    background: rgba(255, 255, 255, 0.9);
}
 .list_right .news_title{
    width: 931px;
    height: 46px;
    border-bottom: 2px solid #163a6b;
}
 .list_right .news_title p{
    line-height: 46px;
    padding-left: 7px;
    color: #163a6b;
    font-size: 22px;
    display: inline-block;
}
 .list_right .news_title ul{
    float: right;
    margin-top: 16px;
}
 .list_right .news_title ul li{
    float: left;
    line-height: 18px;
    margin-left: 5px;
    height: 18px;
    font-size: 14px;


}
 .list_right .news_title ul li a{
    color: #000;
}
 .list_right .news_title ul li a:hover{
    color: #2d62a9;
}
 .list_right  .news_content{
    width: 100%;text-indent:2rem;
    /*height: 727px;*/
    /*background-color: red;*/
}
 .list_right  .news_content ul{
    padding-top: 11px;
}
 .list_right  .news_content ul li{
    height: 58px;
    border-bottom: 1px dashed #bdbdbd;
}
 .list_right  .news_content ul li a{font-weight:bolder;
    line-height: 58px;
    display: block;
    color: #747474;
}
 .list_right  .news_content ul li a:hover{
    color: #2d62a9;
}
 .list_right  .news_content ul li .dots{

    width: 7px;
    height: 7px;
    margin-left: 11px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 4px;
    background-color: #003f88;
}
 .list_right  .news_content ul li .info {
    display: inline-block;
    width: 72%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

 .list_right  .news_content ul li .new_date{
    float: right;
    color: #bdbdbd;
}
 .list_right .page-nav{
    
    width: 100%;
   text-align:center;
   display: flex;
    margin-top: 32px;
    justify-content: center;
}
 .list_right .page-nav a{
    float: left;
    text-align: center;
    line-height: 34px;
    margin-left: 8px;
    background-color: rgba(141, 183, 225, 0.5);
    border-radius: 3px;
    /*font-size: 1px;*/
}
.list_right .page-nav input {
    float: left;
    margin-left: 8px;
 }

 .list_right .page-nav a:hover{
    background-color:  #003f88;
   color: #ffffff;
}
 .list_right .page-nav .active {
background-color:  #003f88;
   color: #ffffff;
}
 .list_right .page-nav a{
    color: #343434;
}
 
.list_right .page-nav a{
    padding: 0 10px;
    border-radius: 3px;
}
.list_right .page-nav .choose{
    background-color: #0e3092;
    display: block;
    color: #ffffff;

}


.content .content_lists .position{
    float: left;
    padding-left: 20px;
}
.content .news_content h2{
    
    padding-top: 20px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
.content .news_content .small_title{
    text-align: center;
    line-height: 70px;
    border-bottom: 1px solid #d7d7d7;
    color: #898989;
    font-size: 14px;
}
.content .news_content .news .img{
    display: flex;
    justify-content: center;
}
.content .news_content .news p{
    padding: 5px 40px;
    line-height: 30px;

}
.content .news_content img{
          max-width:800px;}