﻿@charset "utf-8";
a {
	cursor:pointer;
}
a:link {
	color: #333;
	text-decoration: none;
} /* 未访问的链接 */
a:visited {
	color: #333;
	text-decoration: none;
} /* 已访问的链接 */
a:hover {
	text-decoration: underline;
	color:#04D;
	cursor:pointer;
} /* 鼠标在链接上 */

/* ======== 页面初始设置===== */	
html {
	background-image: url(background.gif);
	background-repeat: repeat;
	text-align:center;
}
/* body标记样式定义全局的字体颜色、背景色和文本对齐设置 */   
body {
	color: #333;
	text-align: left;
	font-family:'宋体', '新宋体', '微软雅黑', Tahoma, Verdana, Arial, Sans-Serif;
	font-size:0.85em;
	margin:0 auto;
	background-color:#FFF;
	width:960px;
	padding:0 10px;
	border:1px solid #DDD;
}/* =======  大背景 =========*/




/* ======== 头部 ===== */	
#header{
	background-image: url(header.png);
	background-repeat: repeat-x;
	width:960px;
	height:98px;
}
#header #logo{
	float:left;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:0 10px;
	display:block; width:297px; height:98px;
}
#header #logo span{ display:none;}

#header div{ display:block; float:right; margin:5px;}
#header div a{ font-size:90%; padding:0 5px;}

/* ======== 尾部 ===== */	
#bottom{ font-size:90%; color:#666; text-align:center; font-family:Verdana, Geneva, sans-serif; line-height:150%; padding:5px;}
#bottom a{}

/* ======== 菜单定义 ===== */	
/*顶部主菜单*/
#menu_top{
	background-image: url(menu_top.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:29px;
	border:1px solid #AE1A1E;
	border-bottom:none;
	padding:0 5px;
	overflow: hidden;
}
#menu_top li{
	float:left;
	background-image: url(menu_top.png);
	background-repeat: no-repeat;
	background-position: right -29px;
	height:29px;

}
#menu_top li a,#menu_top li a:visited,#menu_top li a:link{ color:#FFF; line-height:29px; padding:0 25px; float:left; display:block;}
#menu_top .menu_top_on a,#menu_top .menu_top_on a:visited,#menu_top .menu_top_on a:link{
	background-image: url(menu_top.png);
	background-repeat: repeat-x;
	background-position: right -58px;
	height:29px;
	color:#333;
	font-weight:bold;
}


/*底部主菜单*/
#menu_bottom{
	background-image: url(menu_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height:30px;
	width:960px;
	text-align:center;
}
#menu_bottom a{	font-size:90%;}


/*二级导航菜单*/
#menu_sub{
	background-image: url(menu_sub.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0 10px;
	line-height:40px;
	height:40px;
	margin:0 0 10px 0;
}
#menu_sub li{
	float:left;
	background-image: url(menu_sub.png);
	background-repeat: repeat-x;
	background-position: left -40px;
	padding:0 0 0 12px;
	margin:0 10px 0 0;
}
#menu_sub a,#menu_sub a:visited,#menu_sub a:link{
	display:block;
	background-image: url(menu_sub.png);
	background-repeat: repeat-x;
	background-position: right -80px;
	padding:0 12px 0 0;
	font-size:90%;
	color:#5C5C5C;
	line-height:40px;
	height:40px;
	_width:84px;
	text-align:center;
}
#menu_sub a:hover{
	color:#F00;
	text-decoration: none;
}



/* ======== 幻灯片 ===== */	
#nav{font-size:90%;line-height:150%; margin:0 0 10px 0;}
#nav a{ color:#666; }

/* ======== 幻灯片 ===== */	
#flash{ width:270px; height:220px; background-color:#DDD; margin:3px;}


/* ======== 布局 ===== */	
#box{ width:960px; margin:auto; height:1%;}
.left,.middle,.right{
	height:292px;
	width:280px;
	float:left;
	overflow: hidden;
}
.middle{ width:420px; margin:0 0 10px 10px;}
.right{ width:240px; float:right;}


.left_a{/*左边两列合并 */	
	float:left;
	width:710px;
	height:292px;
	margin:0 0 10px 0;
	overflow: hidden;
}



