.banner>img {
  width: 15rem;
  height: 12.4rem;
}
.section {
  padding: 0 0.68rem;
  margin-bottom: 1.6rem;
}
.section .big_title {
  padding: 1.64rem 0 0.68rem;
}
.section .big_title .w_title {
  text-align: center;
}
.section .big_title .w_title h3 {
  font-size: 0.82rem;
  color: #3B0CF1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
}
.section .big_title .w_title h3::after {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10.3rem;
  height: 3px;
  display: inline-block;
  background: url(../img/overseaImg/line.png);
  background-size: 10.3rem 3px;
}
.section .big_title h5 {
  font-size: 0.5rem;
  color: #3B0CF1;
  padding-top: 0.65rem;
  text-align: center;
}
.section .news_item {
  box-shadow: 0px 0px 10px #ddd;
  padding: 0.9rem 0.8rem 0.5rem 0.8rem;
  margin-bottom: 0.2rem;
}
.section .news_item img {
  width: 12rem;
  height: 6rem;
}
.section .news_item h2 {
  font-size: 0.56rem;
  font-weight: bold;
  margin: .2rem 0;
  color: #333;
}
.section .news_item p {
  font-size: 0.48rem;
  font-weight: 100;
}
.section #pages {
  width: 8.1rem;
  margin: 1rem auto 0;
}
.section #pages #layui-laypage-1 {
  display: flex;
  justify-content: space-between;
}
.section #pages #layui-laypage-1 .layui-laypage-curr {
  border: 1px solid blue;
  display: inline-block;
  height: 0.9rem;
  width: 0.9rem;
  background: #3b0cf1;
  border-radius: 50%;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
  font-size: 0.6rem;
}
.section #pages #layui-laypage-1 .layui-laypage-curr em {
  font-style: normal;
}
.section #pages #layui-laypage-1 a {
  font-size: 0.6rem;
}
.section #pages #layui-laypage-1 a:hover {
  text-decoration: none;
}
.section #pages .layui-laypage-prev:hover {
  text-decoration: none;
}
