.line-h {
  width: 100%;
  height: 6px;
  background-color: #004098;
}
.title {
  position: relative;
  margin: 40px auto 45px !important;
}
.title img {
  width: 100%;
  height: 54px;
  vertical-align: text-top;
}
.title p {
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 26px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
}
.list {
  overflow: hidden;
}
.list .item {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  border: 10px solid #F5F6FA;
  box-sizing: border-box;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.list .item:hover{
  border: 10px solid #EEF1FD;
}
.list .item:nth-child(4n) {
  margin-right: 0;
}
.list .item img {
  width: 100%;
  height: 210px;
}
.list .item .bottom {
  padding: 20px;
  box-sizing: border-box;
  background-color: #F5F6FA;
  transition: all 0.5s linear;
}
.list .item:hover .bottom{
  background-color: #EEF1FD;
}
.list .item .bottom .tit {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 7px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .item .bottom .disc {
  font-size: 12px;
  color: #4F4F4F;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 33px;
}
.list .item .bottom .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list .item .bottom .time img {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}
.list .item .bottom .time span {
  font-size: 14px;
  color: #4F4F4F;
  margin-left: 5px;
}
.list .item .bottom .time a {
  font-size: 14px;
  color: #4F4F4F;
  font-style: italic;
}
.page {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 60px auto 120px !important;
}
.page p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  font-size: 14px;
  background-color: #EFEFEF;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.page p:nth-last-child(1) {
  margin-right: 0;
}
.page p:hover{
  background-color: #004098;
}
.page p:hover a {
  color: #fff;
  
}
.page .active {
  color: #fff;
  background-color: #004098;
}
@media screen and (max-width: 768px) {
  .line-h {
    height: 2px;
  }
  .title {
    margin: 25px auto !important;
  }
  .title p {
    font-size: 20px;
    left: 5%;
  }
  .list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .list .item.web {
    display: none;
  }
  .list .item:nth-child(4n) {
    margin-right: 2%;
  }
  .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .list .item .bottom {
    padding: 10px;
  }
  .list .item .bottom .tit {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
  }
  .list .item .bottom .disc {
    margin-bottom: 10px;
  }
  .list .item .bottom .time img {
    width: 15px;
    height: 15px;
  }
  .list .item .bottom .time span {
    font-size: 12px;
  }
  .list .item .bottom .time a {
    display: none;
  }
  .page p {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
