﻿
/*column style*/
.columnPanel{ height:260px; margin-right:20px; float:left; }

.columnTop{ height:24px; line-height:24px; margin-bottom:15px; }

.columnTitle{ float:left; line-height:24px; border-left:solid 5px #2B7B7C; padding:0 30px 0 20px; font-size:16px; letter-spacing:2px; color:#2B7B7C; background:#CCE1E2; font-weight:bold; }

.columnMore{ width:40px; height:24px; background:url(Images/Web/more-icon.png); float:right; cursor:pointer; }

.columnContent{ clear:both; }

.columnIMG{ width:100%; height:auto; vertical-align:text-bottom; margin-bottom:5px; }

.columnText{ text-indent:28px; letter-spacing:1px; line-height:24px; font-size:14px; font-size:#444; padding:5px; }

.columnDynamic{ clear:both; height:120px; padding:5px; }

.columnDynamicIMG{ float:left; padding:5px; width:180px; height:108px; border:solid 1px #EEE; }

.columnDynamicIMG img{ width:100%; height:100%; border:0; vertical-align:middle; }

.columnDynamicDiv{ float:right; padding:5px; width:260px; height:100px; }

.columnDynamicDiv .title{ font-size:16px; letter-spacing:1px; line-height:24px; width:100%; margin-bottom:5px; color:#222; }

.columnDynamicDiv .title a{ color:#09599F; }

.columnDynamicDiv .text{ font-size:13px; line-height:18px; color:#444; }

.columnInfo{ clear:both; height:22px; line-height:22px; margin-bottom:5px; padding:0 5px; }

.columnInfo .title{ float:left; font-size:13px; color:#333; } .columnInfo .title a{ color:#09599F; }

.columnInfo .date{ float:right; color:#666; font-size:12px; padding:0 5px; background:#EEE; }

.columnIconPanel{ float:right; width:300px; height:250px; padding:5px 0; }

.columnIconItem{ float:left; width:80px; height:100px; padding:0; border:0; vertical-align:middle; margin:10px; cursor:pointer; }

/*special column*/
#special{ background:#F4F4F4; padding:20px 0; }

#specialPanel{ width:1200px; margin:0 auto; }

.speciaTitleBorder{ width:200px; height:40px; border:solid 1px #999; padding:10px 25px 0 25px; margin:0 auto; }

.speciaTitleText{ background:#F4F4F4; width:200px; height:50px; line-height:50px; text-align:center; font-size:220%; color:#E88A18; letter-spacing:3px; }

.speciaEnglish{ padding-top:10px; height:50px; line-height:50px; text-align:center; margin:0 auto; color:#626262; font-size:280%; background:url(Images/Web/bottomLine.png) no-repeat bottom center; }

#speciaContent{ clear:both; height:320px; width:1200px; margin:0 auto; padding-bottom:10px; }

.speciaLeft{ width:550px; float:left; height:100%; }

.speciaLeft img{ width:90%; height:90%; margin:5%; }

.speciaRight{ float:right; width:630px; height:94%; margin:3% 0; }

.speciaList{ height:90px; margin-bottom:15px; }

.speciaNum{ float:left; width:90px; height:80px; line-height:80px; text-align:center; font-size:50px; color:#2B7B7C; border-right:solid 5px #2B7B7C; }

.speciaInfo{ float:right; width:520px; height:80px; }

.speciaTop{ height:25px; line-height:25px; margin-bottom:5px; font-size:13px; }

.speciaTitle{ color:#222; float:left; } .speciaTitle a{ color:#0B73CF; }

.speciaDate{ color:#666; float:right; width:90px; background:#EEE; height:25px; text-align:center; }

.speciaText{ clear:both; font-size:12px; color:#444; letter-spacing:1px; line-height:18px; }

/*solid style*/
#solid{
	width:100%;
	clear:both;
	margin-top:0px;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	left:0%;
	top:0px;
	width:100%;
	height:100%;
	margin-right:0px;
	display:none;
	cursor:pointer;
}
#solid #btt{
	width:905px;
	height:55px;
	top:400px;
	position:relative;
	margin:0 auto;
}
#solid #btt span{
	position:absolute;
	top:15px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#2f8084;
	z-index:88;
	cursor:pointer;
	filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity:0.5; /*Firefox私有，透明度50%*/
	opacity:0.5;/*其他，透明度50%*/
}