.nav_item>a,
.second_item>a {
    color: inherit;
    /* 清除下划线 */
    text-decoration: none;
    /* 清除点击时的默认轮廓（部分浏览器） */
    outline: none;
    /* 继承父元素的字体样式（可选） */
    font-family: inherit;
    font-size: inherit;}
.bg {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.text_title {
    font-weight: 600;
    font-size: 24px;
    color: #24283A;
    margin-bottom: 20px;}

.avatr {
    width: 230px;
    height: 260px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;}

.time {
    width: 249px;
    height: 20px;
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 14px;
    color: #ADADAD;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;}
        #footerUl>li>a {
             color: inherit;
    /* 清除下划线 */
    text-decoration: none;
    /* 清除点击时的默认轮廓（部分浏览器） */
    outline: none;
    /* 继承父元素的字体样式（可选） */
    font-family: inherit;
    font-size: inherit;}
