/* 全局样式 */
body {
  background: #f8f8f8;
}
p {
  margin: 0 0 10px;
}
em {
  font-style: normal;
  margin: 0 5px;
  color: #999;
}

/* 链接颜色 */
.linkwhite a {
  color: #fff;
}
.linkhui a {
  color: #666;
}
.linkgreen {
  color: #009933;
}
.linkgreen a {
  color: #009933;
}

/* 分割线 */
.line-dotted {
  height: 1px;
  border-top: 1px dotted #ddd;
  margin: 10px 0;
}
.divide {
  height: 15px;
  clear: both;
}

/* 顶部 */
.top-head {
  background: #f5f5f5;
  line-height: 30px;
  height: 30px;
}
.top-logo {
  padding: 15px 0;
}

/* 导航 */
.nav-first {
  background: #009933;
  height: 40px;
  line-height: 40px;
}
.nav-first a {
  padding: 0 10px;
  display: inline-block;
}
.top-nav {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 10px;
  padding: 10px;
}
.top-nav table {
  float: left;
  margin-right: 10px;
}
.top-nav th {
  width: 100px;
  text-align: left;
  font-weight: normal;
}
.top-nav td a {
  margin-right: 8px;
  white-space: nowrap;
}
.split-line {
  height: 60px;
  margin: 0 10px;
}

/* 热点专栏 */
.hotlink {
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 15px;
  margin: 10px 0;
  line-height: 28px;
}
.hot_img {
  margin-right: 5px;
}

/* 搜索 */
.search-bar {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin: 10px 0;
}
.input-keyword {
  width: 280px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd;
}
.input-submit {
  height: 32px;
  padding: 0 15px;
  background: #009933;
  color: #fff;
  border: none;
  cursor: pointer;
}
.search-link {
  margin-left: 20px;
  line-height: 32px;
}

/* 主要布局 */
.main {
  margin-top: 10px;
}
.left {
  width: 800px;
  float: left;
}
.right {
  width: 380px;
  float: right;
}
.channel-base {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.channel-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 2px solid #009933;
  margin-bottom: 10px;
  position: relative;
}
.channel-title strong {
  font-size: 16px;
  float: left;
}
.channel-title .linkhui {
  float: right;
}
.channel-title .linkhui a {
  margin-left: 10px;
}
.channel-title-small {
  height: 35px;
  line-height: 35px;
  border-bottom: 2px solid #009933;
  margin-bottom: 10px;
  font-size: 16px;
}

/* 文章列表 */
.articlelist-ul li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  padding: 0 5px;
}
.articlelist-ul li a {
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.articlelist-ul li span,
.articlelist-ul li em {
  color: #999;
  font-size: 12px;
}

/* 图片列表 */
.articlelist-ul-image li {
  float: left;
  width: 120px;
  margin: 0 10px 10px 0;
  text-align: center;
}
.articlelist-ul-image li img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 5px;
}
.articlelist-ul-image li span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

/* 底部 */
.footer {
  background: #333;
  color: #999;
  padding: 20px 0;
  margin-top: 20px;
}
.footer h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-link a {
  color: #999;
  margin-right: 15px;
  line-height: 30px;
}
.footer-nav {
  text-align: center;
  padding: 15px 0;
  color: #666;
  line-height: 25px;
}