.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;}
        #footerUl>li>a {
             color: inherit;
    /* 清除下划线 */
    text-decoration: none;
    /* 清除点击时的默认轮廓（部分浏览器） */
    outline: none;
    /* 继承父元素的字体样式（可选） */
    font-family: inherit;
    font-size: inherit;}
