<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="mommyboby">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>文章详情</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">
<style>
.container {
margin:15px 10px 10px 20px;
font-size: 14px;
line-height: 22px;
color: #85858d;
}
.container h1 {
font-weight: normal;
font-size: 15px;
line-height: 45px;
color: #59bbb8;
}
.container h5 {
font-size: 14px;
margin: 0px 0;
}
.container img {
width: 100%;
height: auto;
margin-bottom:12px;
}
</style>
</head>
<body>
<div class="container">
<h1>$!articleContext.title</h1>
$!articleContext.content
## <p>
## <img src=$!articleContext.image.real width="299" height="200" border="0" hspace="0" vspace="0" title="" style="width: 299px; height: 200px;"/>
## </p>
## <p>$!articleContext.Introduction</p>
## <p> </p><p><br/></p>
</div>
</body>
<script>
window.onload = function () {
var tags = document.body.getElementsByTagName('*');
for (var i = 0; i < tags.length; i++) {
tags[i].removeAttribute('style');
}
}
</script>
</html>