@charset "utf-8";
/* 版块公用 */
.w300 {
	width:300px;
}
.w360 {
	width:360px;
}
.w380 {
	width:380px;
}
.w670 {
	width: 670px;
            margin-right: 0px;
}
.w280 {
	width:280px;
}
.box {
	float:left;
	background-color:#fff;
}
.box h3 {
	height:30px;
	border:1px #b9dcfa solid;
	background:url(/images/index/t.jpg) no-repeat, url(/images/index/t.jpg) 100% repeat;
	position:relative;
}
.box h3 b {
	display:inline-block;
	padding-left:36px;
	font: bold 17px/27px microsoft yahei;
	color:#fff;
}
.box h3 a.more {
	width:30px;
	height:30px;
	background:url(/images/index/more.png) center no-repeat;
	font:0/0 lx;
	color:transparent;
	position:absolute;
	top:0px;
	right:10px;
}
.box .list-t {
	padding:10px;
}
.box .list-t li {
	/* background:url(/images/index/dot.png) 0 50% no-repeat; */
	/* padding-left:15px; */
	line-height: 35px;
	font-family: microsoft yahei;
	font-size: 15px;
}
.box .list-p {
	height:172px;
	padding:15px 0;
}
.box .list-p li {
	width:180px;
	line-height:30px;
}
.box .list-p li a img {
	width:160px;
	border:1px #ccc solid;
	padding:4px;
}
.box .list-p li a:hover img {
	border:1px #09c solid;
}
/* part1 */
.focus {
	float:left;
	width: 475px;
	height: 332px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
}
.focus .pic {
	width: 475px;
	height: 332px;
}
.focus .pic div a {
	display:block;
	width:475px;
	height: 297px;
	background-color:#fff;
	overflow:hidden;
}
.focus .pic div a img {
	max-height: 332px;
	height: 332px;
}
.focus .pic div p {
	display:block;
	width: 475px;
	height:35px;
	font: normal 15px/35px microsoft yahei;
	text-align:center;
}
.focus .navi {
	position:absolute;
	right:5px;
	bottom:40px;
	z-index:9;
}
.focus .navi li {
	float:left;
	margin:0 1px;
}
.focus .navi li a {
	display:block;
	width:20px;
	height:16px;
	line-height:16px;
	text-align:center;
	background:rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dd000000, endcolorstr=#dd000000);
	color:#fff;
}
.focus .navi li.current a {
	background:rgba(255, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fff0000, endcolorstr=#7fff0000);
}
.focus a {
	display:block;
}
.focus .prev, .focus .next {
	display:none;
	width:28px;
	height:28px;
	background-image:url(/images/index/focus.png);
	background-repeat:no-repeat;
	text-indent:-999em;
	top:40%;
	z-index:9;
}
.focus .prev {
	position:absolute;
	left:0;
}
.focus .next {
	position:absolute;
	right:0;
	background-position:100% 0;
}
.notice {
	width:280px;
	height:260px;
	position:relative;
	overflow:hidden;
}
.notice .scroll {
	margin:10px 0;
}
.notice .simply-scroll-container {
    position: relative;
}
.notice .simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}
.notice .simply-scroll-list { 
    overflow: hidden;
}
.notice .simply-scroll, .notice .simply-scroll .simply-scroll-clip { /* 容器样式设置大小 */
    width: 280px;
    height: 208px;
}
/* part2 */

/* part3 */
.box.w360.mr10.fr {
	width:475px;
	float:right;
	margin-right:0;
}
