.zxns {
  width: 1400px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  box-sizing: border-box;
}
.zxns .title img {
  width: 900px;
  margin: 0 auto;
}
.zxns .left {
  width: 900px;
  float: left;
}
.zxns .left ul li {
  color: #333;
  font-size: 12px;
  line-height: 60px;
  border-bottom: 1px solid #b6b8ba;
  position: relative;
  margin-top: 14px;
}
.zxns .left ul li p {
  width: 770px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.zxns .left ul li p:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 27px;
  background: #333;
}
.zxns .left ul li span {
  float: right;
  color: #333;
  font-size: 12px;
}
.zxns .left .pages {
  width: 410px;
  margin: 40px auto;
}
.zxns .left .pages a {
  color: #666;
  font-size: 12px;
  display: inline-block;
  width: 70px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  float: left;
  background: #e1edff;
  margin-right: 10px;
}
.zxns .left .pages a:hover {
  color: #fff;
  background: #2f60b8;
}
.zxns .left .pages ol li {
  cursor: pointer;
  float: left;
  width: 40px;
  height: 35px;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  background: #e1edff;
  margin-right: 10px;
}
.zxns .left .pages ol li.on,
.zxns .left .pages ol li:hover {
  color: #fff;
  background: #2f60b8;
}
.zxns .right {
  float: right;
  width: 340px;
  position: relative;
}
.zxns .right .title {
  width: 340px;
  height: 50px;
}
.zxns .right .title img {
  width: 100%;
}
.zxns .right ol {
  margin: 40px auto 50px;
  width: 210px;
}
.zxns .right ol li {
  float: left;
}
.zxns .right ol li:nth-of-type(2) {
  margin: 0 30px;
}
.zxns .right ul li {
  width: 260px;
  border-bottom: 1px solid #b6b8ba;
  margin: 10px auto;
}
.zxns .right ul li a {
  font-size: 12px;
  padding-left: 10px;
  color: #333;
  line-height: 60px;
  display: block;
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.zxns .right ul li a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 27px;
  background: #333;
}
.zxns .right .hot {
  position: relative;
}
.zxns .right .hot .more {
  position: absolute;
  top: 25px;
  right: 11px;
  /*  width:23px;
        height:23px; */
}
.zxns .right .hot .more img {
  width: 100%;
}
