.logo {
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.logobox {
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}



.logo .home {
    height: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FF3233;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
    margin-left: 100px;
}

.content {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .tjlist {
    width: 100%;
    height: 130px;
    display: flex;
    margin-bottom: 28px;
    justify-content: space-between;
}

.content .tjlist .jximg {
    max-width: 230px;
    height: 130px;
    flex-shrink: 0;
      margin-right: 28px;
}
.content .tjlist .img_wid{
        width: 230px;
    margin-right: 28px;
    flex-shrink: 0;
}
.content .tjlist .imginfo {
    display: flex;
    width: 100%;
    height: 130px;
    flex-direction: column;
    justify-content: space-between;
  
}

.content .tjlist .imginfo .titles {
    width: 100%;
    height: 55px;
    font-family: PingFang-SC, PingFang-SC;
    /* font-weight: 500; */
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .tjlist .imginfo .info {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.content .tjlist .imginfo .info span {
    height: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
    margin-right: 10px;
}

.content .tjlist .imginfo .info .look {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.content .tjlist .imginfo .info .look img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.content .tjlist .imginfo .info .look span {
    height: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-align: left;
    font-style: normal;
}
.logo .logobox .navbox .nav  .catactive{
    color:#FF3233;
}