/* 右侧内容 */
.main_right .title{
    display: flex;
    justify-content: space-between;
}
.title .position{
    color: #666;
    font-size: 14px
}
.main_right .search{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd
}
.main_right .search input{
    width: 200px;
    height: 30px;
    border-radius: 15px;
    margin-right: 5px;
}
.main_right .search span{
    padding: 5px 15px;
    background-color: #8F363E;
    color: #fff;
    border-radius: 15px;
    font-size: 14px
}
.main_list li{
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd
}
.main_list li label{
    cursor: pointer;
    color: #333;
}
.main_list li span{
    color: #666;
}
.main_list .icon{
    color: #6C000A
}
/* 分页 */
.paginate ul{
    display: flex;
    justify-content:flex-end
}
.paginate ul li{
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    margin-top: 20px;
    color: #6C000A;
    border: 1px solid #6C000A
}
.pag_active{
    color: #fff !important;
    background-color: #8F363E;
}