.hyxw_big_box{
  width: 100%;
  overflow: hidden;
  margin:40px 0 0;
}
#app {
  width: 100%;
  justify-content: space-between;
  position: relative;
  float: left;
}

.box {
  width: 31.3%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px 1%;
  float: left;
  border-bottom: 1px solid #ccc;
}

.box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #535353;
  text-decoration: none;
}

.box a:hover {
  color: #2081e1;
}

.imgBox {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.6s linear;
}
.title {
  margin-bottom: 12px;
  font-size: 15px;
  margin-top: 5px;
  font-weight: bold;
  width: 100%;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition:all 0.5s;
}

.date {
  text-align: left;
  width: 100%;
  color: #999;
  margin-top: 5px;
  margin-bottom: 0px;
}
.box:hover img {
  transform: scale(1.15);
}

.box:hover .title {
  color: #e41c1e;
}

@media (max-width:768px) {
  .hyxw_big_box {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .bar_qy_hy_list ul li {
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 0%;
    line-height: 56px;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
  }

  .box {
    width: 93.3%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px 13px;
    float: left;
    height: auto;
    border-bottom: 1px solid #ccc;
  }

  .imgBox {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }

  .title {
    margin-bottom: 12px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: bold;
    width: 100%;
    color: #333;
  }

}

.hyxw_big_box .fy {
  border-bottom: 1px solid #ccc;
  text-align: right;
}

.hyxw_big_box .fy li {
  margin: 0 !important;
}

.hyxw_big_box .fy a {
  color: #333;
}

.hyxw_big_box .fy .pagination>.active>a,
.hyxw_big_box .fy .pagination>.active>a:focus,
.hyxw_big_box .fy .pagination>.active>a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e41c1e;
  border-color: #e41c1e;
}

.hyxw_big_box .fy .active {
  background-color: #e41c1e !important;
  color: #fff;
}