@charset "gb2312";
/* CSS Document */

.round_box{ font-size:12px; float:left; margin:0px; margin-bottom:0px;}

.round_box .linea,.round_box .lined{ height:1px; overflow:hidden; background:#B4BDD4; margin:0 2px; }
.round_box .lineb,.round_box .linec{ height:1px; overflow:hidden; border:1px solid #B4BDD4; border-top:0; border-bottom:0; margin:0 1px; background:#EEF4FB;  }

.round_box .header, .round_box .body, .round_box .body .content{ 
        border:1px solid #B4BDD4; border-top:0; border-bottom:0; background:#EEF4FB; overflow:hidden; 
}


.round_box .body .content table.list{ width:100%; table-layout:fixed; border-collapse:collapse; }
.round_box .body .content table.list td{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.round_box .body .content table.list td a{ text-decoration:none; color:#444; }
.round_box .body .content table.list td a:hover{ color:#000; }

.round_box .header{ height:30px; }
.round_box .header .title{ font-weight:bold; padding:8px 0 0 10px; float:left; width:480px; }
.round_box .header .more{ float:right; padding:9px 10px 0 0; }
.round_box .header .more a{ text-decoration:none; color:#545D74}

.round_box .body{ padding:0 7px 7px 7px; }
.round_box .body .content{ background:#fff; padding:6px 2px 0 5px; height:80px; padding:43px 15px; }
/**第一个样式**/
.round_box1 .linea, .round_box1 .lined{ background:#D19696; }
.round_box1 .lineb, .round_box1 .linec{ border-color:#D19696; }
.round_box1 .header, .round_box1 .body{ border-color:#D19696; background:#FBEEEE; }
.round_box1 .body .content{ border-color:#D19696; }
/**第二个样式**/
.round_box2 .linea, .round_box2 .lined{ background:#999; }
.round_box2 .lineb, .round_box2 .linec{ border-color:#999; }
.round_box2 .header, .round_box2 .body{ border-color:#999; background:#efefef; }
.round_box2 .body .content{ border-color:#999; }
.round_box .nocolor{background:none; border:none;}
.round_box .ico{
	background:url(/Sktkey/Images/Title_Ico.gif) no-repeat;
	height:71px;
	margin:2px 0px;
	width:200px;
	text-align:left;
	font-family:'新宋体';
	font-size:14px; z-index:100;
	float:right;
	position:absolute; 
}
.round_box .ico .title{
	width:80px;
	height:22px;
	margin-top:20px;
	margin-left:15px;
	color:#FFF;
	font-weight:bolder;
}
.round_box .ico .title a{
	color:#FFF;
}
.round_box .ico .title a:hover{
	color:#F00;
}