.banner-wrap {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0;
  padding-bottom: 0;
  height: 410px;
}
.banner-wrap .sec-layer {
  text-align: center;
  padding-top: 150px;
}
.banner-wrap .sec-layer h2 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}
.banner-wrap .sec-layer p {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
}
.pagination > li {
  float: left;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #4a90e2;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 0 14px;
  line-height: 38px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -mz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.footer .contact-wrap .contact-layer li .detail a:hover,
.footer .copyright a:hover {
  text-decoration: underline;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #4e92e3;
  border-top-color: #4e92e3;
  border-bottom-color: #4e92e3;
}
.pagination .next,
.pagination .previous {
  padding-left: 10px;
  padding-right: 10px;
  color: #a3a29b;
}
.pagination .previous {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination .previous .iconfont-prev:before {
  display: block;
}
.pagination .next {
  border-right: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination .dis a,
.pagination .dis a:hover {
  color: #afafaf;
  cursor: default;
}
.simple .previous,
.simple .next {
  border-radius: 5px;
  border: 1px solid #ddd;
}
.simple .page-btn-prev {
  margin-right: 20px;
}
.hot-news {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.hot-news .box-header {
  border-bottom: 1px solid #efefef;
  line-height: 60px;
  position: relative;
}
.hot-news .box-header h2 {
  font-size: 24px;
  color: #000;
}
.hot-news .box-header .box-tools {
  position: absolute;
  right: 10px;
  top: 0;
}
.hot-news .box-header .box-tools a {
  color: #999;
  font-size: 14px;
}
.hot-news .box-header .box-tools a:hover {
  color: #2487ec;
}
.hot-news .box-body {
  padding-top: 20px;
}
.hot-news .box-body li {
  margin-bottom: 20px;
}
.hot-news .box-body li .img-area {
  width: 85px;
  height: 60px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.hot-news .box-body li .img-area p {
  width: 100%;
  height: 100%;
}
.hot-news .box-body li .img-area p img {
  width: 100%;
  height: 100%;
}
.hot-news .box-body li .text-area h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
  word-break: break-all;
}
.hot-news .box-body li .text-area h3 a {
  color: #000;
}
.hot-news .box-body li .text-area h3 a:hover {
  color: #2487ec;
}
.hot-news .box-body li .text-area p.hint {
  font-size: 14px;
  color: #999;
}
.breadcrumb {
  padding: 20px 10px;
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb li.active {
  color: #2487ec;
}
.breadcrumb li a {
  color: #888;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #2487ec;
}
.breadcrumb li + li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  font-size: 10px;
  background: #999;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  left: -14px;
  top: 11px;
}
.news-wrap .banner-wrap {
  background-image: url(../res/img/bg-news.jpg);
}
.news-wrap .news {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-wrap .news .tabs-cont .ul-tabs {
  margin-bottom: 35px;
}
.news-wrap .news .tabs-cont .ul-tabs li {
  width: 55%;
  display: inline-block;
  float: left;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.news-wrap .news .tabs-cont .ul-tabs li:nth-child(2n) {
  width: 45%;
}
.news-wrap .news .tabs-cont .ul-tabs li img {
  width: 85px;
  height: 60px;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail {
  float: left;
  display: inline-block;
  max-width: 480px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail h3 a {
  color: #000;
  font-size: 16px;
  display: block;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail h3 a:hover {
  color: #0066de;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail .hint {
  position: relative;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail .hint span {
  color: #6c6c6c;
}
.news-wrap .news .tabs-cont .ul-tabs li .detail .hint .right {
  margin-left: 10px;
}
.news-wrap .news .tabs-cont .page-list-wrap {
  margin-top: 10px;
  text-align: center;
}
.news-wrap .news .tabs-cont .page-list-wrap .page-list {
  display: inline-block;
}
.news-wrap .news .tabs-cont .page-list-wrap .page-list li {
  margin-bottom: 0;
  width: auto;
}
.news-wrap .news.news-simple .tabs-cont {
  position: relative;
}
.news-wrap .news.news-simple .tabs-cont .ul-tabs {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple .page-btn-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple .page-btn-prev a {
  border: none;
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple .page-btn-prev a i {
  font-size: 32px;
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple .page-btn-next {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple .page-btn-next a {
  border: none;
}
.news-wrap .news.news-simple .tabs-cont .page-list-wrap.simple .page-btn-next a i {
  font-size: 32px;
}
.news-wrap .newsdetail {
  background: #f4f6f9;
}
.news-wrap .newsdetail .detail-content {
  background: #fff;
  margin-right: 20px;
}
.news-wrap .newsdetail .detail-content .title {
  font-size: 32px;
  padding: 20px 20px;
  dwword-break: break-all;
  padding-bottom: 0;
}
.news-wrap .newsdetail .detail-content .hint {
  font-size: 32px;
  color: #000;
  padding: 0 20px;
  word-break: break-all;
  margin-bottom: 20px;
}
.news-wrap .newsdetail .detail-content .hint small {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #909090;
}
.news-wrap .newsdetail .detail-content .hint small span {
  margin-right: 25px;
}
.news-wrap .newsdetail .detail-content .hint small a {
  color: #000;
}
.news-wrap .newsdetail .detail-content .hint small a:hover {
  color: #2487ec;
}
.news-wrap .newsdetail .detail-content .text {
  padding: 5px 20px 20px;
  line-height: 30px;
}
.news-wrap .newsdetail .detail-content .text .news-cont {
  font-size: 16px;
  color: #585858;
}
.news-wrap .newsdetail .detail-content .text .news-hint {
  text-align: right;
  color: #909090;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  margin-top: 40px;
}
.news-wrap .newsdetail .detail-content .text .news-hint p {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: -15px;
  padding-left: 15px;
  font-size: 14px;
}
.news-wrap .newsdetail .detail-content .text .news-hint p a {
  color: #000;
}
.news-wrap .newsdetail .detail-content .text .news-hint p a:hover {
  color: #2487ec;
}
.news-wrap .newsdetail .hot-news .box-header {
  padding-top: 7px;
}
.news-wrap .newsdetail .hot-news .box-header .box-tools {
  top: 7px;
}
.news-wrap .footer {
  background: #f4f6f9;
}
