/* 首页专属样式 - 修复版 */

/* 轮播模块 */
.slide-imageshow {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
}
.slide_image {
  width: 520px;
  float: left;
  position: relative;
}
.slide_image ul {
  width: 520px;
  height: 280px;
  position: relative;
  margin: 0;
  padding: 0;
}
.slide_image ul li {
  width: 520px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.slide_image ul li.active {
  display: block;
}
.slide_image ul li img {
  width: 520px;
  height: 280px;
  object-fit: cover;
  display: block;
}
.slide_image ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dots {
  width: 260px;
  height: 280px;
  float: right;
  margin: 0;
  padding: 0;
}
.dots li {
  width: 120px;
  height: 68px;
  float: left;
  margin: 0 0 10px 10px;
  cursor: pointer;
  list-style: none;
  overflow: hidden;
}
.dots li img {
  width: 120px;
  height: 68px;
  object-fit: cover;
  display: block;
}
.dots li p {
  display: none;
}
.dots li.active {
  border: 2px solid #009933;
}

/* 右侧热门模块 */
.slide-imageshow .right {
  width: 380px;
  float: right;
}
.hot-header {
  height: 35px;
  margin-bottom: 10px;
}
.hot-header img {
  height: 35px;
}
.article-image-like {
  margin-bottom: 10px;
  overflow: hidden;
}
.article-image-like h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: normal;
}
.article-image-like dt {
  width: 120px;
  float: left;
}
.article-image-like dd {
  width: 240px;
  float: right;
  margin: 0;
}
.article-image-like dd p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin: 0;
}

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

/* 双列布局 */
.left-2 {
  width: 380px;
  float: left;
}
.right-2 {
  width: 390px;
  float: right;
}
.box-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 2px solid #009933;
  margin-bottom: 10px;
  font-size: 16px;
}
.box-title span a {
  color: #009933;
}
.link-1 dt {
  font-size: 15px;
  margin-bottom: 8px;
}
.fengxiangbiao dt {
  width: 130px;
  float: left;
}
.fengxiangbiao dd {
  width: 240px;
  float: right;
  margin: 0;
}

/* 文章大图 */
.article-bigimg {
  width: 220px;
  float: left;
}
.article-bigimg dt img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 8px;
  display: block;
}
.article-bigimg dd a {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.article-bigimg dd p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin: 0;
}
.article-bigimg-nodescription dt img {
  width: 200px;
  height: 130px;
  object-fit: cover;
  margin-bottom: 5px;
  display: block;
}

/* 两列列表 */
.articlelist-ul-2column {
  column-count: 2;
  column-gap: 10px;
  margin: 0;
  padding: 0;
}
.articlelist-ul-2column li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
}

/* 四列图片 */
.articlelist-image-4column {
  margin: 0;
  padding: 0;
}
.articlelist-image-4column li {
  width: 140px;
  float: left;
  margin-right: 12px;
  list-style: none;
  text-align: center;
}
.articlelist-image-4column li img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}
.articlelist-image-4column li span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}

/* 六列图片 */
.articlelist-image-6column {
  margin: 0;
  padding: 0;
}
.articlelist-image-6column li {
  width: 115px;
  float: left;
  margin-right: 8px;
  list-style: none;
  text-align: center;
}
.articlelist-image-6column li img {
  width: 115px;
  height: 75px;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}
.articlelist-image-6column li span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}

/* 三列图片 */
.articlelist-ul-image-3column {
  margin: 0;
  padding: 0;
}
.articlelist-ul-image-3column li {
  width: 150px;
  float: left;
  margin-right: 15px;
  list-style: none;
  text-align: center;
}
.articlelist-ul-image-3column li img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}
.articlelist-ul-image-3column li span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}

/* 标签切换 */
.tabbox {
  width: 100%;
  overflow: hidden;
}
.tab-title {
  height: 35px;
  border-bottom: 2px solid #009933;
  margin: 0;
  padding: 0;
}
.tab-title a {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  cursor: pointer;
  list-style: none;
}
.tab-title a.active {
  background: #009933;
  color: #fff;
}
.tab-body {
  padding: 10px 0;
}

/* 排行 */
.articlelist-ul-rank {
  margin: 0;
  padding: 0;
}
.articlelist-ul-rank li {
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  position: relative;
  list-style: none;
}
.articlelist-ul-rank li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #009933;
}

/* 大图模块 */
.article-bigimg2 {
  position: relative;
  margin-bottom: 10px;
}
.article-bigimg2 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.article-bigimg2 .transparent_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-bigimg2 p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin: 5px 0 0;
}

/* 小图列表 */
.shicai-list {
  margin: 0;
  padding: 0;
}
.shicai-list li {
  width: 125px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  list-style: none;
}
.shicai-list li img {
  width: 125px;
  height: 85px;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}
.myline {
  height: 10px;
  clear: both;
}

/* 表格文章 */
.articlelist-table {
  width: 100%;
  border-collapse: collapse;
}
.articlelist-table th {
  width: 120px;
  padding: 5px;
  text-align: left;
}
.articlelist-table td {
  padding: 5px;
}
.articlelist-table td p {
  font-size: 12px;
  color: #666;
  margin: 0;
}

/* 标签 */
label {
  background: #ff6600;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* 修复轮播图容器 */
.slide-imageshow {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.slide_image {
    float: left;
    width: 70%;
    position: relative;
}
.slide_image ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slide_image li {
    display: none;
    width: 100%;
}
.slide_image li.active {
    display: block;
}
.slide_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: none;
}
/* 修复右侧缩略图 */
.slide_image .dots {
    float: right;
    width: 28%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slide_image .dots li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.slide_image .dots li img {
    width: 100%;
    height: 68px;
    object-fit: cover;
}
/* 修复下方内容区块 */
.touban {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
}
.touban .left {
    float: left;
    width: 65%;
}
.touban .right {
    float: right;
    width: 32%;
}
.box-title {
    border-bottom: 2px solid #009933;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
/* 隐藏异常占位图边框 */
img[src*="pic.gif"], img[src*="default.png"] {
    border: none;
    background: #f5f5f5;
}