/* ======== 标题 ===== */	
.title_1{
	background-image: url(title_1.png);
	background-repeat: repeat-x;
	height:23px;
	line-height:23px;
	border:1px solid #CECECE;
	border-bottom:none;
	padding:0 7px;
}
.title_1 h4{ float:left; font-size:90%; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
.title_1 a{ float:right; font-size:90%;}

.ico_zc{
	background-image: url(ico_zc.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 0 45px;
}

/* ======== 文字样式 ===== */	
/*顶部赛事预告*/
.text_1{
	height:25px;
	line-height:25px;
	font-size:90%;
	background-image: url(text_1.png);
	background-repeat: repeat-x;
	padding:0 10px;
	overflow: hidden;
	border:1px solid #D6D6D6;
	border-top:none;
	margin:0 0 10px 0;
}
/**/
.text_2{ padding:10px; font-size:105%; color:#666; line-height:20px;}
.text_2 p{}
.text_2 img{ float:left; margin:0 10px 5px 0;}



/* ======== 模块样式 ===== */	
.model_1{ background-color:#F5F5F5; margin:0 0 10px 0;}
.model_1 a,.model_1 a:visited,.model_1 a:link{color:#EC1B3B;}
.model_1 a h3{ font-size:120%; color:#EC1B3B; font-family:Verdana, Geneva, sans-serif;text-align:center;padding:10px; font-weight:bold;}
.model_1 p{ border-bottom:2px solid #E0E0E0;padding:5px 10px; font-size:90%; color:#666; line-height:150%;}
/* ============= */	
.model_2{
	margin:10px;
	height:95px;
	overflow: hidden;
}
.model_2 a,.model_2 a:visited,.model_2 a:link{color:#EC1B3B;}
.model_2 a h5{ font-size:105%; color:#EC1B3B; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
.model_2 p{ padding:5px 10px; font-size:90%; color:#666; line-height:150%;}
.model_2 img{ float:left; margin:0 10px 0 0;}
/* ============= */	


/* ========  横向滚动图片  ===== */	
#scroll_1{
OVERFLOW: hidden; WIDTH: 935px;
text-align:center;
margin:10px auto;
font-size:90%;
}
#scroll_1 img{text-align:center; margin:0 10px 5px 10px;}
#scroll_1 a,.#scroll_1 a:visited,.#scroll_1 a:link{ text-align:center; line-height:120%;}


/* ======== 图片阴影 ===== */	
.img_shadow_1{
	background-image: url(img_shadow_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:3px 6px 6px 3px;
	width:120px;
	height:85px;
}

.img_shadow_2{
	background-image: url(img_shadow_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:3px 6px 6px 3px;
	width:250px;
	height:181px;
}


/* ======== 列表样式 ===== */	
.list_1{ margin:5px;}
.list_1 li{
	line-height:24px;
	text-align:right;
	background-image: url(list_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 10px;
}
.list_1 li a,.list_1 li a:visited,.list_1 li a:link{ font-size:105%; color:#666; float:left;}
.list_1 li a:hover{ color:#04D;}
.list_1 li span{ font-size:80%; font-family:Verdana, Geneva, sans-serif; color:#999;}

/* 球员列表 */	
.list_2{_margin:15px 0 0 0; }
.list_2 li{
	text-align:center;
	float:left;
	margin:10px;
	width:70px;
	height:105px;
	_margin:0px 8px;
	_height:125px;
}
.list_2 li a{ font-size:90%; line-height:130%;}
.list_2 li img{ width:70px; height:80px; padding:1px; background-color:#333; display:block; margin:0 0 5px 0;}
/*  */	


/*图片列表*/
.list_pic {
	margin:15px 10px 10px 10px;
	overflow: hidden;
}
.list_pic li {
	float:left;
	text-align:center;
	width:150px;
	_width:145px;
	height:125px;
	margin:0 10px;
}
.list_pic li a, .list_pic li a:visited, .list_pic li a:link {
	display:block;
	font-size:90%;
	margin:0 0 5px 0;
	line-height:140%;
}
.list_pic li a:hover {
}
.list_pic li img {
}
/*图片列表*/
.list_pic_1 {
	margin:15px 5px 10px 5px;
	overflow: hidden;
}
.list_pic_1 li {
	float:left;
	text-align:center;
	width:136px;

	height:125px;
	margin:0;
}
.list_pic_1 li a, .list_pic_1 li a:visited, .list_pic_1 li a:link {
	display:block;
	font-size:90%;
	margin:0 0 5px 0;
	line-height:140%;
}
.list_pic_1 li a:hover {
}
.list_pic_1 li img {
}





/* ======== 表格样式 ===== */	
.table_1 {
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	width:100%;
}
.table_1 th {
	height:24px;
	line-height:24px;
	color:#fff;
	padding:0 2px;
	font-size:90%;
	background-image: url(table_1.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.table_1 td {
	line-height:24px;
	height:24px;
	font-size:90%;
	padding:0 2px;
	margin:0;
}
.table_1 tr {
	background:#FFF;
}
.table_1 tr.alt td {
	background:#F0F0F0;  /*这行将给所有的tr加上背景色*/
}
.table_1 tr.over td {
	background:#FFF;  /*这个将是鼠标高亮行的背景色*/
}



.table_2{
	border:1px solid #CDCDCD;
	border-right:none;
	border-bottom:none;
	font-size:90%;
	line-height:150%;
	margin:10px;
}
.table_2 img{ width:120px; height:85px;}
.table_2 th{ padding:5px; border-right:1px solid #CDCDCD;border-bottom:1px solid #CDCDCD; background-color:#E5E5E5; width:70px;}
.table_2 tr{}
.table_2 td{ padding:5px;border-right:1px solid #CDCDCD;border-bottom:1px solid #CDCDCD; }
.table_2 span{ font-size:16px; color:#FF3300; font-family:Georgia, "Times New Roman", Times, serif;}


/* ======== 格子 ===== */	
.grid_1,grid_2{
	border:1px solid #CECECE;
	border-top:none;
	padding:1px;
	margin:0 0 10px 0;
	overflow: hidden;
}

.grid_2{
	border:1px solid #CECECE;
}



/* ======== 友情链接 ======== */	
.url_friend{ padding:5px 10px; font-family:Verdana, Geneva, sans-serif;}
.url_friend a,.url_friend a:visited,.url_friend a:link{ font-size:90%;}
.url_friend a:hover{}
/* ======== 合作伙伴 ======== */	
.url_partner{ padding:5px 10px; font-family:Verdana, Geneva, sans-serif;}
.url_partner a,.url_partner a:visited,.url_partner a:link{ font-size:90%; padding:0 5px;}
.url_partner a:hover{}
.url_partner img{ width:100px; height:50px;}

.url_pic_1{}
.url_pic_1 a,.url_pic_1 a:visited,.url_pic_1 a:link{ display:block; line-height:160%; color:#EC1B3B; font-size:105%; font-weight:bold; text-align:center;}
.url_pic_1 a:hover{}
.url_pic_1 img{ margin:0 0 5px 0;}

/* ======== 查看更多 ======== */	
.url_more{
	background-image: url(url_more.png);
	background-repeat: repeat-x;
	background-position: left -27px;
	height:27px;
	line-height:27px;
	overflow: hidden;
}
.url_more a{
	background-image: url(url_more.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:27px;
	line-height:27px;
	display:block;
	text-align:right;
	padding:0 10px 0 0;
	font-size:90%;
}


/* ======== 选项卡更多 ======== */	
.slid{}
.slid tt.hover{}
.slid blockquote,.click blockquote{display:none;}


.tab_1{border:1px solid #CECECE; border-top:none;}
.tab_1 tt.hover{}
.tab_1 blockquote{
	overflow: hidden;
}

.tab_1_nav{
	background-image: url(tab_1.png);
	background-repeat: repeat-x;
	border-top:1px solid #CECECE;
	height:23px;
	line-height:23px;
}
.tab_1_nav tt{ border-right:1px solid #CECECE; height:23px; line-height:23px; display:block; float:left; _width:100px; padding:0 10px;}
.tab_1_nav tt a{font-size:12px;	color:#999999;}
.tab_1_nav tt.hover{}
.tab_1_nav tt.hover a{color:#333; font-weight:bold;}



/* ======== 广告 ===== */	
.show_a{ width:270px; height:60px; margin:3px;}
.show_b{ width:960px; height:100px; clear:both; margin:0 0 10px 0;}
.show_c{ width:600px; height:60px; float:right;}
.show_d{ width:960px; height:90px; margin:0 0 10px 0; clear:both;}
.show_e{ width:710px; height:60px; margin:0 0 10px 0;}
.show_f{ width:260px; height:260px; margin:0 20px 10px 0; float:left;}






















/*kc自带标签*/
.k_pagelist { font-size:12px;clear:both;width:100%;margin:5px 0px;line-height:30px;text-align:left;}/* {king:pagelist/} 分页列表 构成:div a|strong|span */
.k_pagelist a {margin:0px 5px;color:#07519A; background-color:#FBF0F4; border:1px solid #F2CCD9; padding:5px; font-weight:bold;}
.k_pagelist a:hover{background-color:#FFF; border:1px solid #F2CCD9;}
.k_pagelist strong {margin:0px 5px;color:#B6550E;border:1px solid #F2CCD9; padding:5px;}
.pagelist span {margin:0px 10px;color:#07519A;}
.k_pagelist em{
	color: #333333;
	text-decoration: none;
	background-image: url(text_gong.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	margin-left:10px;
}

/* 搜索页面. */
#k_search {display:table;text-align:left; font-size:14px; background-color:#FFFFFF; padding:0px;}
#k_search form {text-align:left;clear:both;width:100%;}
#k_search .k_in3{width:300px; padding:0 5px;
	height:20px;
	line-height:20px;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}


.k_search{ line-height:150%;}
.k_search p{ background-color:#FFEFF2; font-size:12px; padding:5px; margin:0 0 10px 0;}
.k_search div{ border-bottom:1px solid #CCC;}
.k_search div h3{}
.k_search div h3 a{ font-size:16px; font-weight:normal; color:#261CDC;}
.k_search div h3 a strong{ color:#FF0000;}
.k_search div p{ font-size:14px; background-color:#FFF; padding:0;}
.k_search div p a{color:#008000; font-size:12px;}
.k_search div p span{ color:#999;font-size:12px;}
.k_search div p strong{ color:#FF0000;}



.k_form{display:block;width:100%;margin:0px;margin-top:15px; line-height:200%;}
	.k_form .k_login {display:table;margin-left:100px;}
	.k_form p{text-align:left;}
	.k_form p label{clear:both;display:block;color:#666;font-size:12px;}
	.k_form p span label{clear:none;display:inline;color:#666;}

	.k_form div {text-align:left;}
	.k_form div input {padding:1px;margin:0px;border:1px solid;border-color:#EEE #777 #777 #EEE;background:#D4D0C8;font-size:12px;margin-right:4px;}

	.k_form ol {text-align:left;}
	.k_form ol li {line-height:24px;}

	.k_table{width:100%;border:1px solid;border-color:#CCC #DDD #DDD #CCC;clear:both;text-align:left;}
	.k_table th{border:1px solid;border-color:#EEE #AAA #BBB #EEE;background:#E6E9ED;padding:0px 2px;letter-spacing:2px;color:#14316B;line-height:20px;}
	.k_table td{border:1px solid;border-color:#EEE #AAA #AAA #EEE;padding:1px;line-height:18px;}
	.k_table td input {margin-right:10px;}
	.k_table * {font-size:12px;}
	.k_table tr.hover {background:#E6E9ED;font-weight:bold;}
	.k_table tr.hover a{font-weight:bold;}

	.k_in1 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width: 50px;}
	.k_in2 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:100px;}
	.k_in3 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:200px;}
	.k_in4 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:400px;}
	.k_in5 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:600px;}


/* 按钮 */
.k_but{clear:both;display:block;width:100%;line-height:26px;padding-top:2px;}
.k_but .k_menu{display:block;float:left;width:29%;}
.k_but .k_pagelist{float:left;width:70%;text-align:right;}

