body {
	background: #fbebca url(ihd-bg.jpg) no-repeat center 0;
}

a {
	color: #333333;
}

a:hover {
	color: #cf060d;
}

.bg-white {
	background: white;
}

.header {
	height: 250px;
}

.nav {
	background: #cf060d;
	padding: 15px 0;
}

.nav > li > a {
	color: #ffffff;
	text-align: center;
}

.slide {
	width: 540px;
	height: 350px;
	float: left;
	overflow: hidden;
	background: #f2f2f2;
}

.headline {
	width: 410px;
	height: 350px;
}

.panel-default .panel-head {
	padding-bottom: 5px;
	border-bottom: 2px solid #cf060d;
}

.panel-default .panel-head .panel-head-title {
	color: #cf060d;
}

.panel-default .panel-head .panel-head-more a {
	color: #ccc;
	line-height: 2.2;
}

.col-x2 {
	width: 475px;
}

.col-x2 +.col-x2 {
	margin-left: 20px;
}

.list-text > li> a {
	font-size: 16px;
}

.col-rolling {
	overflow: hidden;
}

.col-sub .panel-head-title {
	float: left;
	border-left: 8px solid #cf060d;
	width: 42px;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 30px;
}

.col-sub .panel-head-title a {
	color: #cf060d;
}

.col-rolling .panel-head-body {
	padding: 9px;
	border: 1px solid #F2F2F2;
	float: left;
	width: 560px;
}
.col-image .panel-head-body { float: left; width: 270px;}
.focusBox {
	position: relative;
	width: 540px;
	height: 350px;
	overflow: hidden;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 540px;
	height: 350px;
	display: block;
	float: left;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #f60;
}

.picScroll {
	margin: 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
}

.picScroll .tempWrap {
	width: 560px !important;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
	list-style: none;
}

.picScroll ul li {
	width: 120px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
}

.picScroll ul li img {
	width: 120px;
	height: 170px;
	display: block;
	background: url(images/loading.gif) center center no-repeat;
	float: left;
}
.imageBox{ width: 270px; height: 190px;}
.imageBox .pic img { width: 270px; height: 190px;}
.imageBox  .txt li a { font-size: 12px;}
.pannel-content h1{ text-align: center; font-weight: normal;padding-bottom: 5px; border-bottom: 2px solid #cf060d; color: #cf060d;}
.pannel-content .panel-head-sub{ text-align: center; color: #666666; padding: 10px 0;}
.content{ padding: 20px 0;}
.content p{ font-size: 16px; text-indent: 2em; line-height: 2; margin: 20px;}
.footer { padding: 50px 0; clear: both;}
.footer p{ font-size: 14px; text-align: center;}
