/*
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*/
/*样式*/
.tx-infodsj h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-overflow: ellipsis;
    transition: all 0.3s;}

.tx-date {
    float: left;
    width: 220px;
     height: 80px;
     margin-right: 20px;
    padding-left: 16px;
    padding-top: 24px;
    background-color: #f5f5f5;
    transition: all 0.3s;}

.tx-date span {
    font-size: 20px;}
   .tx-date .nian {
  display:none;}



@media screen and (max-width: 1024px) {
    .tx-date {
      float: none;
       width: 100%;
       margin: 10px auto;
       height: 45px;
        padding-left: 10px;
        padding-top: 10px;}
    
      .tx-date .nian {
         display:contents;}
 
    
       .tx-date b{
         display:none;}

    
}
