
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html>
<head>
    <title>{keyword}</title>
    <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="MobileOptimized" content="320" />
    <meta name="HandheldFriendly" content="true" />
    <link rel="shortcut icon" href="favicon.ico" />
    <link rel="apple-touch-icon" href="favicon.ico" />
</head>
<style>
body, html {height: 100%;}
body {padding:0;margin:0;background: #444;color:#fff;font-family: Arial;font-weight: normal;}
h1 {margin:0;padding:0;margin-bottom: 15px;}
.wrap {margin:0 auto;width:100%;max-width: 1000px;text-align: center;padding-top: 20px;}
a {cursor: pointer;}
.likes {
    background: url(/images/like.png) no-repeat;
    position: absolute;
    bottom: 7px;
    left: 7px;
    font-size: 11px;
    padding-left: 17px;
    color: #1dbf4b;
}
.views {
    background: url(/images/eye.png) no-repeat;
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 11px;
    padding-left: 22px;
    color: #E23256;
}

.item {position:relative;display: inline-block;width: 46%;max-width: 250px;background: #fff;outline:1px solid #777;margin: 4px 2px;vertical-align: top;}
.item img {width: 100%;}
.item a {color: #333;text-decoration: none;}
.item div {padding: 10px 0 30px 0;min-height: 70px;}
</style>
 
<body>
 
<div style="display: none;">
</div>

<div class="bg">
    <div class="wrap">
        <h1>{keyword}</h1>
        <div class="item">
             
            <div>{manytext_bing}</div>
           
            <span class="likes">97%</span>
            <span class="views">757213</span>
      </div>
  </div>
</div>

</body>
</html>