@media screen and (max-width:768px)
{
   .web
   {
      display:none !important;
   }
    .bdr_box_top
    {
    	min-height:auto;
    }
    .bd_more 
    {
       font-size:14px;
       padding: 5px 20px;
    }
   .cov_bd_right 
   {
      padding: 0px;
   }
   .top_photo
   {
   	min-height:auto;
   	margin-top: 15px;
   }
   .bd_left_title
   {
       font-size:30px;
   }
   .bd_cov_l_title
   {
      min-height:auto;
   }
   .bd_share
   {
      text-align:left;
      margin-top: 0px;
      display: inline;
   }
   .share_position
   {
      font-size:13px;
   }
   .bd_share li img 
   {
       width: unset !important;
       height: 15px;
   }
   .bd_share li i 
   {
      font-size:15px;
      color:#153250;
   }
}