﻿@charset "utf-8";
/*列表导航*/
 
/*图片新闻*/
#tab-news .card{
   height:134px;
}

#tab-news{
  height:938px;
}
#foucs{
  position: relative;
  height:400px;
}
.foucs_pagination {
  position: absolute;
  right: 200px;
  bottom:30px;
  padding:0 20px;
  z-index: 10;
}
.foucs_pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;}
.foucs_pagination .swiper-active-switch {background-color: #0c4aad;opacity: 1;}
.arrow_left {
  background: url(../images/news_arrows.png) no-repeat left top;
  position: absolute;
  right: 345px;
  bottom: 25px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.arrow_right {
  background: url(../images/news_arrows.png) no-repeat left bottom;
  position: absolute;
  right: 144px;
  bottom: 25px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.card-type .news-date{
  padding:0;

}
.card-type .news-date img{
  height:104px;
}
 .news_pic {
  height: 450px;
  background-position: center;
  background-size: cover;
}
.news_pic img {
  display: block;
  width: 100%;
}
.news_text {
  height: 450px;
  padding: 40px;
  background: #f3f3f3;
}
.news_text h4 {
  margin-bottom: 5px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #c12222;
}
.news_text h4 a {
  color: #c12222;
}
.news_date {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #999;
}
.news_text p {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  line-height: 32px;
  font-size: 16px;
}


#focus .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 30px;
}
.focus .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 30px;
}
.con-bd {
  overflow: hidden;
  padding: 25px 12px;
  background: #fff;
}
.new-lst {
  overflow: hidden;
  height: auto;
  min-height: 990px;
  padding: 25px 0;
}
/*选项卡*/
.tab-head {
  width: 100%;
  overflow: hidden;
}
.tab-head ul {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.tab-head ul li {
  padding: 0 8px;
  line-height: 48px;
  display: inline-block;
}
.tab-head ul li a {
  font-weight: bold;
  font-size: 20px;
}
.tab-head ul li:first-child {
  padding-left: 0;
}
.tab-head ul li.default a {
  color: #0c4aad;
  font-weight: bold;
  font-size: 20px;
  line-height: 48px;
  border-bottom: solid 2px #0c4aad;
  display: block;
}
/*样式重置*/
/*图片新闻*/
#photolst {
  padding: 0;
}
@media all and (max-width: 1024px) {
  /*图片新闻*/
  .focus .pic {
    height: 355.00770416px;
  }
  .focus .text {
    padding: 24px;
    height: 355.00770416px;
  }
  .focus .text h4 {
    line-height: 32px;
    font-size: 20px;
  }
  .focus .swiper-pagination {
    right: 0;
    width: 380px;
    line-height: 40px;
  }
  .focus .swiper-button {
    right: 0;
    width: 380px;
  }
  .focus .swiper-pagination {
    bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  /*图片新闻*/
  #foucs {
    height: 210px;
  }
  #foucs .swiper-slide {
    position: relative;
  }
  .arrow_left,.arrow_right{display: none;}
  .news_pic {height: 100%;}
  .focus .text {
    padding: 24px;
    height: auto;
  }
  .news_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,.6);
    padding: 0 10px;
    margin:0;
  }
  .news_text h4 a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .focus .swiper-pagination {
    right: 0;
    width: 60px;
    line-height: 40px;
  }
  .focus .swiper-button {
    right: 0;
    width: 60px;
  }
  .focus .swiper-pagination {
    bottom: 140px;
  }
}

