.content {
    padding: 1.53rem 0.3rem 0;
}
.content .content_title{
    font-size: .35rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: .12rem;
    position: relative;
}
.content .content_title::after{
    width: .68rem;
    height: 0.06rem;
    background: #C9151E;
    position: absolute;
    content: "";
    display: block;
    left: calc(50% - .34rem);
    bottom: 0;
}
.content .wrap {

}
.content .wrap .wrap_title{
    padding-top: .44rem;
    font-size: .35rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: .12rem;
    position: relative;
}
.content .wrap .wrap_title::after{
    width: .68rem;
    height: 0.06rem;
    background: #C9151E;
    position: absolute;
    content: "";
    display: block;
    left: calc(50% - .34rem);
    bottom: 0;
}
.content .wrap .item .item_title{
    width: 6.9rem;
    height: 4.55rem;
    margin-top: 0.4rem;
    padding-bottom: 0.09rem;
}
.content .wrap .item .item_title img {
    width: 100%;
    height: 100%;
}
.content .wrap .item .show {
    margin-top: 0.16rem;
}
.content .wrap .item .show:nth-child(1) {
}
.content .wrap .item .item_left{
    padding-left: 0.46rem;
}
.content .wrap .item .item_left img{
    width: .32rem;
    height: .28rem;
    display: block;
    margin-right: 0.3rem;
}
.content .wrap .item .item_right{
    padding-right: 0.54rem;
}
.content .wrap .item .item_right img{
    width: .32rem;
    height: .28rem;
    display: block;
    margin-right: 0.3rem;
}
.content .wrap .item .item_left .p_one {
    font-size: .28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F1F1F;
}
.content .wrap .item .p_one {
    font-size: .3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F1F1F;
    margin-top: .16rem;
}
.content .wrap .item .p_one:first-child {
    padding-top: 0.16rem;
}
.news{
    padding: .45rem 0.3rem 0;
}
.news .news_title {
    font-size: .35rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: 0.12rem;
    position: relative;
}
.news .news_title::after{
    width: .68rem;
    height: 0.06rem;
    background: #C9151E;
    position: absolute;
    content: "";
    display: block;
    left: calc(50% - .34rem);
    bottom: 0;
}
.news .news_content {
    padding-top: 0.18rem;
    padding-bottom: .64rem;
}

.news .news_content .item {
    display: flex;
    padding: .3rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.news .news_content .item .item_left{
    padding-top: 0.06rem;
    margin-right: 0.2rem;
    width: 4.7rem;
}
.news .news_content .item .item_left .one{
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F1F1F;
}
.news .news_content .item .item_left .two{
    font-size: .26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    -webkit-background-clip: text;
    padding-top: 0.06rem;
}
.news .news_content .item .item_right{
    width: 2rem;
    height: 1.39rem;
}
.news .news_content .item .item_right img{
    width: 100%;
    height: 100%;
}