.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box_1 {
    display: flex;
    width: 14rem;
    column-gap: 0.5rem;
}

.content-left {
    width: 2.6rem;
}

.content-boxchild_1 {
    width: 2.6rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5201C;
}

.content-boxchild_1>p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #E5201C;
}

.content-boxchild_2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-boxchild_2>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-ul_1>li {
    width: 2.6rem;
    border-bottom: 1px solid #666666;
}

.content-ul_1>li>a {
    display: block;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
}

.content-right {
    display: flex;
    justify-content: center;
    max-width: 10.9rem;
    /* height: 10rem; */
}

.content-title {
    width: 100%;
    /*height: 0.4rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #E5201C;
    line-height: 1.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.content-child_1 {
    display: flex;
    width: 10.9rem;
    height: 3.5rem;
    padding-bottom: 0.5rem;
}
.content_childs_1{
    width: 5rem;
    height: 3.5rem;
}
.content_childs_1>a>img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.content-childs_2 {
    width: 5.9rem;
    height: 3.5rem;
    background: #f6f6f6;
    display: flex;
    justify-content: flex-end;
}

.content-childss_1>p:first-child {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 0.2rem;
    color: #E5201C;
    line-height: 0.32rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0.5rem 0 0.2rem 0;
}

.content-childss_1>p:nth-child(2) {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-childss_1>p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.32rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0.3rem 0.2rem 0 0;
    width: 5.5rem;
}
.content-child_2 {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    justify-content: space-between;
    width: 10.9rem;
    row-gap: 0.5rem;
    padding-bottom: 1.43rem;
}

.content-child_2>img {
    width: 3.4rem;
    height: 2.4rem;
}
.content-childss_2{
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    /*height: 5.9rem;*/
}
.content-childss_2>.p1 {
    width: 3.4rem;
    height: 0.58rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.20rem;
    color: #333333;
    line-height: 0.32rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-childss_2>.p2 {
    width: 3.40rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 0.38rem;
    background-color: #fff;
    border-radius: 0.04rem;
    border: #E5201C 0.02rem solid;
    transition: background-color  0.5s ease;

}

.content-more>a {
    width: 100%;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E5201C;
    line-height: 0.30rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.content-more:hover{
    background-color: #E5201C;
}
.content-more:hover a{
    color: #fff;
}
.index-img{
    width: 3.4rem;
    height: 2.4rem;
    overflow: hidden;
}
.index-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.index-img img:hover{
      transform: scale(1.2); /* 放大1.5倍，可根据需要调整缩放比例 */
}






/*搜索页*/
.search-con{
   width: 14rem;
    margin: 0 auto;
}
.search-one{
        overflow: hidden;
    width: 6.56rem;
    height: 0.5rem;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    border: 0.01rem solid #D8D8D8;
    margin: 0.6rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-one input{
    width: 5.42rem;
    height: 100%;
    border:none;
    outline: none;
    padding-left: 0.27rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7A7A7A;
}
.search-one input::placeholder {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7A7A7A;
}
.search-logo{
    display: flex;
   align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 0.5rem;
    background: #E5201C;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.search-logo img{
    width: 0.26rem;
    height: 0.27rem;
    object-fit: contain;
}
.search-two{
    margin-top: 0.52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
}
.search-two span{
     font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: rgba(229, 32, 28, 1);
}
.searchthk{
    
    margin-top: 0.3rem;
    width: 100%;
    padding: 0.5rem 0.45rem 0.52rem 0.45rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #EBEBEB;
}
.searchthktitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: rgba(56, 54, 53, 1);
     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchthktitle span{
     font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #E5201C;
}
.searchthktext{
    margin-top: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #757575;
line-height: 0.32rem;
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchthk-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
     margin-top: 0.3rem;
    width: 100%;
    padding: 0.5rem 0.45rem 0.52rem 0.45rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #EBEBEB;
}
.searchthki-right{
    margin-left: 0.6rem;
    width: 2.85rem;
    height: 1.66rem;
}
.searchthki-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.searchthki-left{
   width: 9.85rem;
}
.search-three{
    padding-bottom: 0.6rem;
}
.search-three a{
    text-decoration: none;
}
.noimg{
    width: 6rem;
    height: 4rem;
    object-fit: cover;
    margin: 0 auto;
}
.notext{
    margin-top: 0.44rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.3rem;
color: #333333;
text-align: center;
}
.search-conn{
    padding-bottom: 1.2rem;
        display: flex;
    flex-direction: column;
    align-items: center;
}


@media only screen and (max-width: 1024px) {
    .content-box{
        padding: 0 0.3rem;
    margin-top: 50px;
    }
    .content-box_1{
        width: 100%;
        display: block;
    }
    .content-ul_1>li{
        width: 100%;
    }
    .content_boxchild_2{
        margin-top: 0.3rem;
    }
    .content-ul_1>li>a{
        font-size: 14px;
    }
    .content-child_1{
        width: 100%;
    display: block;
    height: auto;
    margin: auto;
    }
    .content_childs_1{
        margin: auto;
    }
    .content-childs_2{
        justify-content: center;
    width: 100%;
    }
    .content-childss_1>p:nth-child(2),.content-childss_1>p:last-child,.content-childss_2>.p2,.content-more>a{
        font-size: 12px;
    }
    .content-child_2{
        width: 100%;
    flex-wrap: wrap;
    }
    .content-childss_2>.p1{
        font-size: 14px;
     }
    .search-con{
        width: 95%;
        margin: 0 auto;
    }
    .search-one input{
        font-size: 14px;
    }
    .searchthk-img{
        box-sizing: border-box;
        padding: 10px;
    }
    .searchthktitle{
        font-size: 14px;
    }
    .searchthktext{
        font-size: 12px;
    }
}