.container, .part {
  min-width: 1440px;
  max-width: 1920px;
  position: relative;
}

body {
  width: 100%;
  background-color: #f8f8f8;
}

.nav {
  padding-top: 96px !important;
}

.row {
  display: flex;
  flex-flow: row nowrap;
}

.part > .bg {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.inner {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 1405px;
}

.part.one {
  position: relative;
  margin-top: -178px;
  height: 1120px;
  background: url(../assets/news/bg.jpg) no-repeat 0 0/100% 100%;
  padding-top: 305px;
}

.part.one .swiper-container {
  width: 1405px;
  height: 732px;
}

.part.one .swiper-container > .btn {
  width: 72px;
  height: 72px;
  background: url(../assets/news/arrow-left.jpg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 330px;
  z-index: 1;
}

.part.one .swiper-container > .btn.prev {
  left: 0;
}

.part.one .swiper-container > .btn.next {
  right: 0;
  transform: rotate(180deg);
  transform-origin: center;
}

.part.one .swiper-container > .btn.swiper-button-disabled {
  background-image: url(../assets/news/arrow-disabled-left.jpg);
}

.part.one .swiper-container .num {
  width: 72px;
  line-height: 72px;
  background-color: #fff;
  font-size: 18px;
  z-index: 1;
  position: absolute;
  top: 330px;
  right: 72px;
  text-align: center;
}

.part.one .swiper-container .num > span {
  font-size: 16.8px;
}

.part.one .swiper-slide {
  width: 1405px;
  height: 732px;
  background: no-repeat 0 0/100% 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: white;
}

.part.one .swiper-slide .english {
  font-size: 15.6px;
  margin-bottom: 40px;
}

.part.one .swiper-slide .english > span {
  color: #1585ff;
}

.part.one .swiper-slide .title {
  font-size: 45.6px;
  line-height: 56.4px;
  font-weight: 600;
  margin-bottom: 50px;
}

.part.one .swiper-slide > .btn {
  width: 205px;
  line-height: 65px;
  font-size: 15.6px;
  color: #222;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.part.one .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.part.one .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
  background: white;
}

.part.two {
  margin-bottom: 147px;
}

.part.two .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.part.two .inner > .item {
  position: relative;
  width: 443px;
  background-color: #ffffff;
  padding: 30px 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}

.part.two .inner>.item:hover {
  /*box-shadow: 8px 10px 2px -2px rgba(235,0,0,0.4);*/
  /*box-shadow: 8px 10px 2px -2px hwb(235deg 0% 0%);*/
  box-shadow: 8px 10px 2px -2px rgba(14, 77, 146, 0.8);
}

.part.two .inner > .item > .cover {
  width: 408px;
  height: 285px;
}

.part.two .inner > .item .author {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 15.6px;
  color: white;
  position: absolute;
  top: 260px;
  left: 30px;
}

.part.two .inner > .item .author > .icon {
  width: 36px;
  margin-right: 10px;
}

.part.two .inner > .item .author > p > span {
  color: #4ea2ff;
}

.part.two .inner > .item > p {
  width: 375px;
  display: block;
  margin: auto;
}

.part.two .inner > .item .time {
  margin-top: 30px;
  font-size: 15.6px;
  line-height: 1;
  margin-bottom: 22px;
}

.part.two .inner > .item .time > span {
  color: #4ea2ff;
}

.part.two .inner > .item .title {
  font-size: 21.6px;
  line-height: 33.6px;
  margin-bottom: 30px;
}

.part.two .inner > .item .intro {
  font-size: 16.8px;
  line-height: 27.6px;
  color: #9b9b9b;
  margin-bottom: 20px;
}

.part.two .inner > .item .more {
  width: 113px;
  height: 20px;
  background: url(../assets/news/btn-more-gray.png) no-repeat 0;
  margin-left: 34px;
}

.part.two .inner > .item .more.hover {
  width: 113px;
  height: 20px;
  background-image: url(../assets/news/btn-more.png);
}