username@email.com
2022-01-21 b18a7c8e54b51a5caa400e55cb8cc428c0301a0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<%@ 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>