您现在正在这里:人物资料库 » 新闻频道 » 石修 » 《潮爆大状》首播 郑少秋与石修“反目成仇”(图)
《潮爆大状》首播 郑少秋与石修“反目成仇”(图)
发生时间: 2006-04-04 10:33:15 | 人物:石修等
《潮爆大状》首播 郑少秋与石修“反目成仇”(图)
TD {
FONT-SIZE: 12px
}
INPUT {
FONT-SIZE: 12px
}
SELECT {
FONT-SIZE: 12px
}
A:link {
COLOR: #00007f
}
A:visited {
COLOR: #65038e
}
A:active {
COLOR: #ff0000
}
A:hover {
COLOR: #ff0000
}
.l15 {
LINE-HEIGHT: 150%
}
.l14 {
LINE-HEIGHT: 140%
}
A.t1:link { COLOR: #000000; TEXT-DECORATION: none}
A.t1:visited { COLOR: #000000; TEXT-DECORATION: none}
A.t1:active { COLOR: #ff0000; TEXT-DECORATION: none}
A.t1:hover { COLOR: #ff0000; TEXT-DECORATION: none}
A.t2:link { COLOR: #996600; TEXT-DECORATION: none}
A.t2:visited { COLOR: #996600; TEXT-DECORATION: none}
A.t2:active { COLOR: #ff0000; TEXT-DECORATION: none}
A.t2:hover { COLOR: #ff0000; TEXT-DECORATION: none}
A.link1:link { COLOR: #333333; TEXT-DECORATION: none}
A.link1:visited { COLOR: #333333; TEXT-DECORATION: none}
A.link1:active {COLOR: #ff0000; TEXT-DECORATION: none}
A.link1:hover { COLOR: #ff0000; TEXT-DECORATION: none}
.t1a { font-size:12px;line-height:150%;color:#999999}
.t1aa { font-size:12px;color:#999999}
A.t1a:link {COLOR: #333333; TEXT-DECORATION: none}
A.t1a:visited { COLOR: #333333; TEXT-DECORATION: none}
A.t1a:active {COLOR: #ff0000; TEXT-DECORATION: none}
A.t1a:hover {COLOR: #ff0000; TEXT-DECORATION: none}
A.t1b:link {COLOR: #999999; TEXT-DECORATION: none}
A.t1b:visited { COLOR: #999999; TEXT-DECORATION: none}
A.t1b:active { COLOR: #000000; TEXT-DECORATION: none}
A.t1b:hover { COLOR: #000000; TEXT-DECORATION: none}
A.t3a:link { COLOR: #999999; TEXT-DECORATION: none}
A.t3a:visited { COLOR: #999999; TEXT-DECORATION: none}
A.t3a:active { COLOR: #ff0000; TEXT-DECORATION: underline}
A.t3a:hover { COLOR: #666666; TEXT-DECORATION: underline}
.t4a { font-size:14px;line-height:150%;color:#006633}
A.t4a:link {COLOR: #006633; TEXT-DECORATION: none}
A.t4a:visited { COLOR: #006633; TEXT-DECORATION: none}
A.t4a:active {COLOR: #FF6600; TEXT-DECORATION:underline}
A.t4a:hover {COLOR: #FF6600; TEXT-DECORATION: underline}
A.link2:link { COLOR: #666666; TEXT-DECORATION: none}
A.link2:visited { COLOR: #ffffff; TEXT-DECORATION: none}
A.link2:active { COLOR: #ffff00; TEXT-DECORATION: none}
A.link2:hover { COLOR: #ffff00; TEXT-DECORATION: none}
A.path:link,A.path:visited {text-decoration:none;color:#0000ff;}
A.path:active,A.path:hover {text-decoration:none;color:#ff0000}
.img02 {border:1px solid #506327}
.bd { border: none;}
.f24{font-size:24px;}
.f14 {font-size:14px;LINE-HEIGHT: 150%;}
.red1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #CC0000;
}
.title {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #05006C;
}
.zhengwen_14px {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
color: #000000;
}
.style1 {color: #000000}
.grey_12px {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #666666;
}
.style2 {
font-size: 14px;
color: #FF0000;
}
.style3 {font-size: 14px}
.style4 {LINE-HEIGHT: 150%; font-size: 14; }
.f14 {font-size:14px;LINE-HEIGHT: 150%;}
.img01 {border:1px solid #000000}
.l13 {line-height:130%;}
.h3 {font-size:7px;color:#FFBD00}
A.atlink:link,A.atlink:visited {text-decoration:none;color: #07015B;}
A.atlink:active,A.atlink:hover {text-decoration:none;color: #ff0000}
function setBarPosition(){
document.getElementById('toolBar').style.top=0
document.getElementById('toolBar').style.left=621
document.getElementById('toolBar').style.display='block'
}
function setTailPosition(){
//document.getElementById('innerad').style.display='block'
var theHeight=(document.getElementById('toolBar').offsetHeight>document.getElementById('theEnd').offsetTop) ? document.getElementById('toolBar').offsetHeight : document.getElementById('theEnd').offsetTop
document.getElementById('sinaTail').style.top=theHeight
document.getElementById('sinaTail').style.left=document.getElementById('theEnd').offsetLeft
document.getElementById('sinaTail').style.display='block'
}
function doZoom(size){
document.getElementById('zoom').style.fontSize=size+'px'
setTailPosition()
}
function doPrint(){
var str="\n";
var article;
var css;
var strAdBegin="";
var strFontSize='大 中 小 | '.toLowerCase()
var strdoPrint="doPrint()";
var strTmp;
css=""
+"body{font-family:宋体}"
+"td,.f12{font-size:12px}"
+".f24 {font-size:24px;}"
+".f14 {font-size:14px;}"
+".title14 {font-size:14px;line-height:130%}"
+".l17 {line-height:170%;}"
+".x14 {font-size:14px;line-height:130%}"
+"";
str += css;
str += '';
str += "";
str += "
"
str += "返回 打印";
str += "";
article=document.getElementById('article').innerHTML;
if(article.indexOf(strAdBegin)!=-1){
str +=article.substr(0,article.indexOf(strAdBegin));
strTmp=article.substr(article.indexOf(strAdEnd)+strAdEnd.length, article.length);
}
else{
strTmp=article;
}
str +=strTmp
str += window.location.href
str += "";
str += "";
document.write(str);
document.close();
}
function getCookie(name) {
var search;
search = name + "="
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length ;
end = document.cookie.indexOf(";", offset) ;
if (end == -1)
end = document.cookie.length;
return document.cookie.substring(offset, end);
}
else
return "";
}
function unipro_clearCookie(name ) {
document.cookie=name+"=; " + "domain=sina.com.cn; path=/; ";
//bites = document.cookie.split("; ");
}
function getMobileNum(ckName){
var userInfo = getCookie(ckName).split(":");
return userInfo[2];
}
function unipro_UniProLogout() {
unipro_clearCookie("SINAPRO");
unipro_clearCookie("SINA-AVATAR");
unipro_clearCookie("SINAPROC");
unipro_clearCookie("nick");
unipro_clearCookie("SINA_NU");
unipro_clearCookie("SINA_OU");
unipro_clearCookie("appmask");
unipro_clearCookie("gender");
unipro_clearCookie("UNIPROTM");
unipro_clearCookie("UNIPROU");
unipro_clearCookie("SINA_USER");
unipro_clearCookie("SMS_COOKIE");
return true;
}
function getUniproUrl_stand(){
window.location='http://unipro.sina.com.cn/';
return false;
}
function getUniproUrl_welcome(){
unipro_UniProLogout();
window.location='http://unipro.sina.com.cn';
return false;
}
function print_stand_unipro_head()
{
document.write("首页新闻美食广州房产深圳房产购物娱乐生活房产家电论坛导航通行证 爱问(iAsk.com) ");
document.write("");
}
function print_stand_unipro_welcome()
{
var unipro_login_nickname = getCookie( "nick" );
var unipro_login_pos = unipro_login_nickname.indexOf( "(" );
if ( unipro_login_pos != -1 )
{
unipro_login_nickname = unipro_login_nickname.substr( 0, unipro_login_pos );
}
document.write("首页新闻美食广州房产深圳房产购物娱乐生活房产家电论坛导航");
document.write("");
document.write("");
document.write("");
if ( unipro_login_nickname!="" && unipro_login_nickname!="null" && unipro_login_nickname!=null && unipro_login_nickname!="undefined" ) {
document.write(" "+unipro_login_nickname+"退出");
} else {
document.write( " 新浪过客" +"退出");
}
document.write(" 爱问(iAsk.com) ");
document.write("");
}
function checkiask()
{
if (document._searchiask.k.value=="请输关键词" || document._searchiask.k.value=="" )
{
window.open("http://iask.com");
return false;
}
return true;
}
if (getCookie("SINAPRO") == "") {
print_stand_unipro_head();
} else {
print_stand_unipro_welcome();
}
新浪广东站 > 广东新闻中心 > 娱乐频道 > 正文
《潮爆大状》首播 郑少秋与石修“反目成仇”(图)
http://gd.sina.com.cn 2006-04-04 10:33 新浪娱乐
【剧集名称】:《潮爆大状》又名:《非常大状》
【英文名称】:Bar Benders
【剧集长度】:二十集
【监制】:唐基明
【类型】:时装剧
【制作】:电视广播(国际)有限公司
【领衔主演】:
郑少秋饰蒋文滔、韩马利饰宋绮华
岑宝儿饰林家琪、苏玉华饰庄晓慧
罗浩楷饰林忠义、梁舜燕饰戴群娥
陈键锋饰林家信、陈嘉仪饰周小娴
苏敏聪饰高威霆、唐宁饰蒋思庭
向海岚饰苏若菲、甄志强饰袁定方
李成昌饰徐恩东、陈国邦饰李广德
石修饰倪承坤、卢宛茵饰岑玉凤
白茵饰竹、汤盈盈饰余乐施
【播出时间】:2006年4月3日翡翠台21时
精彩剧照欣赏
【每日最新剧情】—大结局 害人害己 儿子不保
【故事梗概】:
资深大律师蒋文滔(郑少秋饰)能言善辩,一张嘴只为有钱人打官司,时间都用在逢迎富豪上。结果他虽然成为富豪们的御用大状,却落得与妻子离婚收场,女儿蒋思庭(唐宁饰)更视他如仇人。十多年过去了,庭不但当上大律师,父女更曾对簿公堂,关系更形恶劣。
另方面,滔被他一直视为朋友的富豪封杀,生意一落千丈,惟有承接法律援助处的案件。出乎他意料之外,替法援处工作竟为他带来前所未有的满足感,而他跟女儿的关系,更因为死对头庄晓慧(苏玉华饰)和货车司机林家信(陈键锋饰)的缘故而有缓和的希望……更多剧情和看点
【分集介绍】:
第1集
第2集
第3集
第4集
第5集
第6集
第7集
第8集
第9集
第10集
第11集
第12集
第13集
第14集
第15集
第16集
第17集
第18集
第19集
大结局
【评论】 【推荐】 大 中 小 | 打印 | 关闭
温碧霞深圳惊艳代言
周笔畅不慎露出红底裤
郭富城广州获颁名宠大奖
S.H.E广州宣传新剧
·周笔畅《天鹅》反响强烈 带旺彩铃下载
·非同凡响八进六 周游格蔺茵子遗憾出局
·《茉莉花》将亮相广州台 未播已闻茉莉香
·高尔夫接力广州启动 张连伟率陆毅等挥杆
·组图:赵雅芝代言名表 雪白肌肤演绎典雅
·组图:镜头尤物林心如香肩微露展万种风情
·刘德华上了洗发水 状告工厂侵权索赔200万
·言承旭林志玲密谋同时游学 双方回应有默契
·广州各影城电影排期
·古天乐出席活动 透露将与刘若英拍文艺片
·《夜宴》开通官网 葛优与章子怡演激情戏挺难受(图)
·广东电视台五·一荧屏奉送“满汉全席”
·广东卫视4月29日子夜惊现《女囚》(图)
·组图:珠江频道4月24日上演《侠客行》
·组图:张柏芝拍“轻生”戏 “大鹏展翅”试跳楼
·《茉莉花开》将上映 章子怡雨中生女很震撼(图)
关键词
综合
网站
网页
新闻标题
新闻全文
汉英辞典
沪深行情
软件
游戏
非同凡响南方影视歌手大赛
《时空魅影》周周有奖
《劲歌王》精彩广播剧
近 期 星 踪
·郭德纲23日广州说相声
·郭富城25日广州领奖
·劲歌王5月天河颁奖
《敢拼才会赢》新赛季
百问超女游戏
新浪简介 | 用户注册 | 广告服务 | 招聘信息 | 中文阅读 | Richwin | 联系方式 | 网站律师 | 产品答疑
Copyright 1996 - 2005 SINA Inc. All Rights Reserved
版权所有 新浪网

- 石修
- 资深演艺人石修是一位多向性艺人,他是电视节目主持人、电视剧集演员、电影演员及舞台剧演员﹔从童星时代开始至今,拍摄电影和电视剧多达几百套。……