.container {
  padding: 60px 0;
}
.news-title {
  font-size: 38px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dadada;
}
.news-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 68px;
  font-size: 16px;
  margin-bottom: 60px;
}
.news-data div::before {
  color: #0065b3;
  margin-right: 5px;
}
.news-container {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.news .img-alt {
  text-align: center;
  padding: 60px 0;
}
.news .img-alt img {
  margin-bottom: 20px;
}
.operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e4e4e4;
}
.operate div {
  line-height: 30px;
}
.operate div a {
  display: block;
}
.operate-btn {
  width: 190px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9e9e9;
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .news {
    padding: 0 20px;
  }
  .news-title {
    font-size: 24px;
  }
  .news img {
    width: 100%;
	height:auto;
  }
  .news-data {
    gap: 20px;
  }
  .news-data span {
    display: none;
  }
  .operate {
    display: block;
    padding: 0 20px;
  }
  .operate-btn {
    height: 40px;
    margin-top: 10px;
  }
}
