.main_body {
    width: 100%;
    margin: auto;
    padding: 0 0.6em;
}

.main_body .category_name {
    padding: 20px 0 5px;
    color: #000;
    font-size: 23px;
    line-height: 30px;
    clear: both;
}

.main_body .post_list {
    width: 100%;
    padding-bottom: 20px;
}

.main_body .post_list li {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 4px 0;
}

.main_body img {
    width: 100%;
}

.main_body img.pixel {
    width: 1px;
    height: 1px;
}

.main_body .post_list li .image {
    display: inline-block;
    width: 35%;
    float: left;
}

.main_body .post_list li .image>a {
    position: relative;
}

.main_body .post_list li .image .ntd_video_icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    left: 6px;
    bottom: 5px;
}

.main_body .post_list li .text {
    display: inline-block;
    width: 62%;
    float: right;
}

.main_body .post_list li .title {
    line-height: 1.2;
}

.main_body .post_list li .title a {
    color: #333;
    font-size: 16px;
}

.main_body .post_list .date {
    display: block;
    color: #969696;
    font-size: 12px;
    font-weight: 400;
}

.main_body .load_more {
    text-align: center;
    margin: 20px 0 10px;
}

.main_body .load_more a {
    display: inline-block;
    width: 100%;
    height: 54px;
    background-color: #0a0556;
    margin: auto;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 54px;
}