@import url(./header.css);
@import url(./footer.css);
.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
}

.news {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 6.25% 100px 6.25%;
  background: #f3f5f8;
}

.news .list {
  overflow: hidden;
}

.news .list > div {
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .list > div > img {
  width: 300px;
}

.news .list > div .text {
  flex: 1;
  overflow: hidden;
  padding: 15px 30px;
}

.news .list > div .text .title {
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}

.news .list > div .text p {
  margin: 20px 0 10px 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.news .list > div .text .btnInfo {
  overflow: hidden;
  display: inline-block;
  color: #666;
  cursor: pointer;
}

.news .list > div .text .btnInfo:hover {
  color: #333;
  font-weight: bold;
}

.news .list > div .text .btnInfo img {
  margin-right: 10px;
  vertical-align: middle;
}

.news .list > div .text .btnInfo img:first-child {
  display: none;
}

.news .list > div .text .btnInfo:hover img:first-child {
  display: inline-block;
}

.news .list > div .text .btnInfo:hover img:last-child {
  display: none;
}

.news .list > div .time {
  width: 100px;
  overflow: hidden;
  font-size: 24px;
  color: #999;
  text-align: center;
}

.news .list > div .time span {
  font-size: 50px;
  color: #333;
  font-weight: bold;
}

.news .fy {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .fy > a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 5px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 100%;
  cursor: pointer;
}

.news .fy > a:hover, .news .fy > .page-num-current {
  color: #fff;
  background: #023693;
}

.infoDiv {
  width: 944px;
  height: calc(90% - 100px);
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 50px 40px;
  display: none;
  background: #fff;
  position: fixed;
  top: 100px;
  left: calc(50% - 472px);
  z-index: 991;
}

.infoDiv .logoClose {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.infoDiv .logoClose .close {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  cursor: pointer;
}

.infoDiv .swiperDiv {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.infoDiv .swiperDiv .swiperDiv1 {
  flex: 1;
  overflow: hidden;
}

.infoDiv .swiperDiv .swiperDiv1 img {
  width: 710px;
  height: 460px;
  display: none;
}

.infoDiv .swiperDiv .swiperDiv1 img:first-child {
  display: block;
}

.infoDiv .swiperDiv .swiperDiv2 {
  width: 116px;
  height: 460px;
  overflow: hidden;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.infoDiv .swiperDiv .swiperDiv2 img {
  display: block;
  border: 2px solid #023691;
  opacity: 0.5;
  cursor: pointer;
}

.infoDiv .swiperDiv .swiperDiv2 img:hover, .infoDiv .swiperDiv .swiperDiv2 img.active {
  opacity: 1;
}

.infoDiv .title {
  overflow: hidden;
  margin-top: 30px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.infoDiv p {
  color: #999;
  line-height: 30px;
}

.infoDiv .titleMin {
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
  color: #282828;
  font-weight: bold;
}

.infoDiv .pMin {
  font-size: 14px;
}

.infoDivBg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}

@media screen and (max-width: 980px) {
  .news {
    padding: 20px 6.25%;
  }
  .news .list > div {
    padding-top: 20px;
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
  }
  .news .list > div > img {
    width: 100%;
  }
  .news .list > div .text {
    padding: 0px;
  }
  .news .list > div .time {
    width: 100%;
    margin-top: -50px;
    font-size: 16px;
    text-align: right;
  }
  .news .list > div .time span {
    font-size: 20px;
  }
}
