.page-container {
    width: 100%;
}

.allcontainer {
    width: 90%;
    margin: auto;
}

.form-container {
    line-height: 30px;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    margin: 10px 25px;
    background-color: #fafafa;
}

.form-item input[type=text] {
    height: 30px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    outline: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.form-row {
    display: flex;
}

.f-item-s {
    margin-left: 10px;
}

.form-item .form-control {
    height: 30px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.lastArticleTypeName {
    height: 30px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.input-content {
    height: 30px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    outline: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.btn {
    background: #585f69;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    outline: none;
    text-align: center;
    text-shadow: 0 0 0 rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.handle-container {
    margin-top: 10px;
    text-align: center;
}

.list-container {
    border: 1px solid #eeeeee;
    /* width: 100%; */
    padding: 20px;
    margin: 0 25px;
    margin-top: 20px;
    overflow: hidden;
}

.list-header {
    background-color: #f3f3f3;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 16px;
}

.list-content-row {
    border-bottom: 1px dashed #e2e2e2;
    height: 0.8rem;
    /* font-size: 16px; */
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.list-title {
    width: 50%;
    text-align: center;
    float: left;
}

.list-type {
    width: 25%;
    float: left;
    text-align: center;
}

.list-time {
    width: 25%;
    float: left;
    text-align: center;
}

.list-content-data {
    /* margin: 0 25px; */

    font-size: 14px !important;
}

.list-content-title {
    /* padding-left: 20px; */
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: left;
    font-size: 0.31rem !important;
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.list-content-type {
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 0.31rem !important;

}

.list-content-time {
    width: 25%;
    float: left;
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 0.31rem !important;
}

.point {
    line-height: 29px;
    padding: 0 10px;

}

.list-content-title:hover {
    color: #f40;
}
.pagecon{
    width:100%;
    text-align: right;
    margin-top:0.5rem;
}