/* 页面基础样式 */
html,
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  height: 100%;
}

.new_top img {
  width: 100%;
  object-fit: cover;
}

.back {
  display: block;
  width: 1.42rem;
  height: 0.5rem;
  margin: 0.2rem 0;
  background: url("../imgs/new/new-back.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.main {
  width: 14rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  display: none;
}

.main .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .tabs span {
  height: 0.64rem;
  width: 1.3rem;
  line-height: 0.64rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #404040;
  font-size: 0.26rem;
  border-bottom: 0.04rem solid transparent;
  margin: auto 1rem;
  text-align: center;
  font-weight: 500;
}

.main .tabs .cur {
  color: #3762d7;
  border-color: #3762d7;
}

.main .top-line {
  width: calc(100% - 0.36rem);
  height: 0.03rem;
  background-color: #a2a2a2;
  position: relative;
  margin-top: 0.5rem;
  margin-left: 0.18rem;
}

.main .new-content {
  width: 100%;
  overflow: hidden;
  padding: 0 0 2rem 0;
}

.main .new-content .new-list {
  width: 100%;
  height: 1.2rem;
  margin-top: 0;
  padding: 0 0.18rem;
  box-sizing: border-box;
}

.main .new-content li {
  list-style: none;
  width: 100%;
  height: 100%;
  line-height: 1.2rem;
  position: relative;
  border-bottom: 0.02rem dashed #a2a2a2;
  font-family: "思源黑体";
  font-size: 0.24rem;
}

.main .new-content li .new-title {
  width: 85%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #404040;
}

.main .new-content li a:hover .new-title {
  text-decoration: underline;
}

.main .new-content li .new-time {
  float: right;
  color: #acacac;
}
