.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
  float: left;
}
.container {
  margin-bottom: 95px;
}
.container .w {
  overflow: hidden;
}
.container .w .position {
  font-size: 12px;
  color: #858584;
  line-height: 50px;
}
.container .w .position a {
  color: #858584;
}
.container .w .position i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.container .w .left {
  float: left;
  width: 630px;
}
.container .w .left .title {
  margin-bottom: 40px;
  font-size: 24px;
  margin-top: 20px;
}
.container .w .left p {
  word-break: break-all;
  font-size: 16px;
  color: #474747;
  line-height: 25px;
}
.container .w .right {
  margin-top: 95px;
  float: right;
  height: 300px;
  overflow: hidden;
  width: 515px;
}
.container .w .right img {
  width: 100%;
}
