.process-container ul li:nth-child(2) {
  padding: 0 15px;
  box-sizing: border-box;
}
.process-container ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  text-align: center;
  background: url('../images/sbzn_item_bg.png') no-repeat center/100% 100%;
}
.process-container ul li a img {
  transition: all 0.5s ease-in-out;
}

.process-container ul li a:hover img {
  transform: scale(1.2);
}
.process-container ul li a:hover .title {
  font-weight: bold;
}
.process-container ul li a .title {
  margin-top: 40px;
}

@media screen and (max-width: 766px) {
  .process-container ul li:nth-child(2) {
    padding: 15px 0;
  }
}

.exchange-container .top-title a {
  display: block;
  text-align: center;
  padding: 85px 0;
  background: url('../images/jlxm_item_bg1.png') no-repeat center/100% 100%;
  transition: all 0.3s;
}
.exchange-container .top-title a:hover {
  font-weight: bold;
  font-size: 30px;
}
.exchange-container .item-list .item-title {
  margin-bottom: 25px;
}
.exchange-container .item-list .item-title a {
  margin-top: 20px;
  display: block;
  text-align: center;
  padding: 60px 0;
  background: url('../images/jlxm_item_bg2.png') no-repeat center/100% 100%;
  transition: all 0.3s;
}
.exchange-container .item-list {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-bottom: 50px;
}
.exchange-container .item-list .item-title a:hover {
  font-weight: bold;
  font-size: 30px;
}
.exchange-container .item-list .item-list-box {
  padding: 0px 30px;
  margin-bottom: 40px;
}
.exchange-container .item-list .item-list-box li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 20px;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}
.exchange-container .item-list .item-list-box li a .time {
  color: #999;
}
.exchange-container .item-list .item-list-box li a .text img {
  margin-right: 10px;
}
.exchange-container .item-list .item-list-box li a .text {
  display: flex;
  align-items: center;
  width: 85%;
  transition: all 0.3s;
}
.exchange-container .item-list .item-list-box li a .text .main-text {
  width: 100%;
}
.exchange-container .item-list .item-list-box li a:hover .text {
  color: #153261;
  transform: translateX(15px);
}
.exchange-container .item-list .more a {
  display: block;
  text-align: center;
  color: #153261;
}

@media screen and (max-width: 550px) {
  .exchange-container .item-list .item-list-box li a .text {
    width: 75%;
  }
}

@media screen and (max-width: 370px) {
  .exchange-container .item-list .item-list-box li a .text {
    width: 60%;
  }
}

.overseas-container .overseas-swiper {
  overflow: hidden;
}
.overseas-container .overseas-swiper .swiper-slide .gp-img-responsive {
  padding-bottom: 59.8%;
}
.overseas-container .swiper-box {
  position: relative;
  margin-bottom: 30px;
}
.overseas-container .swiper-box .swiper-pagination {
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.overseas-container .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0;
  margin: 0 5px;
}
.overseas-container
  .swiper-box
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #fff;
}
.overseas-container .top-article {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.overseas-container .article-item .title {
  display: inline-block;
  color: #fff;
  padding: 25px 30px;
  margin-bottom: 20px;
  background: url("../images/hwjl_title_bg.png") no-repeat center/100% 100%;
}
.overseas-container .article-item .article-text {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 30px;
}
.overseas-container .article-item .item-title {
  display: flex;
  align-items: center;
  color: #153261;
  margin-bottom: 20px;
}
.overseas-container .article-item .item-title img { 
  margin-right: 5px;
}
.overseas-container .article-item .item-info { 
  padding-left: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}