.xrld ul {
  margin-top: .3rem;
}

.xrld ul li {
  margin: .2rem 0rem;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DBE0E4;
  display: flex;
  padding: .2rem;
  position: relative;
}

.xrld ul li .img {
  width: 2.47rem;
  height: 3.26rem;
  overflow: hidden;
}

.xrld ul li .img img {
  width: 100%;
}

.xrld ul li .text {
  margin-left: .5rem;
  margin-top: .2rem;
width: 80%;
}

.xrld ul li .text a {
  font-weight: bold;
}

.xrld ul li .text a span:nth-child(1) {
  font-size: .24rem;
  color: #5f3393;
}

.xrld ul li .text a span:nth-child(2) {
  font-size: .24rem;
  color: #333;
  margin-left: .1rem;
}

.xrld ul li .text .ldec {
  margin-top: .2rem;
  font-size: .18rem;
}
.xrld ul li .text .ldec p .emil{
 width: .27rem;
  height: .21rem;
}
.xrld ul li .text .ldec p .resen{
 width: .29rem;
  height: .31rem;
}
.xrld ul li .text .ldec p {
  display: flex;
  margin: .1rem 0rem;
}

.xrld ul li .text .ldec p span:nth-child(1) {
  color: #999;
  width: 10%;
}

.xrld ul li .text .ldec p span:nth-child(2) {
  color: #333;
  width: 80%;
}

.xrld ul li::after {
  content: '';
  width: 1rem;
  height: 0.05rem;
  background-color: #5f3393;
  position: absolute;
  top: 0;
  left: 0.2rem;
}

.teacherlist .szm ul {
  margin-top: .2rem;
  display: flex;
}

.teacherlist .szm ul li {
  margin-right: .08rem;
  padding: .05rem .08rem;
  border-radius: 0.05rem;
}

.teacherlist .szm ul li a {
  font-size: .18rem;
}

.teacherlist .szm ul .szactive {
  background-color: #5f3393;
}

.teacherlist .szm ul .szactive a {
  color: #fff;
}

.teacherlist > ul {
  margin-top: .3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teacherlist > ul li {
  margin: .1rem 0rem;
  width: 48%;
  background: #FFFFFF;
  border: 1px solid #DBE0E4;
  display: flex;
  padding: .2rem;
  position: relative;
}

.teacherlist > ul li .img {
  width: 1.57rem;
  height: 2.15rem;
  overflow: hidden;
}

.teacherlist > ul li .img img {
  width: 100%;
}

.teacherlist > ul li .text {
  margin-left: .2rem;
}

.teacherlist > ul li .text a {
  font-weight: bold;
}

.teacherlist > ul li .text a span:nth-child(1) {
  font-size: .24rem;
  color: #5f3393;
}

.teacherlist > ul li .text a span:nth-child(2) {
  font-size: .24rem;
  color: #333;
  margin-left: .1rem;
}

.teacherlist > ul li .text .ldec {
  margin-top: .2rem;
  font-size: .16rem;
}

.teacherlist > ul li .text .ldec p {
  color: #666;
  margin: .1rem 0rem;
}


.zjlist > ul {
  margin-top: .3rem;
  display: flex;
  flex-wrap: wrap;
}

.zjlist > ul li {
  width: 30%;
  border: 0.01rem solid #e8e8e8;
  padding: .1rem;
  margin: .16rem;
}

.zjlist > ul li .img {
  width: 100%;
  height: 1.73rem;
  overflow: hidden;
}

.zjlist > ul li .img img {
  width: 100%;
}

.zjlist > ul li p {
  margin-top: .2rem;
}

.zjlist > ul li p a {
  font-size: .16rem;
  font-weight: bold;
}

.tslist > ul {
  margin-top: .3rem;
  display: flex;
  flex-wrap: wrap;
}

.tslist > ul li {
  width: 30%;
  border: 0.01rem solid #e8e8e8;
  padding: .1rem;
  margin: .16rem;
  padding-bottom: .2rem;
}

.tslist > ul li .img {
  width: 100%;
  height: 1.73rem;
  overflow: hidden;
}

.tslist > ul li .img img {
  width: 100%;
  transition: transform 1s ease;
}

.tslist > ul li p {
  margin-top: .2rem;
}

.tslist > ul li p a {
  font-size: .18rem;
  
}

.tslist > ul li .decc {
  font-size: .14rem;
  color: #999;
}

.tslist > ul li .btns {
  margin-top: .15rem;
  text-align: right;
    display: none;
}

.tslist > ul li .btns a {
  font-size: .16rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.tslist > ul li .btns img {
  width: .15rem;
  height: .15rem;
  margin-left: .1rem;
}

.tslist > ul li:hover {
  border: 0.01rem solid #5f3393;
}

.tslist > ul li:hover .img img {
  transform: scale(1.1);
}

.tslist > ul li:hover .btns a {
  color: #5f3393;
}

.imglist {
  width: 100%;
  margin-top: .3rem;
}

.imglist ul li {
    width: 100%;
    background-color: #fff;
    padding: .4rem 0rem;
    display: flex;
    margin-bottom: .2rem;
    border-bottom: 0.01rem solid #EBE3EE;
    border-top: 0.05rem solid #fff;
    padding: .3rem;
}

.imglist ul li:hover {
    background: #fcf8ff;
    /* box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13); */
    /* border-bottom: 0.01rem solid #693d3d; */
    /* padding: .1rem; */
    border-top: 0.05rem solid #5F3393;
}

.imglist ul li .img {
  width: 30%;
    height: 2rem;
  overflow: hidden;
}

.imglist ul li .img:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}

.imglist ul li .img img {
  width: 100%;
}

.imglist ul li .txtt {
  margin-left: .5rem;
  width: 70%;
}

.imglist ul li .txtt p:nth-child(1) a {
  font-size: .2rem;
  font-weight: bold;
}

.imglist ul li .txtt p:nth-child(2) {
  font-size: .16rem;
  color: #666;
  margin-top: .5rem;
  line-height: .32rem;
}

.imglist ul li .txtt p:nth-child(3) {
  border-top: 1px solid #d7d7f1;
  width: 2rem;
  font-size: .16rem;
  margin-top: .2rem;
  padding: .05rem;
  padding-top: .2rem;
}

.imglist ul li .txtt p:nth-child(3) span:nth-child(1) {
  color: #5f3393;
}

.wzlist {
  width: 100%;
  margin-top: .3rem;
}

.wzlist ul li {
  background-color: #f8f8f8;
  padding: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: .15rem 0rem;
}

.wzlist ul li::after {
  content: "";
  width: .03rem;
  height: .3rem;
  background-color: #7d35be;
  position: absolute;
  top: .2rem;
  left: 0;
  z-index: 999;
}

.wzlist ul li:hover {
  color: #fff;
  background: linear-gradient(to right, #6a2686, #f1e9f5);
}

.wzlist ul li:hover a {
  color: #fff;
  font-weight: bold;
}

.wzlist ul li:hover::after {
  background-color: #fff;
}

.wzlist ul li p {
  font-size: .18rem;
}

.wzlist ul li p a {
  font-size: .18rem;
}

.wzlist ul li p:nth-child(1) {
  width: 85%;
}

.wzlist ul li p:nth-child(2) {
  width: 10%;
}