body,td,th {
	font-family:"Times New Roman","宋体";
	font-size: 12px;
	color: #000C09;
	line-height: 22px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	
}
a.black:link {
	color: #000C09;
	text-decoration: none;
	font-weight: bold;
}
a.black:visited {
	color: #000C09;
	text-decoration: none;
	font-weight: bold;
}
a.black:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.white12 {
	color: #ffffff;
}
.yellow {
	color: #D1BA96;
}
.yellow16 {
	color: #D1BA96;
	font-size: 16px;
	font-weight: bold;
}
.white012 {
	color: #ffffff;
	font-weight: bold;
}

.gray {
	color: #636363;
}
.red {
	color: #B70718;
}
.black16 {text-decoration:none; text-align:left;}
.black16 a{color: #666666;font-size: 12px; text-decoration:none;}
.black16:hover{color:#ff0000;}

.black14 {
	color: #000C09;
	font-size: 14px;
	font-weight: bold;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #B70718;
	text-decoration: none;
}
.bk-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000C09;
}
.bk-two {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000C09;
	border-left-color: #000C09;
}
.bk-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000C09;
}
.bk-top {
	border-top-width: 1px;
	border-top-color: #000C09;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000C09;
}
a.gray12:link {
	color: #A69B8D;
	text-decoration: none;
	font-weight: bold;
}
a.gray12:visited {
	color: #A69B8D;
	text-decoration: none;
	font-weight: bold;
}
a.gray12:hover {
	color: #806840;
	text-decoration: none;
	font-weight: bold;
}
a.black-china:link {
	color: #000C09;
	text-decoration: none;
	font-family:"Times New Roman","宋体";
	text-decoration: underline;
}
a.black-china:visited {
	color: #000C09;
	text-decoration: none;
	font-family:"Times New Roman","宋体";
	text-decoration: underline;
}
a.black-china:hover {
	color: #000000;
	text-decoration: none;
	font-family:"Times New Roman","宋体";
	text-decoration: underline;
}


/*++++++ 2010首页 ++++++++*/

