*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
/* 总体 */
.life_congt{
    width:1100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
/* 头 */
.zongtou_t{
    width: 100%;
    overflow: hidden;
    margin-top: 66px;
}
/* 标题 */
.top_tilte{
    font-size: 35px;
    font-weight: bold;
    margin: 10px 0px;
}
.top_tilte>span{
    font-size: 14px;
    font-weight: normal;
}
/* 副标题 */
.fu_biao{
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0px;
}
/* 图片 */
.tupian{
    width: 100%;
    height: 500px;
}
.tupian>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 人物一下 */
.wupin{
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}
.Biao_ti_PP{
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Biao_ti_PP>span{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.Biao_ti_PP>span>img{
    width: 18px;
    transform: rotate(270deg);
}
/* 大框 */
.kuang_div{
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kuang_div::after{
  content: "";
  width:360px;
}
/*  neirong */
.frame{
    width: 357px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 3px #c9c9c9;
    margin-bottom: 5px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
.top_img{
    width: 357px;
    height: 320px;
    border-radius: 10px;
    position: relative;
    transition: 0.2s;
}
.top_img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.frame:hover{
    border: solid 3px #10a5fc;
}.gongju_T{
    position: absolute;
    width: 130px;
    /* background-color: #10a5fc; */
    overflow: hidden;
    top: 10px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s;
}
.gongju_T>img{
    width: 20px;
    height: 20px;
    background-color: rgb(28 183 255);
    border-radius: 20px;
    padding: 6px 6px;
    margin-left: 5px;
}
.gongju_T{
    position: absolute;
    width: 130px;
    /* background-color: #10a5fc; */
    overflow: hidden;
    top: 10px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s;
}
.gongju_T>img{
    width: 20px;
    height: 20px;
    background-color: rgb(28 183 255);
    border-radius: 20px;
    padding: 6px 6px;
    margin-left: 5px;
}
.top_img:hover .gongju_T{
    opacity: 1;
}
.frame>p{
    width: 95%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
/* 屏幕最大是750 时触发 */
@media (max-width:750px) {
    /* 总体 */
    .life_congt{
        width:460px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    /*  neirong */
    .frame{
        width: 225px;
        height: 217px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* 图片 */
    .tupian{
        width: 100%;
        height: 300px;
    }
    .tupian>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
