/* 顶部导航 */
.topnav {
    background: #b80000;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.linkwhite a, .linkwhite em {
    color: #fff !important;
}
.logo {
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
}
.all-nav {
    height: 45px;
    white-space: nowrap;
}
.all-nav a {
    margin: 0 5px;
    font-size: 14px;
}
.all-nav em {
    font-style: normal;
    margin: 0 2px;
    color: #fff;
}
#user-login-info a {
    margin-left: 10px;
}

/* 头部banner */
.header-banner {
    padding: 10px 0;
    overflow: hidden;
}
.hb-banner img {
    width: 260px;
    height: 80px;
    object-fit: cover;
}
.article-list {
    width: 890px;
    margin-top: 5px;
}
.article-list li {
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}
.article-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b80000;
}

/* 强制修复LOGO大小 100%生效 */
.container.top-logo a.pull-left img {
  height: 60px !important;
  max-height: 60px !important;
  width: auto !important;
  display: block !important;
  border: none !important;
}

/* 频道导航 */
.channel-navs {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.channel-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
.channel-sons a {
    display: inline-block;
    padding: 0 12px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #eee;
    margin-right: 8px;
    border-radius: 3px;
}
.channel-sons a:hover {
    background: #b80000;
    color: #fff;
    border-color: #b80000;
}

/* 面包屑 */
.location {
    padding: 8px 0;
    color: #666;
    margin-bottom: 10px;
    font-size: 13px;
}
.location em {
    font-style: normal;
    margin: 0 5px;
}
.cl-tags {
    margin-left: 20px;
}
.cl-tags a {
    color: #b80000;
    margin-right: 10px;
}

/* 顶部Logo 完美样式 */
.top-logo {
  padding: 5px 0;
}
.top-logo img {
  display: block;
  width: auto;
  height: 60px;     /* 核心控制大小 */
  max-height: 60px;
  object-fit: contain;
  border: none !important;
}