* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, "宋体";
}
input:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  max-width: 10rem;
  margin: auto;
  overflow-x: hidden;
}
.container {
  position: relative;
  background-color: #FBFAFA;
  min-height: 100vh;
  padding: 0rem 0rem 1.49333333rem 0rem;
}
.header-swiper {
  margin: 0rem auto 0;
}
.header-swiper .swiper {
  width: 10rem;
  height: 5.33333333rem;
  margin: auto;
}
.header-swiper .swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 10rem;
  height: 5.33333333rem;
}
.header-swiper .navbar {
  width: 10rem;
  height: 1.06666667rem;
  background: #ffffff;
  box-shadow: 0px 0.02666667rem 0.37333333rem 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.header-swiper .navbar li {
  font-size: 0.37333333rem;
  color: #9097A8;
  text-align: center;
  line-height: 0.96rem;
}
.header-swiper .navbar .activeline_box {
  position: absolute;
  bottom: 0.16rem;
  left: 0;
  height: 0.08rem;
  text-align: center;
  transition: all 300ms cubic-bezier(0.35, 0, 0.25, 1) 0s;
}
.header-swiper .navbar .activeline_box .activeline {
  width: 0.53333333rem;
  height: 0.08rem;
  background: #000000;
  border-radius: 0.10666667rem;
  margin: auto;
}
.list .ft_newsList2 .item {
  background: #ffffff;
  box-shadow: 0px 0.08rem 0.24rem 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.26666667rem;
  margin: auto;
  margin-bottom: 0.42666667rem;
  overflow: hidden;
  width: 9.2rem;
  height: 3.06666667rem;
  display: flex;
  justify-content: space-between;
}
.list .ft_newsList2 .item .left .title {
  font-size: 0.42666667rem;
  color: #000000;
  font-weight: bold;
  margin: 0.26666667rem 0rem 0.18666667rem 0.50666667rem;
}
.list .ft_newsList2 .item .left .txt {
  font-size: 0.26666667rem;
  color: #999999;
  margin: 0.02666667rem 0rem 0rem 0.50666667rem;
}
.list .ft_newsList2 .item .left .txt .name {
  font-size: 0.26666667rem;
  color: #333333;
}
.list .ft_newsList2 .item .left .txt .country {
  margin: 0rem 0rem 0rem 0.26666667rem;
}
.list .ft_newsList2 .item .left .txt .time {
  margin: 0rem 0rem 0rem 0.26666667rem;
}
.list .ft_newsList2 .item .left .txt04 {
  line-height: 0.21333333rem;
  font-size: 0.32rem;
  color: #B9B9B9;
}
.list .ft_newsList2 .item .right {
  position: relative;
}
.list .ft_newsList2 .item .right .box_img {
  position: absolute;
  background: #000000;
  border-top-right-radius: 0.26666667rem;
  border-bottom-right-radius: 0.26666667rem;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 3.06666667rem;
  height: 3.06666667rem;
}
.list .ft_newsList2 .item .right .box_img .right_img {
  width: 3.06666667rem;
  height: 3.06666667rem;
  cursor: pointer;
  transition: 1s;
}
.list .ft_newsList2 .item .right .right_txt {
  z-index: 888;
  width: 3.06666667rem;
  height: 3.06666667rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0.37333333rem;
  color: #ffffff;
  line-height: 3.06666667rem;
}
.list .ft_newsList2 .item .right .right_cover {
  z-index: 887;
  width: 3.06666667rem;
  height: 3.06666667rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.3;
}
.list .ft_newsList2 .item:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.box_loading {
  width: 10rem;
  text-align: center;
  margin: 0.8rem auto 0;
}
.box_loading .loading {
  width: 0.93333333rem;
  height: 0.93333333rem;
}
