.wrrap {
  margin: 0 auto;
}
ul.tabs {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
ul.tabs li {
  float: right;
  width: 130px;
}
ul.tabs li a {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #4b75df;
  transition: padding 0.2s ease, margin 0.2s ease, color 0.2s ease;
}
ul.tabs li a:hover {
  color: yellow;
  margin: 35px 0 0 0;
  padding: 10px 0 5px 0;
}
.tabs li:first-child a {
  border-top-right-radius: 8px;
}
.tabs li:last-child a {
  border-top-left-radius: 8px;
}
ul.tabs li a.active {
  margin: 30px 0 0 0;
  padding: 10px 0 10px 0;
  background: #f8f8f8;
  color: #000;
}
#content {
  height: 350px;
  margin: 0 auto;
  background: #f8f8f8;
  /* box-shadow: 0 1px 1px -1px rgba(0,0,0,.1), 0 1px 1px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1); */
  border-radius: 0 0 8px 8px;
}
/* div {
  padding: 10px;
  line-height: 34px;
  font-size: 18px;
} */
.liclass {
  list-style: none;
  margin-bottom: 10px;
}

.thum {
  width: 60px;
  
}
.liwrapper {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.containercls{
  width: 200px;
  margin-bottom: 5px;
}
.textcls{
  font-size: 12px;
  color:#000;
  font-weight: 500;
}