#newindexmain{width:948px; height:740px; text-align:left; border:#000000 1px solid; background-image:url(images/newmainl.gif); background-repeat:repeat-y;}
.newindexmain_l{width:188px; padding:0px; text-align:center; float:left;}
.newindexmain_r{width:758px; float:right; text-align:left;}
.newindex_ad{height:335px; width:742px; float:left; padding:8px; background-color:#FFFFFF;}
#newindex_search{width:758px; height:40px; background:#f6f2ef; border-bottom:#000000 1px solid; border-top:#000000 1px solid; float:left; line-height:40px; margin:0px; padding:0px;}
#newindex_search img{float:left; border:0px;}
.newindex_search{width:470px; height:40px; float:right; line-height:40px;}
.newindex_map{width:50%; height:154px; float:right; border-left:#000000 1px solid;}
.newindex_map img{margin:8px; border:0px;}
#index_partners{width:940px; padding:4px; border:1px #000000 solid; border-top:none;}
#new_footer{width:950px; height:40px; line-height:40px; text-align:center; font-family:"Times New Roman","宋体";}
#new_footer a{color:#000000; text-decoration:none;}
#new_footer a:hover{color:#FF0000; text-decoration:none;}
#newindex_news{width:284px; height:140px; float:left; overflow: hidden;}
#newindex_news ul
#newindex_news ul li{list-style:disc;}
#newindex_news ul li a{color:#666666; text-decoration:none; font-size:12px;}
.newstime{font-size:10px; font-family:"Times New Roman","宋体"; color:#666666;}
.index_newstit{}
.index_newstit a{color:#333333; text-decoration:none;}
.index_newstit a:hover{color:#FF0000; text-decoration:underline;}
.bofang{width:285px; height:154px; float:right;}
.main_l{width:500px; height:328px; float:left; padding:10px;}
.main_r{width:215px; height:328px; float:right; padding:10px;}
.main_vidio{ height:143px; margin-bottom:20px;}
.main_vidio img {border:0px; float:left;}
.main_vidio_txt{width:196px; float:right; color:#666666;}
.main_title{font-size:12px; font-weight:bold; color:#000000; border-bottom:#cccccc 1px solid; font-family:Verdana;}
.main_title a{color:#000000; text-decoration:none;}
.main_title a:hover{color:#FF0000; text-decoration:none;}
#main_zl{float:right; width:192px; margin-left:10px;}
#main_zl_pic{width:100%;}
#main_zl_pic img{width:58px; height:42px; border:0px; margin-top:10px;}

/*++++++ 2010 左边的目录 ++++++++*/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 173px; /* Width of Menu Items */
border-bottom: 1px #ccc dotted;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 172px; /* Parent menu width - 1*/
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 180px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #a89a8d;
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family:"Times New Roman","宋体";
background: #f6f2ef;
text-align:left;
border-top: 1px #ccc dotted;
padding-left:5px;
height:27px;
line-height:27px;
}

.suckerdiv ul li a:visited{
color:#a89a8d;
}

.suckerdiv ul li a:hover{
color: white;
background:#a89a8d url(../images/arrow-list.gif) no-repeat center right;}

.suckerdiv .subfolderstyle{
background:#f6f2ef;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/*++++++ 2010内页 ++++++++*/


#new_main{width:948px; border:#000000 1px solid; text-align:left;}
.new_main_l{width:182px; float:left; padding-left:7px; padding-top:8px;}
.new_main_r{width:758px; float:left;}
.page_title{width:748px; float:left; background-color:#000000; padding-left:10px; font-size:12px; font-weight:bold; height:20px; line-height:20px; text-align:left; color:#fff;}
.page_title a{color:#fff; text-decoration:none;}
.page_title a:hover{color:#FF0000; text-decoration:underline;}
.content{text-align:left; margin:40px;}
#page_right{width:100%; border-left:1px #000000 solid;}


/* 赞助 \*/

.co_name{text-align:left; padding-left:40px;}
.co_name a{color:#333333; text-decoration:none;}
.co_name a:hover{color:#FF0000; text-decoration:none;}
.co_line{width:100%; height:1px; border-bottom:1px #cccccc dotted;}

/* 评委 \*/

#juries{width:700px; height:140px; margin-top:20px; text-align:left;}
.j_tit{height:25px; line-height:25px; font-family:"Times New Roman","宋体"; font-size:13px; font-weight:bold; border-bottom:1px dotted #999999; text-align:left;}
.j_pic{margin-top:5px; margin-bottom:5px; text-align:left;}
.j_info{height:25px; line-height:25px;}
.j_c{float:left; width:17px; height:25px;}
.j_c img{border:0px; width:17px; height:11px; margin-top:7px;}
.j_name{float:left; padding-left:4px;}

/* 活动搜索\*/
#waw{width:660px; height:28px; background-color:#eaeaea; font-family:"Times New Roman","宋体"; font-weight:bold; border-top:1px solid #cccccc;}
.waw_time{width:100px; height:28px; line-height:28px; float:left; padding-left:15px; border-left:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.waw_events{width:290px; height:28px; line-height:28px; float:left; padding-left:15px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.waw_address{width:215px; height:28px; line-height:28px; float:left; padding-left:15px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.waw_c{width:664px;}
.waw_redline{width:664px; height:5px; border-bottom:2px solid #c7102c; margin-bottom:40px;}

/* 2010活动\*/

.events_name{font-family:"Times New Roman","宋体"; font-weight:bold;}
.events_name a{color:#e00000; text-decoration:none;}
.events_name a:hover{color:#000000; text-decoration:underline;}


/* 2010新闻\*/
.news_name{font-size:16px; font-family:"Times New Roman","宋体"; font-weight:bold; text-align:center;}
#news_main{width:950px; border:#000000 1px solid;}
#news_main .left{width:174px; border-right:#000000 1px solid; padding:8px;}
#news_main .ad{width:744px; height:319px; padding:8px; border-bottom:#000000 1px solid;}
#news_main .newslist{width:450px; padding:25px; border-right:#000000 1px solid;}
#news_main .newsexpo{width:234px; padding:8px; padding-top:25px; text-align:left;}
.news_tit{width:100%; color:#000000; height:30px; line-height:30px; font-size:20px; font-family:Verdana; border-bottom:#c71128 solid 2px; text-align:left; font-weight:bold;}
#newslist{width:100%; text-align:left;}
#newslist a{color:#666666; text-decoration:none;}
#newslist a:hover{color:#FF0000; text-decoration:none;}
#newslist tr td{height:18px; line-height:18px; padding-top:15px; border-bottom:#CCCCCC 1px dotted; color:#666666;}
#newslist .titdian{width:8px; font-family:"宋体"; font-size:12px; color:#c71128;}
#newslist .titname{width:380px; font-family:"Times New Roman","宋体";}
#newslist .date{width:68px; font-family:Verdana; font-size:10px; color:#666666}
.pagebar{height:16px; width:190px;line-height:16px; color:#8f8f8f; margin-top:30px; margin-bottom:30px;}
.pagebar_icon{float:left; width:16px; margin-top:5px;}
.pagbar_txt{float:left; width:130px; margin-left:8px; margin-right:8px;}
.pageinput{width:40px; height:16px; border:#e7e7e7 1px solid; background-color:#f1f1f1; font-family:Verdana; font-size:11px; color:#000000; text-align:center; margin-left:4px; margin-right:4px; margin-top:4px;}


/* 大师字母排序\*/
#zimu{width:635px; height:20px; text-align:right; float:right; margin-top:4px;}
#zimu ul{}
#zimu li{display:block; width:15px; height:15px; float:left; background-color:#e7340c; color:#FFFFFF; font-family:Verdana; text-align:center; list-style:none; margin-left:9px; line-height:15px;}
#zimu li a{display:block; width:15px; height:15px; list-style:none; text-decoration:none; color:#FFFFFF;}
#zimu li a:hover{display:block; background-color:#000000; text-decoration:none;}
.master{width:654px; height:81px; border:#999999 1px solid; margin-top:10px; margin-bottom:20px; text-align:left; padding:8px;}
.master_pic{width:81px; height:81px; float:left;}
.master_info{ float:right; height:81px; width:565px;}
.master_name{height:20px; font-size:14px; line-height:20px; border-bottom:#999999 dotted 1px;}
.master_name a{color:#000000; text-decoration:none;}
.master_name a:hober{color:#FF0000; text-decoration:none;}
.master_name img{width:15px; height:11px; margin-left:5px; margin-bottom:10px;}
.master_txt{line-height:20px; padding-top:5px;}
.zimu_line{width:670px; height:30px; text-align:left; border-bottom:#000000 2px solid; margin-top:30px;}
.big_l{width:35px; height:30px; font-family:"Times New Roman"; font-size:35px; color:#000000; float:left; font-weight:bold;}


/* 老官方的框架 */
#expo_k{width:236px; text-align:left;}
#expo_k img{width:106px; height:69px; border:0px; margin-top:12px; margin-right:12px;}
.expo_m{width:224px; margin-top:30px;}