body {
  background-color: #f6faff;
}

.container {
  font-size: 20px;
}

.crumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
}

.crumbs a {
  color: #000000;
}

.location {
  margin-right: 10px;
}

.colTitle {
  position: relative;
  font-family: AlibabaPuHuiTi85Bold;
  height: 80px;
  line-height: 76px;
  background: -ms-linear-gradient(180deg, #d4e4fd 89%, #0935e1 95%);
  background: linear-gradient(180deg, #d4e4fd 89%, #0935e1 95%);
  text-align: center;
  padding-left: 50px;
  color: #042de0;
  font-size: 40px;
}

.container-list {
  margin-top: 40px;
  padding: 18px 50px;
  background: #ffffff;
}

.container-list-item {
  line-height: 86px;
  border-bottom: 1px solid rgba(16, 68, 228, 0.15);
}

.container-list-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.container-list-item a .news-title {
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

.container-list-item:last-child {
  border-bottom: none;
}

.news-title {
  color: #232323;
  line-height: 30px;
  font-size: 24px;
}

.news-time {
  text-align: right;
  color: #b4b4b4;
}
@media screen and (max-width: 768px) {
  .crumbs {
    flex-wrap: wrap;
    line-height: 0.48rem;
    padding: 0 0.24rem;
    font-size: 0.32rem;
  }
  .colTitle {
    height: auto;
    padding: 0;
    font-size: 0.48rem;
    line-height: 1.2rem;
    text-align: center;
    margin-top: 0.24rem;
  }
  .container-list {
    margin-top: 0.4rem;
    padding: 0.18rem 0.24rem;
  }
  .container-list-item {
    line-height: 1.12rem;
  }
  .container-list-item a .news-title {
    font-size: 0.28rem;
  }
  .news-time {
    font-size: 0.24rem;
  }
}
