@charset "utf-8";


.innerKv{
}

.bar{
	width:100%;
	margin:0px 0 5px 0;
	overflow:hidden;
}

.pageTitle{
	float:left;
	color:#fff;
	font-size:22px;
}

.path{
	float:right;
	font-size:11px;
	color:#fff;
}

.path a{
	text-decoration:none;
	font-size:12px;
	color:#ccc;
}

.path a:hover{
	color:#999;
}

/*main*************************************************************/

.mainBox{
	width:980px;
	background-color:#666;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	
}

.main{
	text-align:left;
	width:660px;
	background-color:#fff;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 0 25px 0;
	margin-bottom:20px;
	clear:both;
	overflow:hidden;

}

.main_left{
	text-align:left;
	width:208px;
	background-color:#FFF;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 0 25px 0;
	margin-left:0px;
	margin-bottom:20px;
}

.main_left_item{
	text-align:left;
	padding-left:10px;
	margin-left:10px;
	margin-top:10px;
	width:176px;
	float:left;
	font-weight:bold;
	font-size:16px;
	background:url(../images/tag2_2.gif) no-repeat 0;
	border-bottom-style:dotted;
	border-width:1px;
}

.main_left_item a{
	color:#960;
	text-decoration:none;
}

.main_left_item a:hover{
	color:#C93;
}

.main_right{
	text-align:left;
	width:760px;
	background-color:#fff;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 0 25px 0;
	margin-bottom:20px;
}

.indexNewsDate{
	display:block;
	float:left;
	margin:0px 0px 15px 10px;
	color:#666;
	
}

.show_title{
	display:block;
	float:left;
	width:600px;
	margin:0px 10px 15px 10px;
	height:25px;
	font-size:24px;
	font-weight:bold;
}

.share{
	display:block;
	float:right;
	margin:0px 10px 15px 10px;
	height:25px;
}

.hotNews{
	width:710px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:25px;
	clear:both;
	text-align:center;
	
}

.hotNews img{
	margin:0 auto;
}

.mainTxt{
	width:610px;
	border-top:1px solid #ccc;
	padding:25px;
	clear:both;
	
}

div .noBorder{
	border:0;
	
}

div .noBottomBor{
	border-bottom:0;
	
}

.hotNews h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:left;
	
}

.hotNews p{
	text-align:left;
}
.hotNews .backList{
	text-align:left;
}

.hotNews ul,
.hotNews li,
.hotNews dt,
.hotNews dd{
	list-style:inside;
	padding:0;
	margin:0;
	text-align:left;
} 

.hotNews ul,
.hotNews ol{
	margin-bottom:20px;
	
	text-align:left;
}

h2{
	color:#af8e00;
	font-size:18px;
	margin-bottom:15px;
	
}

.marginB{
	margin-bottom:15px;
}


.indexNewsBlock{
	width:710px;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.indexNewsBlock .img{
	float:left;
	width:264px;
	height:160px;
	text-align:center;
	background-color:#f5f5f5;
	
}

.indexNewsBlock img{
}

.indexNewsBlock .con{
	width:435px;
	height:160px;
	float:left;
	padding-left:10px;
	position:relative;
}

.indexNewsBlock .con .date{
	margin:0;
	color:#777;
	font-size:12px;
	clear:both;
	text-align:left;
}

.indexNewsBlock .con h2{
	font-size:15px;
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}

.indexNewsBlock .con p{
	font-size:15px;
	line-height:20px;
	clear:both;
	margin-bottom:10px;
}

.indexNewsBlock .more a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#c6b154 url(../images/tag1.png) no-repeat 70px 3px;
	width:65px;
	height:25px;
	font-size:16px;
	padding:5px 0 0 5px;
	line-height:20px;
	clear:both;
	position:absolute;
	top:130px;
	right:0px;
}

.indexNewsBlock .more a:hover{
	background-color:#e2cb66;
}






/*------------------------------------------page------------------------------------------*/

table.page{
	margin:30px auto 0 auto;
	clear:both;
	text-align:center;
	font-size:11px;
}

