.news-item-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news-item {
    display: flex;
    width: 556px;
    margin-bottom: 60px;
}
.news-item .news-item-img {
    width: 200px;
    height: 144px;
    font-size: 0;
    line-height: 1;
}
.news-item .news-item-content {
    padding-left: 20px;
    flex: 1;
}
.news-item .news-item-name {
    cursor: pointer;
    font-size: 16px;
}
.news-item-name:hover {
    color: #F04B44;
}
.news-item .news-item-desc {
    font-size: 14px;
    margin-top: 10px;
    color: #757575;
}
.news-item .news-item-time {
    text-align: right;
    font-size: 14px;
    color: #B4B4B4;
}

.rizhi-item-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.rizhi-item {
    width: 350px;
    margin-bottom: 40px;
}
.rizhi-item-name {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}
.rizhi-item-name:hover {
    color: #F04B44;
}
.rizhi-item-desc {
    margin-bottom: 10px;
    color: #757575;
    font-size: 16px;
}
.rizhi-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #B7B7B7;
    font-size: 14px;
    margin-top: 20px;
}
.chayue-flex {
    display: flex;
    align-items: center;
}
.chayue-flex-img {
    width: 20px;
    height: 12px;
    margin-right: 5px;
    line-height: 1;
    font-size: 0;
}

.jd-page-container {
    display: flex;
}

.jd-page-container .jd-page-prev, .jd-page-container .jd-page-next {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    line-height: 1;
    font-size: 0;
    cursor: pointer;
}
.jd-page-container .jd-page-prev.disabled, .jd-page-container .jd-page-next.disabled {
    opacity: 0.6;
}
.jd-page-container .jd-page-prev {
    margin-right: 5px;
}
.jd-page-container .jd-page-prev img {
    transform: rotate(180deg);
}

.jd-page-container .jd-page-center {
    display: flex;
}
.jd-page-container .jd-page-item {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    color: #898989;
    font-size: 16px;
    margin-right: 5px;
    line-height: 1;
    cursor: pointer;
}
.jd-page-container .jd-page-item.active {
    background-color: #F04B44;
    border: none;
    color: #fff;
}

.jd-page-container .jd-page-tiaozuan {
    display: flex;
}

.jd-page-container .jd-page-tiaozuan-num {
    width: 30px;
    height: 30px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    margin: 0 7px;
    padding-left: 5px;
}
.jd-page-container .jd-page-tiaozuan {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.page-sure-btn {
    width: 56px;
    height: 30px;
    background: #F04B44;
    border-radius: 2px 2px 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 1;
}
.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-left-center {
    display: flex;
    align-items: center;
}
.brows-num {
    color: #B7B7B7;
    margin-left: 6px;
}