forked from liurong8866/pbic-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_introduction.html
More file actions
executable file
·68 lines (61 loc) · 4 KB
/
Copy pathproject_introduction.html
File metadata and controls
executable file
·68 lines (61 loc) · 4 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>项目介绍</title>
<link href="css/weui.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/swiper-3.3.1.min.css"/>
<link rel="stylesheet" type="text/css" href="css/comman.css"/>
<link rel="stylesheet" type="text/css" href="css/second-level-page.css"/>
<!-- JS -->
<script src="js/jquery-1.12.0.min.js"></script>
<script src="js/jqmd5.js"></script>
<script src="js/sha1.js"></script>
<script src="js/weui.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/swiper.js" type="text/javascript" charset="utf-8"></script>
<script src="js/comman.js"></script>
<script>
hasloadRight = false;
// if(isMobile) {
// location.href = "app/index.html";
// }
</script>
</head>
<body>
<div class="secondPageHead">
<div class="bannerLogoBox">
<div class="bannerLogo" title="Back to Home" onclick="javascript:{window.location.href='index.html'}"></div>
</div>
</div>
<div class="secondPageIntroduction">
<div class="publicWidthStyle">
<div class="introductionNav">
<span class="pubLineIcon"></span>
<span class="nav_span_style"><a href="index.html">首页</a></span> / <span class="nav_span_style">项目介绍</span>
</div>
</div>
<div class="publicWidthStyle clearfloat" style="margin-top: 80px;">
<div class="intro_txt float_left">
<p style="margin-top: -7px;">非洲热土,土地广袤,神奇而美丽;人民善良淳朴,孩子天真无邪,但贫困和艾滋病成为威胁青少年儿童生命健康的两大“杀手”,这一问题已引发全世界的关注,联合国呼吁国际上更多的组织与个人积极行动起来,实施有效的帮助,组织并减少贫困与艾滋病对青少年儿童造成的伤害。</p>
<p style="margin-top: 28px;">2013年,习近平主席提出“一带一路”倡议,旨在构筑“人类命运共同体”,造福包括非洲在内的广大发展中国家人民;中非友谊渊远留长,中国梦与非洲梦紧紧相连,2015年12月中非合作论坛,习近平主席再次宣示,</p>
</div>
<div class="float_right">
<img src="img/African_children_2.png" alt="" style="width: 340px;"/>
</div>
</div>
<p style="font-size: 18px;width: 960px;margin: 0 auto;line-height: 32px;">中国将始终同非洲国家心连心、共命运,永远做非洲的好朋友、好伙伴、好兄弟。今天的非洲,期待中国的兄弟姐妹相助。面对受贫困和艾滋折磨的非洲儿童,让我们行动起来,让愿景变为行动,用创新改变命运。</p>
<div class="publicWidthStyle">
<div class="intro_title_style">联合国“可持续发展目标”</div>
<img src="img/mubiao_img.png" alt="" class="intro_img"/>
</div>
<p class="intor_p_txt"> 2015年9月,世界各国领导人在纽约联合国峰会上通过2030年可持续发展议程,该议程涵盖经济发展、社会发展和环境可持续三大领域17项可持续发展目标 (Sustainable Development Goals, SDGs) 及169项具体目标。2016年9月,《中国落实2030年可持续发展议程国别方案》在纽约联合国总部发布。</p>
<img src="img/intro_img.jpg" alt="" class="intro_img"/>
<p class="intor_p_txt" style="margin-bottom: 165px;">17个可持续发展目标为我们规划了美好愿景和努力方向。本次比赛积极相应“联合国可持续发展目标”(Sustainable Development Goals,简称SDGs),重点关注第2至6项等内容,即“消除饥饿”、“良好健康与福祉”、“优质教育”、“性别平等”、“清洁饮水和卫生设施”。鼓励青少年发挥创意,以创新思维提出现实解决方案,为改善非洲受贫困和疾病影响的妇女儿童的医疗、营养、公共卫生、教育条件贡献力量。</p>
</div>
<footer></footer>
<script type="text/javascript">
$("footer").load("footer.html");
</script>
</body>
</html>