.pc .banner {
  width: 100%;
  max-width: 1460px;
  height: 520px;
  position: relative;
  margin: 0 auto;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#container {
  margin: 0 auto;
  max-width: 1280px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#list {
  /*七张图片*/
  height: 100%;
  position: absolute;
  z-index: 1;
}
#list img {
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 100% 100%;
}
#pre {
  left: 0;
  background-image: url('../image/ic_left.png');
}
#next {
  right: 0;
  background-image: url('../image/ic_right.png');
}
.section {
  padding: 55px 20px 60px 20px;
}
.section .news {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
.section .news .new {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
  padding-right: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section .news .new-times {
  padding-left: 8px;
  padding-top: 16px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  opacity: 0.5;
  border: 1px solid #bababa;
  color: #4F4F4F;
}
.section .news .new-times p {
  font-size: 24px;
  font-family: DIN-Medium;
  font-weight: 500;
  color: #4f4f4f;
  line-height: 29px;
  margin-bottom: 2px;
}
.section .news .new-times span {
  font-size: 10px;
  font-family: DIN-Medium;
  font-weight: 500;
}
.section .news .new-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section .news .new-main h4 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
.section .news .new-main p {
  font-size: 12px;
  font-weight: 400;
}
.position {
  height: 228px;
  margin-bottom: 55px;
  padding-left: 36px;
  background-image: url('../image/bg_map.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.position img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.position .pos-top,
.position .pos-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.position .pos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
