 /* 大于768（电脑） */
 @media screen and (min-width:768px) {
     .activitylist_wrap {
         padding: 40px;
     }

     .link_a {
         margin-bottom: 20px;
         color: #999999;
         font-size: 12px;
     }

     .link_a a {
         font-size: 12px;
     }


     .tab_menu_span {
         border-bottom: 1px solid #DCDFE6;
         margin-bottom: 15px;
     }

     .tab_menu_span span {
         font-size: 16px;
         color: #333333;
         margin-right: 10px;
         padding: 5px 0px;
         display: inline-block;
     }

     .tab_menu_span span a {
         color: #333333;
     }

     .tab_menu_span span.hover {
         color: #18B580;
         border-bottom: 1px solid #18B580;
     }

     .tab_menu_span span.hover a {
         color: #18B580;
     }

     .news_info {}

     .dataList {}

     .dataList li {
         position: relative;
         overflow: hidden;
         min-height: 114px;
         border-bottom: 1px solid #DCDFE6;
         padding-bottom: 20px;
         margin-bottom: 20px;
         padding-left: 184px;
     }

     .dataList li img.newimg {
         position: absolute;
         z-index: 1;
         width: 164px;
         height: 114px;
         left: 0px;
         top: 0px;
         object-fit: cover;
     }

     .dataList li h3 {
         font-size: 16px;
         color: #333333;
         line-height: 26px;
     }

     .dataList li p {
         color: #666666;
         font-size: 14px;
         line-height: 26px;
     }

     .dataList li .created_at {
         display: none;
     }

     .dataList li.one {
         background: #d6fff1;
         border-radius: 8px;
         min-height: 343px;
         padding: 0px;
         padding-left: 612px;
         padding-right: 20px;
         border-bottom: 0px;
     }

     .dataList li.one img.newimg {
         width: 592px;
         height: 343px;
         object-fit: cover;
         border-radius: 4px;
     }

     .dataList li.one h3 {
         color: #333333;
         font-size: 20px;
         border-bottom: 1px solid #DCDFE6;
         line-height: 36px;
         padding: 15px 0px;
         margin-bottom: 15px;
     }

 }

 /* 小于768（手机） */
 @media screen and (max-width:768px) {
     .activitylist_wrap {
         /* border: solid red 1px; */
         padding: .4267rem;
     }

     .link_a {
         margin-bottom: .2133rem;
         color: #999999;
         font-size: .32rem;
     }

     .link_a a {
         font-size: .32rem;
     }


     .tab_menu_span {
         border-bottom: 1px solid #A5E5CF;
         margin-bottom: .4267rem;
     }

     .tab_menu_span span {
         font-size: .4267rem;
         /* color: #333333; */
         margin-right: .4rem;
         padding: .2133rem 0px;
         display: inline-block;
     }

     .tab_menu_span span a {
         color: #333333;
     }

     .tab_menu_span span.hover {
         color: #18B580;
         border-bottom: 2px solid #18B580;
     }

     .tab_menu_span span.hover a {
         color: #18B580;
     }

     .news_info {}

     .dataList {
         /* border: solid red 1px; */
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
     }

     .dataList li {
         /* border: solid blue 1px; */
         margin-bottom: .2133rem;
     }

     .dataList li img.newimg {
         width: 4.32rem;
         height: 4.32rem;
         border-radius: .2133rem;
         object-fit: cover;
     }

     .dataList li h3 {
         width: 4.32rem;
         font-size: .3733rem;
         color: #333333;
         line-height: .5333rem;
         height: 1.0667rem;
         overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
     }

     .dataList li .created_at {
         color: #999;
         font-size: .32rem;
         line-height: .8rem;
         text-align: right;
     }

     .dataList li .PC_des,
     .dataList li .PC_p {
         display: none;
     }

 }