以台湾为例,1996年9月台湾股市加入MSCI GEM Index (摩根史坦利新兴市场指数)中,从1996年至2005年,外资交易金额比重由2.1%提升至17.9%,部分投资理念也随着外资的流入逐步引入台股中,例如台股上市公司(特别是重型指数权值股)开始有定期的投资者交流制度,公司治理部分更重视股东权益的提高。
Hijasons:没巴西神锋早赢了
澳门足球网导航 “关于威斯布鲁克和我,我可以看到他体内的斗志。他拥有那种不会向任何人退缩的斗志。”佩顿说道,“他的比赛风格和我的有一点不同,因为他是一个速度很快、能冲击篮框的球员,他能在篮框上方打球。投篮方面,我们都对自己充满信心。我不认为他是一个出色的投手,我认为他是一个时准时不准的投手。但他投篮时对自己充满信心,并相信他能投进。除此之外,篮板和助攻,他正在变得很好并打出那么多三双。我喜欢他是因为他在场上的举止很像我,他不会向任何人退缩,并与和他对位的人争锋相对。这是我喜欢他的地方。”
近期IPO审核趋严成为行业共识。IPO的上会率与通过率也都大幅下降。上周4家IPO企业上会,其中3家被否。从这些被否案例中,或可窥见监管层对券商净利规模与持续能力的关注。
1
6:05:00PM
1
6:05:00PM
普罗姆-密萨瓦特
国台办发言人:我们乐见也希望所有关心、支持两岸关系和平发展的有识之士贡献智慧和力量
0
收藏成功
查看我的收藏
.Mblk_cmnt{width:638px;}
.Mblk_cmnt .post_box_top{width:608px;}
/* 广告位修改css 1005 begin */
#J_Comment_Wrap{ margin-top: 10px; }
.sinaads-fixed{ position: fixed!important; top: 0; z-index: 999999;width: 638px; }
.cmnt-box-fixed{ position: fixed!important; top: 90px!important; z-index: 999999; left: 50%!important; margin-left: -474px!important; }
.sinaads-fixed-blank{ height: 90px; }
.sinaads-fixed-blank-c{ height: 288px; }
/* 广告位修改css 1005 end */
input.form_input_long.J_Login_User{height:24px;}
.blkContainerCommentblk .form_input_long{height:24px;}
(function (d, s, id) {
var n = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
s = d.createElement(s);
s.id = id;
s.setAttribute('charset', 'utf-8');
s.src = '//d' + Math.floor(0 + Math.random() * (9 - 0 + 1)) + '.sina.com.cn/litong/zhitou/sinaads/test/e-recommendation/release/sinaere.js';
n.parentNode.insertBefore(s, n);
})(document, 'script', 'sinaere-script');
//推荐启动代码
(sinaere = window.sinaere || []).push({});
//sinaads.js load
(function (d, s, id) {
var n = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
s = d.createElement(s);
s.id = id;
s.setAttribute('charset', 'utf-8');
s.src = '//d' + Math.floor(0 + Math.random() * (9 - 0 + 1)) + '.sina.com.cn/litong/zhitou/sinaads/release/sinaads.js';
n.parentNode.insertBefore(s, n);
})(document, 'script', 'sinaads-script');
(sinaads = window.sinaads || []).push({});
;(function (win, doc) {
var isIE6 = ! -[1,] && ! window.XMLHttpRequest;
if (isIE6) {
return;
}
var utils = {
$: function(id){
return doc.getElementById(id);
},
fixEvent: function (e) {
var e = e || win.event;
e.target = e.target ? e.target : e.srcElement;
return e;
},
hasClass: function(elem, cls){
var reg = new RegExp('(^|\\s)' + cls + '($|\\s)');
return reg.test(elem.className);
},
removeClass: function(elem, cls){
var reg = new RegExp('(^|\\s)' + cls + '($|\\s)', 'g');
elem.className = elem.className.replace(reg, ' ');
},
addClass: function(elem, cls){
if(!this.hasClass(elem, cls)){
elem.className += ' ' + cls;
}
},
addEvent: doc.addEventListener ?
function (elem, type, fn) {
elem.addEventListener(type, fn, false);
} : function (elem, type, fn) {
elem.attachEvent('on' + type, fn);
},
viewData: function(){
var e = 0, l = 0, i = 0, g = 0, f = 0, m = 0;
var j = win, h = doc, k = h.documentElement;
e = k.clientWidth || h.body.clientWidth || 0;
l = j.innerHeight || k.clientHeight || h.body.clientHeight || 0;
g = h.body.scrollTop || k.scrollTop || j.pageYOffset || 0;
i = h.body.scrollLeft || k.scrollLeft || j.pageXOffset || 0;
f = Math.max(h.body.scrollWidth, k.scrollWidth || 0);
m = Math.max(h.body.scrollHeight, k.scrollHeight || 0, l);
return {scrollTop: g,scrollLeft: i,documentWidth: f,documentHeight: m,viewWidth: e,viewHeight: l};
},
getPosition: function(ele){
var positionX=0;
var positionY=0;
while(ele!=null){
positionX+=ele.offsetLeft;
positionY+=ele.offsetTop;
ele=ele.offsetParent;
}
return {
x : positionX,
y : positionY
};
}
};
var fixedAds = utils.$('sinaads_box_fix'),
cmntBox = utils.$('J_Comment_Form_B'),
cmntList = utils.$('J_Comment_List_Wrap'),
cmntListTop = '',
cmntListOffsetHeight = '',
fixedAdsTop = '',
cmntBoxTop = '',
adsBox = fixedAds.getElementsByTagName('ins')[0];
utils.addEvent(win, 'scroll', function (e) {
! cmntBox && (cmntBox = utils.$('J_Comment_Form_B'));
! cmntList && (cmntList = utils.$('J_Comment_List_Wrap'));
var scrollTop = utils.viewData().scrollTop;
cmntListOffsetHeight = cmntList.offsetHeight;
cmntListTop = utils.getPosition(cmntList).y;
cmntBoxTop = utils.getPosition(cmntBox).y;
fixedAdsTop = utils.getPosition(fixedAds).y;
if (scrollTop > cmntListOffsetHeight + cmntListTop - 288) {
utils.removeClass(fixedAds, 'sinaads-fixed-blank');
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.removeClass(adsBox, 'sinaads-fixed');
utils.removeClass(cmntBox, 'cmnt-box-fixed');
return;
}
if (scrollTop > fixedAdsTop ) {
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.addClass(fixedAds, 'sinaads-fixed-blank');
utils.addClass(adsBox, 'sinaads-fixed');
} else {
utils.removeClass(fixedAds, 'sinaads-fixed-blank');
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.removeClass(adsBox, 'sinaads-fixed');
utils.removeClass(cmntBox, 'cmnt-box-fixed');
cmntBoxTop = utils.getPosition(cmntBox).y;
}
if (scrollTop > cmntBoxTop - 90) {
utils.removeClass(fixedAds, 'sinaads-fixed-blank');
utils.addClass(fixedAds, 'sinaads-fixed-blank-c');
utils.addClass(cmntBox, 'cmnt-box-fixed');
} else {
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.removeClass(cmntBox, 'cmnt-box-fixed');
}
})
})(window, document);
微博推荐
一键关注
已关注
关注更多
jsLoader(ARTICLE_JSS.weiboAll).jsLoader(ARTICLE_JSS.weiboCard2013).jsLoader(ARTICLE_JSS.wbUsersRec, function () {
initWbUsersRec({
groupId : 3 });
});
var llq_url = document.location.href;
if (/baidu/.test(llq_url) == true) {
document.getElementById('gaoqingtu_b').src = "http://sports.sina.com.cn/iframe/1135/2012-10-15/hdphoto2.html";
} else {
//其他操作
}
function SearchSubmit01() {
var key = document.SearchEcho01.SerchKey.value;
if (key == "请输关键词" || key == "请输入关键字") {
key = ""
}
;
switch (document.SearchEcho01.SerchType.value) {
case "新闻" :
document.thform_02.q.value = key;
document.thform_02.submit();
break;
case "视频" :
document.thform_03.q.value = key;
document.thform_03.submit();
break;
case "图片" :
document.thform_05.q.value = key;
document.thform_05.submit();
break;
case "博客" :
document.thform_08.q.value = key;
document.thform_08.submit();
break;
case "微博" :
window.open('http://s.weibo.com/' + (key ? 'weibo/' + key + '&Refer=sina_news' : ''));
break;
default : //网页
document.thform_01.q.value = key;
document.thform_01.channel.value = "contentsearch";
document.thform_01.submit();
}
return false;
}
新闻
图片
微博
博客
视频
new sim_select("slt_02");
手机新浪体育 | 新浪体育论坛
.blkContentSearchCont .top-suggest-wrap {
top: 26px;
margin-left: 65px;
}
.blkContainerPblk {
word-wrap:break-word;
word-break:break-all;
*position: relative;
*z-index: 1001;
}
(function () {
// 表单
var frm = document.SearchEcho1;
var frm2 = document.thform_02;
// 下拉选择
var select = document.getElementById('slt_02');
// 输入框
var input = document.getElementById('SI_Inp_2');
// 提交按钮
var submit = function () {
frm2.q.value = input.value;
frm2.submit();
};
// 是否新闻
var isNews = function () {
return select.value === '新闻';
};
// 提交
new searchsUggest({
input: input,
maxLen: 10,
placeholderStr: '请输入关键词',
showHotList: isNews,
showSuggestList: isNews,
onSelect: submit
});
})();
(sinaads = window.sinaads || []).push({});
聚焦
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
.zhitou_sheng {
width: 638px;
border: 1px #e5e5e5 solid;
padding-bottom: 14px;
font-family: '宋体';
margin: 10px auto 0;
overflow: hidden;
}
.zhitou_sheng h2 {
height: 37px;
line-height: 37px;
border-bottom: 1px dashed #e5e5e5;
}
.zhitou_sheng h2 strong {
font-size: 16px;
float: left;
padding-left: 8px;
font-family: '微软雅黑';
color: #333;
}
.zhitou_sheng h2 strong em {
font-family: '宋体';
}
.zhitou_sheng dl {
margin: 14px auto 0;
}
/*.zhitou_sheng dl dt{float:left;margin-right:8px;display:inline;width:145px;height:105px;border:1px #e5e5e5 solid;position:relative}
.zhitou_sheng dl dt img{ float:left; border:none;}
.zhitou_sheng dl dt span{width:145px;height:20px;position:absolute;bottom:0;left:0;background:#586063;filter:alpha(opacity=50);opacity:0.5;}
.zhitou_sheng dl dt em{width:145px;height:20px;font-size:12px;line-height:20px;text-align:center;z-index:5;color:#fff;position:absolute;bottom:0;left:0;}*/
.zhitou_sheng dl dd {
list-style-type: none;
list-style-image: none;
font-size: 12px;
float: left;
line-height: 22px;
margin-left: 7px;
width: 150px;
}
.zhitou_sheng dl dd a {
color: #666;
}
.zhitou_sheng dl dd a:hover {
text-decoration: underline;
color: #C00;
}
.clear {
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
clear: both;
}
.Ad_02 {
height: 190px;
display: block;
}
.Ad_02 .Mblk_03 .newAddBlk .list_009_f14 {
padding-left: 10px;
}
.Ad_02 .Mblk_03 {
float: left;
}
.Ad_02 .adNode {
border: 1px solid #E5E5E5;
width: 316px;
margin-top: 15px;
height: 190px;
}
.Ad_02 .M_Menu_01 .newAddtit2 {
padding-top: 4px;
float: right;
padding-right: 10px;
}
.Ad_02 .M_Menu_01 .selected {
border-right: 1px solid #E5E5E5;
padding-right: 10px;
}
.Ad_02 .Mblk_03 .newAddBlk li {
background: url("http://i0.sinaimg.cn/ent/deco/2012/0907/content/ent_zxh_0816_01v3.png") no-repeat scroll -47px -92px transparent;
padding-left: 13px;
height: 22px;
line-height: 22px;
}
.Ad_02 .Mblk_03 .newAddBlk2 {
border-top: 1px dotted #ccc;
margin-top: 3px;
}
.Ad_02 .Mblk_03 .conBlk {
border-bottom: 1px solid #fff;
padding-top: 10px;
}
.Ad_02 .Mblk_03 .newAddBlk .zypicBlk {
padding-top: 2px;
padding-bottom: 0px;
}
.M_Menu_01 .selected {
color: #010101;
font-family: "微软雅黑";
font-size: 14px;
height: 32px;
line-height: 32px;
padding-left: 14px;
float: left;
}
.newAddtit2 {
float: left;
line-height: 32px;
padding-left: 20px;
color: #626262;
}
.conBlk {
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
}
.ad_cont_03 {
padding-left: 13px !important;
}
#ccont04 .clist li {
width: 296px;
}
/* 互动活动 li宽度比其他几个要宽 */
#PublicRelation5 {
text-align: left;
}
#PublicRelation5 {
border-top: 1px solid #E5E5E5 !important;
}
应用中心
新浪公益
新浪游戏
互动活动
热点推荐
最萌贴图礼品:美图贴贴
权威体育赛事:新浪体育
备考最有效率:扇贝单词
免费上网革命:wifi神器
力量抗争:超自然逃脱2
探金字塔:被遗忘的宝藏
诡异树林:逃离死亡树林
虐心游戏:侠大冒险
前沿文化精髓:掌上猫扑
移动阅读生活:塔读小说
订机票立减50:航班管家
手机的造型师:安卓壁纸
穿隧道:霓虹灯轨道飞行
虚与实:你的人生你做主
怪:国夫君的热血躲避球
狠:光头枪手打怪兽塔防
微博益起来感恩行动
2013捐一元爱心送营养
2013壹基金公益映像节
水立方中国公益平台
阿里巴巴公益广告大赛
思源方舟防灾减灾
2013爱佑慈善晚宴
佳能影像公益
贫困儿童图书漂流箱项目
福特汽车环保奖
女童权益保护全球行动
奔驰自然保护项目
佳能希望小学色彩教室
卡夫希望厨房
妇基会母亲包邮活动
微博-达人通
《九阴真经》江湖新秀礼包
《梦幻西游手游版》夏日情谊卡
《星际战甲》新浪高级特权礼包
《问道》天书奇谭至尊礼包
《新倩女幽魂》新浪特权礼包
《热血传奇》15周年专区礼包
《大话西游2》人气公测礼包
《倩女幽魂2》新浪1888元白金卡
《第三把剑》新浪特权皇钻礼包
《奇迹MU》 新浪独家礼包
《龙门虎将》新浪定制礼包
《虎豹骑》二次测试码
角色扮演类新手卡
射击类游戏新手卡
动作类游戏新手卡
策略类游戏新手卡
新浪专栏:读名家知天下
想成为专栏作家?戳这里
强势围观!政务微博大事件!
快来看!湖南微博有大事!
最火博文 大家都在看
一大波台湾美食正在向你逼近!
[财经]股市行情查询
[财经]理财计算器
[科技]数码产品库
[视频]最热影视大片
[旅游]国内外景点查询
[育儿]育儿实用工具库
[汽车]车型查询
[女性]化妆品产品库
[星座]星座运势查询
[娱乐]影讯查询
[娱乐]电视节目表
[教育]大学院校查询
jsLoader(ARTICLE_JSS.subshow, function () {
var SubShow_cmenu01_01 = new SubShowClass("none", "onmouseover");
for (var i = 1; i < 6; i++)SubShow_cmenu01_01.addLabel("cbtn0" + i, "ccont0" + i);
});
.M_Menu_01 .selected {
color: #010101;
font-family: "微软雅黑";
font-size: 14px;
height: 32px;
line-height: 32px;
padding-left: 14px;
float: left;
}
.newAddtit2 {
float: left;
line-height: 32px;
padding-left: 20px;
color: #626262;
}
.conBlk {
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
}
.qyfwBlk .zyconBlk {
width: 300px;
}
.color666 a, .botSxBlk li a, .botSxBlk li {
color: #666666 !important;
}
.color666 a:hover, .botSxBlk li a:hover {
color: #CC0000 !important;
}
.botSxBlk {
padding-left: 20px;
}
.botSxBlk li {
width: 150px !important;
display: inline;
padding-left: 2px;
float: left;
}
.qyfwBlk .conBlk li {
}
.qyfwBlk .zyconBlk {
padding-left: 11px !important;
}
.ad_07 .M_Menu_01 .newAddtit2 {
padding-top: 4px;
float: left;
padding-left: 22px;
}
.ad_07 .M_Menu_01 .selected {
border-right: 1px solid #E5E5E5;
padding-right: 10px;
}
.botSxBlk{clear:both;border-top:1px dashed #d2e3f5;border-bottom:1px solid #d2e3f5;line-height:30px;padding-left:9px;color:#009;height:28px;overflow:hidden;}
.botSxBlk li{float:left;display:inline;width:155px;padding-left:2px;}
城市热点节庆活动
新浪《对话城市》
诚招合作伙伴
新企邮上线更优惠
(function(){
var adScript = document.createElement('script');
adScript.src = 'http://d1.sina.com.cn/litong/zhitou/sinaads/demo/changwy/link/nba_left_hzh_20160125.js';
document.getElementsByTagName('head')[0].appendChild(adScript);
})();
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
(sinaere = window.sinaere || []).push({});
.RtTxtAD {
border: 1px #e5e5e5 solid;
background: #fff;
padding-left: 10px;
}
.RtTxtAD a:link, .RtTxtAD a:active {
color: #666 !important;
}
.RtTxtAD a:hover, .RtTxtAD a:active {
color: #8D0000 !important;
}
.RtTxtAD a:visited {
color: #999 !important;
}
.color666 a {
color: #666
}
.color666 a:visited {
color: #999;
}
.color666 a:hover {
color: #8D0000;
text-decoration: underline;
}
.color666 li a {
color: #666
}
.color666 li a:visited {
color: #999;
}
.color666 li a:hover {
color: #8D0000;
text-decoration: underline;
}
#lifek {
font-size: 12px;
line-height: 20px;
width: 608px;
margin: 10px auto 5px;
overflow: hidden;
}
#lifek ul {
margin: 0;
padding: 0;
text-align: left;
list-style-type: none;
width: 290px;
display: inline;
float: left;
}
#lifek ul li {
width: 100%;
float: left;
display: inline;
}
#lifek li a {
color: #666;
background: url(http://d5.sina.com.cn/shh/lechan/20120717zhongyi/ico-d.jpg) no-repeat 1px center;
padding-left: 10px;
font-size: 12px;
}
#lifek li a:hover {
color: #8D0000;
text-decoration: underline;
}
#lifek li a:visited {
color: #999;
}
#life-l {
width: 290px;
float: left;
line-height: 20px;
margin-left: 10px;
display: inline;
}
#life-r {
width: 290px;
float: right;
line-height: 20px;
}
(sinaads = window.sinaads || []).push({});
(function (d, s, id) {
var s, n = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
s = d.createElement(s);
s.id = id;
s.setAttribute('charset', 'utf-8');
s.src = '//d' + Math.floor(0 + Math.random() * (9 - 0 + 1)) + '.sina.com.cn/litong/zhitou/sinaads/release/sinaads.js';
n.parentNode.insertBefore(s, n);
})(document, 'script', 'sinaads-script');
(sinaads = window.sinaads || []).push({})
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
.right_fixed {position: fixed;top: 0;width: 300px;}
.right_fixed a img{ padding: 0px;}
(sinaads = window.sinaads || []).push({});
var llq_url2 = document.location.href;
if (/baidu/.test(llq_url2) == true) {
document.getElementById('blk_n001_lh003').style.display = "none";
document.getElementById('blk_n001_lh003_1').style.display = "none";
} else {
//其他操作
}
.zhitou-wrap{overflow: hidden; border-top:1px solid #d0d0d0;}
.zhitou-header{overflow:hidden;padding:10px 0;}
.zhitou-header .text{float:left;color:#000;font-size:18px;font-weight: bold;}
.zhitou-header .more{float:right;}
新浪扶翼
行业专区
(sinaads = window.sinaads || []).push({});
0
0
0
0
UFC举牌女郎性感写真巨乳销魂
小女孩模仿亚当斯
小女孩模仿亚当斯
骑士队拉拉队宝贝热舞
花花公子宝贝沙滩戏水秀双峰翘臀
"中国版卡戴珊"红出国门
萌宝神似库里爆红网络
徐新压哨报复动作染红
申万宏源:A股市场个股走势将分化
评级机构:评级方法不能照搬美国
【新闻】2016清明端午中秋可各拼出9天假 【体育】亚冠-上港进8强 法网-王蔷张帅过首轮关 【娱乐】女大学生面试好声音后失联?被警方刑拘 【财经】
国企改革顶层设计方案已获国务院通过 【科技】李彦宏:特殊时期的百度会深刻反省 【博客】悦涛:不要让华为跑了 揭秘试药族 【读书】优劣悬殊:抗美援朝敌我装备差距有多大 【教育】中大“三无”男教师教护肤被赞美容男神 【专栏】李银河:官员通奸与任职资格的三种关系 连续4场关键时刻0分 詹黑们又激动了! 女排转战首体适应大馆训练 陈丽怡王云入集训 鲁能队员:中超迷失亚冠要找回颜面 全场都要拼 火了!十月大萌宝神似库里 胖嘟嘟的小网红(图) 意甲升班马力邀巴洛特利加盟 主席:让他当队长 英超劲旅邀佩帅执教!已面谈老板 获巨额转会预算 纳达尔仅丢三局横扫澳洲大炮 轻松取得法网开门红 马宁傅明入围12强赛裁判候选名单 陆俊后中国首人 131球!巴萨MSN狂刷新纪录 包揽巴萨超7成进球 中投夺命!猛龙藏这孤煞星 他用这招送骑士回家 图文-许海峰:人生辉煌始于金牌 雅典奥运发布会 朴泰桓泪洒记者会鞠躬致歉 仍辩称为治疗皮肤(图) 曝博尔特奥运秘密约会女模特 队服发布会相识相恋 图文-伦敦奥运装备发布会举行 刘国梁出席 朴泰桓含泪鞠躬道歉 罗纳尔多走路打球控制体重 不学舍瓦参加巴西奥运 马布里电影《纽约人在北京》开拍 众明星加盟 科比发布会:退役时绝不流泪 最美妙是选秀时 刘璇出席发布会嘟嘴卖萌 乔治伤后首次接受采访 复出时间未定仍想打奥运会
人生不是“嚎麦”
小法携女友海边度假
C罗前女友俏皮可爱
盘点NBA历史最高效40+10+,今日威少排第几?
NBA历史第四节球队最高得分排行榜
丁俊晖:一步之遥的背后
退役?真巨头与命运的抗争!
吸毒的增多令人担忧加大打击力度
猛龙队如何避免被横扫,若想翻盘最不利的因素是啥
冬训14 一号木向下意识
新浪简介┊About Sina┊广告服务┊联系我们┊招聘信息┊网站律师┊SINA English┊通行证注册┊产品答疑在线电子博彩游戏
2016年阿里巴巴首届年货节,让杨海宁对专业化的电商经营有了更深刻的认识。从宣传造势到定标、选品,再到活动策划、仓储物流、服务管控,作为三个试点省份之一参与年货节大促全程的贵州电商产业链上下,从政府主管部门到农产品供应商、从电商服务企业到农户,集体经历了一次“练兵”。
第二,估值被低估和错杀的业绩稳定增长的成长股,以新兴服务业为主。主题重点推荐城市轨交、以及体育赛事等相关投资机会。
新浪公司 版权所有
新浪公司 版权所有
0
收藏成功
查看我的收藏
.Mblk_cmnt{width:638px;}
.Mblk_cmnt .post_box_top{width:608px;}
/* 广告位修改css 1005 begin */
#J_Comment_Wrap{ margin-top: 10px; }
.sinaads-fixed{ position: fixed!important; top: 0; z-index: 999999;width: 638px; }
.cmnt-box-fixed{ position: fixed!important; top: 90px!important; z-index: 999999; left: 50%!important; margin-left: -474px!important; }
.sinaads-fixed-blank{ height: 90px; }
.sinaads-fixed-blank-c{ height: 288px; }
/* 广告位修改css 1005 end */
input.form_input_long.J_Login_User{height:24px;}
.blkContainerCommentblk .form_input_long{height:24px;}
(function (d, s, id) {
var n = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
s = d.createElement(s);
s.id = id;
s.setAttribute('charset', 'utf-8');
s.src = '//d' + Math.floor(0 + Math.random() * (9 - 0 + 1)) + '.sina.com.cn/litong/zhitou/sinaads/test/e-recommendation/release/sinaere.js';
n.parentNode.insertBefore(s, n);
})(document, 'script', 'sinaere-script');
//推荐启动代码
(sinaere = window.sinaere || []).push({});
//sinaads.js load
(function (d, s, id) {
var n = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
s = d.createElement(s);
s.id = id;
s.setAttribute('charset', 'utf-8');
s.src = '//d' + Math.floor(0 + Math.random() * (9 - 0 + 1)) + '.sina.com.cn/litong/zhitou/sinaads/release/sinaads.js';
n.parentNode.insertBefore(s, n);
})(document, 'script', 'sinaads-script');
(sinaads = window.sinaads || []).push({});
;(function (win, doc) {
var isIE6 = ! -[1,] && ! window.XMLHttpRequest;
if (isIE6) {
return;
}
var utils = {
$: function(id){
return doc.getElementById(id);
},
fixEvent: function (e) {
var e = e || win.event;
e.target = e.target ? e.target : e.srcElement;
return e;
},
hasClass: function(elem, cls){
var reg = new RegExp('(^|\\s)' + cls + '($|\\s)');
return reg.test(elem.className);
},
removeClass: function(elem, cls){
var reg = new RegExp('(^|\\s)' + cls + '($|\\s)', 'g');
elem.className = elem.className.replace(reg, ' ');
},
addClass: function(elem, cls){
if(!this.hasClass(elem, cls)){
elem.className += ' ' + cls;
}
},
addEvent: doc.addEventListener ?
function (elem, type, fn) {
elem.addEventListener(type, fn, false);
} : function (elem, type, fn) {
elem.attachEvent('on' + type, fn);
},
viewData: function(){
var e = 0, l = 0, i = 0, g = 0, f = 0, m = 0;
var j = win, h = doc, k = h.documentElement;
e = k.clientWidth || h.body.clientWidth || 0;
l = j.innerHeight || k.clientHeight || h.body.clientHeight || 0;
g = h.body.scrollTop || k.scrollTop || j.pageYOffset || 0;
i = h.body.scrollLeft || k.scrollLeft || j.pageXOffset || 0;
f = Math.max(h.body.scrollWidth, k.scrollWidth || 0);
m = Math.max(h.body.scrollHeight, k.scrollHeight || 0, l);
return {scrollTop: g,scrollLeft: i,documentWidth: f,documentHeight: m,viewWidth: e,viewHeight: l};
},
getPosition: function(ele){
var positionX=0;
var positionY=0;
while(ele!=null){
positionX+=ele.offsetLeft;
positionY+=ele.offsetTop;
ele=ele.offsetParent;
}
return {
x : positionX,
y : positionY
};
}
};
var fixedAds = utils.$('sinaads_box_fix'),
cmntBox = utils.$('J_Comment_Form_B'),
cmntList = utils.$('J_Comment_List_Wrap'),
cmntListTop = '',
cmntListOffsetHeight = '',
fixedAdsTop = '',
cmntBoxTop = '',
adsBox = fixedAds.getElementsByTagName('ins')[0];
utils.addEvent(win, 'scroll', function (e) {
! cmntBox && (cmntBox = utils.$('J_Comment_Form_B'));
! cmntList && (cmntList = utils.$('J_Comment_List_Wrap'));
var scrollTop = utils.viewData().scrollTop;
cmntListOffsetHeight = cmntList.offsetHeight;
cmntListTop = utils.getPosition(cmntList).y;
cmntBoxTop = utils.getPosition(cmntBox).y;
fixedAdsTop = utils.getPosition(fixedAds).y;
if (scrollTop > cmntListOffsetHeight + cmntListTop - 288) {
utils.removeClass(fixedAds, 'sinaads-fixed-blank');
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.removeClass(adsBox, 'sinaads-fixed');
utils.removeClass(cmntBox, 'cmnt-box-fixed');
return;
}
if (scrollTop > fixedAdsTop ) {
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.addClass(fixedAds, 'sinaads-fixed-blank');
utils.addClass(adsBox, 'sinaads-fixed');
} else {
utils.removeClass(fixedAds, 'sinaads-fixed-blank');
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.removeClass(adsBox, 'sinaads-fixed');
utils.removeClass(cmntBox, 'cmnt-box-fixed');
cmntBoxTop = utils.getPosition(cmntBox).y;
}
if (scrollTop > cmntBoxTop - 90) {
utils.removeClass(fixedAds, 'sinaads-fixed-blank');
utils.addClass(fixedAds, 'sinaads-fixed-blank-c');
utils.addClass(cmntBox, 'cmnt-box-fixed');
} else {
utils.removeClass(fixedAds, 'sinaads-fixed-blank-c');
utils.removeClass(cmntBox, 'cmnt-box-fixed');
}
})
})(window, document);
微博推荐
一键关注
已关注
关注更多
jsLoader(ARTICLE_JSS.weiboAll).jsLoader(ARTICLE_JSS.weiboCard2013).jsLoader(ARTICLE_JSS.wbUsersRec, function () {
initWbUsersRec({
groupId : 3 });
});
猜你喜欢
请用微博账号登录,推荐效果更好!
相关新闻
《我是海叔》揭莱斯特城夺冠庆典:中国球迷万里追梦
郝强:毅腾球员有股特别的劲儿 在这儿踢球倍感温暖
广州中小学足球联赛激战正酣 足球传统校优势明显
图文-苏宁公开训练备战中超联赛 合影留念
图文-苏宁公开训练备战中超联赛 手绘画像
// 个性化推荐2.5 左右按钮添加suda统计
jsLoader(ARTICLE_JSS.guess, function() {
var Recommender = window.___SinaRecommender___;
if (typeof Recommender == 'undefined') {
return;
}
Recommender.article.render.init(false);
});
//用于在没部署seajs的页面,使用seajs
//传入cb为callback,代表seajs加载完毕并config完毕后,调用
(function(cb){
;(function(m, o, d, u, l, a, r) {
if(m[d]) {(typeof cb === 'function') && cb(); return}
function f(n, t) { return function() { r.push(n, arguments); return t } }
m[d] = a = { args: (r = []), config: f(0, a), use: f(1, a) }
m.udvDefine = f(2)
u = o.createElement('script')
u.id = d + 'node'
u.src = 'http://i2.sinaimg.cn/jslib/modules2/seajs/1.3.0/sea.js'
l = o.getElementsByTagName('head')[0]
a = o.getElementsByTagName('base')[0]
a ? l.insertBefore(u, a) : l.appendChild(u)
})(window, document, 'seajs');
//config
seajs.use('http://news.sina.com.cn/js/modules2/config/lib/config.1.1.x.js?ver=1.2.7', function(){
(typeof cb === 'function') && cb();
});
})(function(){
// jsLoader(ARTICLE_JSS.guess);
// 阅读记录
seajs.use('product.guess.readMem');
//猜你喜欢v2(collect)
seajs.use('product.guess2.collect');
});
//lxl3 end
var llq_url = document.location.href;
if (/baidu/.test(llq_url) == true) {
document.getElementById('gaoqingtu_b').src = "http://sports.sina.com.cn/iframe/1135/2012-10-15/hdphoto2.html";
} else {
//其他操作
}
function SearchSubmit01() {
var key = document.SearchEcho01.SerchKey.value;
if (key == "请输关键词" || key == "请输入关键字") {
key = ""
}
;
switch (document.SearchEcho01.SerchType.value) {
case "新闻" :
document.thform_02.q.value = key;
document.thform_02.submit();
break;
case "视频" :
document.thform_03.q.value = key;
document.thform_03.submit();
break;
case "图片" :
document.thform_05.q.value = key;
document.thform_05.submit();
break;
case "博客" :
document.thform_08.q.value = key;
document.thform_08.submit();
break;
case "微博" :
window.open('http://s.weibo.com/' + (key ? 'weibo/' + key + '&Refer=sina_news' : ''));
break;
default : //网页
document.thform_01.q.value = key;
document.thform_01.channel.value = "contentsearch";
document.thform_01.submit();
}
return false;
}
新闻
图片
微博
博客
视频
new sim_select("slt_02");
手机新浪体育 | 新浪体育论坛
.blkContentSearchCont .top-suggest-wrap {
top: 26px;
margin-left: 65px;
}
.blkContainerPblk {
word-wrap:break-word;
word-break:break-all;
*position: relative;
*z-index: 1001;
}
(function () {
// 表单
var frm = document.SearchEcho1;
var frm2 = document.thform_02;
// 下拉选择
var select = document.getElementById('slt_02');
// 输入框
var input = document.getElementById('SI_Inp_2');
// 提交按钮
var submit = function () {
frm2.q.value = input.value;
frm2.submit();
};
// 是否新闻
var isNews = function () {
return select.value === '新闻';
};
// 提交
new searchsUggest({
input: input,
maxLen: 10,
placeholderStr: '请输入关键词',
showHotList: isNews,
showSuggestList: isNews,
onSelect: submit
});
})();
(sinaads = window.sinaads || []).push({});
聚焦
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({
params: {
sinaads_ad_tpl: '#{src1}'
}
});
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
.zhitou_sheng {
width: 638px;
border: 1px #e5e5e5 solid;
padding-bottom: 14px;
font-family: '宋体';
margin: 10px auto 0;
overflow: hidden;
}
.zhitou_sheng h2 {
height: 37px;
line-height: 37px;
border-bottom: 1px dashed #e5e5e5;
}
.zhitou_sheng h2 strong {
font-size: 16px;
float: left;
padding-left: 8px;
font-family: '微软雅黑';
color: #333;
}
.zhitou_sheng h2 strong em {
font-family: '宋体';
}
.zhitou_sheng dl {
margin: 14px auto 0;
}
/*.zhitou_sheng dl dt{float:left;margin-right:8px;display:inline;width:145px;height:105px;border:1px #e5e5e5 solid;position:relative}
.zhitou_sheng dl dt img{ float:left; border:none;}
.zhitou_sheng dl dt span{width:145px;height:20px;position:absolute;bottom:0;left:0;background:#586063;filter:alpha(opacity=50);opacity:0.5;}
.zhitou_sheng dl dt em{width:145px;height:20px;font-size:12px;line-height:20px;text-align:center;z-index:5;color:#fff;position:absolute;bottom:0;left:0;}*/
.zhitou_sheng dl dd {
list-style-type: none;
list-style-image: none;
font-size: 12px;
float: left;
line-height: 22px;
margin-left: 7px;
width: 150px;
}
.zhitou_sheng dl dd a {
color: #666;
}
.zhitou_sheng dl dd a:hover {
text-decoration: underline;
color: #C00;
}
.clear {
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
clear: both;
}
.Ad_02 {
height: 190px;
display: block;
}
.Ad_02 .Mblk_03 .newAddBlk .list_009_f14 {
padding-left: 10px;
}
.Ad_02 .Mblk_03 {
float: left;
}
.Ad_02 .adNode {
border: 1px solid #E5E5E5;
width: 316px;
margin-top: 15px;
height: 190px;
}
.Ad_02 .M_Menu_01 .newAddtit2 {
padding-top: 4px;
float: right;
padding-right: 10px;
}
.Ad_02 .M_Menu_01 .selected {
border-right: 1px solid #E5E5E5;
padding-right: 10px;
}
.Ad_02 .Mblk_03 .newAddBlk li {
background: url("http://i0.sinaimg.cn/ent/deco/2012/0907/content/ent_zxh_0816_01v3.png") no-repeat scroll -47px -92px transparent;
padding-left: 13px;
height: 22px;
line-height: 22px;
}
.Ad_02 .Mblk_03 .newAddBlk2 {
border-top: 1px dotted #ccc;
margin-top: 3px;
}
.Ad_02 .Mblk_03 .conBlk {
border-bottom: 1px solid #fff;
padding-top: 10px;
}
.Ad_02 .Mblk_03 .newAddBlk .zypicBlk {
padding-top: 2px;
padding-bottom: 0px;
}
.M_Menu_01 .selected {
color: #010101;
font-family: "微软雅黑";
font-size: 14px;
height: 32px;
line-height: 32px;
padding-left: 14px;
float: left;
}
.newAddtit2 {
float: left;
line-height: 32px;
padding-left: 20px;
color: #626262;
}
.conBlk {
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
}
.ad_cont_03 {
padding-left: 13px !important;
}
#ccont04 .clist li {
width: 296px;
}
/* 互动活动 li宽度比其他几个要宽 */
#PublicRelation5 {
text-align: left;
}
#PublicRelation5 {
border-top: 1px solid #E5E5E5 !important;
}
应用中心
新浪公益
新浪游戏
互动活动
热点推荐
最萌贴图礼品:美图贴贴
权威体育赛事:新浪体育
备考最有效率:扇贝单词
免费上网革命:wifi神器
力量抗争:超自然逃脱2
探金字塔:被遗忘的宝藏
诡异树林:逃离死亡树林
虐心游戏:侠大冒险
前沿文化精髓:掌上猫扑
移动阅读生活:塔读小说
订机票立减50:航班管家
手机的造型师:安卓壁纸
穿隧道:霓虹灯轨道飞行
虚与实:你的人生你做主
怪:国夫君的热血躲避球
狠:光头枪手打怪兽塔防
微博益起来感恩行动
2013捐一元爱心送营养
2013壹基金公益映像节
水立方中国公益平台
阿里巴巴公益广告大赛
思源方舟防灾减灾
2013爱佑慈善晚宴
佳能影像公益
贫困儿童图书漂流箱项目
福特汽车环保奖
女童权益保护全球行动
奔驰自然保护项目
佳能希望小学色彩教室
卡夫希望厨房
妇基会母亲包邮活动
微博-达人通
《九阴真经》江湖新秀礼包
《梦幻西游手游版》夏日情谊卡
《星际战甲》新浪高级特权礼包
《问道》天书奇谭至尊礼包
《新倩女幽魂》新浪特权礼包
《热血传奇》15周年专区礼包
《大话西游2》人气公测礼包
《倩女幽魂2》新浪1888元白金卡
《第三把剑》新浪特权皇钻礼包
《奇迹MU》 新浪独家礼包
《龙门虎将》新浪定制礼包
《虎豹骑》二次测试码
角色扮演类新手卡
射击类游戏新手卡
动作类游戏新手卡
策略类游戏新手卡
新浪专栏:读名家知天下
想成为专栏作家?戳这里
强势围观!政务微博大事件!
快来看!湖南微博有大事!
最火博文 大家都在看
一大波台湾美食正在向你逼近!
[财经]股市行情查询
[财经]理财计算器
[科技]数码产品库
[视频]最热影视大片
[旅游]国内外景点查询
[育儿]育儿实用工具库
[汽车]车型查询
[女性]化妆品产品库
[星座]星座运势查询
[娱乐]影讯查询
[娱乐]电视节目表
[教育]大学院校查询
jsLoader(ARTICLE_JSS.subshow, function () {
var SubShow_cmenu01_01 = new SubShowClass("none", "onmouseover");
for (var i = 1; i < 6; i++)SubShow_cmenu01_01.addLabel("cbtn0" + i, "ccont0" + i);
});
.M_Menu_01 .selected {
color: #010101;
font-family: "微软雅黑";
font-size: 14px;
height: 32px;
line-height: 32px;
padding-left: 14px;
float: left;
}
.newAddtit2 {
float: left;
line-height: 32px;
padding-left: 20px;
color: #626262;
}
.conBlk {
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
}
.qyfwBlk .zyconBlk {
width: 300px;
}
.color666 a, .botSxBlk li a, .botSxBlk li {
color: #666666 !important;
}
.color666 a:hover, .botSxBlk li a:hover {
color: #CC0000 !important;
}
.botSxBlk {
padding-left: 20px;
}
.botSxBlk li {
width: 150px !important;
display: inline;
padding-left: 2px;
float: left;
}
.qyfwBlk .conBlk li {
}
.qyfwBlk .zyconBlk {
padding-left: 11px !important;
}
.ad_07 .M_Menu_01 .newAddtit2 {
padding-top: 4px;
float: left;
padding-left: 22px;
}
.ad_07 .M_Menu_01 .selected {
border-right: 1px solid #E5E5E5;
padding-right: 10px;
}
.botSxBlk{clear:both;border-top:1px dashed #d2e3f5;border-bottom:1px solid #d2e3f5;line-height:30px;padding-left:9px;color:#009;height:28px;overflow:hidden;}
.botSxBlk li{float:left;display:inline;width:155px;padding-left:2px;}
城市热点节庆活动
新浪《对话城市》
诚招合作伙伴
新企邮上线更优惠
(function(){
var adScript = document.createElement('script');
adScript.src = 'http://d1.sina.com.cn/litong/zhitou/sinaads/demo/changwy/link/zhongc_left_hzh_20160125.js';
document.getElementsByTagName('head')[0].appendChild(adScript);
})();
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
(sinaere = window.sinaere || []).push({});
.RtTxtAD {
border: 1px #e5e5e5 solid;
background: #fff;
padding-left: 10px;
}
.RtTxtAD a:link, .RtTxtAD a:active {
color: #666 !important;
}
.RtTxtAD a:hover, .RtTxtAD a:active {
color: #8D0000 !important;
}
.RtTxtAD a:visited {
color: #999 !important;
}
.color666 a {
color: #666
}
.color666 a:visited {
color: #999;
}
.color666 a:hover {
color: #8D0000;
text-decoration: underline;
}
.color666 li a {
color: #666
}
.color666 li a:visited {
color: #999;
}
.color666 li a:hover {
color: #8D0000;
text-decoration: underline;
}
#lifek {
font-size: 12px;
line-height: 20px;
width: 608px;
margin: 10px auto 5px;
overflow: hidden;
}
#lifek ul {
margin: 0;
padding: 0;
text-align: left;
list-style-type: none;
width: 290px;
display: inline;
float: left;
}
#lifek ul li {
width: 100%;
float: left;
display: inline;
}
#lifek li a {
color: #666;
background: url(http://d5.sina.com.cn/shh/lechan/20120717zhongyi/ico-d.jpg) no-repeat 1px center;
padding-left: 10px;
font-size: 12px;
}
#lifek li a:hover {
color: #8D0000;
text-decoration: underline;
}
#lifek li a:visited {
color: #999;
}
#life-l {
width: 290px;
float: left;
line-height: 20px;
margin-left: 10px;
display: inline;
}
#life-r {
width: 290px;
float: right;
line-height: 20px;
}
(sinaads = window.sinaads || []).push({});
(function (d, s, id) {
var s, n = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
s = d.createElement(s);
s.id = id;
s.setAttribute('charset', 'utf-8');
s.src = '//d' + Math.floor(0 + Math.random() * (9 - 0 + 1)) + '.sina.com.cn/litong/zhitou/sinaads/release/sinaads.js';
n.parentNode.insertBefore(s, n);
})(document, 'script', 'sinaads-script');
(sinaads = window.sinaads || []).push({})
(sinaads = window.sinaads || []).push({});
(sinaads = window.sinaads || []).push({});
.right_fixed {position: fixed;top: 0;width: 300px;}
.right_fixed a img{ padding: 0px;}
(sinaads = window.sinaads || []).push({});
var llq_url2 = document.location.href;
if (/baidu/.test(llq_url2) == true) {
document.getElementById('blk_n001_lh003').style.display = "none";
document.getElementById('blk_n001_lh003_1').style.display = "none";
} else {
//其他操作
}
.zhitou-wrap{overflow: hidden; border-top:1px solid #d0d0d0;}
.zhitou-header{overflow:hidden;padding:10px 0;}
.zhitou-header .text{float:left;color:#000;font-size:18px;font-weight: bold;}
.zhitou-header .more{float:right;}
新浪扶翼
行业专区
(sinaads = window.sinaads || []).push({});
0
0
0
0
UFC举牌女郎性感写真巨乳销魂
小女孩模仿亚当斯
小女孩模仿亚当斯
骑士队拉拉队宝贝热舞
花花公子宝贝沙滩戏水秀双峰翘臀
"中国版卡戴珊"红出国门
萌宝神似库里爆红网络
徐新压哨报复动作染红
根据进步华人协会和塔夫茨大学的住房和环境政策规划系联合发布的一份报告称,20世纪50年代到70年代波士顿的城区改造破坏了唐人街土地供应的超过一半以及三分之一的住宅。今天,豪宅开发项目和市中心社区现有住宅昂贵的维修费用,已经令人们无力承担大部分住宅的价格。
在线电子博彩游戏
|