.wp_entry table {
  width:100%; 

}


.wp_paging{
  margin-top: 12px;
  float:unset;
  text-align:center;
}

.wp_paging li{
   float:unset;
 }
.wp_paging li input{
   margin-top:0;
}
.list-ul #wp_news_w10>li {
    position: relative;
    border-bottom: 1px dotted #c3c3c3;   
}
.list-ul #wp_news_w10>li a{
  display:block;
  padding: 20px 5px;
}
.list-ul li a .p1 {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-family:"RobotoCondensedRegular";
}

.list-ul li a .p2 {
    font-size: 16px;
    color: #666;
    /* margin-top: 25px; */
}
.list-ul #wp_news_w10>li:hover {
    background-color: #0055a6;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-ransition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.list-ul #wp_news_w10>li:hover .p1,.list-ul #wp_news_w10>li:hover .p2{
    color: white;
}
@media screen and (max-width: 1000px) {
    .box1 .find form button {
        top: 0px !important;
    }
}
@media screen and (max-width: 500px) {
   /* .list-ul #wp_news_w10>li {
        padding: 9px;
    }
    .mm-content ul #wp_paging_w10 .pageNum {
        width: 72px;
        height: 29px;
        margin-top: 0px;
        border: 1px solid #e7e7e7;
        margin-left: calc((100% - -44px) / 2);
    }*/
    
    .list-ul li a .p1 {
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
    }
  /*  .list-ul #wp_news_w10>li:hover {
        background-color: white;
        color: black;
        transform: translateX(0px);
    }*/
    .list-ul li a .p2 {
        font-size: 12px;
        color: #666;
        margin-top: 0px;
    }
   /* .list-ul #wp_news_w10>li:hover .p1, .list-ul li:hover .p2 {
        color: darkgrey;
    }
    #wp_paging_w10 a {
        height: 29px;
        width: 21% !important;
        min-width: 70px;
    }*/
    /*.wp_paging li {
        display: inline-block;
        height: 29px;
        line-height: 29px;
        float: none;
        margin-top: 5px;
        width: 100%;
    }
    #wp_paging_w10 .pagingJump {
        height: 29px;
        width: 72px;
        margin-left: 55px;
    }
    #wp_paging_w10 .pageNum {
        width: 72px;
        height: 29px;
        margin-top: 0px;
        border: 1px solid #e7e7e7;
        margin-left: 58px;
    }*/
}