ul.pageWang{
	width:100%;
	display:table-cell;
	background-color:#fc0;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}

table.page td a{
	display:block;
	float:left;
	padding:3px 10px;
	background-color:#fff;
	border:1px solid #e9e9e9;
	color:#555;
	text-decoration:none;
	margin-right:3px;
}

table.page td a:hover{
	background-color:#f4f0eb;
	border:1px solid #e9e9e9;
}

table.page td.selected{
	display:block;
	float:left;
	padding:3px 10px;
	background-color:#f4f0eb;
	margin-right:6px;
	border:1px solid #e9e9e9;
}

table.page td.between{
	display:block;
	float:left;
	padding:3px 0px;
	background:none;
	margin-right:6px;
	border:0;
	color:#000;
}

/*------------------------------------------------------------------------------------*/

.innerNewsBlock{
	width:300px;
	overflow:hidden;
	padding:10px;
	border-bottom:1px dotted #ccc;
}

.innerNewsBlock img{
	float:left;
}

.innerNewsBlock .con{
	width:296px;
	float:left;
	position:relative;
	text-align:left;
}

.innerNewsBlock .con_index{
	width:175px;
	float:left;
	padding-left:10px;
	position:relative;
	text-align:left;
	color:#000000;
}

.innerNewsBlock .con span.date{
	color:#777;
	font-size:12px;
	text-align:left;
	margin:0
}

.innerNewsBlock .con_index span.date{
	color:#777;
	font-size:12px;
	text-align:left;
	margin:0
}

.innerNewsBlock .con p{
	font-size:15px;
	line-height:20px;
	clear:both;
	margin-bottom:10px;
}

.innerNewsBlock .con p a{
	text-decoration:none;
	color:#6C6C6C;
}

.innerNewsBlock .con p a:hover{
	text-decoration:underline;
}

.innerNewsBlock .con_index p a{
	text-decoration:none;
	color:#000000;
}

.innerNewsBlock .con_index p a:hover{
	text-decoration:underline;
}

.innerNewsBlock .more a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#c6b154 url(../images/tag1.png) no-repeat 50px 3px;
	width:65px;
	height:25px;
	font-size:16px;
	padding:5px 0 0 5px;
	line-height:20px;
	clear:both;
	position:relative;
	top:0px;
	left:80px;
}



.innerNewsBlock .more a:hover{
	background-color:#e2cb66;
}

/*------------------------------------------------------------------------------------*/


.like{
	margin-top:10px;
	margin-bottom:20px;
	font-size:13px;
}

.likeBlockTitle{
	float:left;
}


ol.likeBlock{
	float:left;
	margin-right:15px;
}

ol.likeBlock dt{
	float:left;
	font-weight:bold;
}

ol.likeBlock dd{
	float:left;
	margin-left:3px;
	color:#2c9801;
}

ol.likeBlock dt a{
	color:#4185ae;
}


.msgTitle{
	display:block;
	clear:both;
}
.msgBox{
		border-bottom:1px dotted #999;
		overflow:hidden;
		margin-top:20px;
}



.msgTxtArea{
	background-color:#f8f8ef;
	border:1px solid #cfcfcc;
	width:609px;
	height:48px;
}
.msgPhoto{
	float:left;
}

.msgCon{
	width:590px;
	float:left;
	padding:0 10px;
	font-size:12px;
}

.msgCon p{
	clear:both;
}

/*-----------------------------------------tabs-------------------------------------------*/

div.jquery-tabs{
	width:100%;
	font-size:11px;
	background-color:#f7f2df;
	padding-bottom:10px;
}

.jquery-tabs p.tabItem{
	color:#fff;
	padding-bottom:5px;
	width:100%;
	float:left;
}

.jquery-tabs p.tabItem span{
	display:block;
	float:left;
	background-color:#e4e4e4;
	border-bottom:3px solid #b99908;
	border-right:1px solid #fff;
	text-align:center;
	cursor:pointer;
	color:#000;
	margin-top:0px;
	width:176px;
	padding-top:7px;
	height:26px;
	
}

.jquery-tabs p.tabItem span#tab12{
	width:173px;
}


