@charset "utf-8";
@import url("base.css");
/* 贵州信息港全站主CSS 2025-9-25 */
/*首页幻灯*/
.slider-container {
  position: relative;
  width: 100%;
  height: 60vh;
  max-height: 300px;
  width: 570px;
  height: 300px;
  float: left;
  background: #000000;
  overflow: hidden;
}
.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.slide {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.slide img {
  width: 570px;
  height: 300px;
}
.slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide h3 {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: #FFFFFF;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 30px;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 27px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #929292;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider-container:hover .nav-btn {
  opacity: 1;
}
.prev-btn {
  left: 10px;
}
.next-btn {
  right: 10px;
}
.dots-container {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}
.dot.active {
  background: white;
  transform: scale(1.2);
}
/*首页次幻灯*/
.smallBanner {
  width: 270px;
  float: right;
  overflow: hidden;
}
.smallBanner ul {
  height: 300px;
}
.smallBanner ul li {
  width: 100%;
  overflow: hidden;
  height: 140px;
  position: relative;
}
.smallBanner ul li:first-child {
  margin-bottom: 20px;
}
.smallBanner ul li a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.smallBanner ul li img {
  width: 100%;
  min-height: 100%;
  transition: all .6s;
}
.smallBanner ul li:hover img {
  transform: scale(1.1);
}
.smallBanner span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#000));
  z-index: -1;
}
.smallBanner span {
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  z-index: 0;
}
.smallBanner h4 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding: 0 20px;
  z-index: 2;
  margin: 10px 0;
}
/*首页头条推荐*/
.news_kx {
  border: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
  margin-right: 12px;
  padding: 20px;
  margin-bottom: 40px;
}
.news_kx h2 {
  width: 140px;
  height: 40px;
  padding-right: 20px;
  line-height: 40px;
  background: #f67c15;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  border-radius: 0 20px 20px 0;
  margin-left: -20px;
}
.news_kx:before {
  position: absolute;
  content: "";
  border: 1px solid #e1e1e1;
  right: -6px;
  top: 6px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.news_kx:after {
  position: absolute;
  content: "";
  border: 1px solid #e1e1e1;
  right: -12px;
  top: 12px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.news_kx ul {
  margin: 30px 0 0
}
.news_kx li {
  padding: 0 0 24px 30px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.news_kx li span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.news_kx li:before {
  content: "";
  background: #e1e1e1;
  width: 1px;
  height: 100%;
  left: 7px;
  top: 7px;
  position: absolute;
}
.news_kx li:last-child:before {
  display: none
}
.news_kx li i {
  position: absolute;
  left: 3px;
  top: 4px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2390ad;
  border: #a2b6d8 2px solid;
}
.news_kx li:hover a {
  color: #16499d
}
/*栏目标题*/
.h_title {
  position: relative;
  font-size: 18px;
  margin: 15px 0 0 0;
}
.h_title:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -4px;
  margin-left: -12px;
  width: 74px;
  height: 4px;
  border-radius: 2px;
  background-color: #ef691e;
  z-index: -1;
}
/*资讯列表*/
.newsBox {
  margin-bottom: 30px;
}
.newsBox_list {
  overflow: hidden;
  position: relative;
  transition: all .8s;
  padding: 20px 10px 20px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.newsBox_list i {
  display: block;
  width: 210px;
  height: 120px;
  background: #ccc;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.newsBox_list i img {
  width: 100%;
  min-height: 100%;
  transition: all .6s;
}
.newsBox_list h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.newsBox_list p {
  color: #737373;
  line-height: 20px;
  font-size: 14px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.newsBox_writer {
  color: #333;
  margin: 0 5px 0 10px;
  font-size: 12px;
  position: absolute;
  left: 218px;
  bottom: 22px;
}
.newsBox_time {
  color: #b3b2b2;
  position: relative;
}
.newsBox_time:before {
  content: "·";
  padding: 0 5px
}
.newsBox_tags {
  float: right;
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 16px;
}
.newsBox_tags a {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 2px 6px;
  color: #2390ad;
  background: #daf2f8;
  border-radius: 5px;
}
.newsBox_tags a:hover {
  background: #0292e8;
  color: #fff;
}
.newsBox_lm {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 10px;
  padding: 0 12px;
  height: 20px;
  font-size: 12px;
  background: rgba(3, 3, 3, .5);
  border-radius: 100px;
  line-height: 20px;
}
.newsBox_lm a {
  color: #CCC;
}
.newsBox_list:hover {
  box-shadow: 0px 12px 8px -12px #c0bebe;
}
.newsBox_list:hover h2 {
  color: #16499d;
}
.newsBox_list:hover img {
  transform: scale(1.1);
}
/*首页专题*/
.zhuanti {
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  padding: 20px 0
}
.zhuanti a {
  display: block;
  overflow: hidden;
  transition: .5s
}
.zhuanti section {
  position: absolute;
  bottom: 30px
}
.zhuanti span {
  display: block;
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 0 12px;
  height: 20px;
  font-size: 12px;
  background: rgba(62, 62, 62, 0.5);
  border-radius: 100px;
  line-height: 20px;
  z-index: 2;
  color: #999;
}
.zhuanti img {
  transition: .5s;
  width: 100%
}
.zhuanti h2 {
  margin-bottom: 15px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.zhuanti p {
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.zhuanti:hover img {
  transform: scale(1.1);
}
/*首页图片集*/
.indexPics-container {
  width: 100%;
  max-width: 860px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0px;
}
.indexPics-track {
  display: flex;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.16, 0.77, 0.58, 0.97);
}
.indexPics-slide {
  flex: 0 0 210px;
  height: 120px;
  margin-right: 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.indexPics-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexPics-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.indexPics-slide:hover img {
  transform: scale(1.05);
}
.indexPics-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: white;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.indexPics-arrow.prev {
  left: 6px;
}
.indexPics-arrow.next {
  right: 6px;
}
/*lm_hot*/
.lm_hot {
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  margin-top: 16px;
  padding: 5px 20px 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.lm_hot a {
  border-radius: 2px;
  width: 46%;
  float: left;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  margin-top: 16px;
  font-size: 14px;
  color: #333;
}
.lm_hot a:nth-child(even) {
  float: right
}
.lm_hot a:hover {
  background: #f67c15;
  color: #fff
}
/*广告*/
.ad {
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.ad img {
  width: 100%;
  transition: .5s;
}
/*首页内容热榜*/
.hot_news {
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 5px 20px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.hot_news li {
  position: relative;
  margin: 24px 0;
  overflow: hidden;
  counter-increment: number;
}
.hot_news li i {
  width: 120px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 12px;
  border-radius: 2px;
}
.hot_news li i img {
  width: 100%;
  min-height: 100%;
  transition: .5s;
  float: left;
}
.hot_news li em {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 21px;
  color: #ccc;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  border-radius: 2px 0 0;
  z-index: 1;
}
.hot_news li em::before{content: counter(number);}
.hot_news li:nth-child(1) em, .hot_news li:nth-child(2) em, .hot_news li:nth-child(3) em {
  color: #fff;
}
.hot_news li:nth-child(1) em {
  background: #f95456
}
.hot_news li:nth-child(2) em {
  background: #f6a625;
}
.hot_news li:nth-child(3) em {
  background: #4385f4
}
.hot_news li h2 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.hot_news li span {
  font-size: 12px;
  color: #b3b2b2;
  position: absolute;
  display: block;
  left: 135px;
  bottom: 0;
}
.hot_news li:hover img {
  transform: scale(1.1);
}
.hot_news li:hover h2 {
  color: #16499d;
}
/*首页底部快速导航*/
.links {
  overflow: hidden;
  line-height: 44px;
  background: #2390ad;
}
.links li {
  display: inline-block;
  float: left;
  margin: 0 10px;
  font-size: 14px;
  line-height: 44px;
}
.links a {
  color: #FFFFFF;
}
.links a:hover {
  color: #f6ff00
}
.links p {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  position: relative;
  width: 72px;
  height: 44px;
}
.links p:before, .links p:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background: #136a81;
  right: -15px;
  top: 12px;
}
.links p:after {
  background: #2e3f65;
  right: -16px;
}