/* pc端 */
/* 适老化列表大小 */
.old_type .news_list_group01 .news_list ul span{
    width: 250px;
}
.old_type .news_tabs_group01 .news_list ul a{
    width: calc(100% - 280px);
}

/* 移动端 */
/* 适老化logo居中 */
.old_type .pc_header_group01 .pc_logo{
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
}
/* 适老化搜索框 */
.old_type .pc_header_group01 .pc_search01 .keyword{
    height: auto !important;
}