.content{
  padding: 30px 0;
  background: #F7F7F7;
}

.mycard{
  background: #FFFFFF;
  /* padding: 14px 20px 20px; */
  padding: 14px 0px 20px;
}

.cardTitle{
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 20px 10px;
}
.cardTitle i{
  display: block;
  width: 5px;
  height: 18px;
  background: #1A51BB;
  margin-right: 8px;
}

.cardList-li-active{
  background: #1A51BB;
  color: #fff !important;
  border-bottom:  none !important;
}

.cardList ul li{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  padding: 12px 20px;
  border-bottom: 1px dashed #EAEAEA;
  cursor: pointer;
}
.cardList ul li i{
  display: block;
  width: 5px;
  height: 5px;
  background: #BDC4C9;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.cardList ul li span{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cardImg{
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
}
.cardImg img{
  width: 100%;
  margin-bottom: 8px;
}


.list{}
.listItem{
  padding: 20px 10px;
  border-bottom: 1px dashed #E2E2E2;
  display: flex;
}
.listItem-left{
  flex: .15;
}
.listItem-right{
  flex: .85;
}
.listItem-date{
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}
.listItem-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.listItem-tip{
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
.listItem-more{
  font-size: 14px;
  font-weight: 400;
  color: #1A51BB;
  cursor: pointer;
}