北斗界面
|
@ -113,7 +113,7 @@ class OrganizationsController < ApplicationController
|
|||
#@project_acts_issues = get_project_activities_org @organization
|
||||
#@course_acts = get_course_activities_org @organization
|
||||
|
||||
render :layout => 'base_org_newstyle'
|
||||
render :layout => 'base_org2'
|
||||
else
|
||||
render_403
|
||||
end
|
||||
|
|
|
@ -0,0 +1,304 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title><%= h html_title %></title>
|
||||
<meta name="description" content="<%= Redmine::Info.app_name %>" />
|
||||
<meta name="keywords" content="issue,bug,tracker" />
|
||||
<%= csrf_meta_tag %>
|
||||
<%= favicon %>
|
||||
<%= javascript_heads %>
|
||||
<%= heads_for_theme %>
|
||||
<%= stylesheet_link_tag 'org2','jquery/jquery-ui-1.9.2' %>
|
||||
<%= javascript_include_tag 'cookie','project', 'organization','header','prettify','select_list_move','org'%>
|
||||
<%= javascript_include_tag 'attachments' %>
|
||||
<%#= call_hook :view_layouts_base_html_head %>
|
||||
<!-- page specific tags -->
|
||||
<%#= yield :header_tags -%>
|
||||
<!-- MathJax的配置 -->
|
||||
<script type="text/javascript"
|
||||
src="/javascripts/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||||
</script>
|
||||
<!-- 配置 : 在生成的公式图片上去掉Math定义的右键菜单,$$ $$ \( \) \[ \] 中的公式给予显示-->
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
showMathMenu: false,
|
||||
showMathMenuMSIE: false,
|
||||
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<!--add by huang-->
|
||||
<script type="text/javascript">
|
||||
function org_new_files_upload()
|
||||
{
|
||||
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'files/upload_org_new_files',:locals => {:org => @organization, :org_attachment_type => 0}) %>');
|
||||
showModal('ajax-modal', '513px');
|
||||
$('#ajax-modal').siblings().remove();
|
||||
$('#ajax-modal').before("<a href='javascript:void(0)' onclick='hideModal()' style='margin-left: 480px;'><img src='/images/bid/close.png' width='26px' height='26px' /></a>");
|
||||
$('#ajax-modal').parent().css("top","40%").css("left","36%").css("border","3px solid #269ac9");
|
||||
$('#ajax-modal').parent().addClass("popbox_polls");
|
||||
}
|
||||
|
||||
function org_new_files_banner_upload()
|
||||
{
|
||||
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'files/upload_org_new_files_banner',:locals => {:org => @organization, :org_attachment_type => 1}) %>');
|
||||
showModal('ajax-modal', '513px');
|
||||
$('#ajax-modal').siblings().remove();
|
||||
$('#ajax-modal').before("<a href='javascript:void(0)' onclick='hideModal()' style='margin-left: 480px;'><img src='/images/bid/close.png' width='26px' height='26px' /></a>");
|
||||
$('#ajax-modal').parent().css("top","40%").css("left","36%").css("border","3px solid #269ac9");
|
||||
$('#ajax-modal').parent().addClass("popbox_polls");
|
||||
}
|
||||
</script>
|
||||
<body onload="prettyPrint();">
|
||||
<!--内容开始-->
|
||||
<div class="sn-content">
|
||||
<div class="sn-content-left fl">
|
||||
<div class="sn-index-banner">
|
||||
<!-- 代码 开始 -->
|
||||
<div id="fsD1" class="focus">
|
||||
<div id="D1pic1" class="fPic">
|
||||
<div class="fcon" style="display: none;">
|
||||
<a target="_blank" href="#"><img src="images/banner/banner01.jpg" alt="" style="opacity: 1; "></a>
|
||||
<span class="shadow"><a target="_blank" href="#">国内首个全球卫星导航系统仿真软件平台DBSim测试版上线</a></span>
|
||||
</div>
|
||||
|
||||
<div class="fcon" style="display: none;">
|
||||
<a target="_blank" href="#"><img src="images/banner/banner02.jpg" alt="" style="opacity: 1; "></a>
|
||||
<span class="shadow"><a target="_blank" href="#">国内首个全球卫星导航系统仿真软件平台DBSim测试版上线</a></span>
|
||||
</div>
|
||||
|
||||
<div class="fcon" style="display: none;">
|
||||
<a target="_blank" href="#"><img src="images/banner/banner01.jpg" alt="" style="opacity: 1; "></a>
|
||||
<span class="shadow"><a target="_blank" href="#">国内首个全球卫星导航系统仿真软件平台DBSim测试版上线</a></span>
|
||||
</div>
|
||||
|
||||
<div class="fcon" style="display: none;">
|
||||
<a target="_blank" href="#"><img src="images/banner/banner02.jpg" alt="" style="opacity: 1; "></a>
|
||||
<span class="shadow"><a target="_blank" href="#">国内首个全球卫星导航系统仿真软件平台DBSim测试版上线</a></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fbg">
|
||||
<div class="D1fBt" id="D1fBt">
|
||||
<a href="javascript:void(0)" hidefocus="true" target="_self" class=""></a>
|
||||
<a href="javascript:void(0)" hidefocus="true" target="_self" class=""></a>
|
||||
<a href="javascript:void(0)" hidefocus="true" target="_self" class="current"></a>
|
||||
<a href="javascript:void(0)" hidefocus="true" target="_self" class=""></a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="prev"></span>
|
||||
<span class="next"></span>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
Qfast.add('widgets', { path: "js/terminator2.2.min.js", type: "js", requires: ['fx'] });
|
||||
Qfast(false, 'widgets', function () {
|
||||
K.tabs({
|
||||
id: 'fsD1', //焦点图包裹id
|
||||
conId: "D1pic1", //** 大图域包裹id
|
||||
tabId:"D1fBt",
|
||||
tabTn:"a",
|
||||
conCn: '.fcon', //** 大图域配置class
|
||||
auto: 1, //自动播放 1或0
|
||||
effect: 'fade', //效果配置
|
||||
eType: 'click', //** 鼠标事件
|
||||
pageBt:true,//是否有按钮切换页码
|
||||
bns: ['.prev', '.next'],//** 前后按钮配置class
|
||||
interval: 3000 //** 停顿时间
|
||||
})
|
||||
})
|
||||
</script>
|
||||
<!-- 代码 结束 -->
|
||||
</div>
|
||||
<!--news star-->
|
||||
<div class="sn-index-leftbox">
|
||||
<h2 class="h2-title">业界动态<a href="#" target="_blank" class="more">更多</a></h2>
|
||||
<div class="cl"></div>
|
||||
<div class="sn-news-bigbox fl">
|
||||
<a href="#" target="_blank" class="sn-news-bigimg"><img src="/images/news/img-news-big.jpg" width="380" height="165" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="h3-title">北斗开放实验室迎湖南省省直机关领导调研参观</a></h3>
|
||||
<span class="txt-grey">2016-04-08</span>
|
||||
<div class="sn-news-txt">
|
||||
<p>2016年3月27日上午,湖南省经信委巡视员钟志慧,湖南省发改委副主任卓群、高技处处长何志明、就业处处长周建龙等领导代表在长沙中电软件园董事长何明、总经理夏利锋的陪同来北斗开放实验室长沙分实验室调研参观。北斗开放实验室办公室主任明德祥为参观的各位领导详细介绍了北斗开放实验室运行机制及各项共享资源。北斗开放实验室长沙分实验室是由导航仪器湖南省工程研究中心、湖南矩阵电子科技有限公司及中国仪器仪表学会空间仪器分会共同建设。为进一步推动北斗资源共享、创新北斗人才培养......</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sn-news-smallbox fl">
|
||||
<div class="sn-news-small mb18">
|
||||
<a href="#" target="_blank" class="sn-news-smallimg fl"><img src="/images/news/img-news-small01.jpg" width="85" height="85" alt=""/></a>
|
||||
<h4><a href="#" target="_blank" class="h4-title fl mt10">北斗开放实验室迎湖南省省直机关领导调研参观</a></h4>
|
||||
<span class="txt-grey fl">2016-04-08</span>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
<div class="sn-news-small mb18">
|
||||
<a href="#" target="_blank" class="sn-news-smallimg fl"><img src="/images/news/img-news-small02.jpg" width="85" height="85" alt=""/></a>
|
||||
<h4><a href="#" target="_blank" class="h4-title fl mt10">北斗开放实验室迎湖南省省直机关领导调研参观</a></h4>
|
||||
<span class="txt-grey fl">2016-04-08</span>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
<div class="sn-news-small mb18">
|
||||
<a href="#" target="_blank" class="sn-news-smallimg fl"><img src="/images/news/img-news-small03.jpg" width="85" height="85" alt=""/></a>
|
||||
<h4><a href="#" target="_blank" class="h4-title fl mt10">北斗开放实验室迎湖南省省直机关领导调研参观</a></h4>
|
||||
<span class="txt-grey fl">2016-04-08</span>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
<div class="sn-news-small ">
|
||||
<a href="#" target="_blank" class="sn-news-smallimg fl"><img src="/images/news/img-news-small04.jpg" width="85" height="85" alt=""/></a>
|
||||
<h4><a href="#" target="_blank" class="h4-title fl mt10">北斗开放实验室迎湖南省省直机关领导调研参观</a></h4>
|
||||
<span class="txt-grey fl">2016-04-08</span>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
<!--news end-->
|
||||
<!--resources star-->
|
||||
<div class="sn-index-leftbox">
|
||||
<h2 class="h2-title">北斗资源<a href="#" target="_blank" class="more">更多</a></h2>
|
||||
<div class="sn-index-resourcescon">
|
||||
<div class="sn-index-resourcesbox">
|
||||
<a href="#" target="_blank" class="sn-resourcesimg"><img src="/images/resources/img-resources01.jpg" width="185" height="125" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="resources-title">仪器资源</a></h3>
|
||||
<div class="resources-tagbox">
|
||||
<a href="#" target="_blank" class="resources-tag">测试服务</a>
|
||||
<a href="#" target="_blank" class="resources-tag">开放日</a>
|
||||
<a href="#" target="_blank" class="resources-tag">仪器共享</a>
|
||||
<a href="#" target="_blank" class="resources-tag">定制测试</a>
|
||||
</div>
|
||||
<a href="#" target="_blank" class="more-btn">更多</a>
|
||||
</div>
|
||||
<div class="sn-index-resourcesbox">
|
||||
<a href="#" target="_blank" class="sn-resourcesimg"><img src="/images/resources/img-resources02.jpg" width="185" height="125" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="resources-title">数据资源</a></h3>
|
||||
<div class="resources-tagbox">
|
||||
<a href="#" target="_blank" class="resources-tag">仿真数据</a>
|
||||
<a href="#" target="_blank" class="resources-tag">实测数据</a>
|
||||
<a href="#" target="_blank" class="resources-tag">测试场景</a>
|
||||
<a href="#" target="_blank" class="resources-tag">定制测试</a>
|
||||
</div>
|
||||
<a href="#" target="_blank" class="more-btn">更多</a>
|
||||
</div>
|
||||
<div class="sn-index-resourcesbox">
|
||||
<a href="#" target="_blank" class="sn-resourcesimg"><img src="/images/resources/img-resources03.jpg" width="185" height="125" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="resources-title">专家资源</a></h3>
|
||||
<div class="resources-tagbox">
|
||||
<a href="#" target="_blank" class="resources-tag">人才培养 </a>
|
||||
<a href="#" target="_blank" class="resources-tag">技术咨询</a>
|
||||
<a href="#" target="_blank" class="resources-tag">学术活动</a>
|
||||
<a href="#" target="_blank" class="resources-tag">教学教材</a>
|
||||
<a href="#" target="_blank" class="resources-tag">专家库</a>
|
||||
</div>
|
||||
<a href="#" target="_blank" class="more-btn">更多</a>
|
||||
</div>
|
||||
<div class="sn-index-resourcesbox">
|
||||
<a href="#" target="_blank" class="sn-resourcesimg"><img src="/images/resources/img-resources04.jpg" width="185" height="125" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="resources-title">研究资源</a></h3>
|
||||
<div class="resources-tagbox">
|
||||
<a href="#" target="_blank" class="resources-tag">微小课题</a>
|
||||
<a href="#" target="_blank" class="resources-tag">开源代码</a>
|
||||
<a href="#" target="_blank" class="resources-tag">辅助工具</a>
|
||||
<a href="#" target="_blank" class="resources-tag">技术共享</a>
|
||||
</div>
|
||||
<a href="#" target="_blank" class="more-btn">更多</a>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--resources end-->
|
||||
<!--partner star-->
|
||||
<div class="sn-index-leftbox">
|
||||
<h2 class="h2-title">合作伙伴<a href="#" target="_blank" class="more">更多</a></h2>
|
||||
<div class="sn-index-partnerbox " >
|
||||
<ul id="scrollPic" >
|
||||
<li>
|
||||
<a href="#" target="_blank" class="partnerimg"><img src="/images/partner/img-dhyq.jpg" width="363" height="43" alt=""/></a>
|
||||
<a href="#" target="_blank" class="partnerimg"><img src="/images/partner/img-qhdx.jpg" width="363" height="43" alt=""/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" target="_blank" class="partnerimg"><img src="/images/partner/img-jzdz.jpg" width="363" height="43" alt=""/></a>
|
||||
<a href="#" target="_blank" class="partnerimg"><img src="/images/partner/img-zgdz.jpg" width="363" height="43" alt=""/></a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="cl"></div>
|
||||
<div class="partner-btnbox">
|
||||
<div class="partner-prev partner-btn fl " id="LeftArr"><</div>
|
||||
<div class="partner-next partner-btn fl" id="RightArr">></div>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--partner end-->
|
||||
</div>
|
||||
<!--左侧 end-->
|
||||
|
||||
<!--右侧 star-->
|
||||
<div class="sn-content-right fr">
|
||||
<div class="sn-index-activebox">
|
||||
<h2 class="h2-title mb18">最新活动展示<a href="#" target="_blank" class="more">更多</a></h2>
|
||||
<div class="sn-index-active">
|
||||
<a href="#" target="_blank" class="sn-activeimg"><img src="/images/active/img-active01.jpg" width="330" height="210" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="active-title">北斗第二次工作会议在北京召议在北京召开议在北京召开开</a></h3>
|
||||
<span class="txt-grey ">2016-04-08</span>
|
||||
</div>
|
||||
<div class="sn-index-active">
|
||||
<a href="#" target="_blank" class="sn-activeimg"><img src="/images/active/img-active02.jpg" width="330" height="210" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="active-title">北斗第二次工作会议在北京召开</a></h3>
|
||||
<span class="txt-grey ">2016-04-08</span>
|
||||
</div>
|
||||
<div class="sn-index-active">
|
||||
<a href="#" target="_blank" class="sn-activeimg"><img src="/images/active/img-active03.jpg" width="330" height="210" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="active-title">北斗第二次工作会议在北京召开</a></h3>
|
||||
<span class="txt-grey ">2016-04-08</span>
|
||||
</div>
|
||||
<div class="sn-index-active">
|
||||
<a href="#" target="_blank" class="sn-activeimg"><img src="/images/active/img-active01.jpg" width="330" height="210" alt=""/></a>
|
||||
<h3><a href="#" target="_blank" class="active-title">北斗第二次工作会议在北京召开</a></h3>
|
||||
<span class="txt-grey ">2016-04-08</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sn-index-wxbox">
|
||||
<h2 class="h2-title ">关注北斗</h2>
|
||||
<div class="sn-index-wx">
|
||||
<img class="fl sn-index-wximg" src="/images/wx.gif" width="104" height="104" alt=""/>
|
||||
<p class="fl sn-index-txt">卫星导航仿真与测试开放实验室<br>扫一扫 关注我!</p>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sn-index-smallbanner">
|
||||
<a href="#" target="_blank" ><img src="/images/banner-small.jpg" width="369" height="169" alt=""/></a>
|
||||
</div>
|
||||
</div>
|
||||
<!--右侧 end-->
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
<!--内容结束-->
|
||||
<footer></footer>
|
||||
|
||||
<%# 更新访问数,刷新的时候更新访问次数 %>
|
||||
<% update_visiti_count @organization %>
|
||||
<%# over %>
|
||||
|
||||
<div class="footer">
|
||||
<div class="footer-con">
|
||||
<ul>
|
||||
<li><a href="<%= about_us_path %>" target="_blank" class="fl">关于我们</a></li>
|
||||
<li><a href="<%= agreement_path %>" target="_blank" class="fl"> 服务协议 </a></li>
|
||||
<li><a href="http://forge.trustie.net/forums/1/memos/1168" target="_blank" class="fl">帮助中心</a></li>
|
||||
<li><a href="<%= forums_path(:reorder_complex=>'desc')%>" target="_blank" class="fl"> 贴吧交流</a></li>
|
||||
</ul>
|
||||
<div class="cl"></div>
|
||||
<p>Copyright 2007~2016 All Rights Reserved<br>湘ICP备09019772</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--页面底部-->
|
||||
<div class="cl"></div>
|
||||
<div id="ajax-modal" style="display:none;"></div>
|
||||
|
||||
<div id="ajax-indicator" style="display:none;">
|
||||
<span><%= l(:label_loading) %></span>
|
||||
</div>
|
||||
<%#= call_hook :view_layouts_base_body_bottom %>
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 220 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.0 KiB |
|
@ -0,0 +1,109 @@
|
|||
/* CSS Document */
|
||||
/* 样式重置 */
|
||||
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0;}
|
||||
body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.9; background:#f2f2f2;}
|
||||
div,img,tr,td,table{ border:0;}
|
||||
table,tr,td{border:0;cellspacing:0; cellpadding:0;}
|
||||
ol,ul,li{ list-style-type:none}
|
||||
a:link,a:visited{color:#000;text-decoration:none;}
|
||||
a:hover,a:active{color:#24366e;}
|
||||
|
||||
/* 公共 */
|
||||
.cl{ clear:both;}
|
||||
.fl{ float:left;}
|
||||
.fr{ float:right;}
|
||||
.mb18{ margin-bottom:18px;}
|
||||
.mt10{ margin-top:10px;}
|
||||
.mr20{ margin-right:20px;}
|
||||
/* 首页内容 */
|
||||
.sn-content{ width:1200px; margin:0 auto;}
|
||||
.sn-content-left{ width:820px; margin-right:12px; margin-bottom:74px;}
|
||||
.sn-content-right{ width:368px; margin-bottom:74px; }
|
||||
/* index-banner */
|
||||
.sn-index-banner{ width:820px; height:435px; margin-bottom:20px;}
|
||||
.focus{ position:relative; width:820px; height:435px; background-color: #000; float: left;}
|
||||
.focus img{ width:820px; height:435px;}
|
||||
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
|
||||
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
|
||||
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
|
||||
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
|
||||
.focus .btn a:hover,.focus .btn a.current{ cursor:pointer;background:#fc114a;}
|
||||
.focus .fPic{ position:absolute; left:0px; top:0px; }
|
||||
.focus .D1fBt{ overflow:hidden; zoom:1; height:16px; z-index:10; }
|
||||
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);
|
||||
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9; display:block; text-align:left; }
|
||||
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; }
|
||||
.focus .fcon{ position:relative; width:100%; float:left; display:none; background:#000 }
|
||||
.focus .fcon img{ display:block; }
|
||||
.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }
|
||||
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}
|
||||
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
|
||||
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}
|
||||
.focus .D1fBt img{display:none}
|
||||
.focus .D1fBt i{display:none; font-style:normal; }
|
||||
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/banner/focus_btn.png) no-repeat;}
|
||||
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
|
||||
.focus .next{top: 50%;margin-top: -37px; right: 0; background-position:-40px -74px; cursor:pointer;}
|
||||
.focus .prev:hover{ background-position:0 0; }
|
||||
.focus .next:hover{ background-position:-40px 0;}
|
||||
/* index-news */
|
||||
.sn-index-leftbox{ width:820px; background:#fff; margin-bottom:20px;}
|
||||
.h2-title{ padding:5px 0 3px; border-bottom:1px solid #ebebeb; font-size:18px; color:#777; font-weight:normal; padding-left:17px;}
|
||||
.h2-title a.more{ font-size:12px; color:#777; float:right; margin-right:17px; line-height:2.8;}
|
||||
.h2-title a:hover.more{ color:#24366e;}
|
||||
.sn-news-bigbox{ padding:0px 26px 0px 18px; margin:18px 0 26px; border-right:1px solid #ebebeb;}
|
||||
.sn-news-bigbox a.h3-title{ font-size:18px; width:380px; display:block;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}
|
||||
.sn-news-bigbox .sn-news-txt{ width:380px; color:#666;}
|
||||
.sn-news-bigbox .sn-news-bigimg{ width:380px; height:165px;}
|
||||
.txt-grey{ color:#999;}
|
||||
.sn-news-smallbox{padding:0px 18px 0px 26px; margin:18px 0 26px; width:350px; }
|
||||
.sn-news-smallbox .sn-news-smallimg{ width:85px; height:85px; margin-right:10px;}
|
||||
.sn-news-smallbox a.h4-title{ font-size:14px; width:255px; float:left;}
|
||||
/* index-resources */
|
||||
.sn-index-resourcescon{ padding-top:12px;background:#f2f2f2;}
|
||||
.sn-index-resourcesbox{ padding:10px; background:#f2f2f2; width:185px; float:left;}
|
||||
.sn-index-resourcesbox:hover{ background:#fff;}
|
||||
.sn-index-resourcesbox a.resources-title{ font-size:18px; font-weight:normal; line-height:2.0;width:185px; display:block; border-bottom:1px solid #ccc; margin-bottom:5px;}
|
||||
.sn-index-resourcesbox a.resources-tag{ font-size:14px; color:#999; margin-right:5px; line-height:1.5;}
|
||||
a.more-btn{ display:block; width:190px; height:30px; text-align:center; background:#ccc; color:#666; line-height:30px;}
|
||||
/* index-partner */
|
||||
.sn-index-partnerbox{ padding:25px 30px; }
|
||||
.sn-index-partnerbox{ width:775px;}
|
||||
.sn-index-partnerbox ul li{ height:55px;}
|
||||
.sn-index-partnerbox ul li a.partnerimg{ display:block; margin:0 10px 10px 0; border:1px solid #ccc; width:370px; height:43px; float:left;}
|
||||
.partner-btnbox{ width:90px; margin:0 auto;}
|
||||
.partner-btn{ width:35px; height:22px; background-color:#999; line-height:1.0; font-size:18px; color:#fff; text-align: center; margin-right:5px; cursor:pointer;}
|
||||
.partner-btn:hover{ background-color:#172b65;}
|
||||
/* index-active */
|
||||
.sn-index-activebox{ margin-bottom:20px; background:#fff; padding-bottom:10px;}
|
||||
.active-title{width:330px; display:block;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}
|
||||
.sn-index-active{ margin:0px 20px 5px 20px;}
|
||||
.sn-index-active a.sn-activeimg{width:330px; height:210px;}
|
||||
/* index-wx*/
|
||||
.sn-index-wxbox{margin-bottom:20px; background:#fff;}
|
||||
.sn-index-wximg{ margin:15px; margin-right:5px;}
|
||||
.sn-index-txt{ font-size:16px; line-height:2.0; margin-top:30px;}
|
||||
.sn-index-smallbanner img{ display:block; width:369px; height:169px; }
|
||||
|
||||
/* 内页新闻列表 */
|
||||
.sn-inner-body{ width:100%; background-color:#fff;}
|
||||
.sn-innner-content{ width:1200px; margin:0 auto;}
|
||||
.sn-inner-newsh2{ font-size:20px; font-weight:normal; padding-bottom:10px; border-bottom:1px dashed #eee;}
|
||||
.sn-circle{ margin:18px 5px 0 5px ;border:1px solid #24366e; width:5px; height:5px; -webkit-border-radius:50px; -moz-border-radius:50px; -o-border-radius:50px; border-radius:50px; }
|
||||
.sn-inner-newslist ul li{ line-height:42px; font-size:15px;}
|
||||
.sn-inner-newslist a{font-size:15px; color:#888;}
|
||||
.sn-inner-newslist a:hover{ color:#24366e;}
|
||||
a.sn-newslist-titile{ font-size:15px;width:840px; display:block;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|