<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyNewsDetail.aspx.cs" Inherits="CY.WebForm.Pages.Templet.Default.CompanyNewsDetail" %>
|
|
<!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">
|
<head id="Head1" runat="server">
|
<title>新闻明细</title>
|
<uc:CompanyQuote ID="CompanyQuote1" runat="server" />
|
<script type="text/javascript">
|
$(function () {
|
$('.TemplateNav').find('a').eq(3).addClass('a_now');
|
})
|
</script>
|
<style type="text/css">
|
.Ctitle { font-size:16px; margin:20px 10px; font-weight:bold; text-align:center; }
|
.content{ margin:0px 10px;text-align:center;}
|
</style>
|
</head>
|
<body>
|
<form id="form1" runat="server">
|
<uc:CompanyHead ID="CompanyHead1" runat="server" />
|
<div id="wal">
|
<div class="fl" style="width: 203px;">
|
<div class="box_1" style="width: 213px; height: 208px;">
|
<div class="t_1">
|
<h2>
|
新闻分类</h2>
|
</div>
|
<div class="TemplateList" runat="server" id="TemplateList" style="height:165px;">
|
</div>
|
</div>
|
<uc:CompanyContact ID="CompanyContact1" runat="server" />
|
</div>
|
<div class="fr w790">
|
<div class="box_1">
|
<div class="t_1">
|
新闻公告
|
</div>
|
<div class="contact">
|
<div class="nyrC">
|
<div class="Ctitle" id="divTitle" runat="server">
|
</div>
|
<div class="content" id="divContent" runat="server">
|
</div>
|
</div>
|
</div>
|
<p class="clear">
|
</p>
|
</div>
|
</div>
|
</div>
|
<uc:CompanyFoot ID="CompanyFoot1" runat="server" />
|
</div>
|
</form>
|
</body>
|
</html>
|