 /* 大于768（电脑） */
 @media screen and (min-width:768px) {
     .news_info_wrap {
         padding: 40px;
     }

     .link_a {
         margin-bottom: 20px;
         color: #999999;
         font-size: 12px;
     }

     .link_a a {
         font-size: 12px;
     }

     .news_info {}

     .news_info .title {
         border-bottom: 1px dashed #cccccc;
         margin-bottom: 30px;
     }

     .news_info .title h2 {
         font-size: 20px;
         color: #333333;
         text-align: center;
         line-height: 50px;
     }

     .news_info .title p {
         text-align: right;
         color: #999999;
         line-height: 40px;
         font-size: 14px;
     }

     .news_info .title p span {
         margin-left: 30px;
         font-size: 14px;
     }

     .news_info .title .phone_created_at,
     .news_info .title .phone_source {
         display: none;
     }

     .news_info .content {
         margin-bottom: 50px;
         /* font-size: 14px;
         color: #333; */
     }

     .news_info .content img {
         max-width: 100%;
     }

     .attr {
         text-align: right;
         margin: 30px 0px;
     }

     .attr .likes,
     .attr .views {
         margin-right: 15px;
     }

     .attr .collect {
         font-size: 14px;
         cursor: pointer;
     }

     .attr img {
         width: 20px;
         margin-right: 5px;
         cursor: pointer;
         vertical-align: bottom;
     }
 }

 /* 小于768（手机） */
 @media screen and (max-width:768px) {
     .news_info_wrap {
         /* border: solid red 1px; */
         padding: .4267rem;
     }

     .link_a {
         margin-bottom: .64rem;
         color: #999999;
         font-size: .32rem;
     }

     .link_a a {
         font-size: .32rem;
     }

     .news_info {}

     .news_info .title {
         /* border: solid blue 1px; */
         border-bottom: 1px solid #D1D1D1;
         margin-bottom: .2667rem;
         padding-bottom: .4267rem;
     }

     .news_info .title h2 {
         font-size: .3733rem;
         /* height: 40px; */
         color: #333333;
         text-align: center;
         line-height: .5333rem;
         margin-bottom: .4267rem;
     }

     .news_info .title .PC_p {
         display: none;
     }

     .news_info .title .phone_source,
     .news_info .title .phone_created_at {
         height: .5333rem;
         font-size: .32rem;
         line-height: .5333rem;
         color: #999999;
         text-align: right;
     }

     .news_info .content img {
         width: 100%!important;
         height: auto;
     }

     .attr{
        /* border: solid 1px red; */
        margin-top: .4267rem;
     }

     .attr span {
         margin-right: .5333rem;
     }

     .attr span img {
         width: .48rem;
         margin-right: .1333rem;
         cursor: pointer;
         vertical-align: middle;
     }

     .attr span b {
         font-size: .32rem;
         height: .4533rem;
         line-height: .4533rem;
     }
 }