*{
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* overflow-y: hidden; */
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  /* background: url('../images/DelNewsBg.jpg') no-repeat; */
}


.title {
  width: 100%;
  padding: 10px;
  border-bottom: 5px solid #F5F5F5;
  box-sizing: border-box;
}

.title-text {
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title-text1 {
  padding-top: 5px;
  display: flex;
  align-items: center;
}

.title-time {
  display: inline-block;
  font-size: 12px;
}

.readNo {
  padding-left: 5px;
  font-size: 12px;
}

.jieshao {
  vertical-align: top;
  position: relative;
  padding-left: 5px;
  font-size: 12px;
}

.jieshao .text {}

.jiaoshao-text {
  font-size: 14px;
  display: none;
  padding-top: 5px;
  color: #9A9A9A;
  white-space: pre-line;
}

.icon-shangla {
  display: none;
}

.last-video {
  padding-bottom: 10px;
  border-bottom: 5px solid #F5F5F5;
}

.last-video-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.last-video-left {
  font-size: 18px;
  font-weight: 600;
}

.last-video-right {
  font-size: 12px;
  color: #9A9A9A;
  cursor: pointer;
}

.contents {
  padding: 0 10px;
}

.news-item-list1 {
  width: 140px;
  padding-right: 10px;
  cursor: pointer;
}

.news-item-img {
  position: relative;
  width: 140px;
  height: 80px;
}

.news-item-img img {
  width: 140px;
  height: 80px;
}

.new-item-text {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-box {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  display: flex;
  color: white;
  font-size: 12px;
  justify-content: space-between;
}

.kandian {
  padding: 0 10px;
  ;
}

.kandian-title {
  padding: 5px 0;
  font-size: 18px;
  font-weight: 600;
}

.noList {
  width: 100%;
  position: absolute;
  left: 40%;
}

.kandian-item {
  cursor: pointer;
  width: 100%;
  display: flex;
  padding: 5px 0;
}

.kandian-item :hover {
  color: #0396ed;
}

.kandian-item-img {
  position: relative;
  height: 80px;
  width: 140px;
}

.kandian-item-img img {
  height: 80px;
  width: 140px;
  object-fit: cover;
}

.text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kandian-item-day {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 0 5px;
}

.kandian-item-text {
  width: 100%;
  padding-left: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* height: 40px; */
}

.wrapper {
  height: calc(100vh - 211px);
}

.wrapper1 {
  display: none;
  overflow: hidden;
  height: calc(100vh - 330px);
}

.wrapper .list {
  position: relative;
}

.wrapper .listNew {
  position: relative;
}

.wrapper1 .list1 {
  padding-bottom: 1em;
}

.icon-guanbi {
  float: right;
}

.content1 {
  padding: 0 10px;
}

.content1-title {
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  color: #0396ed
}


.yuan {
  margin-left: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0370cb;
  display: inline-block;
  position: relative;
}

.yuan::after {
  content: '';
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  position: absolute;
  top: 40%;
  right: 18%;
  /*以下四个样式对应四种三角形，任选其一即可实现*/
  border-top-color: #fff;
  /* border-left-color:#0396ed; */
  /* border-right-color:#0396ed; */
  /* border-bottom-color: #0396ed; */
}

.van-picker__toolbar button {
  width: 149px;
  height: 34px;
  border-radius: 5px;
  background-color: #0370cb;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}

.van-picker__toolbar button:nth-child(1) {
  background-color: #fff;
  color: #0370cb;
  border: 1px solid #0370cb;
  margin-left: 20px;
}

.error {
  display: none;
  position: absolute;
  width: 100px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: black;
  text-align: center;
  line-height: 30px;
  z-index: 10000;
}

.active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #409EFF;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-radius: 5px;
  width: 66%;
}

.active img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.active span {
  font-size: 12px;
  color: rgb(255, 255, 255);
  position: relative;
  bottom: 1px;
  margin-left: 3px;
}

.m-share {
  height: 0.59rem;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: #fff;
  will-change: transform;
}



.Bigimg {
  width: 100%;
}

.Bigimg img {
  width: 100%;
}

.mask-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 1000000;
}