body {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a {
  text-decoration: none;
}
.ellipsis-one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .title {
  font-size: 25px;
  font-weight: bold;
  color: #75a8ea;
} */
.line {
  display: inline-block;
  border-bottom: 2px solid #3298fa;
  padding-bottom: 10px;
}

.navBar-box {
  background-color: #333333;
  color: white;
}
.nav_wrapper {
  padding: 0 200px 0 340px;
  position: relative;
}
.nav_wrapper a {
  color: white;
}
.logo {
  position: absolute;
  left: 200px;
}
.logo img {
  height: 64px;
  width: 137px;
}
.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 15px 0; */
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
}
.nav-right img {
  height: 22px;
}
.nav-li {
  padding: 15px 10px;
  cursor: pointer;
}
.slide-li {
  padding: 10px;
  cursor: pointer;
}
.nav-li a:hover {
  color: red !important;
}
.nav-li:hover {
  color: red !important;
}
.nav-border {
  border-right: 1px solid #a5a4a4;
}
.slidenew-box {
  background-color: #e2e2e2;
  color: #a39492;
  padding: 0 200px 0 340px;
}
.slidenew {
  display: flex;
  align-items: center;
}
.slide-li:hover {
  color: red;
}
.arrow-down::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 3px;
  margin-left: 2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.content-box {
  background: #ecf0fb;
  padding: 40px 0;
}
.content {
  width: 80%;
  margin: 0 auto;
}
.content-header {
  background-color: white;
  padding: 40px;
}
.content-header > div:nth-child(1) {
  color: #2f45ad;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.content-header > div:nth-child(2) {
  color: #4a4a4b;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.content-article {
  margin-top: 20px;
  display: flex;
}
.article-left {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.article-right {
  flex: 1;
  background: white;
  margin-left: 20px;
}
.image-text-box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.image-text-item {
  width: calc(100% / 3 - 5px);
  margin-top: 10px;
  background: white;
  cursor: pointer;
}
.image-text-item .item-img {
  position: relative;
  overflow: hidden;
}
.image-text-item .item-img img {
  transition: transform 0.3s ease-in-out;
}
.image-text-item .item-img img:hover {
  transform: scale(1.2);
}
.player-img {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 9;
  width: 40px;
  height: 40px;
}
.image-text-item .item-text {
  padding: 20px 15px;
}
.article-right > div {
  padding: 20px 10px;
  border-bottom: 1px solid #f9f8fb;
  cursor: pointer;
}
.article-right > div:hover {
  background: #3298fa;
  color: white;
}
.content-latest-notifications {
  background: white;
  padding: 10px;
}
.content-latest-notifications {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
}
/* .content-latest-notifications .left {
  width: 130px;
} */
.content-latest-notifications .right {
  flex: 1;
  overflow: hidden;
}
.content-latest-notifications .right > ul {
  width: 100%;
  display: flex;

  overflow: hidden;
  animation: scroll 30s linear infinite;
  animation-fill-mode: forwards;
  white-space: nowrap;
}
.content-latest-notifications .right > ul:hover {
  animation-play-state: paused;
}
.content-latest-notifications .right ul li {
  margin-right: 30px;
  cursor: pointer;
}
.content-latest-notifications .right ul li:hover {
  color: #3298fa;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.content-highlights {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
.highlights-title {
  border-bottom: 1px solid #d5d3d9;
  position: relative;
}
.content-highlights > ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.content-highlights > ul li {
  width: calc(100% / 3 - 10px);
  padding: 10px 0;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.content-highlights > ul li::before {
  content: '\2022';
  position: absolute;
  color: #3298fa;
  left: 0;
}
.content-highlights > ul li:hover {
  color: #3298fa;
}
.content-specialRecommendation {
  background: white;
  padding: 20px;
  margin-top: 20px;
}
.specialRecommendation-title {
  border-bottom: 1px solid #d5d3d9;
}
.specialRecommendation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specialRecommendation-img {
  flex-basis: calc(100% / 6 - 10px);
  margin-top: 10px;
}
.specialRecommendation-img:nth-child(6n) {
  margin-right: 0;
}
.content-windowOfXinhua {
  background: white;
  padding: 20px;
  margin-top: 20px;
}
.windowOfXinhua-title {
  border-bottom: 1px solid #d5d3d9;
}
.windowOfXinhua-box {
  display: flex;
  flex-wrap: wrap;
}
.windowOfXinhua-box-item {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  cursor: pointer;
  margin-top: 10px;
}
.windowOfXinhua-box-item:hover {
  color: #3298fa;
}
.windowOfXinhua-box-item > div:nth-child(1) {
  width: 100%;
  height: 40px;
}
.windowOfXinhua-box-item > div:nth-child(2) {
  display: none;
}
.foot {
  background-color: #333333;
  padding: 40px 0;
}
.foot-box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
}
.foot-box > div:nth-child(2) {
  margin: 10px 0;
}

.swiper-pagination {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: flex;
  align-items: center;
}
.swiper-pagination-item {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #d3d3d3;
  transition: all 0.3s;
  margin-left: 5px;
  cursor: pointer;
}
.swiper-pagination-item-selected {
  width: 20px;
  background-color: #3494f0;
}

.navBar-iphone {
  background: #181818;
  display: none;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px 14px;
  position: sticky;
  top: 0;
  z-index: 9;
}
.navBar-iphone .left {
  width: 100px;
  height: 40px;
}
.navBar-iphone .right {
  display: flex;
  align-items: center;
}
.navBar-iphone .right > div:nth-child(1) {
  width: 30px;
  margin-right: 20px;
}
.menu-btn {
  cursor: pointer;
  display: inline-block;
  background-color: #333;
  color: #fff;
}
.bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}
.cancel {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transform: rotate(45deg);
}
.cancel:before,
.cancel:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
}
.cancel:before {
  transform: translateY(-50%);
}
.cancel:after {
  transform: translateY(-50%) rotate(-90deg);
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox']:checked ~ .menu-list {
  width: 100vw;
  opacity: 1;
}

