.cont1_top .more_btn{
    float: right;
    font-size: 12px;
    color: #333;
}

.cont1_top h3,
.cont2_top h3,
.cont3_top h3{
    background:url(../images/ico.png) left center no-repeat;
}
.cont1_nr ul li{
    background:url(../images/ico1.jpg) left center no-repeat;
}
#demo{margin:20px 0 10px;}
.focus-pagination{
    height:10px;
    right:50%;
    transform:translateX(50%);
    bottom:20px;
}
.focus-page{
    width:10px;
    height:10px;
    line-height: 10px;
    font-size: 15px;
    background-color: #fff;
    text-decoration: none;
    border-radius:0;
    margin:0 5px;
}
.focus-page-active{
    color:#fff;
    background-color:#f00;
}

.cont1 ul a{
    display:block;
    float:left;
    max-width:calc(100% - 80px);
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.cont2 ul a.fl{
    display:block;
    float:left;
    max-width: calc(100% - 86px);
    box-sizing: border-box;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.wp_listcolumn .wp_column a{
    text-align: center;
    background-image:none !important;
}
.wp_listcolumn .wp_column a:hover{
    background-image:none !important;
}