/* 新闻详情样式index_news.css */
.index-news-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-news-left ,.index-news-right{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.index-news-left {
  vertical-align: top;
  width: 570px;
  margin-right: 30px;
}
.index-news-container {
  width: 570px;
  height: 428px;
  background-color: #ccc;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 22px;
  width: 110px;
  text-align: center;
  right: 30px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #e8c9a0;
}
.index-news-prev,.index-news-next {
  position: absolute;
  top:50%;
  margin-top: -17px;
  cursor: pointer;
}
.index-news-prev {
    left: 30px;
}
.index-news-next {
  right: 30px;
}
.index-news-prev img ,.index-news-next img {
    width: 18px;
    height: 34px;
}
.index-news-slide {
    position: relative;
}
.index-news-slide p {
  position: absolute;
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  bottom: 0;
  left: 0;
  width: 370px;
  padding-right: 170px;
  padding-left: 30px;
  height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.index-news-right li {
    float: left;
    margin-right: 40px;
    padding-bottom: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
  }
.index-news-right li.index-news-active{
      border-bottom: 2px solid #124182;
  }

.index-news-right .index-news-sname {
    font-size: 30px;
    color:#666;
    line-height: 32px; 
}
.index-news-right li.index-news-active  p {
  font-weight: 700;
  color: #124182;
}
.index-news-right a.more-none-news {
display: none;
}
.index-news-right .index-news-activity {
  font-size: 30px;
  color:#666;
  line-height: 32px; 
}
.index-news-right a.index-right-href {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}
.index-news-right a.index-right-href:hover {
    color: #333;
}
.index-news-right {
    position: relative;
    padding: 29px 30px 37px 30px;
    width: 510px;
  box-shadow: 0px 0 10px 0px 
  rgba(30, 30, 30, 0.07);
  *border:1px solid #eee ;
  *width:508px;
}
.index-news-right .index-right-href {
    position: absolute;
    right: 30px;
    top:36px;
}
.index-news-right ul {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.index-news-title {
  padding: 27px 0 25px 0
}
.index-news-title  .index-news-day {
    font-size: 30px;
    line-height: 30px;
    color:#666;
    text-align: right;
}
.index-news-title  .index-news-year {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: right;
}
.index-news-date {
    float: left;
    padding: 13px 15px 26px 0;
    border-right: 1px solid #dcdcdc;
}
.index-news-date p {
  width: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-tit {
    float: left;
   width: 412px;
   margin-left: 15px;
}
.index-news-sh {
    height: 32px;
    line-height: 32px;
}
.index-news-sh a{
  font-size: 24px;
  height: 32px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  display: block;
}
.index-news-sh a:hover {
  color: #124182;
}
.index-news-content a{
  display: block;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  color: #666;
  margin-top: 9px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  *display: block;

}
.index-news-content a:hover {
  color: #333;
}
.index-news-right  .index-news-list {
    border-top: 1px dashed #d7d7d7;
    border-bottom:none;
    padding-top: 25px;
}
.index-news-list img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width:5px;
    height: 5px; 
    float: left;
}
.index-news-list li {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
    cursor: pointer;
  }
  .index-news-list li a {
      width: 100%;
      position: relative;
}
.index-news-list .index-list-title {
  width: 377px;
  float: left;
  margin-left: 15px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-list-title.index-length {
  width: 410px;
}
.index-news-list .index-list-title:hover {
    color: #124182;
}
.index-news-list .index-list-day {
  float: right;
  font-size: 14px;
  color: #999;
  height: 26px;
  line-height: 26px;
}
.index-list-none{
    display: none;

}