@charset "utf-8";
/* CSS Document */
/*
blue 26acd9
*/
* {
	margin:0;
	padding:0;
}
html,body {
	height:100%;
}
body {
	color:#333;
	font:12px Arial;
}
h1 {
	font-size:22px;	
	letter-spacing:1px;
}
h2 {
	font-size:16px;
	margin-bottom:7px;
	color:#333;
}
a {
	color:#FF6600;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#666;	
}
li {
	list-style:none;
}
img {
	border:0;	
}
.logo {
	padding:6px 0 0 26px;	
}
.frame {
	height:100%;	
	width:100%;
	position:relative;
}
.frame-top td {
	height:80px;
}
.frame-top-bg {
	background:url(../elements/frame/top_bg.jpg);	
}
.frame-left  {
	width:61px;
	height:expression((parseInt(document.documentElement.clientHeight)-120)+'px');
	background:url(../elements/frame/left_bg.jpg) repeat-y;
	vertical-align:top;
}
.frame-right {
	width:61px;
	background:url(../elements/frame/right_bg.jpg) repeat-y right;
	vertical-align:top;
	text-align:right;
}
.frame-top-center {
	width:526px;
	background:url(../elements/frame/top_center2.jpg) bottom no-repeat;
	text-align:center;
	font-size:13px;
	color:#fff;
}
.frame-top-center a:hover{
	color:#fff;
}
.frame-top-left {
	width:30%;
	background:url(../elements/frame/top_left.jpg) left bottom no-repeat;
	vertical-align:top;
}
.frame-top-right {
	width:30%;
	background:url(../elements/frame/top_right.jpg) right bottom no-repeat;
	vertical-align:top;
	text-align:right;
}
.frame-bottom a, .frame-bottom a:hover {
	color:#FFF;	 
}
.frame-bottom-left {
	height:40px;
	background:url(../elements/frame/bottom_left.jpg); 
}
.frame-bottom-right {
	background:url(../elements/frame/bottom_right.jpg);
}
.frame-bottom-center {
	width:expression((parseInt(document.documentElement.clientWidth)-122)+'px');
	background:url(../elements/frame/bottom_bg.jpg);
}
.frame-bottom-col-left {
	width:48%;
	float:left;
	margin-top:16px;
}
.frame-bottom-col-right {
	width:48%;
	float:right;
	margin-top:16px;
	text-align:right;
}


.main {
	width:952px;
	margin:32px auto 32px auto;
	padding:0 10px 0 10px;
}
.col1, .col2, .col3 {
	width:302px;
	float:left;
}
.col1 {
	padding-right:10px;
	border-right:3px solid #f2f2f2;
}
.col2 {
	padding:0 10px 0 10px;
	border-right:3px solid #f2f2f2;
}
.col3 {
	padding-left:10px;
}

.col1-col2 {
	float:left;
	width:627px;	
	padding-right:10px;
	border-right:3px solid #f2f2f2;
}
.col1-col2-col3 {
	clear:both;
}

/*top*/
.search {
	width:244px;
	height:24px;
	padding:16px 26px 0 0;
	float:right;
}
.input-search {
	width:167px;
	height:20px;
	float:left;
	background:url(../elements/input-search.png) no-repeat;
	border:0;
	padding:1px 4px 1px 9px;
	line-height:20px;
}
.button-search {
	width:63px;
	height:22px;
	float:left;
	background:url(../elements/button-search.png) no-repeat;
	border:0;
	margin:0;
	padding:0;
	padding:3px 0 3px 0;
	color:#fff;
	cursor:pointer;
}
.button-search:hover {
	font-weight:bold;	
}


/*news*/
.news  {
	padding-bottom:32px;	
}
.news-top {
	margin-bottom:24px;	
}
.news .title {
	padding:4px 7px 4px 7px; 
	margin-bottom:21px;
	color:#fff;
	background:#F90;	
	font-size:17px;
	font-weight:normal;
	font-family:Verdana;
	background:url(../elements/title.png);
	border-bottom:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #eee;
	letter-spacing:2px;
}
.news li {
	padding-bottom:11px;	
	margin-bottom:17px;
	border-bottom:1px dotted #ccc; /*26acd9*/
}
.news .last {
	border:none;	
}
.news h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:120%;
}
.news h4 {
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	color:#333;
}
.news h5 {
	padding:2px 0 4px 0;
	color:#26acd9;/*999*/	
	
}

/*list*/
.list {
	padding-bottom:32px;	
}
.list .title {
	padding:4px 7px 4px 7px; 
	margin-bottom:21px;
	color:#fff;
	background:#F90;	
	font-size:17px;
	font-weight:normal;
	font-family:Verdana;
	background:url(../elements/title.png);
	border-bottom:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #eee;
	letter-spacing:2px;
}
.list li {
	padding-bottom:11px;	
	margin-bottom:17px;
	border-bottom:1px dotted #ccc; /*26acd9*/
}
.list .last {
	border:none;	
}
.list h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:120%;
}
.list h4 {
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	color:#333;
}
.list h5 {
	padding:2px 0 4px 0;
	color:#26acd9;/*999*/	
	
}



/* content */
.content .date {
	padding:4px 0 21px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#26acd9;
}
.content .path {
	padding:0 0 21px 0;
	color:#F60;
}

/* Pagination */
.pagination{
    display:block;
	text-align:center;
	padding-bottom:21px;
}
.pagination li{
    display:inline;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
.pagination a,
.pagination span{
    color:#26acd9;
    padding:2px 4px 0px 4px;
}
.pagination a:hover{
    background:#F60;
	color:#fff;
}
.pagination .active{
    padding:2px 4px 0px 4px;
    font-weight:bold;
}
.pagination .previous-off,
.pagination .next-off,
.pagination .off{
    padding:2px 4px 0px 4px;
	color:#CCC;
}