.menu-list {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0px;
  background: white;
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s;
}

.menu {
  font-weight: bold;
  padding-top: 50px;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}
.menu-item a {
  color: #111111;
  display: inline-block;
  width: 100vw;
}
.menu-item {
  padding: 10px 0;
  border-top: 1px solid #d5d3d9;
}
.menu-item:last-child {
  border-bottom: 1px solid #d5d3d9;
}
.menu-item img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.menu-item-child-box {
  overflow: hidden;
  transition: all 0.3s;
  max-height: 0;
}
.menu-item-child-box-select {
  max-height: 30vh;
}
.menu-item-child {
  padding: 10px 0;
  padding-left: 20px;
  border-top: 1px solid #d5d3d9;
  color: #111111;
}
.menu-item-child:first-child {
  margin-top: 10px;
}
.menu-item-child:last-child {
  margin-bottom: -10px;
}

.search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-logo {
  width: 140px;
  height: 40px;
  margin-bottom: 20px;
}
.search-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.search-input {
  display: block;
  -webkit-box-flex: 1;
  width: 80%;
  padding: 10px 5px;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}
.search-btn {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 0 auto;
  /* width: 100%; */
}
.search-btn button {
  width: 100px;
  padding: 10px;
  background: #38f;
  color: #fff;
  border: none;
  border-top: 1px solid #38f;
  border-bottom: 1px solid #38f;
}
.search-box-open {
  height: 100vh;
}

/* .links {
  margin-top: 20px;
  display: flex;
}
.links-left {
  font-weight: bold;
  font-size: 22px;
  margin-right: 20px;
}
.links-right {
  flex: 1;
}
.links-right a {
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
} */

@media screen and (max-width: 1200px) {
  .nav_wrapper {
    padding: 0 100px 0 240px;
  }
  .logo {
    left: 100px;
  }
  .slidenew-box {
    padding: 10px 100px 10px 240px;
  }
  .content {
    width: 90%;
  }
  .article-right > div {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .navBar-iphone {
    display: flex;
  }
  .navBar-box {
    display: none;
  }
  .content-header {
    padding: 20px;
  }
  .content-header > div:nth-child(1) {
    font-size: 18px;
  }
  .content-header > div:nth-child(2) {
    display: block;
  }
  .content-article {
    display: block;
  }
  .image-text-box {
    overflow-x: auto;
  }
  .image-text-item {
    width: auto;
    margin-right: 10px;
  }
  .image-text-item:last-child {
    margin-right: 0;
  }
  .image-text-item .item-text {
    width: 200px;
  }
  .article-right {
    margin: 0;
    margin-top: 10px;
  }
  .content-latest-notifications {
    padding: 5px 10px;
  }
  /* .title {
    font-size: 18px;
  } */
  .content-highlights {
    padding: 10px;
  }
  .content-highlights > ul li {
    width: auto;
  }
  .specialRecommendation-img {
    flex-basis: calc(100% / 3 - 10px);
  }
  .content-windowOfXinhua {
    padding: 10px;
  }
  .windowOfXinhua-box-item {
    width: 30%;
  }
  .links {
    display: none;
  }
  .swiper-item img {
    height: 280px;
  }
  input,
  textarea,
  .ivu-select {
    font-size: 16px !important;
  }
}

.gd-swiper {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.gd-swiper-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* 渐变效果的过渡时间 */
}
.gd-swiper .active {
  opacity: 1;
}

.gd-swiper-item img {
  width: 100%;
  height: 100%;
}
.gd-swiper-item .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.gd-swiper-item .content span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  color: white;
  font-weight: bold;
}
.gd-swiper .swiper-button-prev {
  position: absolute;
  top: 40%;
  left: 0;
  height: 60px;
  line-height: 60px;
  width: 30px;
  background-color: #ffffff6b;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
}
.gd-swiper .swiper-button-next {
  position: absolute;
  top: 40%;
  right: 0;
  height: 60px;
  line-height: 60px;
  width: 30px;
  background-color: #ffffff6b;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
}
.gd-swiper:hover .swiper-button-prev {
  opacity: 1;
}
.gd-swiper:hover .swiper-button-next {
  opacity: 1;
}
