.list-content-item {
    padding-left: 30px;
    padding-right: 30px;

}

.list-content-item li {
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 30px;

    border-bottom: 1px dashed rgba(0,0,0, 0.2);
    padding-bottom: 10px;
}

.list-content-item li a {
    float: left;
}
.list-content-item li a::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;

    background-color: red;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.list-content-item .list-content-item-right {
    float: right;
}

.pagelink_xl {
    color: rgba(0,0,0, 1);
    font-size: 14px;
    height: 30px;
    text-align: center;
    max-width: 1200px;
	margin-bottom:10px;
}
.pagelink_xl {
    color:rgba(0,0,0, 1);
    font-size: 14x;
    text-align: center;
}

.pagelink_xl a,  .pagelink_xl span{
    margin-right: 20px;
    color: rgba(0,0,0, 1);
    font-size: 14px;
    text-align: center;

    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: #f4f4f5;
  
}

.pagelink_xl a:hover,  .pagelink_xl span:hover {
    color: red;
}

.pagelink_xl .action_num{
    color: #ffffff;
    background-color: red;
}