#news .banner {
  background-image: url(../img/banner-news.png);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
}
#news .employeeDeeds {
  background-image: url(../img/banner-employeeDeeds.png);
}
#news .infoWrapper {
  margin-top: 100px;
  height: auto;
}
#news .infoWrapper .item {
  display: block;
  height: 200px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
}
#news .infoWrapper .item .left {
  width: 428px;
  height: 182px;
  float: left;
  text-align: center;
  background-color: #f7f7f7;
}
#news .infoWrapper .item .left .info-item {
  width: 100%;
  height: 100%;
}
#news .infoWrapper .item .right {
  width: 746px;
  float: left;
  height: 182px;
  margin-left: 24px;
}
#news .infoWrapper .item .right .h1 {
  color: #333333;
  font-size: 18px;
  margin-top: 24px;
}
#news .infoWrapper .item .right .desc {
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 96px;
}
#news .infoWrapper .item .right .bot {
  color: #929292;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
#news .infoWrapper .item .right .bot .icon-news {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
#news .infoWrapper .item .border {
  height: 1px;
  width: 100%;
  background-color: #D8D8D8;
  position: absolute;
  left: 0;
  bottom: 0;
}
#news .infoWrapper .pagination {
  margin: 68px 0 60px;
  color: #666666;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
#news .infoWrapper .pagination .page {
  width: 48px;
  height: 48px;
  background: #F0F0F0;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  margin-right: 12px;
  cursor: pointer;
}
#news .infoWrapper .pagination .page.active {
  color: #ffffff;
  background: #FF9800;
}
#news .infoWrapper .pagination .page.pre {
  width: 81px;
}
#news .infoWrapper .pagination .page.pre.num {
  color: #ffffff;
  background: #FF9800;
}
#news .infoWrapper .pagination .jump_group {
  display: flex;
}
#news .infoWrapper .pagination .jump_group > span {
  line-height: 50px;
}
#news .infoWrapper .pagination .jump_group > input {
  width: 50px;
  margin-left: 15px;
  margin-right: 20px;
  text-align: center;
}
#news .infoWrapper .pagination .page.last {
  margin-right: 0;
}
#news .bread_bar .right .item.active {
  color: #1C51A3;
}
#news .backTopWrapper {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 99;
}
#news .backTopWrapper .iconBackWrapper {
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
}
#news .backTopWrapper .iconBackWrapper .img {
  width: 100%;
  height: 100%;
}
#news .backTopWrapper .iconBackWrapper .img.act {
  display: none;
}
#news .backTopWrapper .iconBackWrapper.backWrapper.active .img.act {
  display: block;
}
#news .backTopWrapper .iconBackWrapper.backWrapper.active .img.default {
  display: none;
}
