.zxitem {
  background-color: #fafafa;
  min-height: 100vh;
}
.commCurr {
  background-color: #f5f5f5;
}
.content {
  width: 1167px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.zixunTit {
  width: 1167px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 18px;
}
.zixunTit p:last-child {
  margin-left: 697px;
}
.zixunTit span {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #b4222d;
  margin-right: 5px;
}
.explain {
  width: 356px;
  height: 152px;
  background: #ffffff;
  border-radius: 9px 9px 9px 9px;
  box-sizing: border-box;
  padding: 27px;
  font-size: 18px;
  color: #333333;
}
.explain img {
  width: 62px;
  height: 62px;
  margin-right: 12px;
}
.explain .explain-see {
  float: right;
  font-size: 11px;
  color: #b4222d;
  width: 116px;
  line-height: 32px;
  text-align: center;
  border-radius: 56px 56px 56px 56px;
  border: 1px solid #b4222d;
  margin-top: 15px;
  cursor: pointer;
}
.bannimgs {
  width: 1167px;
  margin: 36px auto;
  display: flex;
  justify-content: space-between;
}
.bannimgs .bannimgr-list:hover {
  box-shadow: 0px 5px 13px 2px rgba(165, 165, 165, 0.25);
}
.bannimgs .bannimg-l {
  width: 777px;
  height: 437px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bannimgs .bannimg-r {
  width: 368px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bannimgs .bannimg-r .bannimgr-t {
  width: 100%;
  height: 207px;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.bannimgs .bannimg-r .bannimgr-b {
  width: 100%;
  height: 207px;
  border-radius: 11px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.bannimgs .bannimgr-t img,
.bannimgs .bannimgr-b img,
.bannimgs .bannimg-l img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.bannimgs .bannimgr-t p,
.bannimgs .bannimgr-b p,
.bannimgs .bannimg-l p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-left: 26px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 16px;
}
.bannimgs .bannimgr-t span,
.bannimgs .bannimgr-b span,
.bannimgs .bannimg-l span {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 55px;
  height: 23px;
  background: #b4222d;
  border-radius: 4px 4px 4px 4px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
.zxinfo {
  padding-bottom: 60px;
  width: 775px;
  border-radius: 9px 9px 9px 9px;
  overflow: hidden;
}
.zxinfo .zxlist {
  width: 100%;
  height: 165px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 27px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.zxinfo .zxlist .listimg {
  width: 187px;
  height: 100%;
  margin-right: 18px;
  overflow: hidden;
}
.zxinfo .zxlist .listimg img {
  width: 100%;
  height: 100%;
}
.zxinfo .zxlist .listinfo {
  height: 100%;
  width: 520px;
  box-sizing: border-box;
}
.zxinfo .zxlist .listinfo h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.zxinfo .zxlist .listinfo p,
.zxinfo .zxlist .listinfo span {
  font-size: 16px;
  color: #666666;
  width: 829px;
}
.zxinfo .zxlist .listinfo .listwatch {
  display: flex;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 7px;
}
.zxinfo .zxlist .listinfo .listwatch img {
  width: 18px;
  height: 18px;
  background-color: aqua;
  margin-right: 6px;
}
.zxinfo .zxlist .listinfo .listwatch i {
  margin-right: 3px;
}
.nonetword {
  width: 235px;
  height: 359px;
  margin: 104px auto;
  position: relative;
}
.nonetword img {
  width: 100%;
  height: 100%;
}
.nonetword p {
  position: absolute;
  left: 19px;
  bottom: 15px;
  font-size: 16px;
  color: #666666;
}
.nonetword p span {
  color: #407efd;
  cursor: pointer;
}
