/*新列表页样式*/
*{
	padding: 0;
	margin: 0;
	border: none;
         font-family: "宋体";
}
.main{
	width: 1000px;
	margin: 5px auto 0;
}
/*列表每5条之间的间隙*/
/*.top{
   display:block;
   height:25px;
  
}*/
a{
	text-decoration: none;
}
.left{
	width: 252px;
	/*height: 880px;*/
	float: left;
	/*background-color: #F9F2E0;*/
	
	
}
.right{
	width: 735px;
	min-height:528px ;
	/*max-height: 880px;*/
	overflow-y:hidden ;
	float: right;
	border: 1px solid #eab974;
         margin-bottom:10px;
}
/*左边*/
.left_title{
	width: 250px;
	height: 35px;
	color: #9F0000;
	position: relative;
	font-size: 16px;
	line-height: 35px;
	font-family: "宋体";
	border: 1px solid #EEE5D4;
	border-bottom: 2px solid  #D02200;
}
.title_bg{
	position: absolute;
	top: -20px;
	right:5px ;
	width: 250px;
	height: 55px;
	background: url(imgtubiao.png) no-repeat right;
}
.left_content {
	/*height: 842px;
	border-top: none;
	border: 1px solid #EEE5D4 ;*/
}
.left_content img{
         display:block;  
}
.left_content ul li{
	width: 239px;
	height: 67px;
         font-size:0;
         line-height:0px;
	/*padding-left: 35px;*/
	list-style: none;
        margin-bottom: 10px;

}

.left_content ul li a{
	color: #504F4D;
	font-size: 14px;
}
.left_content ul li a:hover li{
	background: url(imghover.png) no-repeat;
}

/*右边*/

.position{
	width: 675px;
	height: 36px;
	margin:  0 auto;
	padding-left: 35px;
	line-height: 36px;
	font-size: 13px;
	border-bottom: 3px solid #8C0000;
	background:url(imgbiaoti_r2_c3.png) no-repeat;
background-position: 0px 4px;

}

.content_title{
	width: 100%;
	height: 28px;
	border-top: 2px solid #D23232;
	border-bottom: 1px solid #EDEDED;
	background-color: #F9F9F9;
	
}
.position a{
       font-size:"宋体";
}
.content_title a{
	font-size: 12px;
	color: #333333;
	float: right;
	line-height: 30px;
	margin-right: 10px;
}
.position a{
         color:#000;
}
.position a:hover{
         color:red;
}
.right_contetn{
	width: 675px;
        padding-bottom: 30px;
         overflow:hidden;
	margin: 0 auto 10px;
}
*right_contetn{
	width: 675px;
        padding-bottom: 30px;
         overflow:hidden;
	margin: 0 auto 10px;
}

.right_contetn ul{
	padding-top:15px ;
}
.right_contetn li{
	/*width: 660px;*/
	/*height: 34px;*/
	line-height: 34px;
	list-style: none;
	padding-left: 15px;
	border-bottom: 1px dotted #999;
	background: url(imglist.png) no-repeat;
	background-position: 0 12px;
}
.right_contetn ul li a{
        color: #333333;
	/*float:left;
	display:block;
         width: 580px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.right_contetn li a:hover {
         color: red;
}
.right_contetn ul li span{
	/*float: right;*/
	/*font-size: 12px;
	color: #333;*/
}

/*分页样式*/
.cisoft_pagebox{
     font-size:13px;
     text-align: center;

}
.cisoft_pagebox span{
      padding:5px;
      margin:0 ;
background:#FFBE94; background:#e0e0e0; border:1px solid #ccc; color:#242424; cursor:pointer;
}
#span_pageend{
      border:none;
      background:none;
      padding:0;
}
#span_pagetop{
       border:none;
      background:none;
      padding:0;

}
.cisoft_pagebox a:link{
    color:#000;
    padding:5px;
    margin:0 2px;
    border:1px solid #999;
   background-color:#ccc;
}
.cisoft_pagebox a:visited{
    color:#000;
}
.cisoft_pagebox a:hover{
    
background:#FFBE94; 
color:#ff0000;
}
.cisoft_pagebox li{
    border:none;
}
.cisoft_pagebox a{background:#FFBE94; background:#e0e0e0; border:1px solid #ccc; color:#242424; cursor:pointer; text-decoration:none;}
























