@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

body, td, table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}

dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

A:link    {
	text-decoration: none;
	color: #4c4c4c;
}

A:visited {
	text-decoration: none;
	color: #4c4c4c;
}

A:active {
	text-decoration: none;
	color: #4c4c4c;
}

A:hover {
	text-decoration: none;
	color: #06C;
}



/*========== Background ===========*/
.bg-l {
	background-image: url(../images/home_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 635px;
}

.bg-r {
	background-image: url(../images/home_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 635px;
}



/*========== Basic ===========*/
img {
	border: 0;
	margin: 0;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/*========== News ===========*/
.home_news1_list {
	width: 356px;
}

.home_news1_topic_zone {
	padding-top: 5px;
	padding-left: 25px;
	background:url(../images/home_news1_arrow.png) no-repeat 0px top;
}
.home_news1_topic {
	color: #6e6e6e;
	font-size: 15px;
	line-height: 25px;
}

.home_news1_topic a {
	color: #6e6e6e;
}

.home_news1_topic a:hover {
	color: #000000;
}

.home_news1_content {
	padding-left: 25px;
	padding-right: 20px;
	line-height: 22px;
	color: #6e6e6e;
}

.home_news1_line {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #e0e0e0 1px solid;
}



/*========== Foot ===========*/
.foot_space {
	padding: 20px;
	background: #4586bc;
}

.foot_copyright {
	text-align: center;
	padding-bottom: 5px;
	color: #fff;
}

.foot_design {
	text-align: center;
	padding-top: 5px;
}

.foot_design a {
	color: #fff;
}

.foot_design a:hover {
	color: #fff;
}


