
.um-info-list-left{
  width: 72%;
  float: left;
}
.um-info-list-content{
  margin-top: 16px;
  padding-bottom: 30px;
  background: #fff;
}
#tabList{
  width: 100%;
  background: #fff;
  height: 64px;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  /* padding-left: 3.75%; */
}
#tabList .um-info-list-search{
  position: absolute;
  right: 0;
  top: 16px;
}
#tabList .um-info-list-search .input{
  width:250px;
  height:22px;
  line-height:22px;
  font-size:14px;
  color: #999;
  padding:5px 8px;
  border:1px solid #E9E9E9;
  outline: none;
}
#tabList .um-info-list-search .icon-search {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 18px;
  color: #bfbfbf;
  cursor: pointer;
}
#tabList .um-info-list-search .icon-search:hover {
  color: #2196f3;
}
#tabList ul{
  margin: 0;
  padding: 0;
}
#tabList li {
  display: inline-block;
  margin-right: 31px;
  font-size: 16px;
  color: #333;
  line-height: 62px;
  cursor: pointer;
}
#tabList li.cate-active {
  border-bottom: 2px #2196F3 solid;
}
#tabCon div {
  display: none;
}
#tabCon div.cate-content-active {
  display: block;
}
#tabCon div.list-none {
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  padding-top: 40px;
}
#tabCon div ul {
  width: 100%;
  margin: 24px auto 0;
  padding: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 0;
  display: none;
}
#tabCon div ul.um-info-list-more{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  cursor: pointer;
}
#tabCon div ul.visible {
  display: block;
}
#tabCon div ul li {
    display: inline-block;
}
#tabCon div ul li.list-img {
  width: 32.5%;
  height: 150px;
  vertical-align: top;
  overflow: hidden;
}
#tabCon div ul li.list-img img {
  width: 100%;
}
#tabCon div ul li.list-info {
  width: 65.5%;
  min-height: 120px;
  vertical-align: top;
  margin-left: 2%;
  padding-bottom: 30px;
  position: relative;
}
#tabCon div ul li.list-info a{
  text-decoration: none;
  color: #999;
}
#tabCon div ul li.list-info a:hover{
  color: #2196f3;
}
#tabCon div ul li.list-info h2 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
#tabCon div ul li.list-info p {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin: 0;
}
#tabCon div ul li.list-info .list-info-source {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#tabCon div ul li.list-info .list-info-source .column {
  display: inline-block;
  width: 70%;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
#tabCon div ul li.list-info .list-info-source .umsitefont {
  font-size: 12px;
}
#tabCon div ul li.list-info .list-info-source .time {
  display: inline-block;
  width: 30%;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.um-info-list-right{
  width: 27%;
  float: right;
  margin-left: 0;
}

@media (max-width: 750px) {
  .um-info-list{
    max-width: 100%;
  }
  .um-info-list-left{
    width: 100%;
  }
  .um-info-list-content{
    margin-top: 0;
  }
  #tabList li{
    margin-right: 1%;
  }
  #tabCon div ul li.list-img{
    width: 100%;
    height: auto;
  }
  #tabCon div ul li.list-info{
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
  }
  #tabCon div ul li.list-info h2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #tabCon div ul li.list-info p{
    margin-top: 10px;
  }
  #tabCon div ul li.list-info .list-info-source{
    position: inherit;
  }
  #tabCon div ul li.list-info .list-info-source .column{
    width: 100%;
    margin-top: 10px;
  }
  #tabCon div ul li.list-info .list-info-source .time{
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .um-info-list-right{
    width: 100%;
  }

}