﻿
.focus .swiper-container {
  height: 410px;
}
.focus .swiper-button-white {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.new-hot .news_list {
  margin-bottom: 17px;
}
.new-hot .news_list a{
  margin-right: 10px;
}
.new-hot .news_list dt {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 45px;
  overflow: hidden;
}
.new-hot .news_list dd {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-hot .news_list:last-child {
  margin-bottom: 0;
}
.originalwebsite .news-list-mod-3 {
  margin-bottom: 10px;
}
.zlscnews .box_head .nameTab {
  font-size: 14px;
}
.zlscnews .box_head .nameTab .swiper-slide a {
  font-weight: normal;
  background: none;
  color: #666666;
  padding: 0 10px;
}
.zlscnews .box_body {
  padding: 20px 0 0 0;
}
.zlscnews .box_body .swiper-container {
  height: 227px;
}
.zlscnews .box_body .swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.zlscnews .box_body .swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.zlscnews .box_body .news_list dt {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.exhibitionsichuan .box_body {
  padding: 20px 0 0 0;
}
.hotvideo .box_body {
  padding: 20px 0 0 0;
}
.sichuanimpression {
  margin-top: 20px;
}
.sichuanimpression .box_body {
  padding: 20px 0 0 0;
  position: relative;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  .focus .swiper-container {
    height: 210px;
  }
  .new-hot .news_list {
    text-align: center;
  }
  .hottopic,
  .hotvideo {
    margin-top: 20px;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 991px) {
  .focus .swiper-container {
    height: 410px;
  }
  .new-hot .news_list {
    text-align: center;
  }
  .hottopic,
  .hotvideo {
    margin-top: 20px;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
