/**
列表页图片宽高比
 */
.person li .img-rounded{
  width: 240px;
  height: 150px;
    display: inline-block;

}

@media (max-width:767px) {
	.person li .img-rounded{
        display: none;
    }
    .mobile-hide {
        display:none;
    }
    .mobile-show {
        font-size:12px;
    }
    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 13px;
    }
}

.timeBox{
  display: flex;
  align-items: center;
}
.timeBox img{
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.timeBox font{
  height: 14px;
}
 h5.content{
  line-height: 25px;
  color: #413F49;
  font-weight: normal;
 }

/*.ycs_style .contents img, .ycs_style .contents table{*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/
