*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: break-all;
}

html {
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 13.3333333333333333333333vw;
  color: #333;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .28rem;
  position: relative;
}

.box {
  background-color: #070A4B;
  width: 100%;
}

.container {
  height: 8.7rem;
  margin: 0 auto;
  background: url("./assets/bg_new@2x.png") no-repeat top;
  background-size: 100% 100%;
  padding-top: 7.32rem;
  position: relative;
}

.logo {
  position: absolute;
  top: 0;
  width: 3rem;
  left: 50%;
  margin-left: -1.5rem;
}

.header {
  width: 4.06rem;
  height: 0.92rem;
  position: absolute;
  top: -0.36rem;
  left: calc(50% - 2.03rem);
}

.header>img {
  width: 100%;
  height: 100%;
}

.detail {
  position: relative;
  margin: .3rem auto 1rem;
  width: 6.9rem;
  background-color: #070F6A;
  border: 0.02rem solid #0C56C5;
  border-radius: .06rem;
}

.detail1 {
  margin-top: -0.56rem;
}



.items .title {
  margin: 1rem auto 0;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt100 {
  margin-top: 1rem !important;
}

.mt60 {
  margin-top: 0.6rem !important;
}

.mt30 {
  margin-top: 0.3rem !important;
}

.title img {
  width: 1.31rem;
  height: 0.18rem;
}

.title .title-text {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 800;
  color: #00A8FF;
  margin: 0 0.17rem;
}

.list .list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 6.1rem;
  border-bottom: 0.01rem solid #008AF4;
  margin: 0.36rem auto 0;
}

.list-row .list-col {
  width: 3rem;
}

.list-row .list-col img {
  width: 1rem;
  height: 1rem;
  margin: 0 0.26rem 0.3rem 0.1rem;
  vertical-align: top;
  border-radius: .2rem;
}

.list-row .list-col {
  display: flex;
}

.list-row .col-region {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1rem;
}

.list-col .col-region p {
  max-width: 1.51rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-col .col-region .btn {
  width: 1.04rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #014DBB;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.list .last-list {
  border-bottom: none;
  margin-bottom: 0.26rem;
}

.list2 {
  padding-bottom: 0.46rem;
}

.list2 .list-row {
  border-bottom: none;
}

.header2 {
  margin-top: 0.68rem;
}

.news {
  margin-top: 1.1rem;
}

.news .news-img {
  width: 3.04rem;
  height: 2.15rem;
  vertical-align: bottom;
  border-radius: 0.1rem 0.1rem 0 0;
}

.news-row {
  display: flex;
  padding: 0 0.3rem;
  justify-content: space-between;
  position: relative;
}

.news-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url("./assets/line.png") no-repeat;
  background-size: 100% 100%;
}

.news-row:last-child {
  margin-top: 0.44rem;
}

.news-col {
  width: 3.04rem;
  height: 3.81rem;
  display: inline-block;
  vertical-align: top;
  /* margin-left: 0.14rem; */
  margin-bottom: 0.51rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  /* border: 0.01rem solid #e8ecff; */
  /* box-shadow: 0.1rem 0.1rem 0.4rem rgb(238, 238, 238); */
}

.news-col .news-title {
  margin: 0.22rem 0.17rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #313131;
  font-size: 0.24rem;
  line-height: 0.36rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-col .news-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.17rem 0.25rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.news-col .news-bottom img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.01rem solid #ccc;
}

.news-col .news-bottom span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}

.detail .news2 .news-col2 {
  width: 6.3rem;
  height: 4.02rem;
  margin: 0 0.3rem 0;
}

.detail .news2 .news-img2 {
  width: 100%;
  height: 2.79rem;
  vertical-align: bottom;
  border-radius: 0.1rem 0.1rem 0 0;
}

.detail .news2 .news-title2 {
  margin: 0.22rem 0.2rem 0.28rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #313131;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail .news2 .news-col2 .news-bottom {
  padding-bottom: 0.15rem !important;
}

.detail .last-news2 {
  padding-bottom: 0.47rem;

}

.detail .items .intro {
  min-height: 5.56rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #D9D9D9;
  line-height: 0.46rem;
  margin: 0 0.32rem;
  padding: 0.8rem 0 .6rem;
}

.bg2 {
  width: 100%;
  margin-top: -1.71rem;
  vertical-align: bottom;
}

.detail2 {
  margin-bottom: 0;
}

.living-container {
  margin-top: 0.49rem;
}

.living-box {
  width: 6.3rem;
  height: 4.02rem;
  margin: 0 auto 0.3rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.06rem;
}

.living-img {
  width: 100%;
  height: 2.78rem;
  vertical-align: bottom;
  border-radius: 0.06rem 0.06rem 0 0;
}

.living-title {
  margin: 0.24rem 0.2rem 0.2rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #313131;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.living-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem 0.15rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.living-bottom img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.01rem solid #ccc;
}

.living-bottom span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.36rem;
}

.living-box:last-of-type{
  margin-bottom: 0.47rem;
}
