﻿/* CSS Document */
html {
	overflow-y:auto;
	overflow-x:auto;
}
body {
	background:#f3fdf9 url(../images/body-bg.jpg) repeat-x;
	font-family:"Microsoft YaHei",verdana,"\5B8B\4F53";
	font-size:12px;
	color:#000;
	text-align:left;
	word-break:break-all;
	word-wrap:break-word;
	display:block;
	zoom:1;
}
body,div,p,h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
form,input,textarea,button,
pre,img {
	margin:0;
	padding:0;
}
dl,dt,dd,ul,ol,li {
	list-style:none outside none;
}
img,a {
	border:0;
}
table {
	margin:0 auto;
	border:0;
	padding:0;
	font-size:12px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
input,textarea,select {
	font-size:100%;
	font-family:"Microsoft YaHei",verdana,"\5B8B\4F53";
	color:#000;
	outline:0;
	resize:none;
}
/*************************************************************************************************/
.sd-wrap {
	width:1000px;
	margin:0 auto;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#6FB6CA;
	background-color:#FFF;
}
/*************************************************************************************************/
.banner {
	height:159px;
	background:url(../images/banner.jpg) no-repeat;
}
/*************************************************************************************************/
/*
.menu {
	height:42px;
	width:1000px;
	overflow:hidden;
	background:url(../images/menu-bg.jpg) no-repeat;
}
.menu .item {
	float:left;
	display:inline;
	height:42px;
	width:100px;
}
.menu .item a{
	float:left;
	display:inline;
	height:42px;
	width:100px;
	margin:0;
	padding:0;
	line-height:42px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.menu .item a:hover {
	text-decoration:none;
	color:#C00;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-shadow:#FFF 0 0 5px;
}
*/
/*************************************************************************************************/
.row-1 {
	height:280px;
	width:1000px;
	overflow:hidden;
}
.row-1 .col-1 {
	float:left;
	display:inline;
	overflow:hidden;
	width:478px;
	height:258px;
	border:1px solid #000;
	margin:10px;
	background:#CCC;
}
.row-1 .col-2 {
	float:left;
	display:inline;
	overflow:hidden;
	width:490px;
	height:260px;
	margin:10px 10px 10px 0;
}
/*************************************************************************************************/
.newstop {
	width:490px;
	height:100px;
	overflow:hidden;
}
.newstop h1 {
	height:34px;
	width:490px;
	overflow:hidden;
}
.newstop h1 a {
	float:left;
	display:inline;
	line-height:30px;
	color:#C00;
	font-size:16px;
	font-weight:bolder;
	text-indent:10px;
}
.newstop p {
	line-height:22px;
	height:66px;
	width:490px;
	overflow:hidden;
	font-size:12px;
	color:#000;
	text-indent:24px;
}
/*************************************************************************************************/
.newspanels {
	width:490px;
	height:260px;
	overflow:hidden;
}
.newspanels .title {
	position:relative;
	height:30px;
	width:490px;
	overflow:hidden;
	border-bottom:1px solid #ddeaef;
}
.newspanels .title .text {
	height:20px;
	line-height:20px;
	margin-left:39px;
	padding:5px 0;
	font-size:16px;
	font-weight:bolder;
	color:#C00;
}
.newspanels .title .icon {
	position:absolute;
	top:0;
	left:0;
	height:30px;
	width:39px;
	overflow:hidden;
	background:url(../images/newstop-icon.jpg) no-repeat 0 -9px;
}
.newspanels .newslist {
	height:220px;
	width:490px;
	overflow:hidden;
	padding-top:10px;
}
.newspanels .newslist .item {
	height:22px;
	width:490px;
	overflow:hidden;
}
.newspanels .newslist .item .icon {
	float:left;
	display:inline;
	height:22px;
	width:40px;
	overflow:hidden;
	background:url(../images/newspanels-icon.jpg) no-repeat;
}
.newspanels .newslist .item .text {
	float:left;
	display:inline;
	line-height:22px;
	font-size:12px;
	color:#000;
	height:22px;
	width:450px;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap; 
}
.newspanels .newslist .item a {
	text-decoration:none;
}
.newspanels .newslist .item a:hover {
	color:#C00;
}
/*************************************************************************************************/
.row-2 {
	height:60px;
	width:980px;
	margin:0 auto;
	clear:both;
	
}
/*************************************************************************************************/
.row-3 {
	margin:10px 0 0 10px;
	width:990px;
}
.row-3 .item {
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	height:290px;
	width:485px;
	overflow:hidden;
}
/*************************************************************************************************/
.w-box {
	border:1px solid #aedbf0;
	width:483px;
	height:290px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#FFF;
}
.w-box .title {
	position:relative;
	height:25px;
	background:url(../images/w-box-title-bg.jpg) repeat-x;
	border-bottom:1px solid #aedbf0;
}
.w-box .title .text {
	position:absolute;
	top:-1px;
	left:-1px;
	height:27px;
	width:160px;
	overflow:hidden;
	background:url(../images/w-box-title-icon.jpg) no-repeat;
	line-height:27px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-indent:30px;
}
.w-box .title .more {
	position:absolute;
	top:6px;
	right:10px;
	width:36px;
	height:11px;
	background:url(../images/more.jpg) no-repeat;
	cursor:pointer;
}
.w-box .table {
	padding:10px 15px;
}
.w-box .table .witem {
	height:25px;
	background:url(../images/line.jpg) repeat-x;
}
.w-box .table .witem .icon {
	float:left;
	display:inline;
	height:25px;
	width:25px;
	overflow:hidden;
	background:url(../images/w-icon.jpg) no-repeat;
}
.w-box .table .witem .text {
	float:left;
	display:inline;
	height:25px;
	width:428px;
	line-height:24px;
	font-size:12px;
	color:#17496c;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap; 
}
.w-box .table .witem  a {
	text-decoration:none;
}
.w-box .table .witem  a:hover {
	color:#c00;
}
/*************************************************************************************************/
.row-4 {
	width:980px;
	height:140px;
	overflow:hidden;
	margin:0 auto 10px auto;
}
.b-image {
	width:980px;
	height:140px;
	overflow:hidden;
	background:url(../images/bimage-bg.jpg) repeat-x;
}
.b-image .b-imagebox{ 
	margin:8px 4px;
	height:124px;
	width:972px;
	overflow:hidden;
}
.b-image .item {
	float:left;
	display:inline;
	width:235px;
	height:124px;
	overflow:hidden;
	margin:0 4px;
}
.b-image .item .image {
	display:block;
	height:98px;
	width:232px;
	overflow:hidden;
	background:#FFF;
	border:1px solid #000;
}
.b-image .item .text {
	display:block;
	height:24px;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.b-image .item  a {
	text-decoration:none;
}
/*************************************************************************************************/
.m-main {
	min-height:400px;
	background:url(../images/mm-bg.jpg) repeat-y;
}
.m-side {
	float:left;
	display:inline;
	width:220px;
	min-height:400px;
}
.m-content {
	float:left;
	display:inline;
	width:780px;
	min-height:400px;
}
.m-space {
	height:10px;
	overflow:hidden;
	clear:both;
}
/*************************************************************************************************/
.m-box {
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
}
.m-box .title {
	position:relative;
	height:34px;
	background:url(../images/mt-bg.jpg) repeat-x;
	border-bottom:1px solid #ccc;
}
.m-box .title .text {
	height:20px;
	padding:7px 0 7px 40px;
	overflow:hidden;
	line-height:20px;
	font-size:14px;
	color:#666;
	font-weight:bold;
	background:url(../images/m-icon.jpg) no-repeat;
}
.m-box .table {
	padding:15px;
}
.m-box .table .witem {
	height:35px;
	background:url(../images/line.jpg) repeat-x 0 bottom;
}
.m-box .table .witem .icon {
	float:left;
	display:inline;
	height:35px;
	width:25px;
	overflow:hidden;
	background:url(../images/w-icon.jpg) no-repeat center center;
}
.m-box .table .witem .time {
	line-height:20px;
	height:20px;
	font-size:12px;
	padding:7px 0;
	color:#999;
}
.m-box .table .witem .text {
	float:left;
	display:inline;
	height:20px;
	width:580px;
	padding:7px 0;
	line-height:20px;
	font-size:12px;
	color:#17496c;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap; 
	margin-right:15px;
}
.m-box .table .witem  a {
	text-decoration:none;
}
.m-box .table .witem  a:hover {
	color:#c00;
}
/*************************************************************************************************/
.s-box {
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
}
.s-box .title {
	position:relative;
	height:35px;
	background:#bbdae8;
}
.s-box .title .text {
	height:20px;
	padding:7px 0 7px 15px;
	overflow:hidden;
	line-height:20px;
	font-size:14px;
	color:#075286;
	font-weight:bold;

}
.s-box .table {
	padding:5px 10px;
}
.s-box .table .witem {
	margin-bottom:10px;
}
.s-box .table .witem .icon {
	float:left;
	display:inline;
	height:20px;
	width:20px;
	overflow:hidden;
	margin-right:6px;
	background:url(../images/s-icon.jpg) no-repeat center center;
}
.s-box .table .witem .text {

	display:inline;

	padding:2px 0;
	line-height:20px;
	font-size:12px;
	color:#17496c;
	overflow:hidden;



	margin-right:15px;
}
.s-box .table .witem  a {
	text-decoration:none;
}
.s-box .table .witem  a:hover {
	color:#c00;
}
/*************************************************************************************************/
.detail {
	padding:0 30px;
}
.detail  .d-title{
	line-height:26px;
	font-size:18px;
	text-align:center;
	font-weight:bolder;
	padding:20px 0;
}
.detail .d-info {
	line-height:20px;
	font-size:12px;
	color:#888;
	text-align:center;
	border-bottom:1px solid #ccc;
}
.detail .d-content {
	margin-top:20px;
	margin-bottom:40px;
	line-height:24px;
	font-size:14px;
	text-indent:28px;
	color:#333;
}
/*************************************************************************************************/
.page {
	font-size:12px;
	color:#17496c;
	text-align:center;
}
.page a,
.page a:hover{
	color:#17496c;
	text-decoration:none;
}
.page a:hover {
	color:#c00;
}
.page a,
.page span {
	display:inline-block;
	margin:4px;
}
/*************************************************************************************************/
.footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
.footer .footmenu {
	line-height:40px;
	font-size:14px;
}
.footer .copy {
	line-height:20px;
}
/*************************************************************************************************/
.fcb {
	zoom:1;
}
.fcb:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	overflow:hidden;
}