﻿.public-overiview-tit .overiview-tit-con ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.public-overiview-tit .overiview-tit-con ul .tie-item {
  margin-right: 18px;
}
.hot-con .hot-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hot-con .hot-top-list .top-list-item {
  width: 30%;
  border: 1px solid #d7d7d7;
}
.hot-con .hot-top-list .top-list-item .img {
  width: 100%;
  height: 230px;
  position: relative;
}
.hot-con .hot-top-list .top-list-item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.hot-con .hot-top-list .top-list-item .img p {
  position: absolute;
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  right: 0px;
  bottom: 0px;
  background: #fd7400;
}
.hot-con .hot-top-list .top-list-item .txt {
  padding: 30px 20px;
}
.hot-con .hot-top-list .top-list-item .txt h3 {
  font-size: 20px;
  color: #0f1010;
  font-weight: 400;
}
.hot-con .hot-top-list .top-list-item .txt p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
}
.hot-con .hot-new-list {
  margin-top: 60px;
}
.hot-con .hot-new-list .new-line {
  height: 3px;
  background: url(../image/hot_line.png) no-repeat center left;
  width: 100%;
}
.hot-con .hot-new-list .new-list .list-item {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 50px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot-con .hot-new-list .new-list .list-item .img {
  width: 40%;
}
.hot-con .hot-new-list .new-list .list-item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.hot-con .hot-new-list .new-list .list-item .con {
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  width: 60%;
  text-align: center;
}
.hot-con .hot-new-list .new-list .list-item .con .con-tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-con .hot-new-list .new-list .list-item .con h3 {
  font-size: 24px;
  font-weight: 500;
  background: url('../image/public_tit_bg02_right.png') no-repeat bottom center;
  padding-bottom: 24px;
  overflow: hidden; 
text-overflow:ellipsis; 
white-space: nowrap;
}
.hot-con .hot-new-list .new-list .list-item .con .con-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
  margin-top: 10px;
}
.hot-con .hot-new-list .new-list .list-item .con .con-time img {
  height: 14px;
}
.hot-con .hot-new-list .new-list .list-item .con .con-time p {
  font-size: 14px;
  color: #1a4a98;
  margin-left: 10px;
}
.hot-con .hot-new-list .new-list .list-item .con .con-txt {
  margin-top: 10px;
}
.hot-con .hot-new-list .new-list .list-item .con .con-txt p {
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hot-con .hot-new-list .new-list .list-item .con .con-more {
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.hot-con .hot-new-list .new-list .list-item .con .con-more p {
  font-size: 14px;
  color: #1a4a98;
  margin-right: 10px;
}
.hot-con .hot-new-list .new-list .list-item .con .con-more img {
  height: 14px;
}
/* pc端分页 */
.page-mod{ width: 100%; text-align: center;padding: 30px 0 50px 0;}
.page-mod .page-box{ display: inline-block; vertical-align: top;}
.page-mod .page-item{ float: left; margin: 0 3px; min-width: 36px; font-family: 'xfont', Arial; font-size: 16px; line-height: 34px;}
.page-mod .page-item > a{ display: block; padding: 0 12px; border-radius: 4px; border: 1px solid #e7e7e7;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.page-mod .page-input{ display: inline-block; vertical-align: middle; padding-right: 8px; width: 36px; border-right: 1px solid;}
.page-mod .page-input input{ display: block; width: 100%; height: auto; line-height: normal; text-align: center;}
.page-mod .page-btn{ display: inline-block; padding: 0 5px;  min-width: 36px; cursor: pointer;border: none;background: #fff;outline: none;}
.page-mod .page-item > a:hover{ color: #1a4a98;}
.page-mod .page-item > a.cur{ background-color: #1a4a98; border-color: #1a4a98; color: #fff; cursor: default;}
.page-mod .page-item > a.disable{ opacity: 0.5; filter: alpha(opacity=50); color: inherit; cursor: default;}
.page-mod .prev{ margin-right: 10px;}
.page-mod .next{ margin-left: 10px;}
.page-mod .jump{ margin-left: 15px;}
.page-mod .page-more{display: none;}
@media only screen and (max-width: 980px) {
  .page-mod{padding: 0.8rem 0 1rem 0;}
  .page-mod .page-box{}
  .page-mod .page-item{ margin: 0 0.1rem; min-width: 0.6rem;  line-height: 0.6rem;}
  .page-mod .page-item > a{  padding: 0.6rem 0.3rem; border-radius: 0.05rem;max-width: 1.8rem;text-align: center;line-height: 1;height: 4.1rem;}
  .page-mod .page-input{ padding-right: 0.1rem; width: 1rem;}
  .page-mod .page-btn{ min-width: 0.8rem; padding: 0 0.1rem;}
  .page-mod .prev{ margin-right: 0.1rem;}
  .page-mod .next{ margin-left: 0.1rem;}
  .page-mod .jump{ float: none; display: table; vertical-align: top; margin: 0 auto; padding-top: 0.2rem; clear: both;}

  .page-mod .page-more{ display:inline-block; vertical-align: top; border:1px solid; border-radius: 1rem; padding: 0.1rem 0.3rem;}
  .hot-con .hot-top-list .top-list-item {
    width: 100%;
  }
  .hot-con .hot-top-list .top-list-item .img {
    height: 180px;
  }
  .hot-con .hot-new-list .new-list .list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .hot-con .hot-new-list .new-list .list-item .img {
    height: 80px;
  }
  .hot-con .hot-new-list .new-list .list-item .img img{
    width: 100%;height: auto;max-height: 100%;
  }
  .hot-con .hot-new-list .new-list .list-item .con {
    padding-top: 0;
  }
  .hot-con .hot-new-list .new-list .list-item .con .con-tit {
    white-space: normal;
  }
  .hot-con .hot-new-list .new-list .list-item .con .con-tit h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .hot-con .hot-new-list .new-list .list-item .con .con-txt {
    display: none;
  }
  .hot-con .public-page {
    width: 100%;
  }
  .hot-con .public-page button {
    padding: 4px 11px;
  }
  .hot-con .public-page button:nth-child(6) {
    display: none;
  }
  .hot-con .public-page button:nth-child(7) {
    display: none;
  }
  .hot-con .public-page button:nth-child(8) {
    display: none;
  }
}
