@charset "gb2312";
/* CSS Document */

.left{
	float:left;
	width:229px;
	height:602px;
	background:url(imageslist_bj.jpg) no-repeat;
	margin-bottom:18px;
	padding:98px 0 0 35px;
}
.left_t{
	width:220px;
	height:25px;
        padding-top:10px;
        padding-bottom:10px;
	border-bottom:dotted #9d4500 1px;
}
.left_t a{
	display:block;
	width:205px;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:url(imageslist_ico.gif) no-repeat;
	font-size:16px;
	color:#c31a09;
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
}
.left_t a:link{
	color:#c31a09;
	text-decoration:none;
}
.left_t a:visited{
	color:#c31a09;
	text-decoration:none;
}
.left_t a:hover{
	color:#FF0004;
	text-decoration:none;
}
.right{
	float:right;
	width:707px;
	height:700px;
	margin-bottom:18px;
}
.right_title{
	width:100%;
	height:31px;
	margin-top:24px;
}
.right_title_l{
	float:left;
	width:80px;
	height:29px;
	line-height:29px;
	border-bottom:#c31a09 solid 2px;
	color:#c31a09;
	font-size:14px;
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	text-align:center;
}
.right_title_r{
	float:right;
	width:625px;
	height:29px;
	line-height:29px;
	border-bottom:#cacaca solid 2px;
	color:#242424;
	text-align:right;
}
.right_title_r a:link{
	color:#242424;
	text-decoration:none;
}
.right_title_r a:visited{
	color:#242424;
	text-decoration:none;
}
.right_title_r a:hover{
	color:#FF0004;
	text-decoration:none;
}
.right_Mian{
	width:100%;
	padding-top:18px;
}
.right_Mian_t{
	width:707px;
	height:30px;
	border-bottom:#878787 dashed 1px;
	margin-bottom:5px;
}
.right_Mian_t a{
	float:left;
	display:block;
	width:569px;
	height:30px;
	line-height:30px;
	padding-left:11px;
	background:url(imageslist_rIol.gif) no-repeat;
}
.right_Mian_t a:link{
	color:#242424;
	text-decoration:none;
	
}
.right_Mian_t a:visited{
	color:#242424;
	text-decoration:none;
	
}
.right_Mian_t a:hover{
	color:#FF0004;
	text-decoration:none;
	
}
.right_Mian_tIme{
	float:right;
	width:64px;
	height:30px;
	line-height:30px;
}
.right_MianNav{
	width:100%;
	height:27px;
	background:#000000;
}
.right_Mian_img{
	float:left;
	width:214px;
	height:188px;
	margin-right:32px;
	margin-bottom:15px;
	background:#000000;
}
.right_Mian_imgi{
	width:214px;
	height:157px;
}
.right_Mian_font{
	width:100%;
	height:31px;
	line-height:31px;
	text-align:center;
	background:#f5f5f5;
}
.right_Mian_font a:link{
	color:#242424;
	text-decoration:none;
}
.right_Mian_font a:visited{
	color:#242424;
	text-decoration:none;
}
.right_Mian_font a:hover{
	color:#FF0004;
	text-decoration:none;
}

//公益广告

fieldset, img { border:0; vertical-align:top; }
a { color:#000; text-decoration:none; cursor:pointer; outline: none;}
a img, :link img, :visited img {   
       border:0px; 
       text-decoration: none;
       vertical-align: middle;   
}
/*reset end*/

/*样式根据需要更改 最好带上父元素#slide,提高优先级 此处的next和prev为调用插件时设置的按钮属性nextClass/prevClass的值*/
#slide .prev{
    left: 0;
opacity: 0.7;
	 color:#fff;
	background-color:#d1d1d1;
	text-align:center; line-height:50px;
	height:50px;
	width:60px;
}
#slide .prev:hover,#slide .next:hover{
  color:#000;
opacity: 1;
	background-color:#fff;
}
#slide .next{
    right:0;
    opacity: 0.7;
	 color:#fff;
	background-color:#d1d1d1;
	text-align:center; line-height:50px;
	height:50px;
	width:60px;
}
/*轮播导航图标样式，这里的ul.page的page为调用插件时设置的page属性的值,根据需要修改自己想要的样式效果*/
#slide ul.page{
    bottom: -20px;
}
/*此处page原理同上 ,轮播导航图标非当前图标样式,*/
#slide ul.page li{
    cursor: pointer;
    color: #000;
    width: 20px;
    height: 20px;
    background: #ccc;
    text-align: center;
    margin: 0 5px;
}
/* 此处page原理同上 ,on为当前图片的图标样式*/
#slide ul.page li.on{
    color: red;
    background: #000;
}