.jquery-tabs p.tabItem span.lastTab{
	border-right:0;
}

.jquery-tabs p.tabItem span.current{
	background-color:#b99908;
	color:#fff;
}

.jquery-tabs p.tabItem span{

}

div.tabsSection{
	padding:0px 0;
}

.infoBox{
	width:97%;
	margin:5px auto 5px auto;
	font-size:14px;
}

.p div{
	text-align:left;
	background:#000000;
}

span.infoTitle{
	display:block;
	float:left;
	font-size:18px;
	margin-bottom:7px;
	width:100%;
	text-align:left;
}

span.infoDate{
	display:block;
	float:right;
	color:#ba9400;
	font-size:13px;
}


.infoTable{
	clear:both;
	width:100%;
	font-size:14px;
	text-align:left;
}

.infoTable th{
	line-height:15px;
	color:#fff;
	background-color:#d9bc3a;
	width:67px;
	height:62px;
	text-align:center;
	vertical-align:middle;
	border:2px solid #f8f3e0;
}

.infoTable td{
	background-color:#fff;
	border:2px solid #f8f3e0;
	padding-left:10px;
}

.infoTable td a{
	color:#000;
}

.infoTable td a:hover{
	color:#ba9400;
}


h3{
	background:url(../images/tag2.gif) no-repeat 0 5px;
	font-size:16px;
	padding-left:15px;
	margin-left:25px;
}

.teamBox{
	background-color:#f0f0f0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 0 0px 30px;
	overflow:hidden;
}

ul.team{
	position:relative;
	float:left;
	text-align:center;
	line-height:20px;
	margin-right:30px;
	margin-bottom:20px;
	height:175px;
}

ul.team li.filmBar{
	position:absolute;
	top:92px;
	left:0;
}

ul.team li.pic{
	width:160px;
	height:110px;
	background-color:#ddd;
	overflow:hidden;
}

ul.team li.date{
	color:#b89500;
}

ul.team li.title{
	font-size:14px;
	font-weight:bold;
	width:160px;
}


ul.team li.title a{
	text-decoration:none;
	color:#000;
}

ul.team li.title a:hover{
	text-decoration:underline;
}


/*相本*/


span.date{
	font-size:12px;
	color:#b89500;
	margin-left:27px;
}
h4{
	font-size:20px;
	padding-left:15px;
	margin-left:10px;
	font-weight:bold;

}


ul.teamPhoto{
	float:left;
	margin:0 21px;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	width:160px;
	height:160px;
}

ul.teamPhoto li{
	
}

ul.teamPhoto li.pic{
	width:160px;
	height:110px;
	text-align:center;
	background-color:#eee;
}

ul.teamPhoto li.title{
	font-size:13px;
	width:160px;
}

ul.teamPhoto li.title a{
	text-decoration:none;
	color:#000;
}

ul.teamPhoto li.title a:hover{
	text-decoration:underline;
}

ul.teamPhoto li.name{
	position:relative;
	top:15px;
	width:160px;
	text-align:center;
	background-color:#000;
	line-height:16px;
	opacity:.7;
	filter:alpha(opacity=.7);
	font-size:14px;
	height:50px;
	display:table-cell;
	vertical-align:middle;
}

ul.teamPhoto li.name a{
	color:#fff;
	text-decoration:none;
}

/**/


/*----隊員列表---*/



ul.player{
	float:left;
	margin-right:18px;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	width:185px;
	height:250px;
	
}

ul.player li{
	
}

ul.player li.pic{
	width:185px;
	height:185px;
	text-align:center;
	background-color:#eee;
	
}


ul.player li.title{
	font-size:13px;
	width:185px;
}


ul.player li.title a{
	text-decoration:none;
	color:#000;
}

ul.player li.title a:hover{
	text-decoration:underline;
}
ul.player li.name{
	position:relative;
	top:15px;
	width:185px;
	text-align:center;
	background-color:#000;
	line-height:16px;
	opacity:.7;
	filter:alpha(opacity=.7);
	font-size:14px;
	height:50px;
	display:table-cell;
	vertical-align:middle;
}
ul.player li.name a{
	color:#fff;
	text-decoration:none;
}








