.page-tab-tog .ant-pagination-total-text {
    height: 40px;
    line-height: 40px;
  }
  .test-index .left .banners .item .txt {
    width: 460px;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.test-index .right .search .searchbtn {
  background: #1da1f2;
  width: 14%;
  float: left;
  -webkit-appearance: none;
  padding: 0;
  height: 35px;
  background-image: url(http://static.ydlcdn.com/v3/images/sprites_test@1x.png);
  background-size: 300px 300px;
  background-image: -webkit-image-set(url(http://static.ydlcdn.com/v3/images/sprites_test@1x.png) 1x,url(http://static.ydlcdn.com/v3/images/sprites_test@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: -269px 8px;
  outline: none;
  border: none;
  border-radius: 0;
}
.test-index .right .column .subColumn .txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.test-index .right .column .subColumn .firstSpan {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.testings .box .wNav p{ 
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-page-theme-a .testings_index .box .wNav div p{
  margin: 0;
}
.test-index .left .columns .subColumn .part1 .txt,.test-index .left .columns .subColumn .part1 section{
  width: 190px;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.test-index .left .columns .subColumn .part1 .txt p a {
  display: inline-block;
}
.ant-pagination-item-container i{
  display: none;
}
.page-tab-tog .ant-pagination-item-active a{
  background: #009ce7;
  color: #fff;
}
.col_main .page-tab-tog{
  width: auto;
}
.col_main .page-tab-tog .ant-pagination-disabled .ant-pagination-item-link{
  border-color: #d9d9d9;
  color: rgba(0,0,0,.25);
  cursor: not-allowed;
}
.col_main .page-tab-tog .ant-pagination-disabled .ant-pagination-item-link:hover{
  background: #eee;
}
