/* cate---start----*/
.page-cate {
    margin-bottom: 50px;
}

.page-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-cate h1 {
    font-size: 38px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-cate hr {
    margin-bottom: 30px;
}

.c-items {
    width: 30%;
    border: 1px solid #8a8a8a;
    margin-bottom: 20px;
}

.c-items:hover {
    margin-top: -3px;
    margin-bottom: 23px;
}

.c-img img {
    width: 100%;
    height: 225px;
}

.c-title {
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
    height: 28px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.c-time {
    color: #ababab;
    font-size: 10px;
    font-weight: 800;
    padding: 10px 0;
}

.c-text {
    padding: 10px;
}

.c-desc {
    color: #8a8a8a;
}

.page-cate .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}


.pagination li a,
.pagination li span {
    padding: 10px;
    display: inline-block;
}

.pagination .active {
    /*background-color: blue;*/
    color: #ff4521;
}

.pagination .disabled span {
    color: #c4c4c4;
}

/* cate---end----*/


/* article---start--- */

body {
    background-color: #f3f3f3;
}

.body-w {
    margin-top: 20px;
}

.page-article {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.page-a-text {
    width: 65%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-a-right {
    width: 30%;
}

.a-r-top,
.a-r-bottom {
    background-color: #fff;
}

.page-a-title,
.page-a-time {
    text-align: center;
    padding: 10px 0;
}

.a-r-top h2,
.a-r-bottom h2{
    font-size: 28px;
    padding: 10px 20px;
    border-bottom: 1px solid #d6d6d6;
}

.a-r-top img {
    width: 75%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

.a-r-top a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.a-r-bottom {
    margin-top: 20px;
    padding-bottom: 10px;
}

.a-r-bottom ul li {
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #d6d6d6;
}

.a-r-bottom ul li a {
    display: inline-block;
    width: 100%;
}

.up-down {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.up-down div {
    width: 49%;
}

.up-down div:last-child {
    text-align: left;
}

.page-a-text img {
    max-width: 100%;
}

.up-down a {
    color: #f39801;
}