h5{
	font-size:30px;
	font-weight:bold;
	float:left;
	margin-bottom:10px;

}
h5 .engName{
	font-size:18px;
	color:#666;
	padding-top:5px;
}

.likeBtn a{
	display:block;
	float:right;
	width:128px;
	height:26px;
	background:url(../images/likeBtn2.gif) no-repeat 0 0;
	padding-top:7px;
	padding-right:5px;
	text-align:right;
}
.likeNum{
}

.likeNum a{
	text-decoration:none;
	color:#090;
}

.likeNum a:hover{
}


.memberTable{
	clear:both;
	width:100%;
	line-height:35px;
	border-top:2px dotted #ccc;
	margin-bottom:20px;
	text-align:left;
}


.memberTable th{
	border-bottom:1px solid #ddd;
	background:url(../images/tag3.gif) no-repeat right 6px;
	width:63px;
	padding-left:10px;
	
}

.memberTable td{
	border-bottom:1px solid #ddd;
	padding-left:10px;
	
}

h6{
	font-size:17px;
	color:#a88511;
	line-height:40px;
	text-align:left;
}


.mailForm{
	
}

.mailForm input{
	height:20px;
	margin-bottom:5px;
	border:1px solid #ddd;
	
}
.mailForm textarea{
	border:1px solid #ddd;
	
	
}

.mailForm th{
	font-size:13px;
	background:url(../images/tag4.gif) no-repeat 0 12px;
	padding-left:20px;
	line-height:30px;
	text-align:left;
}
.mailForm td{
	text-align:left;
}

.msg{
	vertical-align:top;
}

.mailForm{
	
	
}


.inputCode{

height:50px;
vertical-align:bottom;
	
}
.inputCode img{
	padding-top:15px;
	
	
}

.codePic{
	float:left;
	margin-left:10px;
	margin-top:-10px;
	
	
}

.codePic a{
	font-size:12px;
	margin-left:10px;
	color:#C30
}

.codePicField{
	margin-top:15px;
	float:left;
}

th.code{
	padding-top:10px;
	background-position:0 27px;
	
}

input.btn{
	background-color:#bf9a00;
	color:#fff;
	width:80px;
	height:30px;
	border:0;
	overflow:hidden;
	margin-top:10px;
}

input.btn:hover{
	background-color:#dbb100;
}

.sponsor{
	padding-left:40px;
	width:940px;
}

.sponsor img{
	width:190px;
	height:86px;
	border:5px solid #f2eac6;
}

.sponsor span{
	margin:0 12px;
	margin-bottom:10px;
	display:block;
	width:200px;
	height:86px;
	border-bottom:2px solid #b89b02;
	padding-bottom:10px;
	float:left;
}

.backList a{
	display:block;
	color:#000;
	font-weight:bold;
	background:url(../images/tag3.gif) no-repeat 0 6px;
	padding-left:13px;
	font-size:12px;
	margin:10px 0;
	text-decoration:none;
	clear:both;
}

.backList a:hover{
	text-decoration:underline;
}

.indexNewsList{
	margin-left:26px; 
	float:left;
}

.indexNewsList .in_con{
	padding-top:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	width:610px;
}

.indexNewsList .in_date{
	color:#777;
	font-size:12px;
}

.indexNewsList .in_header{
	font-size:15px;
	color:#000;
}

.indexNewsList .in_header a{
	text-decoration:none;
	color:#000;
}

.indexNewsList .in_header a:hover{
	text-decoration:underline;
	color:#6C6C6C;
}

.indexNewsList .in_more{
	padding-top:5px;
	font-size:15px;
	color: #06F;
	float:right;
}

.indexNewsList .in_more a{
	text-decoration:none;
	color:#06F;
}

.indexNewsList .in_more a:hover{
	text-decoration:underline;
}

.forum_main_class{
	font-size: 15px;
	color: #0584C9;
	font-weight: bold;
	text-align: center;
}

.forum_main_class a{
	text-decoration:none;
	color:#0584C9;
}

.forum_main_class a:hover{
	text-decoration:underline;
	color:#0584C9;
}
