.indexTopCont {
  background: #002A44;
  height: 640px;
}

.indexTop {
  width: 1200px;
  display: flex;
  margin: auto;
  padding-top: 214px;
}

.indexTop>div:first-child {
  width: 65%;
  color: white;

}

.indexTop>div>p {
  font-size: 32px;
  margin-bottom: 30px;
}

.indexTop>div>a {
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  outline: none;
  width: 145px;
  height: 45px;
  line-height: 43px;
  color: white;
  text-align: center;
  border-radius: 45px;
  border: 2px solid white;
  background: none;
  font-size: 20px;
}

.indexTop>div:last-child {
  width: 35%;
}

.indexTop>div>img {
  width: 100%;
}

.indexMiddle {}

.middleCont {
  width: 1200px;
  margin: auto;
  padding-top: 45px;
}

/*.middleTop{*/
/*    */
/*}*/
.middleTop:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.middleTop {
  margin-bottom: 50px;
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.middleTop>ul>li {
  float: left;
  padding: 13px 45px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 18px;
  color: #4A4A4A;
  font-weight: bold;
  cursor: pointer;
}

.middleTop>ul>.liActive {
  color: #0363E0;
  border-color: #0363E0;
}

.middleTop>span {
  float: right;
  display: inline-block;
  width: 345px;
  position: relative;
}

.middleTop>span>input {
  width: 345px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-indent: 30px;
}

.middleTop>span>i {
  position: absolute;
  right: 10px;
  top: 1px;
  cursor: pointer;
}

.middleList:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.middleList {
  width: 1200px;
  margin: auto;
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.middleList>.listBox {
  width: 380px;
  height: 436px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.middleList>.listBox:nth-child(3n) {
  margin-right: 0;
}

.middleList>.listBox>a {
  text-decoration: none;
}

.middleList>.listBox>a>img {
  width: 100%;
  height: 253px;
}

.middleList>.listBox>a>div {
  padding: 20px 17px 26px;
  border-bottom: 1px solid #EBEBEB;
}

.middleList>.listBox>a>div>h4 {
  color: #343434;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.middleList>.listBox>a>div>p {
  color: #8D8D8D;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
  line-height: 21px;
  margin-bottom: 0px;
}

.middleList>.listBox>a>button {
  outline: none;
  font-size: 12px;
  width: 65px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #E3E3E3;
  color: #B9B9B9;
  margin-top: 20px;
  margin-left: 20px;
  background: none;
}

.middleList>.listBox:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.middleList>.listBox:hover h4 {
  color: #0363E0;
}

.middleList>.listBox:hover button {
  color: white;
  background: #0363E0;
}

.el-pagination .el-pagination__rightwrapper {
  float: left;
}


.noData {
  height: 300px;

}

.noData>p {
  font-size: 34px;
  font-weight: bold;
  color: black;
  text-align: center;
  line-height: 300px;
  margin: 0;
}

#indexCont>div:first-child {
  height: 86px;
  box-shadow: 0 0 10px 1px #e3e3e3;
}

@media (max-width:1280px) {
  #indexCont>div:first-child {
    height: 120px
  }

  .middleCont {
    width: 100%;
    padding-top: 20px;
  }

  .middleTop>ul>li {
    float: left;
    padding: 6px 22px;
    font-size: 14px;

  }

  .middleTop>span {
    width: 210px;
    margin-right: 16px;
  }

  .middleTop>span>input {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    width: 210px;
  }

  .middleList {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .noData>p {
    font-size: 18px;
  }

  .middleList>.listBox {
    margin-right: 30px !important;
    margin-left: 30px;
  }

  .el-pagination {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 16px !important;
    line-height: 30px;
  }
}