@charset "gb2312";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul li {
	list-style:none;
}
body {
	background: #1d1e21 url(../images/bg.jpg) repeat-y top center;
	font-size:12px;
	font-family:"微软雅黑", "宋体", Arial;
	text-align:center;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F60;
}
#warp {
	width:1002px;
	margin:0 auto;
	text-align:left;
}
.bold {
	font-weight:bold;
	font-size:12px;
}
.time {
	font-size:12px;
}
.img img {
	border:1px #960 solid;
	margin:auto 2px;
}
.text {
	line-height:24px;
	text-indent:24px;
}
.news h1 {
	font-size:14px;
	color:#000;
}
.news p {
	text-align:left;
	text-indent:24px;
}
.news_list li {
	background:url(../images/dian.jpg) no-repeat 0px 6px;/*设置了 0px 6px;解释一下：第一个值是图标水平位置，第二个是图标垂直位置*/
	padding-left:12px;/*这里利用，li的左padding把新闻标题，往右边推5个象素。避免文字和图标重叠。*/
	margin:2px auto;
	border-bottom:1px #CCC dotted;
}
.news_list ul span {
	float:right;
}/*使span中间的日期在右边显示*/
/*层滚动条*/
.testDiv {
	position: relative; /* 位置 绝对或者相对于最近的一个元素 relative absolute */
	top:2px;
	left:2px;
	height:220px; /* 定义区域的高*/
	width:490px;
	overFlow: auto ;
	color:#000;
	font-size:12px;
	text-align:center;
	/*   滚动条 */
    /*   overFlow: auto ; */ /* visible ：却省的 hidden auto scroll
    overFlow-x: scroll;
	overFlow-y: hidden; */
	/*   滚动条相关的颜色属性 */

    scrollBar-face-color: #C90;        /* 滑块 */
	scrollBar-hightLight-color: red;    /* 高亮 */
	scrollBar-3dLight-color: #f7d574;    /* 3维光线 */
	scrollBar-darkshadow-color:#f7d574;    /* 暗影    */
	scrollBar-shadow-color:#f7d574;      /* 阴影   */
	scrollBar-arrow-color:black;       /* 箭头 */
	scrollBar-track-color:#f7d574;         /* 滑道颜色 */
	scrollBar-base-color:pink;          /* 主要颜色 */
}

.testDiv ul li {
	margin:1px 15px 2px 10px;
	float:left;
	text-align:center;
	width:130px;
}
.testDiv ul li p {
	text-align:center;
	line-height:16px;

}
.testDiv h1{ border:#C90 1px solid;}
.testDiv img{width:121px; height:80px; margin:1px; border:#FFF 2px solid; background-color:#FFF;}
/*层滚动条结束*/
#mytu{width:350px; height:233px; margin-top:3px; margin-left:165px;}

.ybj ul li {
	margin:1px 15px 2px 10px;
	float:left;
	text-align:center;
}
.ybj ul li p {
	text-align:center;

}
.ybj h1,.bigpic h1{ border:#C90 1px solid;}
.ybj img,.bigpic img{width:200px; height:123px; margin:1px; border:#FFF 2px solid; background-color:#FFF;}
.bigpic h1{ border:#C90 1px solid; width:450px;}
.bigpic img{width:445px; height:297px; margin:1px; border:#FFF 2px solid; background-color:#FFF;}


