.content{
    width: 1200px;
    margin: 30px auto 60px;
}
.content .category_list{
    width: 100%;
    margin: 30px auto 60px;
    display: flex;
    justify-content: center;
}
.content .category_list .category_item{
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    background: #F9FAFB;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ECECEC;
    text-align: center;
    margin-right: 10px;
}
.content .category_list .category_item a{
    color: #1A1A1A;
}
.content .category_list .category_item:last-child{
    margin-right: 0;
}
.content .category_list .category_item.active{
    background: #E60012;
    color: #FFFFFF;
    border-color: #E60012;
}
.content .category_list .category_item.active a{
    color: #FFFFFF;
}


.content .news-list{
    width: 100%;
}
.news-list .news-item{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.news-list .news-item .news-item-time{
    width: 132px;
    height: 140px;
    border: 1px solid #E6E6E6;
    margin-right: 30px;
    padding: 20px 0;
}
.news-list .news-item .news-item-time .news-item-time-day{
    font-weight: bold;
    font-size: 60px;
    color: #1A1A1A;
    line-height: 67px;
    text-align: center;
}
.news-list .news-item .news-item-time .news-item-time-month{
    font-size: 20px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}
.news-list .news-item .news-item-img{
    width: 189px;
    aspect-ratio: 143 / 111;
    margin-right: 30px;
}
.news-list .news-item .news-item-img img{
    width: 100%;
    height: 100%;
}
.news-list .news-item .news-item-content{
    width: calc(100% - 381px);
}
.news-list .news-item .news-item-content .news-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 20px;
}
.news-list .news-item .news-item-content .news-item-description{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
}
.news-list .news-item .news-item-content .news-item-more{
    display: block;
    width: 100px;
    height: 30px;
    background: #E60012;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.news-list .news-item:hover .news-item-time .news-item-time-day{
    color: #E60012;
}
.news-list .news-item:hover{
    border-color: #E60012;
}



.content .post_title{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 33px;
    text-align: center;
}
.content .post_content img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.content .post_content p,
.content .post_content span{
    text-wrap: wrap !important;
}
.content .post_content embed{
    max-width:100%!important;
}
.content .post_info{
    font-size: 14px;
    color: #505050;
    line-height: 16px;
    margin: 20px 0 30px;
    text-align: center;
}

.content .content-bottom{
    margin: 30px 0 20px;
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
}
.content .content-bottom .prev,
.content .content-bottom .next{
    font-size: 14px;
    color: #505050;
    line-height: 21px;

}
.content .content-bottom .prev a,
.content .content-bottom .next a{
    color: #E60012;
    cursor: pointer;
}
.content .content-bottom .prev{
    float: left;
}
.content .content-bottom .next{
    float: right;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content{
        width: 900px;
    }
    .news-list .news-item .news-item-time{
        width: 100px;
        height: 106px;
        margin-right: 20px;
        padding: 15px 0;
    }
    .news-list .news-item .news-item-time .news-item-time-day{
        font-size: 50px;
        line-height: 55px;
    }
    .news-list .news-item .news-item-time .news-item-time-month{
        font-size: 18px;
        line-height: 20px;
        margin-top: 5px;
    }
    .news-list .news-item .news-item-img{
        width: 160px;
        margin-right: 20px;
    }
    .news-list .news-item .news-item-content{
        width: calc(100% - 300px);
    }
    .news-list .news-item .news-item-content .news-item-title{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .news-list .news-item .news-item-content .news-item-description{
        margin-bottom: 15px;
    }

    .content .post_title{
        font-size: 24px;
    }
    .content .post_info{
        margin: 10px 0 20px;
    }
    .content .content-bottom{
        margin: 20px 0 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
    }
    .news-list .news-item .news-item-time{
        width: 80px;
        height: 90px;
        margin-right: 10px;
        padding: 10px 0;
    }
    .news-list .news-item .news-item-time .news-item-time-day{
        font-size: 40px;
        line-height: 44px;
    }
    .news-list .news-item .news-item-time .news-item-time-month{
        font-size: 16px;
        line-height: 18px;
        margin-top: 5px;
    }
    .news-list .news-item .news-item-img{
        width: 140px;
        margin-right: 10px;
    }
    .news-list .news-item .news-item-content{
        width: calc(100% - 240px);
    }
    .news-list .news-item .news-item-content .news-item-title{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .news-list .news-item .news-item-content .news-item-description{
        margin-bottom: 10px;
    }

    .content .post_title{
        font-size: 20px;
    }
    .content .post_info{
        margin: 10px 0;
        font-size: 12px;
    }
    .content .content-bottom{
        margin: 10px 0;
        padding-top: 10px;
    }
    .content .content-bottom .prev, .content .content-bottom .next{
        font-size: 12px;
    }
}